OSDN Git Service

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