OSDN Git Service

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