OSDN Git Service

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