OSDN Git Service

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