OSDN Git Service

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