OSDN Git Service

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