OSDN Git Service

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