OSDN Git Service

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