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