OSDN Git Service

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