OSDN Git Service

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