OSDN Git Service

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