OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
1 2003-02-04  Koji Arai  <jca02266@nifty.ne.jp>
2
3         * configure.ac: need to call `AC_CANONICAL_HOST' for automake
4         1.6.x (for installing the config.guess and config.sub).
5
6 2003-02-02  Koji Arai  <jca02266@nifty.ne.jp>
7
8         * src/header.c, src/lharc.c: fix credit.
9
10 2003-01-20  Koji Arai  <jca02266@nifty.ne.jp>
11
12         * src/lha.h (prev_char): discard unused variable `prev_char'.
13
14         * src/crcio.c (fwrite_txt): ditto.
15
16         * src/slide.c (decode): ditto.
17
18         * src/slide.c: refined a little.
19
20 2003-01-19  Koji Arai  <jca02266@nifty.ne.jp>
21
22         * src/slide.c: took off the debug flag.
23
24         * src/slide.c (search_dict): split into 2 parts.
25
26         * src/slide.c: refined: use the structure `matchdata'.
27
28 2003-01-18  Koji Arai  <jca02266@nifty.ne.jp>
29
30         * src/lha.h (decode_count): rename a global variable `count' to
31         `decode_count'.
32
33         * src/dhuf.c (decode_p_dyn): ditto.
34
35         * src/slide.c (decode): ditto and refined.
36
37 2003-01-17  Koji Arai  <jca02266@nifty.ne.jp>
38
39         * src/slide.c: refined ?
40
41         * src/slide.c (INIT_HASH, NEXT_HASH): newly defined to refine.
42
43 2003-01-13  Koji Arai  <jca02266@nifty.ne.jp>
44
45         * src/prototypes.h: updated.
46
47         * src/slide.c: refined.
48
49 2002-12-31  Koji Arai  <jca02266@nifty.ne.jp>
50
51         * src/lhext.c (adjust_info): On Cygwin, execute permission should
52         be set for .exe or .dll.
53
54 2002-12-28  Koji Arai  <jca02266@nifty.ne.jp>
55
56         * src/lha_macro.h (peekbits): newly added.
57
58         * src/huf.c (read_pt_len): use peekbits().
59         (read_c_len): ditto.
60         (decode_c_st1): ditto.
61         (decode_p_st1): ditto.
62
63         * src/shuf.c (decode_c_st0): ditto.
64         (decode_p_st0): ditto.
65
66 2002-12-23  Koji Arai  <jca02266@nifty.ne.jp>
67
68         * configure.ac: added a configure option: --enable-ignore-dot-files.
69
70         * config.h.in: ditto.
71
72         * src/lharc.c (parse_option): added `-X' option to ignore dot files.
73
74 2002-12-17  Koji Arai  <jca02266@nifty.ne.jp>
75
76         * configure.ac: should check whether system has `ssize_t'.
77
78         * config.h.in: ditto.
79
80         * lha.h: ditto.
81         
82         * configure.ac: added checking functions `fnmatch' and `basename'.
83         but not yet prepare the free fnmatch.c.
84
85         * config.h.in: ditto.
86
87         * src/util.c (basename): newly added.
88
89         * src/lhadd.c (cmd_add): exclude files specified by -x option.
90
91         * src/lharc.c (print_tiny_usage): refined.
92
93 2002-12-16  Koji Arai  <jca02266@nifty.ne.jp>
94
95         * 00readme.autoconf: describe about new feature `-x'.
96
97         * src/lha.h: include fnmatch.h.
98         added a global variable `exclude_files'.
99
100         * src/lharc.c (init_variable): initialize `exclude_files'.
101         (print_tiny_usage): modify usage.
102         (parse_option): newly added. should regard leading `-' argument as
103         option (for new -x option).
104         added `-x <pattern>' option (specify exclude files pattern).
105         (find_files): files matched by pattern `exclude_files' exclude
106         from target files.
107
108 2002-11-25  Koji Arai  <jca02266@nifty.ne.jp>
109
110         * src/header.c: use size_t for header_size.
111         (skip_msdos_sfx1_code): rename to `seek_lha_header()'.
112
113         * src/lha.h: use size_t for header_size.
114
115         * src/lhadd.c (cmd_add): rename `skip_msdos_sfx1_code()' to
116         `seek_lha_header()'.
117         (cmd_delete): ditto.
118
119         * src/lhext.c (cmd_extract): ditto.
120
121         * src/lhlist.c (cmd_list): ditto.
122
123         * src/prototypes.h: updated.
124
125         * tests/lha-test15: added tests to search any level headers.
126
127 2002-11-17  Koji Arai  <jca02266@nifty.ne.jp>
128
129         * untabify all sources.
130
131         * src/huf.c (encode_start_st1): refined.
132         (decode_start_st1): refined.
133
134         * src/slide.c (encode_alloc): refined.
135         (update): refined.
136
137 2002-11-15  Koji Arai  <jca02266@nifty.ne.jp>
138
139         * 00readme.autoconf: updated.
140
141         * src/prototypes.h: updated.
142
143         * configure.ac, Makefile.am, olddoc/Makefile.am:
144           old documentations moved to olddoc directory.
145
146         * 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.
147
148         * Makefile.in.org, src/Makefile.in.org: removed.
149
150         * configure.ac: updated version (source maintenance start on
151         sourceforge.jp)
152
153 2002-11-11  Koji Arai  <jca02266@nifty.ne.jp>
154
155         * src/lhext.c (make_parent_path): On Cygwin, when `foo.exe'
156         exists, stat("foo", &buf) is successful and it is not a directory.
157
158         * src/util.c (skip_msdos_sfx1_code): move to header.c
159
160         * src/header.c (skip_msdos_sfx1_code): ditto.
161         some macro moved from lha_macro.h.
162
163         * src/lha_macro.h: ditto.
164
165         * tests/lha-test15: newly added for testing self extracting archive.
166
167         * tests/lha-test.in: ditto.
168
169         * tests/Makefile.am: ditto.
170
171         * configure.ac: refined messages.
172
173 2002-10-26  Koji Arai  <jca02266@nifty.ne.jp>
174
175         * src/bitio.c (putbits): use the function putcode().
176
177         * src/dhuf.c (decode_start_dyn): call init_code_cache().
178
179         * src/huf.c (encode_start_st1): ditto.
180         (decode_start_st1): ditto.
181
182         * src/larc.c (decode_start_lzs): ditto.
183
184         * src/shuf.c (decode_start_st0): ditto.
185         (encode_start_fix): ditto.
186         (decode_start_fix): ditto.
187
188         * src/Makefile.am: added bitio.c
189
190         * src/cproto.sh: added bitio.c
191
192         * src/bitio.c: new file.
193
194         * src/crcio.c: extracted bitio routines.
195
196         * src/lha.h: ditto.
197
198 2002-10-16  Koji Arai  <jca02266@nifty.ne.jp>
199
200         * 00readme.autoconf: modified.
201
202 2002-10-02  Koji Arai  <jca02266@nifty.ne.jp>
203
204         * src/util.c (xstrchr): `strchr(s, 0)' should return the pointer
205         of the '\0' terminator.
206
207 2002-09-14  Koji Arai  <jca02266@nifty.ne.jp>
208
209         * src/lhadd.c (add_one): Use chsize() if system does not have
210         ftruncate(2). (For MinGW)
211
212         * configure.ac: ditto.
213
214         * config.h.in: ditto.
215
216 2002-09-03  Koji Arai  <jca02266@nifty.ne.jp>
217
218         * released.
219
220         * 00readme.autoconf: modified for stable release.
221
222         * configure.ac: updated version.
223
224 2002-09-01  Koji Arai  <jca02266@nifty.ne.jp>
225
226         * tests/Makefile.am (EXTRA_DIST): lha-test12, lha-test13 and
227         lha-test14 were missed.
228
229 2002-08-31  Koji Arai  <jca02266@nifty.ne.jp>
230
231         * src/lhadd.c (append_it): refined.
232
233         * src/lhadd.c (append_it): no terminate when file cannot be opened.
234
235 2002-08-29  Koji Arai  <jca02266@nifty.ne.jp>
236
237         * tests/lha-test11: change the way of checking the `header size field'.
238
239         * configure.ac: the `--enable-user-name-header' switch has been
240         ineffective. corrected variable name.
241
242 2002-08-26  Koji Arai  <jca02266@nifty.ne.jp>
243
244         * tests/lha-test14: on Cygwin, cannot use '|' as filesname.
245
246         * tests/lha-test.in: on MinGW, skip lha-test14 test.
247
248         * 00readme.autoconf: modified.
249
250         * released.
251
252         * configure.ac: updated version.
253
254         * src/header.c: fixed a comment.
255
256         * src/prototypes.h (strcmp_filename): removed.
257
258         * src/header.c (dump_skip_bytes): note "ignored" if data is ignored.
259
260         * src/header.c (wintime_to_unix_stamp): newly added for converting
261         from `FILETIME' to `time_t'.
262         (get_extended_header): use `wintime_to_unix_stamp()' to recognize
263         the Windows time stamp header (0x41).
264
265         * src/lha.h: define `uint64_t' unless system has it.
266
267         * configure.ac: check existence of the type `uint64_t'.
268
269         * config.h.in: ditto.
270
271         * src/lharc.c (init_variable): set default header level to 2.
272
273 2002-08-24  Koji Arai  <jca02266@nifty.ne.jp>
274
275         * tests/lha-test.in (lha-test14): added to test the symbolic link file.
276
277         * tests/lha-test14: ditto.
278
279         * src/lhlist.c (list_one): use LzHeader.realname.
280
281         * src/lhext.c (extract_one): use LzHeader.realname.
282         should call make_parent_path(symlink).
283
284         * src/lhadd.c (add_one): use LzHeader.realname.
285         (delete): ditto.
286         (append_it): use strcmp() instead of strcmp_filename().
287         (strcmp_filename): removed.
288
289         * src/lha.h (struct LzHeader): added a member `realname' which is
290         symbolic linked name.
291
292         * src/header.c (get_header): split symbolic name in archive.
293         (write_header): join symbolic link name and linked name to put it
294         in archive.
295
296         * src/lhext.c (extract_one): force extract when `f' option is
297         specified. this is for OS-9 archives, [provisional].
298
299         * src/header.c: fixed cpp expressions around time functions.
300
301         * tests/lha-test8: test MS-DOS timestamp `ftime' structure.
302
303         * tests/lha-test.in (change_timestamp): newly added.
304
305 2002-08-22  Koji Arai  <jca02266@nifty.ne.jp>
306
307         * released.
308
309         * src/prototypes.h: regenerated.
310
311         * src/cproto.sh: refined.
312
313         * configure.ac: updated version.
314
315         * configure.ac: should use `exit' rather than `return' on
316         AC_TRY_RUN().  see the Autoconf manual.
317
318         * configure.ac: check whether the 2nd argument of gettimeofday()
319         is effective.
320
321         * src/header.c: ditto.
322
323         * config.h.in (GETTIMEOFDAY_HAS_2ND_ARG): ditto.
324
325         * tests/lha-test.in: `++' is invalid arithmetic operator on POSIX
326         shell, Ksh and Bash version 2.03 or earlier.
327
328         * tests/lha-test13: ditto.
329
330 2002-08-18  Koji Arai  <jca02266@nifty.ne.jp>
331
332         * src/lharc.c (print_version): version string is made here.
333
334         * src/lha_macro.h (LHA_VERSION): removed.
335
336         * src/slide.c (encode_alloc): used newly named `dicbit' macro.
337
338         * src/shuf.c (read_tree_p): ditto.
339         (decode_start_fix): ditto.
340
341         * src/lha_macro.h: `xxx_DICBIT' for each method was defined.
342
343         * src/header.c: correct a comment `Generic stamp format'.
344         (get_bytes): fixed for dumping header.
345
346         * src/lha_macro.h, src/lha.h: `EXTERN' macro definition was moved
347         to lha.h.
348
349         * src/header.c (get_bytes): print hex codes for invisible chars.
350
351         * src/lhlist.c: hate global variables.
352
353         * src/prototypes.h (convdelim): removed.
354
355         * src/lhlist.c (print_stamp): use ISO 8601 date format when `lha vv'.
356
357 2002-08-14  Koji Arai  <jca02266@nifty.ne.jp>
358
359         * src/header.c: discarded warning message for the extended header,
360         `Windows time stamp' ignored.
361
362         * src/header.c: in spite of extended type value, read contents of
363         any ext headers.
364
365         * src/header.c: comment fixed.
366
367 2002-08-12  Koji Arai  <jca02266@nifty.ne.jp>
368
369         * src/header.c (dump_skip_bytes): do nothing when length is 0.
370
371 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
372
373         * src/lha_macro.h (SJC_FIRST_P): rename to SJIS_FIRST_P.
374         (SJC_SECOND_P): rename to SJIS_SECOND_P.
375
376         * src/util.c (convdelim): removed.
377
378         * src/header.c (convert_filename): when small letter is included
379         in filename, do not convert case.
380
381         * 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:
382         print filename when test failed.
383
384         * tests/lha-test.in, tests/lha-test12, tests/lha-test13:
385         added tests for converting text files.
386
387         * src/header.c (get_extended_header): recognize the Windows time
388         stamp header (0x41), but ignored.
389
390         * src/header.c (write_unix_info): added.
391
392 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
393
394         * released.
395
396         * configure.ac: updated version.
397
398         * 00readme.autoconf: modified.
399
400         * src/header.c: DUMP_HEADER is always true.
401         dump header when running `lha vvv foo.lzh'.
402         (get_header): added new extend type JAVA.
403
404         * src/lha_macro.h (EXTEND_JAVA): added new extend type JAVA.
405
406         * src/lhlist.c (list_one): ditto.
407
408         * src/lharc.c (init_variable): `verbose' is changed to successive.
409         (main): ditto.
410
411 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
412
413         * src/lhlist.c (list_one): fixed mode checks.
414
415         * src/prototypes.h: updated.
416
417         * src/header.c (get_header_level2): check CRC value for reading
418         level 2 and 3 header.
419         (get_header_level3): ditto.
420         (get_extended_header): ditto.
421         (get_header_level0): set total header size to
422         `LzHeader.header_size' even if level 0 or 1 header is read.
423         (get_header_level1): ditto.
424
425         * src/append.c (encode_lzhuf): encode(), decode() and copyfile()
426         were changed.
427         (put_indicator): moved from crcio.c.
428
429         * src/crcio.c (put_indicator): moved to append.c.
430         (calccrc): generalized.
431         (fread_crc): changed interface.
432         (fwrite_crc): changed interface.
433         (calc_header_crc): removed. use calccrc() instead.
434
435         * src/extract.c (decode_lzhuf): copyfile() and decode() were changed.
436
437         * src/lha.h: hate global variable. `crc' is removed.
438         `reading_size' moved to append.c.
439
440         * src/lha_macro.h (INITIALIZE_CRC): newly added.
441         (UPDATE_CRC): no update in macro code.
442
443         * src/lhadd.c (temporary_to_new_archive_file): copyfile() was changed.
444
445         * src/lharc.c (copy_old_one): header size adjusting is done by
446         the get_header().
447
448         * src/slide.c (update): changed interface.
449         (get_next): ditto.
450         (encode): ditto.
451         (decode): ditto.
452
453         * src/util.c (copyfile): changed interface.
454
455 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
456
457         * tests/lha-test5: added tests using pipe.
458
459         * src/lhadd.c (cmd_add): applied reverse patch.  intermediate file
460         is the necessary when created archive put in pipe.
461
462         * src/header.c (skip_bytes): newly added.
463         (dump_get_byte): newly added for dumping the data for debugging.
464         (dump_skip_bytes): ditto.
465         (get_word): ditto.
466         (get_longword): ditto.
467         (get_bytes): ditto.
468         (get_extended_header): modified for reading the level 3 header.
469         (get_header_level3): newly added.
470
471         * src/lha.h (struct LzHeader): for level 3 header, added a new
472         member `size_field_length' and changed type of the `header_size'
473         from int to long.
474
475         * src/header.c (init_header): the `hdr->method' should be
476         initialized to the "-lh0-" for empty files.
477
478         * tests/lha-test2: ditto.
479
480         * src/lhadd.c (add_one): should print indicator for empty files.
481
482 2002-08-09  Koji Arai  <jca02266@nifty.ne.jp>
483
484         * tests/lha-test.in: adapt to ksh (and posix shell).
485
486 2002-08-05  Koji Arai  <jca02266@nifty.ne.jp>
487
488         * 00readme.autoconf: refined.
489
490         * config.h.in (BACKUP_OLD_ARCHIVE): added.
491
492         * configure.ac: added a command line switch `--enable-backup-archive'.
493
494         * src/lhadd.c (cmd_add): if `backup_old_archive' is true, no
495         backup archive.
496         (cmd_delete): ditto.
497
498         * src/lharc.c (init_variable): initialize `backup_old_archive'.
499
500         * src/lha.h (backup_old_archive): added for nobackup.
501
502 2002-08-02  Koji Arai  <jca02266@nifty.ne.jp>
503
504         * src/lha_macro.h, src/lha.h, src/header.c, src/lhadd.c: Fixed
505         misspelling, not `STRAGE' but `STORAGE'.
506
507 2002-07-29  Koji Arai  <jca02266@nifty.ne.jp>
508
509         * re-released.
510
511         * src/header.c: should use error() instead of fatal_error().
512         (get_header): fixed wrong end mark checking.
513
514         * src/prototypes.h: updated.
515
516         * released.
517
518         * configure.ac: updated version.
519
520         * 00readme.autoconf: described about header.c bug on original lha.
521
522 2002-07-28  Koji Arai  <jca02266@nifty.ne.jp>
523
524         * tests/Makefile.am: added lha-test11.
525
526         * src/crcio.c (fread_txt): responded to (gcc -Wall) compiler warnings.
527
528         * src/header.c (generic_to_unix_stamp): ditto.
529
530         * src/lha_macro.h: ditto.
531
532         * src/lhadd.c (delete): ditto.
533
534         * src/lharc.c (open_old_archive): ditto.
535
536         * src/lhlist.c (list_one): ditto.
537
538         * src/prototypes.h: updated.
539
540         * tests/lha-test.in: added lha-test11.
541
542         * tests/lha-test8: added tests for level 0 and 2 header.
543
544         * tests/lha-test10: added tests for generic header.
545
546         * tests/lha-test11: testing for long filename. moved from lha-test10.
547
548 2002-07-26  Koji Arai  <jca02266@nifty.ne.jp>
549
550         * src/header.c (write_header): rewritten.
551
552 2002-07-25  Koji Arai  <jca02266@nifty.ne.jp>
553
554         * tests/lha-test4: stderr should be redirected.
555
556         * src/lharc.c (main): exit with status 1 (meaning failure) when the
557         function error() was called.
558         (error): ditto.
559
560         * src/lha.h (LzHeader.last_modified_stamp;): no longer used it.
561
562         * src/header.c (get_header): rewritten.
563
564 2002-07-21  Koji Arai  <jca02266@nifty.ne.jp>
565
566         * tests/lha-test10: change grep pattern so that pattern matches
567         a carriage return at the end of line for MinGW.
568
569         * src/lha.h: define `struct utimbuf' when utime.h is not given
570         such as MinGW. (Microsoft Visual Studio 6.0 has sys/utime.h).
571
572         * src/lhext.c (make_parent_path): missing braces.
573
574         * tests/lha-test.in (check): print script line number when test failed.
575
576         * 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.
577
578         * tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
579         filename. (the system limit of filename length contains the length
580         of current directory.)
581
582         * tests/lha-test10: should use /bin/ls instead of ls, since
583         /usr/ucb/ls puts size on 4th field (on Solaris).
584
585 2002-07-18  Koji Arai  <jca02266@nifty.ne.jp>
586
587         * released.
588
589         * configure.ac: updated version.
590
591         * src/lhext.c (adjust_info): should use `struct utimbuf' for
592         `utime(2)' rather than `time_t' array.
593
594         * src/header.c (write_header): [BUG]: should not write zero at the
595         first byte on level 2 header. should adjust header size.
596
597         * tests/lha-test10: added tests for level 2 header.
598
599         * src/lha_macro.h, src/header.c (setup_get): moved to header.c.
600         (get_byte): ditto.
601         (put_ptr): ditto.
602         (setup_put): ditto.
603         (put_byte): ditto.
604         (get_bytes): newly added.
605         (put_bytes): newly added.
606
607 2002-07-17  Koji Arai  <jca02266@nifty.ne.jp>
608
609         * src/header.c (get_header): [BUG]: Could not read level 2 header
610         when the header size is grater than 256.
611         (convert_filename): Should use the `FILENAME_LENGTH' macro rather
612         than 256.
613         (write_header): [BUG]: Suppress to overflow the header size when
614         long filename is written in level 0 or 1 header. On level 1
615         header, always use the extended filename header instead of the
616         base header.
617
618         * src/lha.h (LzHeader): the type of `header_size' was changed
619         from `unsigned char' to `int', for the level 2 header archive.
620
621         * src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
622         macro rather than 256 (provisionally fixed).
623
624         * tests/lha-test.in: notify failed test number.
625
626         * tests/lha-test10: added tests for long pathname.
627
628 2002-07-14  Koji Arai  <jca02266@nifty.ne.jp>
629
630         * re-released.
631
632         * src/header.c (get_header): archive path separator should be
633         converted always.
634
635         * released.
636
637         * configure.ac: updated version.
638
639         * src/header.c (write_header): if user/group name is not set,
640         extended header (0x52 and 0x53) should not be made.
641
642         * tests/lha-test10: added testing to handle deep directory.
643
644         * src/header.c (write_header): fixed typo, not strchr() but
645         strrchr().
646
647         * src/prototypes.h: regenerated.
648
649         * src/header.c (convert_filename): prefer to use the
650         `FILENAME_LENGTH' macro rather than 256.
651
652         * src/cproto.sh: fixed typo.
653
654 2002-07-11  Koji Arai  <jca02266@nifty.ne.jp>
655
656         * tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
657
658         * src/lharc.c (print_tiny_usage): no exit here.
659
660         * src/header.c (ConvertEncodingByIconv): newly added.
661         Thanks to Hiroto Sakai.
662
663         * configure.ac, config.h.in: Checking to have iconv() for utf-8
664         conversion.
665
666         * configure.ac: Checking whether strrchr() is 8 bit clean or not.
667         On Mac OS X, strchr() can handle 8 bit characters, but strrchr()
668         cannot.
669         Should use '\377' rather than '\xff' for de-ANSI compiler.
670
671 2002-07-10  Koji Arai  <jca02266@nifty.ne.jp>
672
673         * released.
674
675         * configure.ac: updated version.
676
677         * src/header.c: change hex codes '\xff' to octal codes '\377'.
678
679         * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete
680         for now)
681
682         * tests/lha-test10: Should extract directory even if the archive
683         header was level 0.
684
685         * src/header.c (get_header): Should convert kanji code and path
686         separator for the level 0 header entry.
687         Should convert `\' to `/' for level 0 header (do always to make sure,
688         SO CANNOT CONTAIN THE `\' IN FILENAME).
689         (init_header): [BUG]: Should not convert path separator here (Should do
690         in write_header()).
691         (write_header): [BUG]: should set pathname (contains directory part) to
692         the LzHeader.name field on level 0 header archive even if the
693         archive methods is -lhd-.
694
695 2002-07-09  Koji Arai  <jca02266@nifty.ne.jp>
696
697         * src/lha.h, src/header.c: the CoreFoundation header inclusion
698         moved to header.c.
699
700         * src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.
701
702         * src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
703         misspelling, not `writting' but `writing'.
704
705 2002-07-07  Koji Arai  <jca02266@nifty.ne.jp>
706
707         * src/lha.h, src/lha_macro.h: refined.
708
709         * src/lhadd.c (append_it): macro STRING_COMPARE() was discarded.
710
711         * src/lha_macro.h: ditto.
712
713         * IFNAMES: NOVOID was removed.
714
715         * src/lharc.c (main): terminate with exit status 2 when specified
716         command line switche is wrong,
717
718         * configure.ac, config.h.in: added checking utime.h existent.
719
720         * src/crcio.c (putc_euc): void returned.
721
722         * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
723
724         * src/lharc.c, src/prototypes.h, src/slide.c: refined.
725
726         * configure.ac: should specify the 4th argument to AC_TRY_RUN()
727         for cross compiling.
728
729         * configure.ac: fix a test expression.
730
731         * src/cproto.sh: added for maintainer.
732
733         * src/lha.h: support de-ANSI variable arguments.
734
735         * src/lharc.c: ditto.
736
737         * src/util.c: ditto.
738
739         * src/Makefile.am (lha_SOURCES): added prototypes.h.
740
741         * src/lha.h: function prototypes moved to prototypes.h.
742
743         * src/prototypes.h: generated by the cproto command.
744
745         * configure.ac: On Mac OS X, in spite of using the CoreFoundation
746         for utf-8 conversion, I have missed specifying the `-framework
747         CoreFoundation' in LDFLAGS.
748
749         * src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
750
751 2002-07-06  Koji Arai  <jca02266@nifty.ne.jp>
752
753         * released.
754
755         * configure.ac: updated version.
756
757         * tests/lha-test10: added testing the header level 0, 1 and 2.
758
759         * tests/lha-test.in: ditto.
760
761         * src/lharc.c: `#include <stdarg.h>' moved to lha.h.
762
763         * src/lha.h: ditto.
764
765         * src/util.c: ditto.
766
767         * configure.ac: AC_REPLACE_FUNCS(vsnprintf).
768
769         * config.h.in: ditto.
770
771         * src/lha.h: ditto.
772
773         * src/vsnprintf.c: derived snprintf() which has the BSD licence.
774
775         * configure.ac: fix typo.
776
777         * configure.ac: checking whether strchr() is 8 bit clean or not.
778
779         * config.h.in: ditto.
780
781         * src/util.c: give functions strchr(), strrchr(), memchr() and
782         memrchr() which handle 8 bit characters correctly.
783
784         * src/header.c: use above if needed.
785
786         * src/lha_macro.h: deprecate the macro name `DELIM2' which is path
787         separattor for the filename in lha header.
788         use LHA_PATHSEP instead.
789
790         * src/util.c (convdelim): ditto.
791
792         * src/header.c (convert_filename): ditto.
793         (write_header): ditto.
794
795         * src/header.c (convert_filename): fixed bug on utf8 conversion,
796         provisionally.
797
798 2002-06-30  Koji Arai  <jca02266@nifty.ne.jp>
799
800         * configure.ac: fixed typo.
801
802         * src/header.c (sjis_to_utf8): fixed typo.
803         (utf8_to_sjis): fixed typo.
804
805         * src/lhadd.c (cmd_add): Missed to adjust the index when specified
806         adding file is same as the generating archive file.
807
808 2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
809
810         * src/header.c (convert_filename): rename a function
811         `filename_conv()' to `convert_filename()'.
812         (sjis_to_utf8_static): no use the static variable.
813         (utf8_to_sjis_static): ditto.
814
815         * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
816         into sjis_to_utf8() and utf8_to_sjis().
817
818         * src/lha_macro.h: added a macro `CODE_UTF8'.
819
820         * configure.ac: decide CODE_UTF8.
821         updated version.
822
823         * 00readme.autoconf: modified.
824
825         * configure.ac: modified for Mac OS X.
826
827         * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for
828         the Mac OS X, convert utf-8 filename to shift_jis. This patch was
829         contributed on LHa BBS. Thanks to Hiroto Sakai.
830
831         * src/lhext.c: replaced bcmp() with memcmp().
832
833         * src/lha_macro.h: ditto.
834
835         * src/append.c: replace bcopy() with memcpy() or memmove().
836
837         * src/lha_macro.h: ditto.
838
839         * src/lhadd.c: ditto.
840
841         * src/lharc.c: ditto.
842
843         * src/header.c: ditto.
844         replace bzero() with memset().
845
846         * src/lhadd.c (cmd_add): exlclude the target archive. (reported on
847         the LHa BBS [28])
848
849         * src/slide.c (encode_alloc): Wrong value was assigned to the
850         `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
851         reported on the LHa BBS [38]).
852
853         * src/lha_macro.h: ditto.
854
855         * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
856         fixed by DANGAN (reported on the LHa BBS [35]).
857
858         * src/lha_macro.h (LH3_DICBIT): ditto.
859
860         * src/dhuf.c (encode_c_dyn): the method of -lh1- compression was
861         refined by DANGAN (reported on the LHa BBS [30], [39], [62]).
862
863 2002-06-26  Koji Arai  <jca02266@nifty.ne.jp>
864
865         * tests/lha-test4: Skip a test for the LHa for UNIX (original version).
866
867         * tests/lha-test3: Rewrite tests for generic format archives.
868
869         * tests/lha-test2: Added tests for -lh0- method.
870         Moved from contents of lha-test3 (tests for print archive).
871
872 2002-06-23  Koji Arai  <jca02266@nifty.ne.jp>
873
874         * tests/lha-test.in: On Cygwin/MinGW, cannot test lha-test9.
875
876         * src/lhext.c: Fixed a misspelling. not `Symblic' but `Symbolic'.
877           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
878
879         * src/lharc.c: ditto.
880
881         * src/slide.c (interface;): Fixed wrong index.
882           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
883
884         * 00readme.autoconf: refined.
885
886         * tests/lha-test9: added tests for overriding files.
887
888         * tests/lha-test.in: added test9.
889
890         * src/lhext.c (cmd_extract): ftell(stdin) will return -1, so
891         re-fixed provisionaly.
892
893         * src/lhext.c (cmd_extract): When error occurred in extract_one(),
894         should adjust point of file stream.
895
896         * configure.ac: library checkings (for libmingwex) should be done
897         before header checkings.
898
899 2002-06-22  Koji Arai  <jca02266@nifty.ne.jp>
900
901         * released:
902
903         * configure.ac: updated version.
904
905         * src/lharc.c (init_variable): Removed useless assignments.
906
907         * src/lharc.c (main): Behavior was changed. when `q' or `q2' option
908         (not `q1') is specified, the `f' option is enabled implicitly.
909         In original behavior, the option `q', `q0', `q1' and `q2' will
910         enable `f' option implicitly (bug?).
911
912         * src/lharc.c (main): [BUG]: When `q2' option is specified,
913         level 2 header is generated.
914
915 2002-06-21  Koji Arai  <jca02266@nifty.ne.jp>
916
917         * tests/Makefile.am: Use the `DISTCLEANFILES' variable instead of the `dist-hook' target.
918
919         * tests/Makefile.am: Added `dist-hook' target for `make distcheck'.
920
921         * tests/lha-test.in: All tests are splited into some files.
922
923         * tests/Makefile.am: ditto.
924
925         * tests/lha-test2: ditto.
926
927         * tests/lha-test3: ditto.
928
929         * tests/lha-test4: ditto.
930
931         * tests/lha-test5: ditto.
932
933         * tests/lha-test6: ditto.
934
935         * tests/lha-test7: ditto.
936
937         * tests/lha-test8: ditto.
938
939 2002-06-20  Koji Arai  <jca02266@nifty.ne.jp>
940
941         * src/lhadd.c (cmd_add): No create an intermediate file when archive
942         is written in stdout.
943
944 2002-06-19  Koji Arai  <jca02266@nifty.ne.jp>
945
946         * 00readme.autoconf: Modified.
947
948 2002-06-18  Koji Arai  <jca02266@nifty.ne.jp>
949
950         * configure.in: Removed. (no support the Autoconf version 2.13).
951
952         * config.h.in: Changed meaning of the value of the `MULTIBYTE_FILENAME'.
953
954         * src/header.c: Remove preprocess codes for kanji code decision.
955
956         * configure.ac: When --enable-multibyte-filename[=auto] is specified,
957         decide kanji code for filename automatically.
958         Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
959
960 2002-06-17  Koji Arai  <jca02266@nifty.ne.jp>
961
962         * configure.in, configure.ac: updated version.
963
964         * configure.in, configure.ac: On mingw-runtime-2.0-1, opendir()
965         has moved to libmingwex.a. For now, not listed in the
966         /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs file.
967
968         * src/lharc.c (message): use variable argument list with stdarg.
969         (warning): ditto.
970         (error): ditto.
971         (write_error): removed.
972         (read_error): removed.
973         (build_temporary_name): use xsnprintf().
974         (open_old_archive): ditto.
975         (expanded_archive_name): move in the function (open_old_archive()) as static.
976
977         * src/crcio.c (putcode): changed for fatal_error().
978         (putbits): changed for fatal_error().
979         (fwrite_crc): ditto.
980         (putc_euc): should return EOF when putc() cause error.
981         (fwrite_txt): changed for putc_euc().
982
983         * src/header.c (get_header): changed for fatal_error(), warning() and error().
984         (init_header): use xsnprintf().
985         (write_header): fixed wrong usage of fwrite().
986
987         * src/lha.h: updated declarations.
988
989         * src/lhadd.c (append_it): changed for error().
990
991         * src/lhext.c (inquire_extract): ditto.
992
993         * src/lhlist.c (cmd_list): ditto.
994
995         * src/maketbl.c (make_table): ditto.
996
997         * src/util.c (copyfile): changed for fatal_error().
998         (xsnprintf): newly added to adopt to various snprintf().
999
1000 2002-06-12  Koji Arai  <jca02266@nifty.ne.jp>
1001
1002         * src/lha_macro.h (UNIX_STICKYBIT): fixed a misspelling.
1003
1004         * src/lhlist.c (list_one): ditto.
1005
1006 2002-06-11  Koji Arai  <jca02266@nifty.ne.jp>
1007
1008         * src/lharc.c: index was wrong.
1009           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1010
1011 2002-06-06  Koji Arai  <jca02266@nifty.ne.jp>
1012
1013         * configure.ac, configure.in: changed macro name.
1014         not multibyte-char but multibyte-filename.
1015         not MULTIBYTE_CHAR but MULTIBYTE_FILENAME.
1016
1017         * 00readme.autoconf: ditto.
1018
1019         * config.h.in: ditto.
1020
1021         * src/util.c: ditto.
1022
1023         * src/lha_macro.h: ditto.
1024
1025         * src/header.c: ditto.
1026
1027         * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.
1028
1029         * configure.ac: ditto.
1030
1031         * src/header.c (init_header): ditto.
1032
1033         * src/header.c (init_header): should clear LzHeader.
1034
1035 2002-06-05  Koji Arai  <jca02266@nifty.ne.jp>
1036
1037         * released.
1038
1039         * configure.ac (AC_INIT): changed package name and specified tar name.
1040
1041         * src/lharc.c: added `--help' command line switch.
1042
1043         * Makefile.am: fixed EXTRA_DIST for 00readme.autoconf renaming.
1044
1045         * README.autoconf, 00readme.autoconf: renamed.
1046
1047         * configure.ac, configure.in: updated version.
1048
1049 2002-06-04  Koji Arai  <jca02266@nifty.ne.jp>
1050
1051         * README.autoconf, header.doc.euc: describe about user/group name
1052         header.
1053
1054         * src/header.c (init_header): added a macro MAKE_USER_NAME_HEADER.
1055
1056         * configure.ac, configure.in, config.h.in: added a switch
1057         `--enable-user-name-header' whether user/name extended header is
1058         made.
1059
1060 2002-06-01  Koji Arai  <jca02266@nifty.ne.jp>
1061
1062         * README.autoconf: `-i' switch of automake is deprecated.
1063
1064 2002-05-29  Koji Arai  <jca02266@nifty.ne.jp>
1065
1066         * configure.in, configure.ac, config.h.in: checks having uid_t/gid_t.
1067
1068         * src/lha.h: define uid_t/gid_t as `int' if no have it.
1069
1070         * src/lhext.c (adjust_info): mismatched braces.
1071
1072         * header.doc.euc: around user/group name extention.
1073
1074         * configure.in, configure.ac, config.h.in: checks having
1075         getpwuid/getgrgid and so on.
1076
1077         * src/header.c (get_header): use the extend header, user/group name.
1078         (init_header): ditto.
1079
1080         * src/lha.h: added <pwd.h>, <grp.h> header includings.
1081
1082         * src/lhext.c (adjust_info): change owner/group according to
1083         user/group name when extracting.
1084
1085         * src/lhlist.c (list_one): print user/group name when the header
1086         has them.
1087         (list_one): correct column position on OS68K.
1088
1089         * tests/lha-test.in: added timestamp checks.
1090
1091         * src/lha_macro.h: comment about OS code.
1092
1093 2002-05-28  Koji Arai  <jca02266@nifty.ne.jp>
1094
1095         * src/lharc.c (xstrdup): no need to call fatal_error().
1096
1097         * src/lhdir.h, src/lha_macro.h, src/lha.h: added modeline for vi(m).
1098
1099         * configure.ac, config.h.in: use new autoconf macro, AC_CHECK_MEMBERS().
1100
1101         * IFNAMES, configure.in, src/header.c, src/lharc.c: replaced with
1102         new macro name to adopt to the AC_CHECK_MEMBERS().
1103
1104 2002-05-27  Koji Arai  <jca02266@nifty.ne.jp>
1105
1106         * tests/lha-test.in: use awk instead of GNU sh-utils's `seq'.
1107
1108         * src/header.c (filename_conv): fix a bug, reverse condition and
1109         conversion for filename case.
1110
1111         * README.autoconf: added description about `get_filename_from_stdin' feature.
1112
1113         * tests/lha-test.in: remove test around the `get_filename_from_stdin'.
1114
1115         * src/lharc.c (main): never set `get_filename_from_stdin` to true.
1116         `echo foo | lha x foo.lzh' does not work like original LHa for UNIX.
1117
1118         * tests/lha-test.in: replace with #!/bin/bash.
1119
1120         * README.autoconf: added E-Mail address.
1121
1122         * configure.ac: updated version and added mail address for bug reports.
1123
1124         * configure.in: updated version.
1125
1126         * released.
1127
1128         * README.autoconf: added `make check' on sample description.
1129
1130         * configure.in, configure.ac: update version.
1131
1132 2002-05-26  Koji Arai  <jca02266@nifty.ne.jp>
1133
1134         * tests/lha-test.in: added some tests.
1135
1136         * tests/Makefile.am: refined.
1137
1138         * src/lhext.c (cmd_extract): discard useless fseek() calling (for MinGW).
1139
1140         * tests/lha-test.in: added some tests.
1141
1142         * tests/lha-test.in: specified `q' option on print archive test.
1143
1144         * src/lhadd.c (build_backup_file): On MinGW, cannot rename when
1145         a new file already exists.
1146
1147         * src/lhext.c (extract_one): On MinGW, set binary on stdout when
1148         print archive (`p' switch).
1149
1150         * tests/lha-test.in: added some tests.
1151
1152         * src/lhadd.c (report_archive_name_if_different): warning messages
1153         should be printed to stderr rather than stdout.
1154         (cmd_delete): ditto.
1155
1156         * tests/Makefile.am: fix EXTRA_DIST.
1157
1158         * configure.in, configure.ac: update version.
1159
1160         * tests/lha-test.in: added tests.
1161
1162         * tests/Makefile.am: ditto.
1163
1164         * configure.in, configure.ac, Makefile.am: ditto.
1165
1166 2002-05-25  Koji Arai  <jca02266@nifty.ne.jp>
1167
1168         * IFNAMES: updated.
1169
1170         * released.
1171
1172         * README.autoconf: added description for developpers.
1173
1174         * configure.in, configure.ac, config.h.in: refined.
1175
1176         * src/util.c (memmove): use HAVE_MEMMOVE.
1177         (mkdir): use HAVE_WORKING_FORK.
1178
1179         * src/huf.c: use HAVE_SYS_PARAM_H instead of sony_news.
1180
1181         * IFNAMES (sony_news): updated.
1182
1183         * configure.ac, configure.in (AC_INIT): added autoconfiscated date.
1184         see `lha --version'.
1185
1186 2002-05-22  Koji Arai  <jca02266@nifty.ne.jp>
1187
1188         * 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:
1189         added modeline for vi(m).
1190
1191         * src/lharc.c: backslash was missing.
1192
1193 2002-05-20  Koji Arai  <jca02266@nifty.ne.jp>
1194
1195         * src/lharc.c (open_old_archive):  On MinGW, set binary stdin.
1196
1197         * src/lhadd.c (temporary_to_new_archive_file): On MinGW, set binary stdout.
1198
1199         * src/lha_macro.h: no define TMP_FILENAME_TEMPLATE in source.
1200
1201         * configure.ac, configure.in, README.autoconf: be able to specify
1202         --with-tmp-file=no which meaning TMP_FILENAME_TEMPLATE is undefined.
1203
1204         * src/lha.h: correct usage of mkstemp().
1205         On MinGW, opening file cannot be removed.
1206
1207         * src/lhadd.c (build_temporary_file): ditto.
1208
1209         * src/lharc.c (fatal_error): ditto.
1210
1211 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1212
1213         * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
1214         no use AM_C_PROTOTYPES for the present.
1215
1216         * config.h.in: ditto.
1217
1218         * src/lharc.c (print_tiny_usage_and_exit): change credit.
1219
1220         * src/lha_macro.h: put PLATFORM in a macro LHA_VERSION.
1221
1222         * src/lharc.c (print_version): ditto.
1223
1224         * configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
1225
1226 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1227
1228         * released.
1229
1230         * src/lharc.c (print_tiny_usage_and_exit): added credit.
1231         (print_version): print PLATFORM.
1232
1233         * configure.ac, configure.in, config.h.in: define PLATFORM.
1234
1235         * src/lharc.c (xstrdup): fix typo.
1236
1237         * configure.ac: added for autoconf-2.53.
1238
1239         * config.h.in: regenerate by autoconf-2.53.
1240
1241         * src/lharc.c (find_files): MinGW has st_ino but always 0.
1242
1243         * src/lharc.c (main): provisionally fix. set
1244         `get_filename_from_stdin' to false.
1245
1246         * src/util.c (rename): use builtin rename(2) on mingw32 (since have
1247         no link(2)).
1248
1249         * src/lharc.c (main): use xrealloc().
1250
1251         * src/lha_macro.h: specify "b" modifier always (for mingw32).
1252
1253         * src/lharc.c: use xstrdup() instead of strdup().
1254
1255         * src/lha_macro.h: ditto.
1256
1257         * src/lha_macro.h: getuid(), chown(), kill() are provisionally
1258         defined as 0.
1259
1260         * src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
1261
1262         * src/lhadd.c (build_temporary_file): no use SIGHUP for mingw32.
1263         (build_backup_file): ditto.
1264
1265         * src/lharc.c (interrupt): ditto.
1266
1267         * src/lhext.c (extract_one): ditto.
1268
1269         * src/lhext.c (make_parent_path): mkdir() has no 2nd argument on
1270         mingw32.
1271
1272 2002-05-18  Koji Arai  <jca02266@nifty.ne.jp>
1273
1274         * lha_macro.h: define bcmp(), bzero(), bcopy() even if
1275         STDC_HEADERS is defined.
1276
1277         * huf.c (alloc_buf): call fatal_error() when memory allocation failed
1278         instead of returning NULL.
1279
1280         * lharc.c (main): use xmalloc().
1281
1282         * util.c (copyfile): use xmalloc().
1283
1284         * slide.c (encode_alloc): use xmalloc().
1285
1286         * header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
1287         default kanji code.
1288
1289 2001-02-03  Koji Arai  <jca02266@nifty.ne.jp>
1290
1291         * README.autoconf, src/header.c: treat archive and system kanji
1292         code, correctly.
1293
1294 2001-01-31  Koji Arai  <jca02266@nifty.ne.jp>
1295
1296         * configure.in: mistakes for default archive method.
1297
1298         * src/header.c: directory separator 0xff must be transpose slash
1299         at first.
1300
1301 2001-01-29  Koji Arai  <jca02266@nifty.ne.jp>
1302
1303         * src/lharc.c: replace MKSTEMP with HAVE_MKSTEMP.
1304         substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).
1305
1306         * src/lha_macro.h: use the VERSION macro (defined by configure) for
1307         the LHA_VERSION definition.
1308
1309         * src/header.c: added condition whether the macro MULTIBYTE_CHAR
1310         is defined or not.
1311
1312         * src/Makefile.am: added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
1313
1314         * configure.in: change version number from 1.14f to 1.14i.
1315         check function mkstemp().
1316         replace --enable-lh6 option to --with-default-method=[567].
1317
1318         * config.h.in: added definitions of HAVE_MKSTEMP and
1319         DEFAULT_LZHUFF_METHOD.
1320
1321         * IFNAMES: added a description about MKSTEMP.
1322
1323         * Makefile.am: added extra files.
1324
1325         * 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:
1326         merged changing from lha-1.14f to lha-1.14i.
1327
1328         * change-114i.txt, src/header.c, src/huf.c, src/lha.h, src/lharc.c:
1329         import lha-114i
1330
1331         * src/huf.c, src/lharc.c, src/shuf.c, src/slide.c: import lha-114h
1332
1333         * Makefile, README.euc, change-114g.txt, change-114h.txt:
1334         import lha-114h
1335
1336         * 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:
1337         import lha-114g
1338
1339         * 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:
1340         import lha-114g
1341
1342         * src/header.c, src/lha_macro.h: implemented kanji code conversion
1343         on filename.
1344
1345         * src/header.c: fix bug in euc2sjis().
1346
1347 1999-10-05  Koji Arai  <jca02266@nifty.ne.jp>
1348
1349         * src/header.c: rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
1350
1351 1999-09-30  Koji Arai  <jca02266@nifty.ne.jp>
1352
1353         * 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:
1354         use the autoconf/automake
1355
1356 1999-08-28  Koji Arai  <jca02266@nifty.ne.jp>
1357
1358         * Makefile: import the lha-114f
1359
1360         * change-114f.txt, config.jpn.euc, header.doc.euc: import the lha-114f
1361
1362         * CHANGES.euc, MACHINES.euc, PROBLEMS.euc, README.euc, change-114e.txt, config.eng:
1363         import the lha-114f
1364
1365         * MACHINES2.euc, man/Makefile, man/lha.man, man/lha.n:
1366         import the lha-114f
1367
1368         * src/append.c, src/crcio.c: import the lha-114f
1369
1370         * 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:
1371         import the lha-114f
1372
1373         * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c:
1374         import the lha-114f