OSDN Git Service

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