OSDN Git Service

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