OSDN Git Service

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