OSDN Git Service

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