OSDN Git Service

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