OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
1 2003-12-13  Koji Arai  <jca02266@nifty.ne.jp>
2
3         * src/lhext.c (extract_one, cmd_extract): preserve directory
4         timestamp. Thanks Akihiro Iriyama.
5
6         * src/lhext.c (add_dirinfo, adjust_dirinfo): newly added
7
8 2003-09-28  Koji Arai  <jca02266@nifty.ne.jp>
9
10         * Makefile.am (SUBDIRS): reordered to avoid useless re-compilation.
11
12 2003-09-21  Koji Arai  <jca02266@nifty.ne.jp>
13
14         * released.
15
16         * configure.ac: updated version.
17
18 2003-08-18  Koji Arai  <jca02266@nifty.ne.jp>
19
20         * 00readme.autoconf: fixed.
21
22         * configure.ac: use AC_SYS_LARGEFILE for largefile support.
23
24         * config.h.in: ditto.
25
26         * src/prototypes.h: updated.
27
28 2003-07-29  Koji Arai  <jca02266@nifty.ne.jp>
29
30         * tests/Makefile.am (EXTRA_DIST): lha-test1 was missed.
31
32         * tests/lha-test13: should set LANG=C for `tr'.
33
34 2003-07-28  Koji Arai  <jca02266@nifty.ne.jp>
35
36         * tests/lha-test.in: filename should be contained in last error
37         information.
38
39 2003-07-27  Koji Arai  <jca02266@nifty.ne.jp>
40
41         * tests/lha-test2: no need to set $FILENAME.
42         * tests/lha-test3: ditto.
43         * tests/lha-test4: ditto.
44         * tests/lha-test5: ditto.
45         * tests/lha-test6: ditto.
46         * tests/lha-test7: ditto.
47         * tests/lha-test8: ditto.
48         * tests/lha-test9: ditto.
49         * tests/lha-test10: ditto.
50         * tests/lha-test11: ditto.
51         * tests/lha-test12: ditto.
52         * tests/lha-test13: ditto.
53         * tests/lha-test14: ditto.
54         * tests/lha-test15: ditto.
55
56         * tests/lha-test1: newly added.
57
58         * tests/lha-test.in: improved.
59
60         * src/prototypes.h: updated.
61
62         * src/lha.h (exit): defined as lha_exit().
63
64         * src/lharc.c (init_variable): discard a variable
65         `remove_temporary_at_error'.
66         (fatal_error): ditto.
67         (cleanup): newly added.
68         (interrupt): call cleanup().
69         (lha_exit): newly added; cleanup temporary files always.
70
71         * src/lhadd.c (add_one): discard a variable
72         `remove_temporary_at_error'.
73
74         * src/indicator.c (start_indicator): refined.
75
76         * src/lharc.c (parse_option): fixed typo.
77
78         * src/indicator.c (carriage_return): newly added; print CR on tty only.
79         (start_indicator): call above.
80         (finish_indicator): ditto.
81         (finish_indicator2): ditto.
82
83         * src/lharc.c (print_usage): newly added.
84         (parse_option): strictly checking command line arguments.
85         (main): ditto.
86
87 2003-07-26  Koji Arai  <jca02266@nifty.ne.jp>
88
89         * tests/lha-test13: use `tr' instead of `printf` for printing 8 bit
90         characters.
91
92 2003-07-25  Koji Arai  <jca02266@nifty.ne.jp>
93
94         * tests/lha-test14: `test -e' is unavailable on some systems.
95
96 2003-07-22  Koji Arai  <jca02266@nifty.ne.jp>
97
98         * tests/lha-test.in: should exit with status in trap.
99
100         * src/shuf.c (decode_start_st0): wrong value was assigned.
101
102         * src/lha.h: discard `prof' variable.
103
104         * src/lharc.c (init_variable): discard `prof' variable.
105         (parse_option): discard undocumented `p' option.
106         (main): ditto.
107
108         * src/append.c (encode_lzhuf): hate global variable.
109
110         * src/extract.c (decode_lzhuf): ditto.
111
112         * src/lha.h: ditto.
113
114 2003-07-21  Koji Arai  <jca02266@nifty.ne.jp>
115
116         * configure.ac: updated version.
117
118         * 00readme.autoconf: described largefiles.
119
120         * src/header.c (get_header): avoid valgrind warning, `Source and
121         destination overlap in strncpy()'.
122
123         * src/lharc.c (find_files): refined.
124
125         * tests/lha-test.in: should exit in trap.
126
127         * src/lharc.c (find_files): uninitialized variable was caught by
128         Valgrind.
129
130         * src/prototypes.h: updated.
131
132         * src/append.c (encode_lzhuf): set actual copied size.
133
134         * src/util.c (encode_stored_crc): use size_t instead of long.
135
136         * src/lhadd.c (temporary_to_new_archive_file): ditto.
137         (cmd_add): ditto.
138         (cmd_delete): ditto.
139
140         * src/lhadd.c (add_one): fixed a comment.
141
142         * src/indicator.c (MAX_INDICATOR_COUNT): changed to fit for the 80
143         column screen.
144
145         * src/extract.c (decode_lzhuf): refined.
146
147         * src/prototypes.h: updated.
148
149         * src/cproto.sh: added `indicator.c'.
150
151         * src/Makefile.am: ditto.
152
153         * src/indicator.c: separated from append.c.
154
155         * src/append.c: ditto.
156
157         * src/lha.h: ditto.
158
159         * src/lha_macro.h: ditto.
160
161 2003-07-20  Koji Arai  <jca02266@nifty.ne.jp>
162
163         * configure.ac: updated version.
164
165         * src/Makefile.am (EXTRA_DIST): fnmatch.h was missed.
166
167         * src/lha.h (fseeko, ftello): these macros had no effect.
168
169 2003-07-19  Koji Arai  <jca02266@nifty.ne.jp>
170
171         * src/maketree.c (make_len): discard debug print.
172
173         * configure.ac: updated version.
174
175         * src/prototypes.h: updated.
176
177         * config.h.in: updated.
178
179         * configure.ac: check declaration of `basename'.
180
181         * src/cproto.sh: ditto.
182
183         * src/util.c (encode_stored_crc): use size_t.
184
185         * src/lha.h (struct LzHeader): use size_t for the members
186         `packed_size' and `original_size'.
187
188 2003-07-13  Koji Arai  <jca02266@nifty.ne.jp>
189
190         * configure.ac: updated version.
191
192         * src/prototypes.h: updated.
193
194         * src/append.c (encode_lzhuf): use size_t and off_t instead of long.
195         (start_indicator): ditto.
196
197         * src/extract.c (decode_lzhuf): ditto.
198
199         * src/lha.h (struct interfacing): ditto.
200
201         * src/lhadd.c (add_one): ditto.
202         (find_update_files): ditto.
203         (delete): ditto.
204
205         * src/lhext.c (cmd_extract): ditto.
206
207         * src/util.c (copyfile): ditto.
208
209         * src/lhlist.c (print_size): use "%7lu" format string instead of
210         "%7ld" for large files.
211
212         * src/slide.c: refined.
213
214 2003-07-11  Koji Arai  <jca02266@nifty.ne.jp>
215
216         * src/lharc.c (cleaning_files): should print errno.
217
218 2003-05-23  Koji Arai  <jca02266@nifty.ne.jp>
219
220         * configure.ac: use fseeko(), ftello() instead of fseek(), ftell().
221
222         * config.h.in: ditto.
223
224         * src/lha.h, src/lhlist.c, src/lhext.c, src/lharc.c: ditto.
225
226         * src/lhadd.c, src/header.c: ditto.
227
228 2003-05-10  Koji Arai  <jca02266@nifty.ne.jp>
229
230         * configure.ac: updated version.
231
232         * src/lhext.c (inquire_extract): warning if stdin is not tty,
233         because you cannot reply from stdin.
234         (extract_one): return actual read size from archive.
235         (cmd_extract): fix a bug: skip correct size when error occurred.
236
237         * tests/lha-test5: added tests for above.
238
239         * src/lha.h (struct interfacing): added a member `read_size'.
240
241         * src/extract.c (decode_lzhuf): added an argument `pointer of
242         read_size'.
243
244         * src/prototypes.h: ditto.
245
246         * src/slide.c (decode): set actual read size to interface->read_size.
247
248 2003-04-14  Koji Arai  <jca02266@nifty.ne.jp>
249
250         * src/cproto.sh: The cproto 4.7a supports some gcc-specific keywords.
251
252 2003-03-24  Koji Arai  <jca02266@nifty.ne.jp>
253
254         * configure.ac: updated version.
255
256         * src/prototypes.h: updated.
257
258 2003-03-23  Koji Arai  <jca02266@nifty.ne.jp>
259
260         * src/header.c (convert_filename): support Samba CAP code (experimental).
261         (hex2int, int2hex, cap_to_sjis, sjis_to_cap): added for above.
262
263         * src/lha_macro.h (CODE_CAP): ditto.
264
265         * src/lharc.c (parse_option): added new command line options,
266         --system-kanji-code=xxx and --archive-kanji-code=xxx (experimental).
267
268         * 00readme.autoconf: described above features.
269
270 2003-03-22  Koji Arai  <jca02266@nifty.ne.jp>
271
272         * src/lharc.c (init_variable): do not use HEADER_LEVELx macros.
273         (parse_option): ditto.
274
275         * src/header.c (write_header): ditto.
276
277         * src/lha_macro.h (HEADER_LEVEL0, HEADER_LEVEL1, HEADER_LEVEL2, MATCHBIT): ditto.
278
279         * src/huf.c (encode_start_st1): do not use assert().
280         (decode_start_st1): ditto.
281
282 2003-03-12  Koji Arai  <jca02266@nifty.ne.jp>
283
284         * src/header.c (wintime_to_unix_stamp): should cast to unsigned type.
285
286 2003-03-03  Koji Arai  <jca02266@nifty.ne.jp>
287
288         * src/prototypes.h: updated.
289
290         * src/cproto.sh: improved.
291
292 2003-02-24  Koji Arai  <jca02266@nifty.ne.jp>
293
294         * src/prototypes.h: updated.
295
296         * src/maketree.c: hate global variables.
297
298         * src/lha_macro.h: refined.
299
300         * src/huf.c: refined.
301
302         * src/util.c (strdup): defined more properly.
303         (memset): ditto.
304
305         * prototypes.h: ditto.
306
307         * cproto.sh: ditto.
308
309 2003-02-23  Koji Arai  <jca02266@nifty.ne.jp>
310
311         * src/cproto.sh: improved.
312
313         * src/prototypes.h: updated.
314
315         * src/util.c: `strucmp()' was replaced by `strcasecmp()'.
316
317         * src/util.c (archive_is_msdos_sfx1): ditto.
318
319         * src/lharc.c (open_old_archive): ditto.
320
321         * src/lha.h: ditto.
322
323         * src/util.c: discard `rename()', `mkdir()' and `rmdir()'.
324
325         * configure.ac: ditto.
326
327         * config.h.in: ditto.
328
329         * src/header.c: added credit.
330         no longer use `ftime()', `tzset()', `localtime()' and `gettimeofday()'.
331
332 2003-02-17  Koji Arai  <jca02266@nifty.ne.jp>
333
334         * configure.ac: updated version.
335
336         * src/fnmatch.h: no need to include <sys/cdefs.h>. it does not
337         exist on MinGW.
338
339 2003-02-14  Koji Arai  <jca02266@nifty.ne.jp>
340
341         * src/lharc.c (find_files): `goto' requires expression after label.
342
343         * src/lhadd.c (cmd_add): ditto.
344
345 2003-02-05  Koji Arai  <jca02266@nifty.ne.jp>
346
347         * tests/lha-test7: sleep 1 to make sure for updating tests.
348
349         * src/fnmatch.c, src/fnmatch.h: added fnmatch.c derived from the
350         OpenBSD.
351
352 2003-02-04  Koji Arai  <jca02266@nifty.ne.jp>
353
354         * configure.ac: need to call `AC_CANONICAL_HOST' for automake
355         1.6.x (for installing the config.guess and config.sub).
356
357 2003-02-02  Koji Arai  <jca02266@nifty.ne.jp>
358
359         * src/header.c, src/lharc.c: fix credit.
360
361 2003-01-20  Koji Arai  <jca02266@nifty.ne.jp>
362
363         * src/lha.h (prev_char): discard unused variable `prev_char'.
364
365         * src/crcio.c (fwrite_txt): ditto.
366
367         * src/slide.c (decode): ditto.
368
369         * src/slide.c: refined a little.
370
371 2003-01-19  Koji Arai  <jca02266@nifty.ne.jp>
372
373         * src/slide.c: took off the debug flag.
374
375         * src/slide.c (search_dict): split into 2 parts.
376
377         * src/slide.c: refined: use the structure `matchdata'.
378
379 2003-01-18  Koji Arai  <jca02266@nifty.ne.jp>
380
381         * src/lha.h (decode_count): rename a global variable `count' to
382         `decode_count'.
383
384         * src/dhuf.c (decode_p_dyn): ditto.
385
386         * src/slide.c (decode): ditto and refined.
387
388 2003-01-17  Koji Arai  <jca02266@nifty.ne.jp>
389
390         * src/slide.c: refined ?
391
392         * src/slide.c (INIT_HASH, NEXT_HASH): newly defined to refine.
393
394 2003-01-13  Koji Arai  <jca02266@nifty.ne.jp>
395
396         * src/prototypes.h: updated.
397
398         * src/slide.c: refined.
399
400 2002-12-31  Koji Arai  <jca02266@nifty.ne.jp>
401
402         * src/lhext.c (adjust_info): On Cygwin, execute permission should
403         be set for .exe or .dll.
404
405 2002-12-28  Koji Arai  <jca02266@nifty.ne.jp>
406
407         * src/lha_macro.h (peekbits): newly added.
408
409         * src/huf.c (read_pt_len): use peekbits().
410         (read_c_len): ditto.
411         (decode_c_st1): ditto.
412         (decode_p_st1): ditto.
413
414         * src/shuf.c (decode_c_st0): ditto.
415         (decode_p_st0): ditto.
416
417 2002-12-23  Koji Arai  <jca02266@nifty.ne.jp>
418
419         * configure.ac: added a configure option: --enable-ignore-dot-files.
420
421         * config.h.in: ditto.
422
423         * src/lharc.c (parse_option): added `-X' option to ignore dot files.
424
425 2002-12-17  Koji Arai  <jca02266@nifty.ne.jp>
426
427         * configure.ac: should check whether system has `ssize_t'.
428
429         * config.h.in: ditto.
430
431         * lha.h: ditto.
432
433         * configure.ac: added checking functions `fnmatch' and `basename'.
434         but not yet prepare the free fnmatch.c.
435
436         * config.h.in: ditto.
437
438         * src/util.c (basename): newly added.
439
440         * src/lhadd.c (cmd_add): exclude files specified by -x option.
441
442         * src/lharc.c (print_tiny_usage): refined.
443
444 2002-12-16  Koji Arai  <jca02266@nifty.ne.jp>
445
446         * 00readme.autoconf: describe about new feature `-x'.
447
448         * src/lha.h: include fnmatch.h.
449         added a global variable `exclude_files'.
450
451         * src/lharc.c (init_variable): initialize `exclude_files'.
452         (print_tiny_usage): modify usage.
453         (parse_option): newly added. should regard leading `-' argument as
454         option (for new -x option).
455         added `-x <pattern>' option (specify exclude files pattern).
456         (find_files): files matched by pattern `exclude_files' exclude
457         from target files.
458
459 2002-11-25  Koji Arai  <jca02266@nifty.ne.jp>
460
461         * src/header.c: use size_t for header_size.
462         (skip_msdos_sfx1_code): rename to `seek_lha_header()'.
463
464         * src/lha.h: use size_t for header_size.
465
466         * src/lhadd.c (cmd_add): rename `skip_msdos_sfx1_code()' to
467         `seek_lha_header()'.
468         (cmd_delete): ditto.
469
470         * src/lhext.c (cmd_extract): ditto.
471
472         * src/lhlist.c (cmd_list): ditto.
473
474         * src/prototypes.h: updated.
475
476         * tests/lha-test15: added tests to search any level headers.
477
478 2002-11-17  Koji Arai  <jca02266@nifty.ne.jp>
479
480         * untabify all sources.
481
482         * src/huf.c (encode_start_st1): refined.
483         (decode_start_st1): refined.
484
485         * src/slide.c (encode_alloc): refined.
486         (update): refined.
487
488 2002-11-15  Koji Arai  <jca02266@nifty.ne.jp>
489
490         * 00readme.autoconf: updated.
491
492         * src/prototypes.h: updated.
493
494         * configure.ac, Makefile.am, olddoc/Makefile.am:
495           old documentations moved to olddoc directory.
496
497         * CHANGES.euc, MACHINES2.euc, README.euc, change-114h.txt, change-114e.txt, change-114i.txt, IFNAMES, Makefile.in, change-114f.txt, config.eng, MACHINES.euc, PROBLEMS.euc, change-114g.txt, config.jpn.euc: ditto.
498
499         * Makefile.in.org, src/Makefile.in.org: removed.
500
501         * configure.ac: updated version (source maintenance start on
502         sourceforge.jp)
503
504 2002-11-11  Koji Arai  <jca02266@nifty.ne.jp>
505
506         * src/lhext.c (make_parent_path): On Cygwin, when `foo.exe'
507         exists, stat("foo", &buf) is successful and it is not a directory.
508
509         * src/util.c (skip_msdos_sfx1_code): move to header.c
510
511         * src/header.c (skip_msdos_sfx1_code): ditto.
512         some macro moved from lha_macro.h.
513
514         * src/lha_macro.h: ditto.
515
516         * tests/lha-test15: newly added for testing self extracting archive.
517
518         * tests/lha-test.in: ditto.
519
520         * tests/Makefile.am: ditto.
521
522         * configure.ac: refined messages.
523
524 2002-10-26  Koji Arai  <jca02266@nifty.ne.jp>
525
526         * src/bitio.c (putbits): use the function putcode().
527
528         * src/dhuf.c (decode_start_dyn): call init_code_cache().
529
530         * src/huf.c (encode_start_st1): ditto.
531         (decode_start_st1): ditto.
532
533         * src/larc.c (decode_start_lzs): ditto.
534
535         * src/shuf.c (decode_start_st0): ditto.
536         (encode_start_fix): ditto.
537         (decode_start_fix): ditto.
538
539         * src/Makefile.am: added bitio.c
540
541         * src/cproto.sh: added bitio.c
542
543         * src/bitio.c: new file.
544
545         * src/crcio.c: extracted bitio routines.
546
547         * src/lha.h: ditto.
548
549 2002-10-16  Koji Arai  <jca02266@nifty.ne.jp>
550
551         * 00readme.autoconf: modified.
552
553 2002-10-02  Koji Arai  <jca02266@nifty.ne.jp>
554
555         * src/util.c (xstrchr): `strchr(s, 0)' should return the pointer
556         of the '\0' terminator.
557
558 2002-09-14  Koji Arai  <jca02266@nifty.ne.jp>
559
560         * src/lhadd.c (add_one): Use chsize() if system does not have
561         ftruncate(2). (For MinGW)
562
563         * configure.ac: ditto.
564
565         * config.h.in: ditto.
566
567 2002-09-03  Koji Arai  <jca02266@nifty.ne.jp>
568
569         * released.
570
571         * 00readme.autoconf: modified for stable release.
572
573         * configure.ac: updated version.
574
575 2002-09-01  Koji Arai  <jca02266@nifty.ne.jp>
576
577         * tests/Makefile.am (EXTRA_DIST): lha-test12, lha-test13 and
578         lha-test14 were missed.
579
580 2002-08-31  Koji Arai  <jca02266@nifty.ne.jp>
581
582         * src/lhadd.c (append_it): refined.
583
584         * src/lhadd.c (append_it): no terminate when file cannot be opened.
585
586 2002-08-29  Koji Arai  <jca02266@nifty.ne.jp>
587
588         * tests/lha-test11: change the way of checking the `header size field'.
589
590         * configure.ac: the `--enable-user-name-header' switch has been
591         ineffective. corrected variable name.
592
593 2002-08-26  Koji Arai  <jca02266@nifty.ne.jp>
594
595         * tests/lha-test14: on Cygwin, cannot use '|' as filesname.
596
597         * tests/lha-test.in: on MinGW, skip lha-test14 test.
598
599         * 00readme.autoconf: modified.
600
601         * released.
602
603         * configure.ac: updated version.
604
605         * src/header.c: fixed a comment.
606
607         * src/prototypes.h (strcmp_filename): removed.
608
609         * src/header.c (dump_skip_bytes): note "ignored" if data is ignored.
610
611         * src/header.c (wintime_to_unix_stamp): newly added for converting
612         from `FILETIME' to `time_t'.
613         (get_extended_header): use `wintime_to_unix_stamp()' to recognize
614         the Windows time stamp header (0x41).
615
616         * src/lha.h: define `uint64_t' unless system has it.
617
618         * configure.ac: check existence of the type `uint64_t'.
619
620         * config.h.in: ditto.
621
622         * src/lharc.c (init_variable): set default header level to 2.
623
624 2002-08-24  Koji Arai  <jca02266@nifty.ne.jp>
625
626         * tests/lha-test.in (lha-test14): added to test the symbolic link file.
627
628         * tests/lha-test14: ditto.
629
630         * src/lhlist.c (list_one): use LzHeader.realname.
631
632         * src/lhext.c (extract_one): use LzHeader.realname.
633         should call make_parent_path(symlink).
634
635         * src/lhadd.c (add_one): use LzHeader.realname.
636         (delete): ditto.
637         (append_it): use strcmp() instead of strcmp_filename().
638         (strcmp_filename): removed.
639
640         * src/lha.h (struct LzHeader): added a member `realname' which is
641         symbolic linked name.
642
643         * src/header.c (get_header): split symbolic name in archive.
644         (write_header): join symbolic link name and linked name to put it
645         in archive.
646
647         * src/lhext.c (extract_one): force extract when `f' option is
648         specified. this is for OS-9 archives, [provisional].
649
650         * src/header.c: fixed cpp expressions around time functions.
651
652         * tests/lha-test8: test MS-DOS timestamp `ftime' structure.
653
654         * tests/lha-test.in (change_timestamp): newly added.
655
656 2002-08-22  Koji Arai  <jca02266@nifty.ne.jp>
657
658         * released.
659
660         * src/prototypes.h: regenerated.
661
662         * src/cproto.sh: refined.
663
664         * configure.ac: updated version.
665
666         * configure.ac: should use `exit' rather than `return' on
667         AC_TRY_RUN().  see the Autoconf manual.
668
669         * configure.ac: check whether the 2nd argument of gettimeofday()
670         is effective.
671
672         * src/header.c: ditto.
673
674         * config.h.in (GETTIMEOFDAY_HAS_2ND_ARG): ditto.
675
676         * tests/lha-test.in: `++' is invalid arithmetic operator on POSIX
677         shell, Ksh and Bash version 2.03 or earlier.
678
679         * tests/lha-test13: ditto.
680
681 2002-08-18  Koji Arai  <jca02266@nifty.ne.jp>
682
683         * src/lharc.c (print_version): version string is made here.
684
685         * src/lha_macro.h (LHA_VERSION): removed.
686
687         * src/slide.c (encode_alloc): used newly named `dicbit' macro.
688
689         * src/shuf.c (read_tree_p): ditto.
690         (decode_start_fix): ditto.
691
692         * src/lha_macro.h: `xxx_DICBIT' for each method was defined.
693
694         * src/header.c: correct a comment `Generic stamp format'.
695         (get_bytes): fixed for dumping header.
696
697         * src/lha_macro.h, src/lha.h: `EXTERN' macro definition was moved
698         to lha.h.
699
700         * src/header.c (get_bytes): print hex codes for invisible chars.
701
702         * src/lhlist.c: hate global variables.
703
704         * src/prototypes.h (convdelim): removed.
705
706         * src/lhlist.c (print_stamp): use ISO 8601 date format when `lha vv'.
707
708 2002-08-14  Koji Arai  <jca02266@nifty.ne.jp>
709
710         * src/header.c: discarded warning message for the extended header,
711         `Windows time stamp' ignored.
712
713         * src/header.c: in spite of extended type value, read contents of
714         any ext headers.
715
716         * src/header.c: comment fixed.
717
718 2002-08-12  Koji Arai  <jca02266@nifty.ne.jp>
719
720         * src/header.c (dump_skip_bytes): do nothing when length is 0.
721
722 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
723
724         * src/lha_macro.h (SJC_FIRST_P): rename to SJIS_FIRST_P.
725         (SJC_SECOND_P): rename to SJIS_SECOND_P.
726
727         * src/util.c (convdelim): removed.
728
729         * src/header.c (convert_filename): when small letter is included
730         in filename, do not convert case.
731
732         * tests/lha-test.in, tests/lha-test2, tests/lha-test3, tests/lha-test4, tests/lha-test5, tests/lha-test6, tests/lha-test7, tests/lha-test8, tests/lha-test9, tests/lha-test10, tests/lha-test11, tests/lha-test12, tests/lha-test13:
733         print filename when test failed.
734
735         * tests/lha-test.in, tests/lha-test12, tests/lha-test13:
736         added tests for converting text files.
737
738         * src/header.c (get_extended_header): recognize the Windows time
739         stamp header (0x41), but ignored.
740
741         * src/header.c (write_unix_info): added.
742
743 2002-08-11  Koji Arai  <jca02266@nifty.ne.jp>
744
745         * released.
746
747         * configure.ac: updated version.
748
749         * 00readme.autoconf: modified.
750
751         * src/header.c: DUMP_HEADER is always true.
752         dump header when running `lha vvv foo.lzh'.
753         (get_header): added new extend type JAVA.
754
755         * src/lha_macro.h (EXTEND_JAVA): added new extend type JAVA.
756
757         * src/lhlist.c (list_one): ditto.
758
759         * src/lharc.c (init_variable): `verbose' is changed to successive.
760         (main): ditto.
761
762 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
763
764         * src/lhlist.c (list_one): fixed mode checks.
765
766         * src/prototypes.h: updated.
767
768         * src/header.c (get_header_level2): check CRC value for reading
769         level 2 and 3 header.
770         (get_header_level3): ditto.
771         (get_extended_header): ditto.
772         (get_header_level0): set total header size to
773         `LzHeader.header_size' even if level 0 or 1 header is read.
774         (get_header_level1): ditto.
775
776         * src/append.c (encode_lzhuf): encode(), decode() and copyfile()
777         were changed.
778         (put_indicator): moved from crcio.c.
779
780         * src/crcio.c (put_indicator): moved to append.c.
781         (calccrc): generalized.
782         (fread_crc): changed interface.
783         (fwrite_crc): changed interface.
784         (calc_header_crc): removed. use calccrc() instead.
785
786         * src/extract.c (decode_lzhuf): copyfile() and decode() were changed.
787
788         * src/lha.h: hate global variable. `crc' is removed.
789         `reading_size' moved to append.c.
790
791         * src/lha_macro.h (INITIALIZE_CRC): newly added.
792         (UPDATE_CRC): no update in macro code.
793
794         * src/lhadd.c (temporary_to_new_archive_file): copyfile() was changed.
795
796         * src/lharc.c (copy_old_one): header size adjusting is done by
797         the get_header().
798
799         * src/slide.c (update): changed interface.
800         (get_next): ditto.
801         (encode): ditto.
802         (decode): ditto.
803
804         * src/util.c (copyfile): changed interface.
805
806 2002-08-10  Koji Arai  <jca02266@nifty.ne.jp>
807
808         * tests/lha-test5: added tests using pipe.
809
810         * src/lhadd.c (cmd_add): applied reverse patch.  intermediate file
811         is the necessary when created archive put in pipe.
812
813         * src/header.c (skip_bytes): newly added.
814         (dump_get_byte): newly added for dumping the data for debugging.
815         (dump_skip_bytes): ditto.
816         (get_word): ditto.
817         (get_longword): ditto.
818         (get_bytes): ditto.
819         (get_extended_header): modified for reading the level 3 header.
820         (get_header_level3): newly added.
821
822         * src/lha.h (struct LzHeader): for level 3 header, added a new
823         member `size_field_length' and changed type of the `header_size'
824         from int to long.
825
826         * src/header.c (init_header): the `hdr->method' should be
827         initialized to the "-lh0-" for empty files.
828
829         * tests/lha-test2: ditto.
830
831         * src/lhadd.c (add_one): should print indicator for empty files.
832
833 2002-08-09  Koji Arai  <jca02266@nifty.ne.jp>
834
835         * tests/lha-test.in: adapt to ksh (and posix shell).
836
837 2002-08-05  Koji Arai  <jca02266@nifty.ne.jp>
838
839         * 00readme.autoconf: refined.
840
841         * config.h.in (BACKUP_OLD_ARCHIVE): added.
842
843         * configure.ac: added a command line switch `--enable-backup-archive'.
844
845         * src/lhadd.c (cmd_add): if `backup_old_archive' is true, no
846         backup archive.
847         (cmd_delete): ditto.
848
849         * src/lharc.c (init_variable): initialize `backup_old_archive'.
850
851         * src/lha.h (backup_old_archive): added for nobackup.
852
853 2002-08-02  Koji Arai  <jca02266@nifty.ne.jp>
854
855         * src/lha_macro.h, src/lha.h, src/header.c, src/lhadd.c: Fixed
856         misspelling, not `STRAGE' but `STORAGE'.
857
858 2002-07-29  Koji Arai  <jca02266@nifty.ne.jp>
859
860         * re-released.
861
862         * src/header.c: should use error() instead of fatal_error().
863         (get_header): fixed wrong end mark checking.
864
865         * src/prototypes.h: updated.
866
867         * released.
868
869         * configure.ac: updated version.
870
871         * 00readme.autoconf: described about header.c bug on original lha.
872
873 2002-07-28  Koji Arai  <jca02266@nifty.ne.jp>
874
875         * tests/Makefile.am: added lha-test11.
876
877         * src/crcio.c (fread_txt): responded to (gcc -Wall) compiler warnings.
878
879         * src/header.c (generic_to_unix_stamp): ditto.
880
881         * src/lha_macro.h: ditto.
882
883         * src/lhadd.c (delete): ditto.
884
885         * src/lharc.c (open_old_archive): ditto.
886
887         * src/lhlist.c (list_one): ditto.
888
889         * src/prototypes.h: updated.
890
891         * tests/lha-test.in: added lha-test11.
892
893         * tests/lha-test8: added tests for level 0 and 2 header.
894
895         * tests/lha-test10: added tests for generic header.
896
897         * tests/lha-test11: testing for long filename. moved from lha-test10.
898
899 2002-07-26  Koji Arai  <jca02266@nifty.ne.jp>
900
901         * src/header.c (write_header): rewritten.
902
903 2002-07-25  Koji Arai  <jca02266@nifty.ne.jp>
904
905         * tests/lha-test4: stderr should be redirected.
906
907         * src/lharc.c (main): exit with status 1 (meaning failure) when the
908         function error() was called.
909         (error): ditto.
910
911         * src/lha.h (LzHeader.last_modified_stamp;): no longer used it.
912
913         * src/header.c (get_header): rewritten.
914
915 2002-07-21  Koji Arai  <jca02266@nifty.ne.jp>
916
917         * tests/lha-test10: change grep pattern so that pattern matches
918         a carriage return at the end of line for MinGW.
919
920         * src/lha.h: define `struct utimbuf' when utime.h is not given
921         such as MinGW. (Microsoft Visual Studio 6.0 has sys/utime.h).
922
923         * src/lhext.c (make_parent_path): missing braces.
924
925         * tests/lha-test.in (check): print script line number when test failed.
926
927         * 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.
928
929         * tests/lha-test10: on Cygwin/MinGW, could not make 255 bytes
930         filename. (the system limit of filename length contains the length
931         of current directory.)
932
933         * tests/lha-test10: should use /bin/ls instead of ls, since
934         /usr/ucb/ls puts size on 4th field (on Solaris).
935
936 2002-07-18  Koji Arai  <jca02266@nifty.ne.jp>
937
938         * released.
939
940         * configure.ac: updated version.
941
942         * src/lhext.c (adjust_info): should use `struct utimbuf' for
943         `utime(2)' rather than `time_t' array.
944
945         * src/header.c (write_header): [BUG]: should not write zero at the
946         first byte on level 2 header. should adjust header size.
947
948         * tests/lha-test10: added tests for level 2 header.
949
950         * src/lha_macro.h, src/header.c (setup_get): moved to header.c.
951         (get_byte): ditto.
952         (put_ptr): ditto.
953         (setup_put): ditto.
954         (put_byte): ditto.
955         (get_bytes): newly added.
956         (put_bytes): newly added.
957
958 2002-07-17  Koji Arai  <jca02266@nifty.ne.jp>
959
960         * src/header.c (get_header): [BUG]: Could not read level 2 header
961         when the header size is grater than 256.
962         (convert_filename): Should use the `FILENAME_LENGTH' macro rather
963         than 256.
964         (write_header): [BUG]: Suppress to overflow the header size when
965         long filename is written in level 0 or 1 header. On level 1
966         header, always use the extended filename header instead of the
967         base header.
968
969         * src/lha.h (LzHeader): the type of `header_size' was changed
970         from `unsigned char' to `int', for the level 2 header archive.
971
972         * src/lhext.c (extract_one): should use the `FILENAME_LENGTH'
973         macro rather than 256 (provisionally fixed).
974
975         * tests/lha-test.in: notify failed test number.
976
977         * tests/lha-test10: added tests for long pathname.
978
979 2002-07-14  Koji Arai  <jca02266@nifty.ne.jp>
980
981         * re-released.
982
983         * src/header.c (get_header): archive path separator should be
984         converted always.
985
986         * released.
987
988         * configure.ac: updated version.
989
990         * src/header.c (write_header): if user/group name is not set,
991         extended header (0x52 and 0x53) should not be made.
992
993         * tests/lha-test10: added testing to handle deep directory.
994
995         * src/header.c (write_header): fixed typo, not strchr() but
996         strrchr().
997
998         * src/prototypes.h: regenerated.
999
1000         * src/header.c (convert_filename): prefer to use the
1001         `FILENAME_LENGTH' macro rather than 256.
1002
1003         * src/cproto.sh: fixed typo.
1004
1005 2002-07-11  Koji Arai  <jca02266@nifty.ne.jp>
1006
1007         * tests/Makefile.am (EXTRA_DIST): lha-test9 and lha-test10 were missed.
1008
1009         * src/lharc.c (print_tiny_usage): no exit here.
1010
1011         * src/header.c (ConvertEncodingByIconv): newly added.
1012         Thanks to Hiroto Sakai.
1013
1014         * configure.ac, config.h.in: Checking to have iconv() for utf-8
1015         conversion.
1016
1017         * configure.ac: Checking whether strrchr() is 8 bit clean or not.
1018         On Mac OS X, strchr() can handle 8 bit characters, but strrchr()
1019         cannot.
1020         Should use '\377' rather than '\xff' for de-ANSI compiler.
1021
1022 2002-07-10  Koji Arai  <jca02266@nifty.ne.jp>
1023
1024         * released.
1025
1026         * configure.ac: updated version.
1027
1028         * src/header.c: change hex codes '\xff' to octal codes '\377'.
1029
1030         * tests/lha-test.in: Skip the lha-test9. (this test is imcomplete
1031         for now)
1032
1033         * tests/lha-test10: Should extract directory even if the archive
1034         header was level 0.
1035
1036         * src/header.c (get_header): Should convert kanji code and path
1037         separator for the level 0 header entry.
1038         Should convert `\' to `/' for level 0 header (do always to make sure,
1039         SO CANNOT CONTAIN THE `\' IN FILENAME).
1040         (init_header): [BUG]: Should not convert path separator here (Should do
1041         in write_header()).
1042         (write_header): [BUG]: should set pathname (contains directory part) to
1043         the LzHeader.name field on level 0 header archive even if the
1044         archive methods is -lhd-.
1045
1046 2002-07-09  Koji Arai  <jca02266@nifty.ne.jp>
1047
1048         * src/lha.h, src/header.c: the CoreFoundation header inclusion
1049         moved to header.c.
1050
1051         * src/lha.h, src/lharc.c, IFNAMES: macro NODIRECTORY was removed.
1052
1053         * src/lha.h, src/lhadd.c, src/lharc.c, src/lhext.c: fixed
1054         misspelling, not `writting' but `writing'.
1055
1056 2002-07-07  Koji Arai  <jca02266@nifty.ne.jp>
1057
1058         * src/lha.h, src/lha_macro.h: refined.
1059
1060         * src/lhadd.c (append_it): macro STRING_COMPARE() was discarded.
1061
1062         * src/lha_macro.h: ditto.
1063
1064         * IFNAMES: NOVOID was removed.
1065
1066         * src/lharc.c (main): terminate with exit status 2 when specified
1067         command line switche is wrong,
1068
1069         * configure.ac, config.h.in: added checking utime.h existent.
1070
1071         * src/crcio.c (putc_euc): void returned.
1072
1073         * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
1074
1075         * src/lharc.c, src/prototypes.h, src/slide.c: refined.
1076
1077         * configure.ac: should specify the 4th argument to AC_TRY_RUN()
1078         for cross compiling.
1079
1080         * configure.ac: fix a test expression.
1081
1082         * src/cproto.sh: added for maintainer.
1083
1084         * src/lha.h: support de-ANSI variable arguments.
1085
1086         * src/lharc.c: ditto.
1087
1088         * src/util.c: ditto.
1089
1090         * src/Makefile.am (lha_SOURCES): added prototypes.h.
1091
1092         * src/lha.h: function prototypes moved to prototypes.h.
1093
1094         * src/prototypes.h: generated by the cproto command.
1095
1096         * configure.ac: On Mac OS X, in spite of using the CoreFoundation
1097         for utf-8 conversion, I have missed specifying the `-framework
1098         CoreFoundation' in LDFLAGS.
1099
1100         * src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
1101
1102 2002-07-06  Koji Arai  <jca02266@nifty.ne.jp>
1103
1104         * released.
1105
1106         * configure.ac: updated version.
1107
1108         * tests/lha-test10: added testing the header level 0, 1 and 2.
1109
1110         * tests/lha-test.in: ditto.
1111
1112         * src/lharc.c: `#include <stdarg.h>' moved to lha.h.
1113
1114         * src/lha.h: ditto.
1115
1116         * src/util.c: ditto.
1117
1118         * configure.ac: AC_REPLACE_FUNCS(vsnprintf).
1119
1120         * config.h.in: ditto.
1121
1122         * src/lha.h: ditto.
1123
1124         * src/vsnprintf.c: derived snprintf() which has the BSD licence.
1125
1126         * configure.ac: fix typo.
1127
1128         * configure.ac: checking whether strchr() is 8 bit clean or not.
1129
1130         * config.h.in: ditto.
1131
1132         * src/util.c: give functions strchr(), strrchr(), memchr() and
1133         memrchr() which handle 8 bit characters correctly.
1134
1135         * src/header.c: use above if needed.
1136
1137         * src/lha_macro.h: deprecate the macro name `DELIM2' which is path
1138         separattor for the filename in lha header.
1139         use LHA_PATHSEP instead.
1140
1141         * src/util.c (convdelim): ditto.
1142
1143         * src/header.c (convert_filename): ditto.
1144         (write_header): ditto.
1145
1146         * src/header.c (convert_filename): fixed bug on utf8 conversion,
1147         provisionally.
1148
1149 2002-06-30  Koji Arai  <jca02266@nifty.ne.jp>
1150
1151         * configure.ac: fixed typo.
1152
1153         * src/header.c (sjis_to_utf8): fixed typo.
1154         (utf8_to_sjis): fixed typo.
1155
1156         * src/lhadd.c (cmd_add): Missed to adjust the index when specified
1157         adding file is same as the generating archive file.
1158
1159 2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
1160
1161         * src/header.c (convert_filename): rename a function
1162         `filename_conv()' to `convert_filename()'.
1163         (sjis_to_utf8_static): no use the static variable.
1164         (utf8_to_sjis_static): ditto.
1165
1166         * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
1167         into sjis_to_utf8() and utf8_to_sjis().
1168
1169         * src/lha_macro.h: added a macro `CODE_UTF8'.
1170
1171         * configure.ac: decide CODE_UTF8.
1172         updated version.
1173
1174         * 00readme.autoconf: modified.
1175
1176         * configure.ac: modified for Mac OS X.
1177
1178         * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for
1179         the Mac OS X, convert utf-8 filename to shift_jis. This patch was
1180         contributed on LHa BBS. Thanks to Hiroto Sakai.
1181
1182         * src/lhext.c: replaced bcmp() with memcmp().
1183
1184         * src/lha_macro.h: ditto.
1185
1186         * src/append.c: replace bcopy() with memcpy() or memmove().
1187
1188         * src/lha_macro.h: ditto.
1189
1190         * src/lhadd.c: ditto.
1191
1192         * src/lharc.c: ditto.
1193
1194         * src/header.c: ditto.
1195         replace bzero() with memset().
1196
1197         * src/lhadd.c (cmd_add): exlclude the target archive. (reported on
1198         the LHa BBS [28])
1199
1200         * src/slide.c (encode_alloc): Wrong value was assigned to the
1201         `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
1202         reported on the LHa BBS [38]).
1203
1204         * src/lha_macro.h: ditto.
1205
1206         * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
1207         fixed by DANGAN (reported on the LHa BBS [35]).
1208
1209         * src/lha_macro.h (LH3_DICBIT): ditto.
1210
1211         * src/dhuf.c (encode_c_dyn): the method of -lh1- compression was
1212         refined by DANGAN (reported on the LHa BBS [30], [39], [62]).
1213
1214 2002-06-26  Koji Arai  <jca02266@nifty.ne.jp>
1215
1216         * tests/lha-test4: Skip a test for the LHa for UNIX (original version).
1217
1218         * tests/lha-test3: Rewrite tests for generic format archives.
1219
1220         * tests/lha-test2: Added tests for -lh0- method.
1221         Moved from contents of lha-test3 (tests for print archive).
1222
1223 2002-06-23  Koji Arai  <jca02266@nifty.ne.jp>
1224
1225         * tests/lha-test.in: On Cygwin/MinGW, cannot test lha-test9.
1226
1227         * src/lhext.c: Fixed a misspelling. not `Symblic' but `Symbolic'.
1228           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1229
1230         * src/lharc.c: ditto.
1231
1232         * src/slide.c (interface;): Fixed wrong index.
1233           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1234
1235         * 00readme.autoconf: refined.
1236
1237         * tests/lha-test9: added tests for overriding files.
1238
1239         * tests/lha-test.in: added test9.
1240
1241         * src/lhext.c (cmd_extract): ftell(stdin) will return -1, so
1242         re-fixed provisionaly.
1243
1244         * src/lhext.c (cmd_extract): When error occurred in extract_one(),
1245         should adjust point of file stream.
1246
1247         * configure.ac: library checkings (for libmingwex) should be done
1248         before header checkings.
1249
1250 2002-06-22  Koji Arai  <jca02266@nifty.ne.jp>
1251
1252         * released:
1253
1254         * configure.ac: updated version.
1255
1256         * src/lharc.c (init_variable): Removed useless assignments.
1257
1258         * src/lharc.c (main): Behavior was changed. when `q' or `q2' option
1259         (not `q1') is specified, the `f' option is enabled implicitly.
1260         In original behavior, the option `q', `q0', `q1' and `q2' will
1261         enable `f' option implicitly (bug?).
1262
1263         * src/lharc.c (main): [BUG]: When `q2' option is specified,
1264         level 2 header is generated.
1265
1266 2002-06-21  Koji Arai  <jca02266@nifty.ne.jp>
1267
1268         * tests/Makefile.am: Use the `DISTCLEANFILES' variable instead of the `dist-hook' target.
1269
1270         * tests/Makefile.am: Added `dist-hook' target for `make distcheck'.
1271
1272         * tests/lha-test.in: All tests are splited into some files.
1273
1274         * tests/Makefile.am: ditto.
1275
1276         * tests/lha-test2: ditto.
1277
1278         * tests/lha-test3: ditto.
1279
1280         * tests/lha-test4: ditto.
1281
1282         * tests/lha-test5: ditto.
1283
1284         * tests/lha-test6: ditto.
1285
1286         * tests/lha-test7: ditto.
1287
1288         * tests/lha-test8: ditto.
1289
1290 2002-06-20  Koji Arai  <jca02266@nifty.ne.jp>
1291
1292         * src/lhadd.c (cmd_add): No create an intermediate file when archive
1293         is written in stdout.
1294
1295 2002-06-19  Koji Arai  <jca02266@nifty.ne.jp>
1296
1297         * 00readme.autoconf: Modified.
1298
1299 2002-06-18  Koji Arai  <jca02266@nifty.ne.jp>
1300
1301         * configure.in: Removed. (no support the Autoconf version 2.13).
1302
1303         * config.h.in: Changed meaning of the value of the `MULTIBYTE_FILENAME'.
1304
1305         * src/header.c: Remove preprocess codes for kanji code decision.
1306
1307         * configure.ac: When --enable-multibyte-filename[=auto] is specified,
1308         decide kanji code for filename automatically.
1309         Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
1310
1311 2002-06-17  Koji Arai  <jca02266@nifty.ne.jp>
1312
1313         * configure.in, configure.ac: updated version.
1314
1315         * configure.in, configure.ac: On mingw-runtime-2.0-1, opendir()
1316         has moved to libmingwex.a. For now, not listed in the
1317         /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs file.
1318
1319         * src/lharc.c (message): use variable argument list with stdarg.
1320         (warning): ditto.
1321         (error): ditto.
1322         (write_error): removed.
1323         (read_error): removed.
1324         (build_temporary_name): use xsnprintf().
1325         (open_old_archive): ditto.
1326         (expanded_archive_name): move in the function (open_old_archive()) as static.
1327
1328         * src/crcio.c (putcode): changed for fatal_error().
1329         (putbits): changed for fatal_error().
1330         (fwrite_crc): ditto.
1331         (putc_euc): should return EOF when putc() cause error.
1332         (fwrite_txt): changed for putc_euc().
1333
1334         * src/header.c (get_header): changed for fatal_error(), warning() and error().
1335         (init_header): use xsnprintf().
1336         (write_header): fixed wrong usage of fwrite().
1337
1338         * src/lha.h: updated declarations.
1339
1340         * src/lhadd.c (append_it): changed for error().
1341
1342         * src/lhext.c (inquire_extract): ditto.
1343
1344         * src/lhlist.c (cmd_list): ditto.
1345
1346         * src/maketbl.c (make_table): ditto.
1347
1348         * src/util.c (copyfile): changed for fatal_error().
1349         (xsnprintf): newly added to adopt to various snprintf().
1350
1351 2002-06-12  Koji Arai  <jca02266@nifty.ne.jp>
1352
1353         * src/lha_macro.h (UNIX_STICKYBIT): fixed a misspelling.
1354
1355         * src/lhlist.c (list_one): ditto.
1356
1357 2002-06-11  Koji Arai  <jca02266@nifty.ne.jp>
1358
1359         * src/lharc.c: index was wrong.
1360           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
1361
1362 2002-06-06  Koji Arai  <jca02266@nifty.ne.jp>
1363
1364         * configure.ac, configure.in: changed macro name.
1365         not multibyte-char but multibyte-filename.
1366         not MULTIBYTE_CHAR but MULTIBYTE_FILENAME.
1367
1368         * 00readme.autoconf: ditto.
1369
1370         * config.h.in: ditto.
1371
1372         * src/util.c: ditto.
1373
1374         * src/lha_macro.h: ditto.
1375
1376         * src/header.c: ditto.
1377
1378         * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.
1379
1380         * configure.ac: ditto.
1381
1382         * src/header.c (init_header): ditto.
1383
1384         * src/header.c (init_header): should clear LzHeader.
1385
1386 2002-06-05  Koji Arai  <jca02266@nifty.ne.jp>
1387
1388         * released.
1389
1390         * configure.ac (AC_INIT): changed package name and specified tar name.
1391
1392         * src/lharc.c: added `--help' command line switch.
1393
1394         * Makefile.am: fixed EXTRA_DIST for 00readme.autoconf renaming.
1395
1396         * README.autoconf, 00readme.autoconf: renamed.
1397
1398         * configure.ac, configure.in: updated version.
1399
1400 2002-06-04  Koji Arai  <jca02266@nifty.ne.jp>
1401
1402         * README.autoconf, header.doc.euc: describe about user/group name
1403         header.
1404
1405         * src/header.c (init_header): added a macro MAKE_USER_NAME_HEADER.
1406
1407         * configure.ac, configure.in, config.h.in: added a switch
1408         `--enable-user-name-header' whether user/name extended header is
1409         made.
1410
1411 2002-06-01  Koji Arai  <jca02266@nifty.ne.jp>
1412
1413         * README.autoconf: `-i' switch of automake is deprecated.
1414
1415 2002-05-29  Koji Arai  <jca02266@nifty.ne.jp>
1416
1417         * configure.in, configure.ac, config.h.in: checks having uid_t/gid_t.
1418
1419         * src/lha.h: define uid_t/gid_t as `int' if no have it.
1420
1421         * src/lhext.c (adjust_info): mismatched braces.
1422
1423         * header.doc.euc: around user/group name extention.
1424
1425         * configure.in, configure.ac, config.h.in: checks having
1426         getpwuid/getgrgid and so on.
1427
1428         * src/header.c (get_header): use the extend header, user/group name.
1429         (init_header): ditto.
1430
1431         * src/lha.h: added <pwd.h>, <grp.h> header includings.
1432
1433         * src/lhext.c (adjust_info): change owner/group according to
1434         user/group name when extracting.
1435
1436         * src/lhlist.c (list_one): print user/group name when the header
1437         has them.
1438         (list_one): correct column position on OS68K.
1439
1440         * tests/lha-test.in: added timestamp checks.
1441
1442         * src/lha_macro.h: comment about OS code.
1443
1444 2002-05-28  Koji Arai  <jca02266@nifty.ne.jp>
1445
1446         * src/lharc.c (xstrdup): no need to call fatal_error().
1447
1448         * src/lhdir.h, src/lha_macro.h, src/lha.h: added modeline for vi(m).
1449
1450         * configure.ac, config.h.in: use new autoconf macro, AC_CHECK_MEMBERS().
1451
1452         * IFNAMES, configure.in, src/header.c, src/lharc.c: replaced with
1453         new macro name to adopt to the AC_CHECK_MEMBERS().
1454
1455 2002-05-27  Koji Arai  <jca02266@nifty.ne.jp>
1456
1457         * tests/lha-test.in: use awk instead of GNU sh-utils's `seq'.
1458
1459         * src/header.c (filename_conv): fix a bug, reverse condition and
1460         conversion for filename case.
1461
1462         * README.autoconf: added description about `get_filename_from_stdin' feature.
1463
1464         * tests/lha-test.in: remove test around the `get_filename_from_stdin'.
1465
1466         * src/lharc.c (main): never set `get_filename_from_stdin` to true.
1467         `echo foo | lha x foo.lzh' does not work like original LHa for UNIX.
1468
1469         * tests/lha-test.in: replace with #!/bin/bash.
1470
1471         * README.autoconf: added E-Mail address.
1472
1473         * configure.ac: updated version and added mail address for bug reports.
1474
1475         * configure.in: updated version.
1476
1477         * released.
1478
1479         * README.autoconf: added `make check' on sample description.
1480
1481         * configure.in, configure.ac: update version.
1482
1483 2002-05-26  Koji Arai  <jca02266@nifty.ne.jp>
1484
1485         * tests/lha-test.in: added some tests.
1486
1487         * tests/Makefile.am: refined.
1488
1489         * src/lhext.c (cmd_extract): discard useless fseek() calling (for MinGW).
1490
1491         * tests/lha-test.in: added some tests.
1492
1493         * tests/lha-test.in: specified `q' option on print archive test.
1494
1495         * src/lhadd.c (build_backup_file): On MinGW, cannot rename when
1496         a new file already exists.
1497
1498         * src/lhext.c (extract_one): On MinGW, set binary on stdout when
1499         print archive (`p' switch).
1500
1501         * tests/lha-test.in: added some tests.
1502
1503         * src/lhadd.c (report_archive_name_if_different): warning messages
1504         should be printed to stderr rather than stdout.
1505         (cmd_delete): ditto.
1506
1507         * tests/Makefile.am: fix EXTRA_DIST.
1508
1509         * configure.in, configure.ac: update version.
1510
1511         * tests/lha-test.in: added tests.
1512
1513         * tests/Makefile.am: ditto.
1514
1515         * configure.in, configure.ac, Makefile.am: ditto.
1516
1517 2002-05-25  Koji Arai  <jca02266@nifty.ne.jp>
1518
1519         * IFNAMES: updated.
1520
1521         * released.
1522
1523         * README.autoconf: added description for developpers.
1524
1525         * configure.in, configure.ac, config.h.in: refined.
1526
1527         * src/util.c (memmove): use HAVE_MEMMOVE.
1528         (mkdir): use HAVE_WORKING_FORK.
1529
1530         * src/huf.c: use HAVE_SYS_PARAM_H instead of sony_news.
1531
1532         * IFNAMES (sony_news): updated.
1533
1534         * configure.ac, configure.in (AC_INIT): added autoconfiscated date.
1535         see `lha --version'.
1536
1537 2002-05-22  Koji Arai  <jca02266@nifty.ne.jp>
1538
1539         * 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:
1540         added modeline for vi(m).
1541
1542         * src/lharc.c: backslash was missing.
1543
1544 2002-05-20  Koji Arai  <jca02266@nifty.ne.jp>
1545
1546         * src/lharc.c (open_old_archive):  On MinGW, set binary stdin.
1547
1548         * src/lhadd.c (temporary_to_new_archive_file): On MinGW, set binary stdout.
1549
1550         * src/lha_macro.h: no define TMP_FILENAME_TEMPLATE in source.
1551
1552         * configure.ac, configure.in, README.autoconf: be able to specify
1553         --with-tmp-file=no which meaning TMP_FILENAME_TEMPLATE is undefined.
1554
1555         * src/lha.h: correct usage of mkstemp().
1556         On MinGW, opening file cannot be removed.
1557
1558         * src/lhadd.c (build_temporary_file): ditto.
1559
1560         * src/lharc.c (fatal_error): ditto.
1561
1562 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1563
1564         * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
1565         no use AM_C_PROTOTYPES for the present.
1566
1567         * config.h.in: ditto.
1568
1569         * src/lharc.c (print_tiny_usage_and_exit): change credit.
1570
1571         * src/lha_macro.h: put PLATFORM in a macro LHA_VERSION.
1572
1573         * src/lharc.c (print_version): ditto.
1574
1575         * configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
1576
1577 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
1578
1579         * released.
1580
1581         * src/lharc.c (print_tiny_usage_and_exit): added credit.
1582         (print_version): print PLATFORM.
1583
1584         * configure.ac, configure.in, config.h.in: define PLATFORM.
1585
1586         * src/lharc.c (xstrdup): fix typo.
1587
1588         * configure.ac: added for autoconf-2.53.
1589
1590         * config.h.in: regenerate by autoconf-2.53.
1591
1592         * src/lharc.c (find_files): MinGW has st_ino but always 0.
1593
1594         * src/lharc.c (main): provisionally fix. set
1595         `get_filename_from_stdin' to false.
1596
1597         * src/util.c (rename): use builtin rename(2) on mingw32 (since have
1598         no link(2)).
1599
1600         * src/lharc.c (main): use xrealloc().
1601
1602         * src/lha_macro.h: specify "b" modifier always (for mingw32).
1603
1604         * src/lharc.c: use xstrdup() instead of strdup().
1605
1606         * src/lha_macro.h: ditto.
1607
1608         * src/lha_macro.h: getuid(), chown(), kill() are provisionally
1609         defined as 0.
1610
1611         * src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
1612
1613         * src/lhadd.c (build_temporary_file): no use SIGHUP for mingw32.
1614         (build_backup_file): ditto.
1615
1616         * src/lharc.c (interrupt): ditto.
1617
1618         * src/lhext.c (extract_one): ditto.
1619
1620         * src/lhext.c (make_parent_path): mkdir() has no 2nd argument on
1621         mingw32.
1622
1623 2002-05-18  Koji Arai  <jca02266@nifty.ne.jp>
1624
1625         * lha_macro.h: define bcmp(), bzero(), bcopy() even if
1626         STDC_HEADERS is defined.
1627
1628         * huf.c (alloc_buf): call fatal_error() when memory allocation failed
1629         instead of returning NULL.
1630
1631         * lharc.c (main): use xmalloc().
1632
1633         * util.c (copyfile): use xmalloc().
1634
1635         * slide.c (encode_alloc): use xmalloc().
1636
1637         * header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
1638         default kanji code.
1639
1640 2001-02-03  Koji Arai  <jca02266@nifty.ne.jp>
1641
1642         * README.autoconf, src/header.c: treat archive and system kanji
1643         code, correctly.
1644
1645 2001-01-31  Koji Arai  <jca02266@nifty.ne.jp>
1646
1647         * configure.in: mistakes for default archive method.
1648
1649         * src/header.c: directory separator 0xff must be transpose slash
1650         at first.
1651
1652 2001-01-29  Koji Arai  <jca02266@nifty.ne.jp>
1653
1654         * src/lharc.c: replace MKSTEMP with HAVE_MKSTEMP.
1655         substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).
1656
1657         * src/lha_macro.h: use the VERSION macro (defined by configure) for
1658         the LHA_VERSION definition.
1659
1660         * src/header.c: added condition whether the macro MULTIBYTE_CHAR
1661         is defined or not.
1662
1663         * src/Makefile.am: added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
1664
1665         * configure.in: change version number from 1.14f to 1.14i.
1666         check function mkstemp().
1667         replace --enable-lh6 option to --with-default-method=[567].
1668
1669         * config.h.in: added definitions of HAVE_MKSTEMP and
1670         DEFAULT_LZHUFF_METHOD.
1671
1672         * IFNAMES: added a description about MKSTEMP.
1673
1674         * Makefile.am: added extra files.
1675
1676         * 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:
1677         merged changing from lha-1.14f to lha-1.14i.
1678
1679         * change-114i.txt, src/header.c, src/huf.c, src/lha.h, src/lharc.c:
1680         import lha-114i
1681
1682         * src/huf.c, src/lharc.c, src/shuf.c, src/slide.c: import lha-114h
1683
1684         * Makefile, README.euc, change-114g.txt, change-114h.txt:
1685         import lha-114h
1686
1687         * 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:
1688         import lha-114g
1689
1690         * 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:
1691         import lha-114g
1692
1693         * src/header.c, src/lha_macro.h: implemented kanji code conversion
1694         on filename.
1695
1696         * src/header.c: fix bug in euc2sjis().
1697
1698 1999-10-05  Koji Arai  <jca02266@nifty.ne.jp>
1699
1700         * src/header.c: rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
1701
1702 1999-09-30  Koji Arai  <jca02266@nifty.ne.jp>
1703
1704         * 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:
1705         use the autoconf/automake
1706
1707 1999-08-28  Koji Arai  <jca02266@nifty.ne.jp>
1708
1709         * Makefile: import the lha-114f
1710
1711         * change-114f.txt, config.jpn.euc, header.doc.euc: import the lha-114f
1712
1713         * CHANGES.euc, MACHINES.euc, PROBLEMS.euc, README.euc, change-114e.txt, config.eng:
1714         import the lha-114f
1715
1716         * MACHINES2.euc, man/Makefile, man/lha.man, man/lha.n:
1717         import the lha-114f
1718
1719         * src/append.c, src/crcio.c: import the lha-114f
1720
1721         * 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:
1722         import the lha-114f
1723
1724         * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c:
1725         import the lha-114f