OSDN Git Service

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