OSDN Git Service

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