OSDN Git Service

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