OSDN Git Service

bb44917f0b066942c20cb5af65b9d38c46164991
[lha/lha.git] / ChangeLog
1 2006-10-02  Koji Arai  <arai@users.sourceforge.jp>
2
3         * 00readme.autoconf, configure.ac: changed mail address.
4
5 2006-09-11  Koji Arai  <jca02266@nifty.com>
6
7         * configure.ac: updated version.
8
9         * src/lharc.c (print_usage): updated.
10
11 2006-09-11  Koji Arai  <jca02266@nifty.com>
12
13         * config.h.in (HAVE_LIBAPPLEFILE): added `b' option which extract
14         the MacBinary. Thanks to Hiroto Sakai.
15
16         * configure.ac: ditto.
17
18         * src/lha.h (decode_macbinary_contents): ditto.
19
20         * src/lhadd.c (build_temporary_file): ditto.
21
22         * src/lharc.c (decode_macbinary_contents, print_tiny_usage, parse_suboption): ditto.
23
24         * src/lhext.c (extract_one, decode_macbinary): ditto.
25
26         * src/prototypes.h (build_temporary_file): ditto.
27
28 2006-09-11  Koji Arai  <jca02266@nifty.com>
29
30         * src/lharc.c (parse_suboption): `-X' option has been ineffective.
31         Thanks to Hiroto Sakai.
32
33 2005-10-15  Koji Arai  <jca02266@nifty.com>
34
35         * src/lha_macro.h (UPDATE_CRC): To casting with (unsigned char)
36         should not be for the variable (c) but for the (crc). Thanks to
37         OKUMURA N. Shin-ya.
38
39 2005-10-13  Koji Arai  <jca02266@nifty.com>
40
41         * tests/lha-test.in: emulate POSIX shell when it is executed by
42         zsh or bash. (this part is derived from GNU Autoconf 2.59)
43
44         * tests/Makefile.am: replaced `bash' with `@sh_for_lha_test@'
45
46         * configure.ac: search shell programs to execute the lha-test.
47
48 2005-09-25  Koji Arai  <jca02266@nifty.com>
49
50         * src/prototypes.h: updated.
51
52         * src/crcio.c (calccrc, fread_crc, fwrite_crc, fread_txt, fwrite_txt): suppress compiler warnings on gcc-4.0.
53
54         * src/header.c (calc_sum): ditto.
55
56         * src/lha_macro.h (UPDATE_CRC): ditto.
57
58 2005-09-24  Koji Arai  <jca02266@nifty.com>
59
60         * released.
61
62         * configure.ac: updated version and my mail address.
63
64         * Hacking_of_LHa: updated. (2003-02-23 edition)
65
66         * 00readme.autoconf: updated.
67
68 2005-06-08  Koji Arai  <jca02266@nifty.ne.jp>
69
70         * configure.ac: updated version.
71
72         * src/lharc.c (parse_suboption): fixed a bug, when the
73         --system-kanji-code option specified, the --archive-kanji-code
74         option was infected.
75
76 2005-05-08  Koji Arai  <jca02266@nifty.ne.jp>
77
78         * configure.ac: updated version.
79
80         * src/lharc.c (print_usage): updated.
81
82         * src/lhadd.c, src/header.c (remove_leading_dots): move to
83         header.c for readlink().
84
85         * src/lhadd.c (add_one): symbolic link indication was contrary.
86         ( not "realname -> linkname" but "linkname -> realname" )
87         (delete): ditto.
88
89         * src/lhext.c (extract_one): ditto.
90
91         * src/lhlist.c (list_one): ditto.
92
93         * tests/lha-test14: ditto.
94
95         * src/lhadd.c (remove_leading_dots): newly added.
96
97         * src/lhadd.c (append_it): remove leading relative path from
98         archive.
99
100         * src/lhext.c (is_directory_traversal): should return true when
101         just ".." was found.
102
103 2004-10-02  Koji Arai  <jca02266@nifty.ne.jp>
104
105         * src/lharc.c (print_tiny_usage): added long option helps.
106
107         * src/prototypes.h: updated.
108
109         * src/lharc.c: should accept a single option --help and --version.
110
111 2004-09-29  Koji Arai  <jca02266@nifty.ne.jp>
112
113         * src/lharc.c (parse_option, parse_suboption): use getopt_long().
114
115         * src/Makefile.am: added getopt_long.c and getopt_long.h.
116
117         * src/getopt_long.c, src/getopt_long.h: newly added.
118
119 2004-09-29  Koji Arai  <jca02266@nifty.ne.jp>
120
121         * released.
122
123         * 00readme.autoconf: note for builds on MS-Windows.
124
125         * configure.ac: updated version.
126
127         * Makefile.am: added Hacking_of_LHa in EXTRA_DIST.
128
129         * Hacking_of_LHa: renamed (typo).
130
131 2004-09-27  Koji Arai  <jca02266@nifty.ne.jp>
132
133         * configure.ac: updated version.
134
135         * src/prototypes.h (str_safe_copy): newly added.
136         (build_standard_archive_name, build_backup_file):
137         added argument the size for build_standard_archive_name() and
138         build_backup_file().
139
140         * src/header.c (init_header): use str_safe_copy() instead of strcpy().
141
142         * src/lhadd.c (build_backup_file, cmd_add, cmd_delete):
143         added argument the size for build_standard_archive_name() and
144         build_backup_file().
145
146         * src/lhext.c (make_parent_path): use str_safe_copy() instead of strcpy().
147         (extract_one): ditto.
148
149         * src/lharc.c (find_files): use str_safe_copy() instead of strcpy().
150         (build_temporary_name): ditto.
151         (modify_filename_extention): ditto.
152         (build_backup_name): ditto.
153         (build_standard_archive_name): ditto.
154
155         * src/util.c (str_safe_copy): newly added.
156
157 2004-09-26  Koji Arai  <jca02266@nifty.ne.jp>
158
159         * src/header.c: fixed typo.
160
161 2004-09-18  Koji Arai  <jca02266@nifty.ne.jp>
162
163         * configure.ac: updated version.
164
165         * 00readme.autoconf: added a description about
166         `--extract-broken-archive' option.
167
168         * src/lharc.c (init_variable, parse_option): added an option
169         `--extract-broken-archive' to extract broken archive.
170
171         * src/lha.h (extract_broken_archive): ditto.
172
173         * src/slide.c (encode, decode): fixed a *FATAL* bug which make a
174         broken archive.
175
176 2004-05-08  Koji Arai  <jca02266@nifty.ne.jp>
177
178         * configure.ac: updated version.
179
180         * src/prototypes.h: updated.
181
182         * src/lhext.c (extract_one, is_directory_traversal): applied a
183         security patch (CAN-2004-0235: directory traversal problems)
184
185         * src/lharc.c (print_usage): updated.
186
187 2003-12-18  Koji Arai  <jca02266@nifty.ne.jp>
188
189         * src/header.c (wintime_to_unix_stamp): no use 64bit constant to
190         avoid the warning `integer constant is too large for "long" type'
191         on GCC. however, for portability, no use the unsigned long long
192         suffix "ULL".
193
194 2003-12-13  Koji Arai  <jca02266@nifty.ne.jp>
195
196         * configure.ac: updated version.
197
198         * src/lhext.c (extract_one, cmd_extract): preserve directory
199         timestamp. Thanks Akihiro Iriyama.
200
201         * src/lhext.c (add_dirinfo, adjust_dirinfo): newly added.
202
203 2003-09-28  Koji Arai  <jca02266@nifty.ne.jp>
204
205         * Makefile.am (SUBDIRS): reordered to avoid useless re-compilation.
206
207 2003-09-21  Koji Arai  <jca02266@nifty.ne.jp>
208
209         * released.
210
211         * configure.ac: updated version.
212
213 2003-08-18  Koji Arai  <jca02266@nifty.ne.jp>
214
215         * 00readme.autoconf: fixed.
216
217         * configure.ac: use AC_SYS_LARGEFILE for largefile support.
218
219         * config.h.in: ditto.
220
221         * src/prototypes.h: updated.
222
223 2003-07-29  Koji Arai  <jca02266@nifty.ne.jp>
224
225         * tests/Makefile.am (EXTRA_DIST): lha-test1 was missed.
226
227         * tests/lha-test13: should set LANG=C for `tr'.
228
229 2003-07-28  Koji Arai  <jca02266@nifty.ne.jp>
230
231         * tests/lha-test.in: filename should be contained in last error
232         information.
233
234 2003-07-27  Koji Arai  <jca02266@nifty.ne.jp>
235
236         * tests/lha-test2: no need to set $FILENAME.
237         * tests/lha-test3: ditto.
238         * tests/lha-test4: ditto.
239         * tests/lha-test5: ditto.
240         * tests/lha-test6: ditto.
241         * tests/lha-test7: ditto.
242         * tests/lha-test8: ditto.
243         * tests/lha-test9: ditto.
244         * tests/lha-test10: ditto.
245         * tests/lha-test11: ditto.
246         * tests/lha-test12: ditto.
247         * tests/lha-test13: ditto.
248         * tests/lha-test14: ditto.
249         * tests/lha-test15: ditto.
250
251         * tests/lha-test1: newly added.
252
253         * tests/lha-test.in: improved.
254
255         * src/prototypes.h: updated.
256
257         * src/lha.h (exit): defined as lha_exit().
258
259         * src/lharc.c (init_variable): discard a variable
260         `remove_temporary_at_error'.
261         (fatal_error): ditto.
262         (cleanup): newly added.
263         (interrupt): call cleanup().
264         (lha_exit): newly added; cleanup temporary files always.
265
266         * src/lhadd.c (add_one): discard a variable
267         `remove_temporary_at_error'.
268
269         * src/indicator.c (start_indicator): refined.
270
271         * src/lharc.c (parse_option): fixed typo.
272
273         * src/indicator.c (carriage_return): newly added; print CR on tty only.
274         (start_indicator): call above.
275         (finish_indicator): ditto.
276         (finish_indicator2): ditto.
277
278         * src/lharc.c (print_usage): newly added.
279         (parse_option): strictly checking command line arguments.
280         (main): ditto.
281
282 2003-07-26  Koji Arai  <jca02266@nifty.ne.jp>
283
284         * tests/lha-test13: use `tr' instead of `printf` for printing 8 bit
285         characters.
286
287 2003-07-25  Koji Arai  <jca02266@nifty.ne.jp>
288
289         * tests/lha-test14: `test -e' is unavailable on some systems.
290
291 2003-07-22  Koji Arai  <jca02266@nifty.ne.jp>
292
293         * tests/lha-test.in: should exit with status in trap.
294
295         * src/shuf.c (decode_start_st0): wrong value was assigned.
296
297         * src/lha.h: discard `prof' variable.
298
299         * src/lharc.c (init_variable): discard `prof' variable.
300         (parse_option): discard undocumented `p' option.
301         (main): ditto.
302
303         * src/append.c (encode_lzhuf): hate global variable.
304
305         * src/extract.c (decode_lzhuf): ditto.
306
307         * src/lha.h: ditto.
308
309 2003-07-21  Koji Arai  <jca02266@nifty.ne.jp>
310
311         * configure.ac: updated version.
312
313         * 00readme.autoconf: described largefiles.
314
315         * src/header.c (get_header): avoid valgrind warning, `Source and
316         destination overlap in strncpy()'.
317
318         * src/lharc.c (find_files): refined.
319
320         * tests/lha-test.in: should exit in trap.
321
322         * src/lharc.c (find_files): uninitialized variable was caught by
323         Valgrind.
324
325         * src/prototypes.h: updated.
326
327         * src/append.c (encode_lzhuf): set actual copied size.
328
329         * src/util.c (encode_stored_crc): use size_t instead of long.
330
331         * src/lhadd.c (temporary_to_new_archive_file): ditto.
332         (cmd_add): ditto.
333         (cmd_delete): ditto.
334
335         * src/lhadd.c (add_one): fixed a comment.
336
337         * src/indicator.c (MAX_INDICATOR_COUNT): changed to fit for the 80
338         column screen.
339
340         * src/extract.c (decode_lzhuf): refined.
341
342         * src/prototypes.h: updated.
343
344         * src/cproto.sh: added `indicator.c'.
345
346         * src/Makefile.am: ditto.
347
348         * src/indicator.c: separated from append.c.
349
350         * src/append.c: ditto.
351
352         * src/lha.h: ditto.
353
354         * src/lha_macro.h: ditto.
355
356 2003-07-20  Koji Arai  <jca02266@nifty.ne.jp>
357
358         * configure.ac: updated version.
359
360         * src/Makefile.am (EXTRA_DIST): fnmatch.h was missed.
361
362         * src/lha.h (fseeko, ftello): these macros had no effect.
363
364 2003-07-19  Koji Arai  <jca02266@nifty.ne.jp>
365
366         * src/maketree.c (make_len): discard debug print.
367
368         * configure.ac: updated version.
369
370         * src/prototypes.h: updated.
371
372         * config.h.in: updated.
373
374         * configure.ac: check declaration of `basename'.
375
376         * src/cproto.sh: ditto.
377
378         * src/util.c (encode_stored_crc): use size_t.
379
380         * src/lha.h (struct LzHeader): use size_t for the members
381         `packed_size' and `original_size'.
382
383 2003-07-13  Koji Arai  <jca02266@nifty.ne.jp>
384
385         * configure.ac: updated version.
386
387         * src/prototypes.h: updated.
388
389         * src/append.c (encode_lzhuf): use size_t and off_t instead of long.
390         (start_indicator): ditto.
391
392         * src/extract.c (decode_lzhuf): ditto.
393
394         * src/lha.h (struct interfacing): ditto.
395
396         * src/lhadd.c (add_one): ditto.
397         (find_update_files): ditto.
398         (delete): ditto.
399
400         * src/lhext.c (cmd_extract): ditto.
401
402         * src/util.c (copyfile): ditto.
403
404         * src/lhlist.c (print_size): use "%7lu" format string instead of
405         "%7ld" for large files.
406
407         * src/slide.c: refined.
408
409 2003-07-11  Koji Arai  <jca02266@nifty.ne.jp>
410
411         * src/lharc.c (cleaning_files): should print errno.
412
413 2003-05-23  Koji Arai  <jca02266@nifty.ne.jp>
414
415         * configure.ac: use fseeko(), ftello() instead of fseek(), ftell().
416
417         * config.h.in: ditto.
418
419         * src/lha.h, src/lhlist.c, src/lhext.c, src/lharc.c: ditto.
420
421         * src/lhadd.c, src/header.c: ditto.
422
423 2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
424
425         * configure.ac: updated version.
426
427         * src/lhext.c (inquire_extract): warning if stdin is not tty,
428         because you cannot reply from stdin.
429         (extract_one): return actual read size from archive.
430         (cmd_extract): fix a bug: skip correct size when error occurred.
431
432         * tests/lha-test5: added tests for above.
433
434         * src/lha.h (struct interfacing): added a member `read_size'.
435
436         * src/extract.c (decode_lzhuf): added an argument `pointer of
437         read_size'.
438
439         * src/prototypes.h: ditto.
440
441         * src/slide.c (decode): set actual read size to interface->read_size.
442
443 2003-04-14  Koji Arai  <jca02266@nifty.ne.jp>
444
445         * src/cproto.sh: The cproto 4.7a supports some gcc-specific keywords.
446
447 2003-03-24  Koji Arai  <jca02266@nifty.ne.jp>
448
449         * configure.ac: updated version.
450
451         * src/prototypes.h: updated.
452
453 2003-03-23  Koji Arai  <jca02266@nifty.ne.jp>
454
455         * src/header.c (convert_filename): support Samba CAP code (experimental).
456         (hex2int, int2hex, cap_to_sjis, sjis_to_cap): added for above.
457
458         * src/lha_macro.h (CODE_CAP): ditto.
459
460         * src/lharc.c (parse_option): added new command line options,
461         --system-kanji-code=xxx and --archive-kanji-code=xxx (experimental).
462
463         * 00readme.autoconf: described above features.
464
465 2003-03-22  Koji Arai  <jca02266@nifty.ne.jp>
466
467         * src/lharc.c (init_variable): do not use HEADER_LEVELx macros.
468         (parse_option): ditto.
469
470         * src/header.c (write_header): ditto.
471
472         * src/lha_macro.h (HEADER_LEVEL0, HEADER_LEVEL1, HEADER_LEVEL2, MATCHBIT): ditto.
473
474         * src/huf.c (encode_start_st1): do not use assert().
475         (decode_start_st1): ditto.
476
477 2003-03-12  Koji Arai  <jca02266@nifty.ne.jp>
478
479         * src/header.c (wintime_to_unix_stamp): should cast to unsigned type.
480
481 2003-03-03  Koji Arai  <jca02266@nifty.ne.jp>
482
483         * src/prototypes.h: updated.
484
485         * src/cproto.sh: improved.
486
487 2003-02-24  Koji Arai  <jca02266@nifty.ne.jp>
488
489         * src/prototypes.h: updated.
490
491         * src/maketree.c: hate global variables.
492
493         * src/lha_macro.h: refined.
494
495         * src/huf.c: refined.
496
497         * src/util.c (strdup): defined more properly.
498         (memset): ditto.
499
500         * prototypes.h: ditto.
501
502         * cproto.sh: ditto.
503
504 2003-02-23  Koji Arai  <jca02266@nifty.ne.jp>
505
506         * src/cproto.sh: improved.
507
508         * src/prototypes.h: updated.
509
510         * src/util.c: `strucmp()' was replaced by `strcasecmp()'.
511
512         * src/util.c (archive_is_msdos_sfx1): ditto.
513
514         * src/lharc.c (open_old_archive): ditto.
515
516         * src/lha.h: ditto.
517
518         * src/util.c: discard `rename()', `mkdir()' and `rmdir()'.
519
520         * configure.ac: ditto.
521
522         * config.h.in: ditto.
523
524         * src/header.c: added credit.
525         no longer use `ftime()', `tzset()', `localtime()' and `gettimeofday()'.
526
527 2003-02-17  Koji Arai  <jca02266@nifty.ne.jp>
528
529         * configure.ac: updated version.
530
531         * src/fnmatch.h: no need to include <sys/cdefs.h>. it does not
532         exist on MinGW.
533
534 2003-02-14  Koji Arai  <jca02266@nifty.ne.jp>
535
536         * src/lharc.c (find_files): `goto' requires expression after label.
537
538         * src/lhadd.c (cmd_add): ditto.
539
540 2003-02-05  Koji Arai  <jca02266@nifty.ne.jp>
541
542         * tests/lha-test7: sleep 1 to make sure for updating tests.
543
544         * src/fnmatch.c, src/fnmatch.h: added fnmatch.c derived from the
545         OpenBSD.
546
547 2003-02-04  Koji Arai  <jca02266@nifty.ne.jp>
548
549         * configure.ac: need to call `AC_CANONICAL_HOST' for automake
550         1.6.x (for installing the config.guess and config.sub).
551
552 2003-02-02  Koji Arai  <jca02266@nifty.ne.jp>
553
554         * src/header.c, src/lharc.c: fix credit.
555
556 2003-01-20  Koji Arai  <jca02266@nifty.ne.jp>
557
558         * src/lha.h (prev_char): discard unused variable `prev_char'.
559
560         * src/crcio.c (fwrite_txt): ditto.
561
562         * src/slide.c (decode): ditto.
563
564         * src/slide.c: refined a little.
565
566 2003-01-19  Koji Arai  <jca02266@nifty.ne.jp>
567
568         * src/slide.c: took off the debug flag.
569
570         * src/slide.c (search_dict): split into 2 parts.
571
572         * src/slide.c: refined: use the structure `matchdata'.
573
574 2003-01-18  Koji Arai  <jca02266@nifty.ne.jp>
575
576         * src/lha.h (decode_count): rename a global variable `count' to
577         `decode_count'.
578
579         * src/dhuf.c (decode_p_dyn): ditto.
580
581         * src/slide.c (decode): ditto and refined.
582
583 2003-01-17  Koji Arai  <jca02266@nifty.ne.jp>
584
585         * src/slide.c: refined ?
586
587         * src/slide.c (INIT_HASH, NEXT_HASH): newly defined to refine.
588
589 2003-01-13  Koji Arai  <jca02266@nifty.ne.jp>
590
591         * src/prototypes.h: updated.
592
593         * src/slide.c: refined.
594
595 2002-12-31  Koji Arai  <jca02266@nifty.ne.jp>
596
597         * src/lhext.c (adjust_info): On Cygwin, execute permission should
598         be set for .exe or .dll.
599
600 2002-12-28  Koji Arai  <jca02266@nifty.ne.jp>
601
602         * src/lha_macro.h (peekbits): newly added.
603
604         * src/huf.c (read_pt_len): use peekbits().
605         (read_c_len): ditto.
606         (decode_c_st1): ditto.
607         (decode_p_st1): ditto.
608
609         * src/shuf.c (decode_c_st0): ditto.
610         (decode_p_st0): ditto.
611
612 2002-12-23  Koji Arai  <jca02266@nifty.ne.jp>
613
614         * configure.ac: added a configure option: --enable-ignore-dot-files.
615
616         * config.h.in: ditto.
617
618         * src/lharc.c (parse_option): added `-X' option to ignore dot files.
619
620 2002-12-17  Koji Arai  <jca02266@nifty.ne.jp>
621
622         * configure.ac: should check whether system has `ssize_t'.
623
624         * config.h.in: ditto.
625
626         * lha.h: ditto.
627
628         * configure.ac: added checking functions `fnmatch' and `basename'.
629         but not yet prepare the free fnmatch.c.
630
631         * config.h.in: ditto.
632
633         * src/util.c (basename): newly added.
634
635         * src/lhadd.c (cmd_add): exclude files specified by -x option.
636
637         * src/lharc.c (print_tiny_usage): refined.
638
639 2002-12-16  Koji Arai  <jca02266@nifty.ne.jp>
640
641         * 00readme.autoconf: describe about new feature `-x'.
642
643         * src/lha.h: include fnmatch.h.
644         added a global variable `exclude_files'.
645
646         * src/lharc.c (init_variable): initialize `exclude_files'.
647         (print_tiny_usage): modify usage.
648         (parse_option): newly added. should regard leading `-' argument as
649         option (for new -x option).
650         added `-x <pattern>' option (specify exclude files pattern).
651         (find_files): files matched by pattern `exclude_files' exclude
652         from target files.
653
654 2002-11-25  Koji Arai  <jca02266@nifty.ne.jp>
655
656         * src/header.c: use size_t for header_size.
657         (skip_msdos_sfx1_code): rename to `seek_lha_header()'.
658
659         * src/lha.h: use size_t for header_size.
660
661         * src/lhadd.c (cmd_add): rename `skip_msdos_sfx1_code()' to
662         `seek_lha_header()'.
663         (cmd_delete): ditto.
664
665         * src/lhext.c (cmd_extract): ditto.
666
667         * src/lhlist.c (cmd_list): ditto.
668
669         * src/prototypes.h: updated.
670
671         * tests/lha-test15: added tests to search any level headers.
672
673 2002-11-17  Koji Arai  <jca02266@nifty.ne.jp>
674
675         * untabify all sources.
676
677         * src/huf.c (encode_start_st1): refined.
678         (decode_start_st1): refined.
679
680         * src/slide.c (encode_alloc): refined.
681         (update): refined.
682
683 2002-11-15  Koji Arai  <jca02266@nifty.ne.jp>
684
685         * 00readme.autoconf: updated.
686
687         * src/prototypes.h: updated.
688
689         * configure.ac, Makefile.am, olddoc/Makefile.am:
690           old documentations moved to olddoc directory.
691
692         * CHANGES.euc, MACHINES2.euc, README.euc, change-114h.txt, change-114e.txt, change-114i.txt, IFNAMES, Makefile.in, change-114f.txt, config.eng, MACHINES.euc, PROBLEMS.euc, change-114g.txt, config.jpn.euc: ditto.
693
694         * Makefile.in.org, src/Makefile.in.org: removed.
695
696         * configure.ac: updated version (source maintenance start on
697         sourceforge.jp)
698
699 2002-11-11  Koji Arai  <jca02266@nifty.ne.jp>
700
701         * src/lhext.c (make_parent_path): On Cygwin, when `foo.exe'
702         exists, stat("foo", &buf) is successful and it is not a directory.
703
704         * src/util.c (skip_msdos_sfx1_code): move to header.c
705
706         * src/header.c (skip_msdos_sfx1_code): ditto.
707         some macro moved from lha_macro.h.
708
709         * src/lha_macro.h: ditto.
710
711         * tests/lha-test15: newly added for testing self extracting archive.
712
713         * tests/lha-test.in: ditto.
714
715         * tests/Makefile.am: ditto.
716
717         * configure.ac: refined messages.
718
719 2002-10-26  Koji Arai  <jca02266@nifty.ne.jp>
720
721         * src/bitio.c (putbits): use the function putcode().
722
723         * src/dhuf.c (decode_start_dyn): call init_code_cache().
724
725         * src/huf.c (encode_start_st1): ditto.
726         (decode_start_st1): ditto.
727
728         * src/larc.c (decode_start_lzs): ditto.
729
730         * src/shuf.c (decode_start_st0): ditto.
731         (encode_start_fix): ditto.
732         (decode_start_fix): ditto.
733
734         * src/Makefile.am: added bitio.c
735
736         * src/cproto.sh: added bitio.c
737
738         * src/bitio.c: new file.
739
740         * src/crcio.c: extracted bitio routines.
741
742         * src/lha.h: ditto.
743
744 2002-10-16  Koji Arai  <jca02266@nifty.ne.jp>
745
746         * 00readme.autoconf: modified.
747
748 2002-10-02  Koji Arai  <jca02266@nifty.ne.jp>
749
750         * src/util.c (xstrchr): `strchr(s, 0)' should return the pointer
751         of the '\0' terminator.
752
753 2002-09-14  Koji Arai  <jca02266@nifty.ne.jp>
754
755         * src/lhadd.c (add_one): Use chsize() if system does not have
756         ftruncate(2). (For MinGW)
757
758         * configure.ac: ditto.
759
760         * config.h.in: ditto.
761
762 2002-09-03  Koji Arai  <jca02266@nifty.ne.jp>
763
764         * released.
765
766         * 00readme.autoconf: modified for stable release.
767
768         * configure.ac: updated version.
769
770 2002-09-01  Koji Arai  <jca02266@nifty.ne.jp>
771
772         * tests/Makefile.am (EXTRA_DIST): lha-test12, lha-test13 and
773         lha-test14 were missed.
774
775 2002-08-31  Koji Arai  <jca02266@nifty.ne.jp>
776
777         * src/lhadd.c (append_it): refined.
778
779         * src/lhadd.c (append_it): no terminate when file cannot be opened.
780
781 2002-08-29  Koji Arai  <jca02266@nifty.ne.jp>
782
783         * tests/lha-test11: change the way of checking the `header size field'.
784
785         * configure.ac: the `--enable-user-name-header' switch has been
786         ineffective. corrected variable name.
787
788 2002-08-26  Koji Arai  <jca02266@nifty.ne.jp>
789
790         * tests/lha-test14: on Cygwin, cannot use '|' as filesname.
791
792         * tests/lha-test.in: on MinGW, skip lha-test14 test.
793
794         * 00readme.autoconf: modified.
795
796         * released.
797
798         * configure.ac: updated version.
799
800         * src/header.c: fixed a comment.
801
802         * src/prototypes.h (strcmp_filename): removed.
803
804         * src/header.c (dump_skip_bytes): note "ignored" if data is ignored.
805
806         * src/header.c (wintime_to_unix_stamp): newly added for converting
807         from `FILETIME' to `time_t'.
808         (get_extended_header): use `wintime_to_unix_stamp()' to recognize
809         the Windows time stamp header (0x41).
810
811         * src/lha.h: define `uint64_t' unless system has it.
812
813         * configure.ac: check existence of the type `uint64_t'.
814
815         * config.h.in: ditto.
816
817         * src/lharc.c (init_variable): set default header level to 2.
818
819 2002-08-24  Koji Arai  <jca02266@nifty.ne.jp>
820
821         * tests/lha-test.in (lha-test14): added to test the symbolic link file.
822
823         * tests/lha-test14: ditto.
824
825         * src/lhlist.c (list_one): use LzHeader.realname.
826
827         * src/lhext.c (extract_one): use LzHeader.realname.
828         should call make_parent_path(symlink).
829
830         * src/lhadd.c (add_one): use LzHeader.realname.
831         (delete): ditto.
832         (append_it): use strcmp() instead of strcmp_filename().
833         (strcmp_filename): removed.
834
835         * src/lha.h (struct LzHeader): added a member `realname' which is
836         symbolic linked name.
837
838         * src/header.c (get_header): split symbolic name in archive.
839         (write_header): join symbolic link name and linked name to put it
840         in archive.
841
842         * src/lhext.c (extract_one): force extract when `f' option is
843         specified. this is for OS-9 archives, [provisional].
844
845         * src/header.c: fixed cpp expressions around time functions.
846
847         * tests/lha-test8: test MS-DOS timestamp `ftime' structure.
848
849         * tests/lha-test.in (change_timestamp): newly added.
850
851 2002-08-22  Koji Arai  <jca02266@nifty.ne.jp>
852
853         * released.
854
855         * src/prototypes.h: regenerated.
856
857         * src/cproto.sh: refined.
858
859         * configure.ac: updated version.
860
861         * configure.ac: should use `exit' rather than `return' on
862         AC_TRY_RUN().  see the Autoconf manual.
863
864         * configure.ac: check whether the 2nd argument of gettimeofday()
865         is effective.
866
867         * src/header.c: ditto.
868
869         * config.h.in (GETTIMEOFDAY_HAS_2ND_ARG): ditto.
870
871         * tests/lha-test.in: `++' is invalid arithmetic operator on POSIX
872         shell, Ksh and Bash version 2.03 or earlier.
873
874         * tests/lha-test13: ditto.
875
876 2002-08-18  Koji Arai  <jca02266@nifty.ne.jp>
877
878         * src/lharc.c (print_version): version string is made here.
879
880         * src/lha_macro.h (LHA_VERSION): removed.
881
882         * src/slide.c (encode_alloc): used newly named `dicbit' macro.
883
884         * src/shuf.c (read_tree_p): ditto.
885         (decode_start_fix): ditto.
886
887         * src/lha_macro.h: `xxx_DICBIT' for each method was defined.
888
889         * src/header.c: correct a comment `Generic stamp format'.
890         (get_bytes): fixed for dumping header.
891
892         * src/lha_macro.h, src/lha.h: `EXTERN' macro definition was moved
893         to lha.h.
894
895         * src/header.c (get_bytes): print hex codes for invisible chars.
896
897         * src/lhlist.c: hate global variables.
898
899         * src/prototypes.h (convdelim): removed.
900
901         * src/lhlist.c (print_stamp): use ISO 8601 date format when `lha vv'.
902
903 2002-08-14  Koji Arai  <jca02266@nifty.ne.jp>
904
905         * src/header.c: discarded warning message for the extended header,
906         `Windows time stamp' ignored.
907
908         * src/header.c: in spite of extended type value, read contents of
909         any ext headers.
910
911         * src/header.c: comment fixed.
912
913 2002-08-12  Koji Arai  <jca02266@nifty.ne.jp>
914
915         * src/header.c (dump_skip_bytes): do nothing when length is 0.
916
917 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
918
919         * src/lha_macro.h (SJC_FIRST_P): rename to SJIS_FIRST_P.
920         (SJC_SECOND_P): rename to SJIS_SECOND_P.
921
922         * src/util.c (convdelim): removed.
923
924         * src/header.c (convert_filename): when small letter is included
925         in filename, do not convert case.
926
927         * tests/lha-test.in, tests/lha-test2, tests/lha-test3, tests/lha-test4, tests/lha-test5, tests/lha-test6, tests/lha-test7, tests/lha-test8, tests/lha-test9, tests/lha-test10, tests/lha-test11, tests/lha-test12, tests/lha-test13:
928         print filename when test failed.
929
930         * tests/lha-test.in, tests/lha-test12, tests/lha-test13:
931         added tests for converting text files.
932
933         * src/header.c (get_extended_header): recognize the Windows time
934         stamp header (0x41), but ignored.
935
936         * src/header.c (write_unix_info): added.
937
938 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
939
940         * released.
941
942         * configure.ac: updated version.
943
944         * 00readme.autoconf: modified.
945
946         * src/header.c: DUMP_HEADER is always true.
947         dump header when running `lha vvv foo.lzh'.
948         (get_header): added new extend type JAVA.
949
950         * src/lha_macro.h (EXTEND_JAVA): added new extend type JAVA.
951
952         * src/lhlist.c (list_one): ditto.
953
954         * src/lharc.c (init_variable): `verbose' is changed to successive.
955         (main): ditto.
956
957 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
958
959         * src/lhlist.c (list_one): fixed mode checks.
960
961         * src/prototypes.h: updated.
962
963         * src/header.c (get_header_level2): check CRC value for reading
964         level 2 and 3 header.
965         (get_header_level3): ditto.
966         (get_extended_header): ditto.
967         (get_header_level0): set total header size to
968         `LzHeader.header_size' even if level 0 or 1 header is read.
969         (get_header_level1): ditto.
970
971         * src/append.c (encode_lzhuf): encode(), decode() and copyfile()
972         were changed.
973         (put_indicator): moved from crcio.c.
974
975         * src/crcio.c (put_indicator): moved to append.c.
976         (calccrc): generalized.
977         (fread_crc): changed interface.
978         (fwrite_crc): changed interface.
979         (calc_header_crc): removed. use calccrc() instead.
980
981         * src/extract.c (decode_lzhuf): copyfile() and decode() were changed.
982
983         * src/lha.h: hate global variable. `crc' is removed.
984         `reading_size' moved to append.c.
985
986         * src/lha_macro.h (INITIALIZE_CRC): newly added.
987         (UPDATE_CRC): no update in macro code.
988
989         * src/lhadd.c (temporary_to_new_archive_file): copyfile() was changed.
990
991         * src/lharc.c (copy_old_one): header size adjusting is done by
992         the get_header().
993
994         * src/slide.c (update): changed interface.
995         (get_next): ditto.
996         (encode): ditto.
997         (decode): ditto.
998
999         * src/util.c (copyfile): changed interface.
1000
1001 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
1002
1003         * tests/lha-test5: added tests using pipe.
1004
1005         * src/lhadd.c (cmd_add): applied reverse patch.  intermediate file
1006         is the necessary when created archive put in pipe.
1007
1008         * src/header.c (skip_bytes): newly added.
1009         (dump_get_byte): newly added for dumping the data for debugging.
1010         (dump_skip_bytes): ditto.
1011         (get_word): ditto.
1012         (get_longword): ditto.
1013         (get_bytes): ditto.
1014         (get_extended_header): modified for reading the level 3 header.
1015         (get_header_level3): newly added.
1016
1017         * src/lha.h (struct LzHeader): for level 3 header, added a new
1018         member `size_field_length' and changed type of the `header_size'
1019         from int to long.
1020
1021         * src/header.c (init_header): the `hdr->method' should be
1022         initialized to the "-lh0-" for empty files.
1023
1024         * tests/lha-test2: ditto.
1025
1026         * src/lhadd.c (add_one): should print indicator for empty files.
1027
1028 2002-08-09  Koji Arai  <jca02266@nifty.ne.jp>
1029
1030         * tests/lha-test.in: adapt to ksh (and posix shell).
1031
1032 2002-08-05  Koji Arai  <jca02266@nifty.ne.jp>
1033
1034         * 00readme.autoconf: refined.
1035
1036         * config.h.in (BACKUP_OLD_ARCHIVE): added.
1037
1038         * configure.ac: added a command line switch `--enable-backup-archive'.
1039
1040         * src/lhadd.c (cmd_add): if `backup_old_archive' is true, no
1041         backup archive.
1042         (cmd_delete): ditto.
1043
1044         * src/lharc.c (init_variable): initialize `backup_old_archive'.
1045
1046         * src/lha.h (backup_old_archive): added for nobackup.
1047
1048 2002-08-02  Koji Arai  <jca02266@nifty.ne.jp>
1049
1050         * src/lha_macro.h, src/lha.h, src/header.c, src/lhadd.c: Fixed
1051         misspelling, not `STRAGE' but `STORAGE'.
1052
1053 2002-07-29  Koji Arai  <jca02266@nifty.ne.jp>
1054
1055         * re-released.
1056
1057         * src/header.c: should use error() instead of fatal_error().
1058         (get_header): fixed wrong end mark checking.
1059
1060         * src/prototypes.h: updated.
1061
1062         * released.
1063
1064         * configure.ac: updated version.
1065
1066         * 00readme.autoconf: described about header.c bug on original lha.
1067
1068 2002-07-28  Koji Arai  <jca02266@nifty.ne.jp>
1069
1070         * tests/Makefile.am: added lha-test11.
1071
1072         * src/crcio.c (fread_txt): responded to (gcc -Wall) compiler warnings.
1073
1074         * src/header.c (generic_to_unix_stamp): ditto.
1075
1076         * src/lha_macro.h: ditto.
1077
1078         * src/lhadd.c (delete): ditto.
1079
1080         * src/lharc.c (open_old_archive): ditto.
1081
1082         * src/lhlist.c (list_one): ditto.
1083
1084         * src/prototypes.h: updated.
1085
1086         * tests/lha-test.in: added lha-test11.
1087
1088         * tests/lha-test8: added tests for level 0 and 2 header.
1089
1090         * tests/lha-test10: added tests for generic header.
1091
1092         * tests/lha-test11: testing for long filename. moved from lha-test10.
1093
1094 2002-07-26  Koji Arai  <jca02266@nifty.ne.jp>
1095
1096         * src/header.c (write_header): rewritten.
1097
1098 2002-07-25  Koji Arai  <jca02266@nifty.ne.jp>
1099
1100         * tests/lha-test4: stderr should be redirected.
1101
1102         * src/lharc.c (main): exit with status 1 (meaning failure) when the
1103         function error() was called.
1104         (error): ditto.
1105
1106         * src/lha.h (LzHeader.last_modified_stamp;): no longer used it.
1107
1108         * src/header.c (get_header): rewritten.
1109
1110 2002-07-21  Koji Arai  <jca02266@nifty.ne.jp>
1111
1112         * tests/lha-test10: change grep pattern so that pattern matches
1113         a carriage return at the end of line for MinGW.
1114
1115         * src/lha.h: define `struct utimbuf' when utime.h is not given
1116         such as MinGW. (Microsoft Visual Studio 6.0 has sys/utime.h).
1117
1118         * src/lhext.c (make_parent_path): missing braces.
1119
1120         * tests/lha-test.in (check): print script line number when test failed.
1121
1122         * tests/lha-test2, tests/lha-test3, tests/lha-test4, tests/lha-test5, tests/lha-test6, tests/lha-test7, tests/lha-test8, tests/lha-test9, tests/lha-test10: ditto.
1123
1124         * tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
1125         filename. (the system limit of filename length contains the length
1126         of current directory.)
1127
1128         * tests/lha-test10: should use /bin/ls instead of ls, since
1129         /usr/ucb/ls puts size on 4th field (on Solaris).
1130
1131 2002-07-18  Koji Arai  <jca02266@nifty.ne.jp>
1132
1133         * released.
1134
1135         * configure.ac: updated version.
1136
1137         * src/lhext.c (adjust_info): should use `struct utimbuf' for
1138         `utime(2)' rather than `time_t' array.
1139
1140         * src/header.c (write_header): [BUG]: should not write zero at the
1141         first byte on level 2 header. should adjust header size.
1142
1143         * tests/lha-test10: added tests for level 2 header.
1144
1145         * src/lha_macro.h, src/header.c (setup_get): moved to header.c.
1146         (get_byte): ditto.
1147         (put_ptr): ditto.
1148         (setup_put): ditto.
1149         (put_byte): ditto.
1150         (get_bytes): newly added.
1151         (put_bytes): newly added.
1152
1153 2002-07-17  Koji Arai  <jca02266@nifty.ne.jp>
1154
1155         * src/header.c (get_header): [BUG]: Could not read level 2 header
1156         when the header size is grater than 256.
1157         (convert_filename): Should use the `FILENAME_LENGTH' macro rather
1158         than 256.
1159         (write_header): [BUG]: Suppress to overflow the header size when
1160         long filename is written in level 0 or 1 header. On level 1
1161         header, always use the extended filename header instead of the
1162         base header.
1163
1164         * src/lha.h (LzHeader): the type of `header_size' was changed
1165         from `unsigned char' to `int', for the level 2 header archive.
1166
1167         * src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
1168         macro rather than 256 (provisionally fixed).
1169
1170         * tests/lha-test.in: notify failed test number.
1171
1172         * tests/lha-test10: added tests for long pathname.
1173
1174 2002-07-14  Koji Arai  <jca02266@nifty.ne.jp>
1175
1176         * re-released.
1177
1178         * src/header.c (get_header): archive path separator should be
1179         converted always.
1180
1181         * released.
1182
1183         * configure.ac: updated version.
1184
1185         * src/header.c (write_header): if user/group name is not set,
1186         extended header (0x52 and 0x53) should not be made.
1187
1188         * tests/lha-test10: added testing to handle deep directory.
1189
1190         * src/header.c (write_header): fixed typo, not strchr() but
1191         strrchr().
1192
1193         * src/prototypes.h: regenerated.
1194
1195         * src/header.c (convert_filename): prefer to use the
1196         `FILENAME_LENGTH' macro rather than 256.
1197
1198         * src/cproto.sh: fixed typo.
1199
1200 2002-07-11  Koji Arai  <jca02266@nifty.ne.jp>
1201
1202         * tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
1203
1204         * src/lharc.c (print_tiny_usage): no exit here.
1205
1206         * src/header.c (ConvertEncodingByIconv): newly added.
1207         Thanks to Hiroto Sakai.
1208
1209         * configure.ac, config.h.in: Checking to have iconv() for utf-8
1210         conversion.
1211
1212         * configure.ac: Checking whether strrchr() is 8 bit clean or not.
1213         On Mac OS X, strchr() can handle 8 bit characters, but strrchr()
1214         cannot.
1215         Should use '\377' rather than '\xff' for de-ANSI compiler.
1216
1217 2002-07-10  Koji Arai  <jca02266@nifty.ne.jp>
1218
1219         * released.
1220
1221         * configure.ac: updated version.
1222
1223         * src/header.c: change hex codes '\xff' to octal codes '\377'.
1224
1225         * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete
1226         for now)
1227
1228         * tests/lha-test10: Should extract directory even if the archive
1229         header was level 0.
1230
1231         * src/header.c (get_header): Should convert kanji code and path
1232         separator for the level 0 header entry.
1233         Should convert `\' to `/' for level 0 header (do always to make sure,
1234         SO CANNOT CONTAIN THE `\' IN FILENAME).
1235         (init_header): [BUG]: Should not convert path separator here (Should do
1236         in write_header()).
1237         (write_header): [BUG]: should set pathname (contains directory part) to
1238         the LzHeader.name field on level 0 header archive even if the
1239         archive methods is -lhd-.
1240
1241 2002-07-09  Koji Arai  <jca02266@nifty.ne.jp>
1242
1243         * src/lha.h, src/header.c: the CoreFoundation header inclusion
1244         moved to header.c.
1245
1246         * src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.
1247
1248         * src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
1249         misspelling, not `writting' but `writing'.
1250
1251 2002-07-07  Koji Arai  <jca02266@nifty.ne.jp>
1252
1253         * src/lha.h, src/lha_macro.h: refined.
1254
1255         * src/lhadd.c (append_it): macro STRING_COMPARE() was discarded.
1256
1257         * src/lha_macro.h: ditto.
1258
1259         * IFNAMES: NOVOID was removed.
1260
1261         * src/lharc.c (main): terminate with exit status 2 when specified
1262         command line switche is wrong,
1263
1264         * configure.ac, config.h.in: added checking utime.h existent.
1265
1266         * src/crcio.c (putc_euc): void returned.
1267
1268         * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
1269
1270         * src/lharc.c, src/prototypes.h, src/slide.c: refined.
1271
1272         * configure.ac: should specify the 4th argument to AC_TRY_RUN()
1273         for cross compiling.
1274
1275         * configure.ac: fix a test expression.
1276
1277         * src/cproto.sh: added for maintainer.
1278
1279         * src/lha.h: support de-ANSI variable arguments.
1280
1281         * src/lharc.c: ditto.
1282
1283         * src/util.c: ditto.
1284
1285         * src/Makefile.am (lha_SOURCES): added prototypes.h.
1286
1287         * src/lha.h: function prototypes moved to prototypes.h.
1288
1289         * src/prototypes.h: generated by the cproto command.
1290
1291         * configure.ac: On Mac OS X, in spite of using the CoreFoundation
1292         for utf-8 conversion, I have missed specifying the `-framework
1293         CoreFoundation' in LDFLAGS.
1294
1295         * src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
1296
1297 2002-07-06  Koji Arai  <jca02266@nifty.ne.jp>
1298
1299         * released.
1300
1301         * configure.ac: updated version.
1302
1303         * tests/lha-test10: added testing the header level 0, 1 and 2.
1304
1305         * tests/lha-test.in: ditto.
1306
1307         * src/lharc.c: `#include <stdarg.h>' moved to lha.h.
1308
1309         * src/lha.h: ditto.
1310
1311         * src/util.c: ditto.
1312
1313         * configure.ac: AC_REPLACE_FUNCS(vsnprintf).
1314
1315         * config.h.in: ditto.
1316
1317         * src/lha.h: ditto.
1318
1319         * src/vsnprintf.c: derived snprintf() which has the BSD licence.
1320
1321         * configure.ac: fix typo.
1322
1323         * configure.ac: checking whether strchr() is 8 bit clean or not.
1324
1325         * config.h.in: ditto.
1326
1327         * src/util.c: give functions strchr(), strrchr(), memchr() and
1328         memrchr() which handle 8 bit characters correctly.
1329
1330         * src/header.c: use above if needed.
1331
1332         * src/lha_macro.h: deprecate the macro name `DELIM2' which is path
1333         separattor for the filename in lha header.
1334         use LHA_PATHSEP instead.
1335
1336         * src/util.c (convdelim): ditto.
1337
1338         * src/header.c (convert_filename): ditto.
1339         (write_header): ditto.
1340
1341         * src/header.c (convert_filename): fixed bug on utf8 conversion,
1342         provisionally.
1343
1344 2002-06-30  Koji Arai  <jca02266@nifty.ne.jp>
1345
1346         * configure.ac: fixed typo.
1347
1348         * src/header.c (sjis_to_utf8): fixed typo.
1349         (utf8_to_sjis): fixed typo.
1350
1351         * src/lhadd.c (cmd_add): Missed to adjust the index when specified
1352         adding file is same as the generating archive file.
1353
1354 2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
1355
1356         * src/header.c (convert_filename): rename a function
1357         `filename_conv()' to `convert_filename()'.
1358         (sjis_to_utf8_static): no use the static variable.
1359         (utf8_to_sjis_static): ditto.
1360
1361         * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
1362         into sjis_to_utf8() and utf8_to_sjis().
1363
1364         * src/lha_macro.h: added a macro `CODE_UTF8'.
1365
1366         * configure.ac: decide CODE_UTF8.
1367         updated version.
1368
1369         * 00readme.autoconf: modified.
1370
1371         * configure.ac: modified for Mac OS X.
1372
1373         * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for
1374         the Mac OS X, convert utf-8 filename to shift_jis. This patch was
1375         contributed on LHa BBS. Thanks to Hiroto Sakai.
1376
1377         * src/lhext.c: replaced bcmp() with memcmp().
1378
1379         * src/lha_macro.h: ditto.
1380
1381         * src/append.c: replace bcopy() with memcpy() or memmove().
1382
1383         * src/lha_macro.h: ditto.
1384
1385         * src/lhadd.c: ditto.
1386
1387         * src/lharc.c: ditto.
1388
1389         * src/header.c: ditto.
1390         replace bzero() with memset().
1391
1392         * src/lhadd.c (cmd_add): exlclude the target archive. (reported on
1393         the LHa BBS [28])
1394
1395         * src/slide.c (encode_alloc): Wrong value was assigned to the
1396         `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
1397         reported on the LHa BBS [38]).
1398
1399         * src/lha_macro.h: ditto.
1400
1401         * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
1402         fixed by DANGAN (reported on the LHa BBS [35]).
1403
1404         * src/lha_macro.h (LH3_DICBIT): ditto.
1405
1406         * src/dhuf.c (encode_c_dyn): the method of -lh1- compression was
1407         refined by DANGAN (reported on the LHa BBS [30], [39], [62]).
1408
1409 2002-06-26  Koji Arai  <jca02266@nifty.ne.jp>
1410
1411         * tests/lha-test4: Skip a test for the LHa for UNIX (original version).
1412
1413         * tests/lha-test3: Rewrite tests for generic format archives.
1414
1415         * tests/lha-test2: Added tests for -lh0- method.
1416         Moved from contents of lha-test3 (tests for print archive).
1417
1418 2002-06-23  Koji Arai  <jca02266@nifty.ne.jp>
1419
1420         * tests/lha-test.in: On Cygwin/MinGW, cannot test lha-test9.
1421
1422         * src/lhext.c: Fixed a misspelling. not `Symblic' but `Symbolic'.
1423           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1424
1425         * src/lharc.c: ditto.
1426
1427         * src/slide.c (interface;): Fixed wrong index.
1428           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1429
1430         * 00readme.autoconf: refined.
1431
1432         * tests/lha-test9: added tests for overriding files.
1433
1434         * tests/lha-test.in: added test9.
1435
1436         * src/lhext.c (cmd_extract): ftell(stdin) will return -1, so
1437         re-fixed provisionaly.
1438
1439         * src/lhext.c (cmd_extract): When error occurred in extract_one(),
1440         should adjust point of file stream.
1441
1442         * configure.ac: library checkings (for libmingwex) should be done
1443         before header checkings.
1444
1445 2002-06-22  Koji Arai  <jca02266@nifty.ne.jp>
1446
1447         * released:
1448
1449         * configure.ac: updated version.
1450
1451         * src/lharc.c (init_variable): Removed useless assignments.
1452
1453         * src/lharc.c (main): Behavior was changed. when `q' or `q2' option
1454         (not `q1') is specified, the `f' option is enabled implicitly.
1455         In original behavior, the option `q', `q0', `q1' and `q2' will
1456         enable `f' option implicitly (bug?).
1457
1458         * src/lharc.c (main): [BUG]: When `q2' option is specified,
1459         level 2 header is generated.
1460
1461 2002-06-21  Koji Arai  <jca02266@nifty.ne.jp>
1462
1463         * tests/Makefile.am: Use the `DISTCLEANFILES' variable instead of the `dist-hook' target.
1464
1465         * tests/Makefile.am: Added `dist-hook' target for `make distcheck'.
1466
1467         * tests/lha-test.in: All tests are splited into some files.
1468
1469         * tests/Makefile.am: ditto.
1470
1471         * tests/lha-test2: ditto.
1472
1473         * tests/lha-test3: ditto.
1474
1475         * tests/lha-test4: ditto.
1476
1477         * tests/lha-test5: ditto.
1478
1479         * tests/lha-test6: ditto.
1480
1481         * tests/lha-test7: ditto.
1482
1483         * tests/lha-test8: ditto.
1484
1485 2002-06-20  Koji Arai  <jca02266@nifty.ne.jp>
1486
1487         * src/lhadd.c (cmd_add): No create an intermediate file when archive
1488         is written in stdout.
1489
1490 2002-06-19  Koji Arai  <jca02266@nifty.ne.jp>
1491
1492         * 00readme.autoconf: Modified.
1493
1494 2002-06-18  Koji Arai  <jca02266@nifty.ne.jp>
1495
1496         * configure.in: Removed. (no support the Autoconf version 2.13).
1497
1498         * config.h.in: Changed meaning of the value of the `MULTIBYTE_FILENAME'.
1499
1500         * src/header.c: Remove preprocess codes for kanji code decision.
1501
1502         * configure.ac: When --enable-multibyte-filename[=auto] is specified,
1503         decide kanji code for filename automatically.
1504         Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
1505
1506 2002-06-17  Koji Arai  <jca02266@nifty.ne.jp>
1507
1508         * configure.in, configure.ac: updated version.
1509
1510         * configure.in, configure.ac: On mingw-runtime-2.0-1, opendir()
1511         has moved to libmingwex.a. For now, not listed in the
1512         /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs file.
1513
1514         * src/lharc.c (message): use variable argument list with stdarg.
1515         (warning): ditto.
1516         (error): ditto.
1517         (write_error): removed.
1518         (read_error): removed.
1519         (build_temporary_name): use xsnprintf().
1520         (open_old_archive): ditto.
1521         (expanded_archive_name): move in the function (open_old_archive()) as static.
1522
1523         * src/crcio.c (putcode): changed for fatal_error().
1524         (putbits): changed for fatal_error().
1525         (fwrite_crc): ditto.
1526         (putc_euc): should return EOF when putc() cause error.
1527         (fwrite_txt): changed for putc_euc().
1528
1529         * src/header.c (get_header): changed for fatal_error(), warning() and error().
1530         (init_header): use xsnprintf().
1531         (write_header): fixed wrong usage of fwrite().
1532
1533         * src/lha.h: updated declarations.
1534
1535         * src/lhadd.c (append_it): changed for error().
1536
1537         * src/lhext.c (inquire_extract): ditto.
1538
1539         * src/lhlist.c (cmd_list): ditto.
1540
1541         * src/maketbl.c (make_table): ditto.
1542
1543         * src/util.c (copyfile): changed for fatal_error().
1544         (xsnprintf): newly added to adopt to various snprintf().
1545
1546 2002-06-12  Koji Arai  <jca02266@nifty.ne.jp>
1547
1548         * src/lha_macro.h (UNIX_STICKYBIT): fixed a misspelling.
1549
1550         * src/lhlist.c (list_one): ditto.
1551
1552 2002-06-11  Koji Arai  <jca02266@nifty.ne.jp>
1553
1554         * src/lharc.c: index was wrong.
1555           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1556
1557 2002-06-06  Koji Arai  <jca02266@nifty.ne.jp>
1558
1559         * configure.ac, configure.in: changed macro name.
1560         not multibyte-char but multibyte-filename.
1561         not MULTIBYTE_CHAR but MULTIBYTE_FILENAME.
1562
1563         * 00readme.autoconf: ditto.
1564
1565         * config.h.in: ditto.
1566
1567         * src/util.c: ditto.
1568
1569         * src/lha_macro.h: ditto.
1570
1571         * src/header.c: ditto.
1572
1573         * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.
1574
1575         * configure.ac: ditto.
1576
1577         * src/header.c (init_header): ditto.
1578
1579         * src/header.c (init_header): should clear LzHeader.
1580
1581 2002-06-05  Koji Arai  <jca02266@nifty.ne.jp>
1582
1583         * released.
1584
1585         * configure.ac (AC_INIT): changed package name and specified tar name.
1586
1587         * src/lharc.c: added `--help' command line switch.
1588
1589         * Makefile.am: fixed EXTRA_DIST for 00readme.autoconf renaming.
1590
1591         * README.autoconf, 00readme.autoconf: renamed.
1592
1593         * configure.ac, configure.in: updated version.
1594
1595 2002-06-04  Koji Arai  <jca02266@nifty.ne.jp>
1596
1597         * README.autoconf, header.doc.euc: describe about user/group name
1598         header.
1599
1600         * src/header.c (init_header): added a macro MAKE_USER_NAME_HEADER.
1601
1602         * configure.ac, configure.in, config.h.in: added a switch
1603         `--enable-user-name-header' whether user/name extended header is
1604         made.
1605
1606 2002-06-01  Koji Arai  <jca02266@nifty.ne.jp>
1607
1608         * README.autoconf: `-i' switch of automake is deprecated.
1609
1610 2002-05-29  Koji Arai  <jca02266@nifty.ne.jp>
1611
1612         * configure.in, configure.ac, config.h.in: checks having uid_t/gid_t.
1613
1614         * src/lha.h: define uid_t/gid_t as `int' if no have it.
1615
1616         * src/lhext.c (adjust_info): mismatched braces.
1617
1618         * header.doc.euc: around user/group name extention.
1619
1620         * configure.in, configure.ac, config.h.in: checks having
1621         getpwuid/getgrgid and so on.
1622
1623         * src/header.c (get_header): use the extend header, user/group name.
1624         (init_header): ditto.
1625
1626         * src/lha.h: added <pwd.h>, <grp.h> header includings.
1627
1628         * src/lhext.c (adjust_info): change owner/group according to
1629         user/group name when extracting.
1630
1631         * src/lhlist.c (list_one): print user/group name when the header
1632         has them.
1633         (list_one): correct column position on OS68K.
1634
1635         * tests/lha-test.in: added timestamp checks.
1636
1637         * src/lha_macro.h: comment about OS code.
1638
1639 2002-05-28  Koji Arai  <jca02266@nifty.ne.jp>
1640
1641         * src/lharc.c (xstrdup): no need to call fatal_error().
1642
1643         * src/lhdir.h, src/lha_macro.h, src/lha.h: added modeline for vi(m).
1644
1645         * configure.ac, config.h.in: use new autoconf macro, AC_CHECK_MEMBERS().
1646
1647         * IFNAMES, configure.in, src/header.c, src/lharc.c: replaced with
1648         new macro name to adopt to the AC_CHECK_MEMBERS().
1649
1650 2002-05-27  Koji Arai  <jca02266@nifty.ne.jp>
1651
1652         * tests/lha-test.in: use awk instead of GNU sh-utils's `seq'.
1653
1654         * src/header.c (filename_conv): fix a bug, reverse condition and
1655         conversion for filename case.
1656
1657         * README.autoconf: added description about `get_filename_from_stdin' feature.
1658
1659         * tests/lha-test.in: remove test around the `get_filename_from_stdin'.
1660
1661         * src/lharc.c (main): never set `get_filename_from_stdin` to true.
1662         `echo foo | lha x foo.lzh' does not work like original LHa for UNIX.
1663
1664         * tests/lha-test.in: replace with #!/bin/bash.
1665
1666         * README.autoconf: added E-Mail address.
1667
1668         * configure.ac: updated version and added mail address for bug reports.
1669
1670         * configure.in: updated version.
1671
1672         * released.
1673
1674         * README.autoconf: added `make check' on sample description.
1675
1676         * configure.in, configure.ac: update version.
1677
1678 2002-05-26  Koji Arai  <jca02266@nifty.ne.jp>
1679
1680         * tests/lha-test.in: added some tests.
1681
1682         * tests/Makefile.am: refined.
1683
1684         * src/lhext.c (cmd_extract): discard useless fseek() calling (for MinGW).
1685
1686         * tests/lha-test.in: added some tests.
1687
1688         * tests/lha-test.in: specified `q' option on print archive test.
1689
1690         * src/lhadd.c (build_backup_file): On MinGW, cannot rename when
1691         a new file already exists.
1692
1693         * src/lhext.c (extract_one): On MinGW, set binary on stdout when
1694         print archive (`p' switch).
1695
1696         * tests/lha-test.in: added some tests.
1697
1698         * src/lhadd.c (report_archive_name_if_different): warning messages
1699         should be printed to stderr rather than stdout.
1700         (cmd_delete): ditto.
1701
1702         * tests/Makefile.am: fix EXTRA_DIST.
1703
1704         * configure.in, configure.ac: update version.
1705
1706         * tests/lha-test.in: added tests.
1707
1708         * tests/Makefile.am: ditto.
1709
1710         * configure.in, configure.ac, Makefile.am: ditto.
1711
1712 2002-05-25  Koji Arai  <jca02266@nifty.ne.jp>
1713
1714         * IFNAMES: updated.
1715
1716         * released.
1717
1718         * README.autoconf: added description for developpers.
1719
1720         * configure.in, configure.ac, config.h.in: refined.
1721
1722         * src/util.c (memmove): use HAVE_MEMMOVE.
1723         (mkdir): use HAVE_WORKING_FORK.
1724
1725         * src/huf.c: use HAVE_SYS_PARAM_H instead of sony_news.
1726
1727         * IFNAMES (sony_news): updated.
1728
1729         * configure.ac, configure.in (AC_INIT): added autoconfiscated date.
1730         see `lha --version'.
1731
1732 2002-05-22  Koji Arai  <jca02266@nifty.ne.jp>
1733
1734         * src/append.c, src/crcio.c, src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c, src/lharc.c, src/lhdir.c, src/lhext.c, src/lhlist.c, src/maketbl.c, src/maketree.c, src/patmatch.c, src/shuf.c, src/slide.c, src/util.c:
1735         added modeline for vi(m).
1736
1737         * src/lharc.c: backslash was missing.
1738
1739 2002-05-20  Koji Arai  <jca02266@nifty.ne.jp>
1740
1741         * src/lharc.c (open_old_archive):  On MinGW, set binary stdin.
1742
1743         * src/lhadd.c (temporary_to_new_archive_file): On MinGW, set binary stdout.
1744
1745         * src/lha_macro.h: no define TMP_FILENAME_TEMPLATE in source.
1746
1747         * configure.ac, configure.in, README.autoconf: be able to specify
1748         --with-tmp-file=no which meaning TMP_FILENAME_TEMPLATE is undefined.
1749
1750         * src/lha.h: correct usage of mkstemp().
1751         On MinGW, opening file cannot be removed.
1752
1753         * src/lhadd.c (build_temporary_file): ditto.
1754
1755         * src/lharc.c (fatal_error): ditto.
1756
1757 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1758
1759         * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
1760         no use AM_C_PROTOTYPES for the present.
1761
1762         * config.h.in: ditto.
1763
1764         * src/lharc.c (print_tiny_usage_and_exit): change credit.
1765
1766         * src/lha_macro.h: put PLATFORM in a macro LHA_VERSION.
1767
1768         * src/lharc.c (print_version): ditto.
1769
1770         * configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
1771
1772 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1773
1774         * released.
1775
1776         * src/lharc.c (print_tiny_usage_and_exit): added credit.
1777         (print_version): print PLATFORM.
1778
1779         * configure.ac, configure.in, config.h.in: define PLATFORM.
1780
1781         * src/lharc.c (xstrdup): fix typo.
1782
1783         * configure.ac: added for autoconf-2.53.
1784
1785         * config.h.in: regenerate by autoconf-2.53.
1786
1787         * src/lharc.c (find_files): MinGW has st_ino but always 0.
1788
1789         * src/lharc.c (main): provisionally fix. set
1790         `get_filename_from_stdin' to false.
1791
1792         * src/util.c (rename): use builtin rename(2) on mingw32 (since have
1793         no link(2)).
1794
1795         * src/lharc.c (main): use xrealloc().
1796
1797         * src/lha_macro.h: specify "b" modifier always (for mingw32).
1798
1799         * src/lharc.c: use xstrdup() instead of strdup().
1800
1801         * src/lha_macro.h: ditto.
1802
1803         * src/lha_macro.h: getuid(), chown(), kill() are provisionally
1804         defined as 0.
1805
1806         * src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
1807
1808         * src/lhadd.c (build_temporary_file): no use SIGHUP for mingw32.
1809         (build_backup_file): ditto.
1810
1811         * src/lharc.c (interrupt): ditto.
1812
1813         * src/lhext.c (extract_one): ditto.
1814
1815         * src/lhext.c (make_parent_path): mkdir() has no 2nd argument on
1816         mingw32.
1817
1818 2002-05-18  Koji Arai  <jca02266@nifty.ne.jp>
1819
1820         * lha_macro.h: define bcmp(), bzero(), bcopy() even if
1821         STDC_HEADERS is defined.
1822
1823         * huf.c (alloc_buf): call fatal_error() when memory allocation failed
1824         instead of returning NULL.
1825
1826         * lharc.c (main): use xmalloc().
1827
1828         * util.c (copyfile): use xmalloc().
1829
1830         * slide.c (encode_alloc): use xmalloc().
1831
1832         * header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
1833         default kanji code.
1834
1835 2001-02-03  Koji Arai  <jca02266@nifty.ne.jp>
1836
1837         * README.autoconf, src/header.c: treat archive and system kanji
1838         code, correctly.
1839
1840 2001-01-31  Koji Arai  <jca02266@nifty.ne.jp>
1841
1842         * configure.in: mistakes for default archive method.
1843
1844         * src/header.c: directory separator 0xff must be transpose slash
1845         at first.
1846
1847 2001-01-29  Koji Arai  <jca02266@nifty.ne.jp>
1848
1849         * src/lharc.c: replace MKSTEMP with HAVE_MKSTEMP.
1850         substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).
1851
1852         * src/lha_macro.h: use the VERSION macro (defined by configure) for
1853         the LHA_VERSION definition.
1854
1855         * src/header.c: added condition whether the macro MULTIBYTE_CHAR
1856         is defined or not.
1857
1858         * src/Makefile.am: added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
1859
1860         * configure.in: change version number from 1.14f to 1.14i.
1861         check function mkstemp().
1862         replace --enable-lh6 option to --with-default-method=[567].
1863
1864         * config.h.in: added definitions of HAVE_MKSTEMP and
1865         DEFAULT_LZHUFF_METHOD.
1866
1867         * IFNAMES: added a description about MKSTEMP.
1868
1869         * Makefile.am: added extra files.
1870
1871         * change-114f.txt, src/extract.c, src/header.c, src/huf.c, src/lha.h, src/lha_macro.h, src/lhadd.c, src/lharc.c, src/lhext.c, src/lhlist.c, src/maketbl.c, src/maketree.c, src/shuf.c, src/slide.c, src/util.c, src/dhuf.c, src/crcio.c:
1872         merged changing from lha-1.14f to lha-1.14i.
1873
1874         * change-114i.txt, src/header.c, src/huf.c, src/lha.h, src/lharc.c:
1875         import lha-114i
1876
1877         * src/huf.c, src/lharc.c, src/shuf.c, src/slide.c: import lha-114h
1878
1879         * Makefile, README.euc, change-114g.txt, change-114h.txt:
1880         import lha-114h
1881
1882         * src/crcio.c, src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/lha.h, src/lha_macro.h, src/lhadd.c, src/lharc.c, src/lhext.c, src/util.c:
1883         import lha-114g
1884
1885         * MACHINES2.euc, Makefile, README.euc, change-114g.txt, config.eng, config.jpn.euc, header.doc.euc, src/lhlist.c, src/maketbl.c, src/maketree.c, src/makezero.c, src/shuf.c, src/slide.c:
1886         import lha-114g
1887
1888         * src/header.c, src/lha_macro.h: implemented kanji code conversion
1889         on filename.
1890
1891         * src/header.c: fix bug in euc2sjis().
1892
1893 1999-10-05  Koji Arai  <jca02266@nifty.ne.jp>
1894
1895         * src/header.c: rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
1896
1897 1999-09-30  Koji Arai  <jca02266@nifty.ne.jp>
1898
1899         * IFNAMES, configure.in, Makefile.in.org, README.autoconf, config.h.in, man/Makefile.am, src/Makefile.am, src/Makefile.in.org, Makefile.am, src/header.c, src/huf.c, src/larc.c, src/lha.h, src/lha_macro.h, src/lhadd.c, src/lharc.c, src/lhdir.c, src/lhdir.h, src/lhext.c, src/lhlist.c, src/makefile.dj, src/maketbl.c, src/maketree.c, src/patmatch.c, src/shuf.c, src/slide.c, src/util.c, Makefile, man/Makefile, src/Makefile, src/append.c, src/crcio.c, src/dhuf.c, src/extract.c:
1900         use the autoconf/automake
1901
1902 1999-08-28  Koji Arai  <jca02266@nifty.ne.jp>
1903
1904         * Makefile: import the lha-114f
1905
1906         * change-114f.txt, config.jpn.euc, header.doc.euc: import the lha-114f
1907
1908         * CHANGES.euc, MACHINES.euc, PROBLEMS.euc, README.euc, change-114e.txt, config.eng:
1909         import the lha-114f
1910
1911         * MACHINES2.euc, man/Makefile, man/lha.man, man/lha.n:
1912         import the lha-114f
1913
1914         * src/append.c, src/crcio.c: import the lha-114f
1915
1916         * src/Makefile, src/lha.h, src/lha_macro.h, src/lharc.c, src/lhdir.c, src/lhdir.h, src/lhext.c, src/lhlist.c, src/makefile.dj, src/maketbl.c, src/maketree.c, src/patmatch.c, src/shuf.c, src/slide.c, src/util.c:
1917         import the lha-114f
1918
1919         * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c:
1920         import the lha-114f
1921
1922 Local Variables:
1923 user-mail-address : "arai@users.sourceforge.jp"
1924 End: