OSDN Git Service

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