OSDN Git Service

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