OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
1 2002-07-07  Koji Arai  <jca02266@nifty.ne.jp>
2
3         * src/lha.h, src/lha_macro.h: refined.
4
5         * src/lhadd.c (append_it): macro STRING_COMPARE() was discarded.
6
7         * src/lha_macro.h: ditto.
8
9         * IFNAMES: NOVOID was removed.
10
11         * src/lharc.c (main): terminate with exit status 2 when specified
12         command line switches is wrong,
13
14         * configure.ac, config.h.in: added checking utime.h existent.
15
16         * configure.ac: checked utime.h existent.
17
18         * src/crcio.c (putc_euc): void returned.
19
20         * src/header.c, src/lha.h, src/lha_macro.h, src/lhadd.c: refined.
21
22         * src/lharc.c, src/prototypes.h, src/slide.c: refined.
23
24         * configure.ac: should specify the 4th argument for cross compiling.
25
26         * configure.ac: fix a test expression.
27
28         * src/cproto.sh: added for maintainer.
29
30         * src/lha.h: support de-ANSI variable arguments.
31
32         * src/lharc.c: ditto.
33
34         * src/util.c: ditto.
35
36         * src/Makefile.am (lha_SOURCES): added prototypes.h.
37
38         * src/lha.h: function prototyps moved to prototypes.h.
39
40         * src/prototypes.h: generated by the cproto command.
41
42         * configure.ac: On Mac OS X, in spite of using the CoreFoundation
43         for utf-8 conversion, I have missed specifying the `-framework
44         CoreFoundation' in LDFLAGS.
45
46         * src/Makefile.am (EXTRA_DIST): no need to specify `lhdir.c'.
47
48 2002-07-06  Koji Arai  <jca02266@nifty.ne.jp>
49
50         * configure.ac: updated version.
51
52         * tests/lha-test10: added testing the header level 0, 1 and 2.
53
54         * tests/lha-test.in: ditto.
55
56         * src/lharc.c: `#include <stdarg.h>' moved to lha.h.
57
58         * src/lha.h: ditto.
59
60         * src/util.c: ditto.
61
62         * configure.ac: AC_REPLACE_FUNCS(vsnprintf).
63
64         * config.h.in: ditto.
65
66         * src/lha.h: ditto.
67
68         * src/vsnprintf.c: derived snprintf() which has the BSD licence.
69
70         * configure.ac: fix typo.
71         
72         * configure.ac: checking whether strchr() is 8 bit clean or not.
73
74         * config.h.in: ditto.
75
76         * src/util.c: give functions strchr(), strrchr(), memchr() and
77         memrchr() which handle 8 bit characters correctly.
78
79         * src/header.c: use above if needed.
80
81         * src/lha_macro.h: deprecate the macro name `DELIM2' which is path
82         separattor for the filename in lha header.
83         use LHA_PATHSEP instead.
84
85         * src/util.c (convdelim): ditto.
86
87         * src/header.c (convert_filename): ditto.
88         (write_header): ditto.
89
90         * src/header.c (convert_filename): fixed bug on utf8 conversion,
91         provisionally.
92
93 2002-06-30  Koji Arai  <jca02266@nifty.ne.jp>
94
95         * configure.ac: fixed typo.
96
97         * src/header.c (sjis_to_utf8): fixed typo.
98         (utf8_to_sjis): fixed typo.
99         
100         * src/lhadd.c (cmd_add): Missed to adjust the index when specified
101         adding file is same as the generating archive file.
102
103 2002-06-29  Koji Arai  <jca02266@nifty.ne.jp>
104
105         * src/header.c (convert_filename): rename a function
106         `filename_conv()' to `convert_filename()'.
107         (sjis_to_utf8_static): no use the static variable.
108         (utf8_to_sjis_static): ditto.
109
110         * src/lha.h: rename sjis_to_utf8_static() and utf8_to_sjis_static()
111         into sjis_to_utf8() and utf8_to_sjis().
112
113         * src/lha_macro.h: added a macro `CODE_UTF8'.
114
115         * configure.ac: decide CODE_UTF8.
116         updated version.
117
118         * 00readme.autoconf: modified.
119
120         * configure.ac: modified for Mac OS X.
121
122         * src/header.c, lha.h, lha_macro.h, lharc.c: Merged a patch for
123         the Mac OS X, convert utf-8 filename to shift_jis. This patch was
124         contributed on LHa BBS. Thanks to Hiroto Sakai.
125
126         * src/lhext.c: replaced bcmp() with memcmp().
127
128         * src/lha_macro.h: ditto.
129
130         * src/append.c: replace bcopy() with memcpy() or memmove().
131
132         * src/lha_macro.h: ditto.
133
134         * src/lhadd.c: ditto.
135
136         * src/lharc.c: ditto.
137
138         * src/header.c: ditto.
139         replace bzero() with memset().
140
141         * src/lhadd.c (cmd_add): exlclude the target archive. (reported on
142         the LHa BBS [28])
143
144         * src/slide.c (encode_alloc): Wrong value was assigned to the
145         `dicbit', when SUPPORT_LH7 was not defined. (fixed by DANGAN,
146         reported on the LHa BBS [38]).
147         
148         * src/lha_macro.h: ditto.
149
150         * src/shuf.c (decode_c_st0): the method of -lh3- extraction was
151         fixed by DANGAN (reported on the LHa BBS [35]).
152
153         * src/lha_macro.h (LH3_DICBIT): ditto.
154
155         * src/dhuf.c (encode_c_dyn): the method of -lh1- compression was
156         refined by DANGAN (reported on the LHa BBS [30], [39], [62]).
157
158 2002-06-26  Koji Arai  <jca02266@nifty.ne.jp>
159
160         * tests/lha-test4: Skip a test for the LHa for UNIX (original version).
161
162         * tests/lha-test3: Rewrite tests for generic format archives.
163
164         * tests/lha-test2: Added tests for -lh0- method.
165         Moved from contents of lha-test3 (tests for print archive).
166
167 2002-06-23  Koji Arai  <jca02266@nifty.ne.jp>
168
169         * tests/lha-test.in: On Cygwin/MinGW, cannot test lha-test9.
170
171         * src/lhext.c: Fixed a misspelling. not `Symblic' but `Symbolic'.
172           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
173
174         * src/lharc.c: ditto.
175
176         * src/slide.c (interface;): Fixed wrong index.
177           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
178
179         * 00readme.autoconf: refined.
180
181         * tests/lha-test9: added tests for overriding files.
182
183         * tests/lha-test.in: added test9.
184
185         * src/lhext.c (cmd_extract): ftell(stdin) will return -1, so
186         re-fixed provisionaly.
187
188         * src/lhext.c (cmd_extract): When error occurred in extract_one(),
189         should adjust point of file stream.
190
191         * configure.ac: library checkings (for libmingwex) should be done
192         before header checkings.
193
194 2002-06-22  Koji Arai  <jca02266@nifty.ne.jp>
195
196         * released:
197
198         * configure.ac: updated version.
199
200         * src/lharc.c (init_variable): Removed useless assignments.
201
202         * src/lharc.c (main): Behavior is changed. when `q' or `q2' option
203         (not `q1') is specified, the `f' option is enabled implicitly.
204         In original behavior, the option `q', `q0', `q1' and `q2' will
205         enable `f' option implicitly (bug?).
206
207         * src/lharc.c (main): [BUG]: When `q2' option is specified,
208         level 2 header is generated.
209
210 2002-06-21  Koji Arai  <jca02266@nifty.ne.jp>
211
212         * tests/Makefile.am: Use the `DISTCLEANFILES' variable instead of the `dist-hook' target.
213
214         * tests/Makefile.am: Added `dist-hook' target for `make distcheck'.
215
216         * tests/lha-test.in: All tests are splited into some files.
217
218         * tests/Makefile.am: ditto.
219
220         * tests/lha-test2: ditto.
221
222         * tests/lha-test3: ditto.
223
224         * tests/lha-test4: ditto.
225
226         * tests/lha-test5: ditto.
227
228         * tests/lha-test6: ditto.
229
230         * tests/lha-test7: ditto.
231
232         * tests/lha-test8: ditto.
233
234 2002-06-20  Koji Arai  <jca02266@nifty.ne.jp>
235
236         * src/lhadd.c (cmd_add): No create an intermediate file when archive
237         is written in stdout.
238
239 2002-06-19  Koji Arai  <jca02266@nifty.ne.jp>
240
241         * 00readme.autoconf: Modified.
242
243 2002-06-18  Koji Arai  <jca02266@nifty.ne.jp>
244
245         * configure.in: Removed. (no support the Autoconf version 2.13).
246
247         * config.h.in: Changed meaning of the value of the `MULTIBYTE_FILENAME'.
248
249         * src/header.c: Remove preprocess codes for kanji code decision.
250
251         * configure.ac: When --enable-multibyte-filename[=auto] is specifi%d,
252         decide kanji code for filename automatically.
253         Otherwise, euc or sjis is specified, it is EUC-JP or Shift_JIS.
254
255 2002-06-17  Koji Arai  <jca02266@nifty.ne.jp>
256
257         * configure.in, configure.ac: updated version.
258
259         * configure.in, configure.ac: On mingw-runtime-2.0-1, opendir()
260         has moved to libmingwex.a. For now, not listed in the
261         /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs file.
262
263         * src/lharc.c (message): use variable argument list with stdarg.
264         (warning): ditto.
265         (error): ditto.
266         (write_error): removed.
267         (read_error): removed.
268         (build_temporary_name): use xsnprintf().
269         (open_old_archive): ditto.
270         (expanded_archive_name): move in the function (open_old_archive()) as static.
271
272         * src/crcio.c (putcode): changed for fatal_error().
273         (putbits): changed for fatal_error().
274         (fwrite_crc): ditto.
275         (putc_euc): should return EOF when putc() cause error.
276         (fwrite_txt): changed for putc_euc().
277
278         * src/header.c (get_header): changed for fatal_error(), warning() and error().
279         (init_header): use xsnprintf().
280         (write_header): fixed wrong usage of fwrite().
281
282         * src/lha.h: updated declarations.
283
284         * src/lhadd.c (append_it): changed for error().
285
286         * src/lhext.c (inquire_extract): ditto.
287
288         * src/lhlist.c (cmd_list): ditto.
289
290         * src/maketbl.c (make_table): ditto.
291
292         * src/util.c (copyfile): changed for fatal_error().
293         (xsnprintf): newly added to adopt to various snprintf().
294
295 2002-06-12  Koji Arai  <jca02266@nifty.ne.jp>
296
297         * src/lha_macro.h (UNIX_STICKYBIT): fixed a misspelling.
298
299         * src/lhlist.c (list_one): ditto.
300
301 2002-06-11  Koji Arai  <jca02266@nifty.ne.jp>
302
303         * src/lharc.c: index was wrong.
304           reported on LHa BBS (see <http://www2m.biglobe.ne.jp/~dolphin/>).
305
306 2002-06-06  Koji Arai  <jca02266@nifty.ne.jp>
307
308         * configure.ac, configure.in: changed macro name.
309         not multibyte-char but multibyte-filename.
310         not MULTIBYTE_CHAR but MULTIBYTE_FILENAME.
311
312         * 00readme.autoconf: ditto.
313
314         * config.h.in: ditto.
315
316         * src/util.c: ditto.
317
318         * src/lha_macro.h: ditto.
319
320         * src/header.c: ditto. 
321
322         * config.h.in (INCLUDE_OWNER_NAME_IN_HEADER): changed macro name.
323
324         * configure.ac: ditto.
325
326         * src/header.c (init_header): ditto.
327
328         * src/header.c (init_header): should clear LzHeader.
329
330 2002-06-05  Koji Arai  <jca02266@nifty.ne.jp>
331
332         * released.
333
334         * configure.ac (AC_INIT): changed package name and specified tar name.
335
336         * src/lharc.c: added `--help' command line switch.
337
338         * Makefile.am: fixed EXTRA_DIST for 00readme.autoconf renaming.
339
340         * README.autoconf, 00readme.autoconf: renamed.
341
342         * configure.ac, configure.in: updated version.
343
344 2002-06-04  Koji Arai  <jca02266@nifty.ne.jp>
345
346         * README.autoconf, header.doc.euc: describe about user/group name
347         header.
348
349         * src/header.c (init_header): added a macro MAKE_USER_NAME_HEADER.
350
351         * configure.ac, configure.in, config.h.in: added a switch
352         `--enable-user-name-header' whether user/name extended header is
353         made.
354
355 2002-06-01  Koji Arai  <jca02266@nifty.ne.jp>
356
357         * README.autoconf: `-i' switch of automake is deprecated.
358
359 2002-05-29  Koji Arai  <jca02266@nifty.ne.jp>
360
361         * configure.in, configure.ac, config.h.in: checks having uid_t/gid_t.
362
363         * src/lha.h: define uid_t/gid_t as `int' if no have it.
364
365         * src/lhext.c (adjust_info): mismatched braces.
366
367         * header.doc.euc: around user/group name extention.
368
369         * configure.in, configure.ac, config.h.in: checks having
370         getpwuid/getgrgid and so on.
371
372         * src/header.c (get_header): use the extend header, user/group name.
373         (init_header): ditto.
374
375         * src/lha.h: added <pwd.h>, <grp.h> header includings.
376
377         * src/lhext.c (adjust_info): change owner/group according to
378         user/group name when extracting.
379
380         * src/lhlist.c (list_one): print user/group name when the header
381         has them.
382         (list_one): correct column position on OS68K.
383
384         * tests/lha-test.in: added timestamp checks.
385
386         * src/lha_macro.h: comment about OS code.
387
388 2002-05-28  Koji Arai  <jca02266@nifty.ne.jp>
389
390         * src/lharc.c (xstrdup): no need to call fatal_error().
391
392         * src/lhdir.h, src/lha_macro.h, src/lha.h: added modeline for vi(m).
393
394         * configure.ac, config.h.in: use new autoconf macro, AC_CHECK_MEMBERS().
395
396         * IFNAMES, configure.in, src/header.c, src/lharc.c: replaced with
397         new macro name to adopt to the AC_CHECK_MEMBERS().
398
399 2002-05-27  Koji Arai  <jca02266@nifty.ne.jp>
400
401         * tests/lha-test.in: use awk instead of GNU sh-utils's `seq'.
402
403         * src/header.c (filename_conv): fix a bug, reverse condition and
404         conversion for filename case.
405
406         * README.autoconf: added description about `get_filename_from_stdin' feature.
407
408         * tests/lha-test.in: remove test around the `get_filename_from_stdin'.
409
410         * src/lharc.c (main): never set `get_filename_from_stdin` to true.
411         `echo foo | lha x foo.lzh' does not work like original LHa for UNIX.
412
413         * tests/lha-test.in: replace with #!/bin/bash.
414
415         * README.autoconf: added E-Mail address.
416
417         * configure.ac: updated version and added mail address for bug reports.
418
419         * configure.in: updated version.
420
421         * released.
422
423         * README.autoconf: added `make check' on sample description.
424
425         * configure.in, configure.ac: update version.
426
427 2002-05-26  Koji Arai  <jca02266@nifty.ne.jp>
428
429         * tests/lha-test.in: added some tests.
430
431         * tests/Makefile.am: refined.
432
433         * src/lhext.c (cmd_extract): discard useless fseek() calling (for MinGW).
434
435         * tests/lha-test.in: added some tests.
436
437         * tests/lha-test.in: specified `q' option on print archive test.
438
439         * src/lhadd.c (build_backup_file): On MinGW, cannot rename when
440         a new file already exists.
441
442         * src/lhext.c (extract_one): On MinGW, set binary on stdout when
443         print archive (`p' switch).
444
445         * tests/lha-test.in: added some tests.
446
447         * src/lhadd.c (report_archive_name_if_different): warning messages
448         should be printed to stderr rather than stdout.
449         (cmd_delete): ditto.
450
451         * tests/Makefile.am: fix EXTRA_DIST.
452
453         * configure.in, configure.ac: update version.
454
455         * tests/lha-test.in: added tests.
456
457         * tests/Makefile.am: ditto.
458
459         * configure.in, configure.ac, Makefile.am: ditto.
460
461 2002-05-25  Koji Arai  <jca02266@nifty.ne.jp>
462
463         * IFNAMES: updated.
464
465         * released.
466
467         * README.autoconf: added description for developpers.
468
469         * configure.in, configure.ac, config.h.in: refined.
470
471         * src/util.c (memmove): use HAVE_MEMMOVE.
472         (mkdir): use HAVE_WORKING_FORK.
473
474         * src/huf.c: use HAVE_SYS_PARAM_H instead of sony_news.
475
476         * IFNAMES (sony_news): updated.
477
478         * configure.ac, configure.in (AC_INIT): added autoconfiscated date.
479         see `lha --version'.
480
481 2002-05-22  Koji Arai  <jca02266@nifty.ne.jp>
482
483         * 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:
484         added modeline for vi(m).
485
486         * src/lharc.c: backslash was missing.
487
488 2002-05-20  Koji Arai  <jca02266@nifty.ne.jp>
489
490         * src/lharc.c (open_old_archive):  On MinGW, set binary stdin.
491
492         * src/lhadd.c (temporary_to_new_archive_file): On MinGW, set binary stdout.
493
494         * src/lha_macro.h: no define TMP_FILENAME_TEMPLATE in source.
495
496         * configure.ac, configure.in, README.autoconf: be able to specify
497         --with-tmp-file=no which meaning TMP_FILENAME_TEMPLATE is undefined.
498
499         * src/lha.h: correct usage of mkstemp().
500         On MinGW, opening file cannot be removed.
501
502         * src/lhadd.c (build_temporary_file): ditto.
503
504         * src/lharc.c (fatal_error): ditto.
505
506 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
507
508         * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
509         no use AM_C_PROTOTYPES for the present.
510
511         * config.h.in: ditto.
512
513         * src/lharc.c (print_tiny_usage_and_exit): change credit.
514
515         * src/lha_macro.h: put PLATFORM in a macro LHA_VERSION.
516
517         * src/lharc.c (print_version): ditto.
518
519         * configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
520
521 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
522
523         * released.
524
525         * src/lharc.c (print_tiny_usage_and_exit): added credit.
526         (print_version): print PLATFORM.
527
528         * configure.ac, configure.in, config.h.in: define PLATFORM.
529
530         * src/lharc.c (xstrdup): fix typo.
531
532         * configure.ac: added for autoconf-2.53.
533
534         * config.h.in: regenerate by autoconf-2.53.
535
536         * src/lharc.c (find_files): MinGW has st_ino but always 0.
537
538         * src/lharc.c (main): provisionally fix. set
539         `get_filename_from_stdin' to false.
540
541         * src/util.c (rename): use builtin rename(2) on mingw32 (since have
542         no link(2)).
543
544         * src/lharc.c (main): use xrealloc().
545
546         * src/lha_macro.h: specify "b" modifier always (for mingw32).
547
548         * src/lharc.c: use xstrdup() instead of strdup().
549
550         * src/lha_macro.h: ditto.
551
552         * src/lha_macro.h: getuid(), chown(), kill() are provisionally
553         defined as 0.
554
555         * src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
556
557         * src/lhadd.c (build_temporary_file): no use SIGHUP for mingw32.
558         (build_backup_file): ditto.
559
560         * src/lharc.c (interrupt): ditto.
561
562         * src/lhext.c (extract_one): ditto.
563
564         * src/lhext.c (make_parent_path): mkdir() has no 2nd argument on
565         mingw32.
566
567 2002-05-18  Koji Arai  <jca02266@nifty.ne.jp>
568
569         * lha_macro.h: define bcmp(), bzero(), bcopy() even if
570         STDC_HEADERS is defined.
571
572         * huf.c (alloc_buf): call fatal_error() when memory allocation failed
573         instead of returning NULL.
574
575         * lharc.c (main): use xmalloc().
576
577         * util.c (copyfile): use xmalloc().
578
579         * slide.c (encode_alloc): use xmalloc().
580
581         * header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
582         default kanji code.
583
584 2001-02-03  Koji Arai  <jca02266@nifty.ne.jp>
585
586         * README.autoconf, src/header.c: treat archive and system kanji
587         code, correctly.
588
589 2001-01-31  Koji Arai  <jca02266@nifty.ne.jp>
590
591         * configure.in: mistakes for default archive method.
592
593         * src/header.c: directory separator 0xff must be transpose slash
594         at first.
595
596 2001-01-29  Koji Arai  <jca02266@nifty.ne.jp>
597
598         * src/lharc.c: replace MKSTEMP with HAVE_MKSTEMP.
599         substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).
600
601         * src/lha_macro.h: use the VERSION macro (defined by configure) for
602         the LHA_VERSION definition.
603
604         * src/header.c: added condition whether the macro MULTIBYTE_CHAR
605         is defined or not.
606
607         * src/Makefile.am: added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
608
609         * configure.in: change version number from 1.14f to 1.14i.
610         check function mkstemp().
611         replace --enable-lh6 option to --with-default-method=[567].
612
613         * config.h.in: added definitions of HAVE_MKSTEMP and
614         DEFAULT_LZHUFF_METHOD.
615
616         * IFNAMES: added a description about MKSTEMP.
617
618         * Makefile.am: added extra files.
619
620         * 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:
621         merged changing from lha-1.14f to lha-1.14i.
622
623         * change-114i.txt, src/header.c, src/huf.c, src/lha.h, src/lharc.c:
624         import lha-114i
625
626         * src/huf.c, src/lharc.c, src/shuf.c, src/slide.c: import lha-114h
627
628         * Makefile, README.euc, change-114g.txt, change-114h.txt:
629         import lha-114h
630
631         * 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:
632         import lha-114g
633
634         * 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:
635         import lha-114g
636
637         * src/header.c, src/lha_macro.h: implemented kanji code conversion
638         on filename.
639
640         * src/header.c: fix bug in euc2sjis().
641
642 1999-10-05  Koji Arai  <jca02266@nifty.ne.jp>
643
644         * src/header.c: rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
645
646 1999-09-30  Koji Arai  <jca02266@nifty.ne.jp>
647
648         * 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:
649         use the autoconf/automake
650
651 1999-08-28  Koji Arai  <jca02266@nifty.ne.jp>
652
653         * Makefile: import the lha-114f
654
655         * change-114f.txt, config.jpn.euc, header.doc.euc: import the lha-114f
656
657         * CHANGES.euc, MACHINES.euc, PROBLEMS.euc, README.euc, change-114e.txt, config.eng:
658         import the lha-114f
659
660         * MACHINES2.euc, man/Makefile, man/lha.man, man/lha.n:
661         import the lha-114f
662
663         * src/append.c, src/crcio.c: import the lha-114f
664
665         * 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:
666         import the lha-114f
667
668         * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c:
669         import the lha-114f