OSDN Git Service

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