OSDN Git Service

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