OSDN Git Service

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