OSDN Git Service

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