OSDN Git Service

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