OSDN Git Service

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