OSDN Git Service

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