OSDN Git Service

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