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