OSDN Git Service

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