OSDN Git Service

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