OSDN Git Service

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