OSDN Git Service

*** empty log message ***
[lha/lha.git] / ChangeLog
1 2002-05-25  Koji Arai  <jca02266@nifty.ne.jp>
2
3         * configure.ac, configure.in (AC_INIT): added autoconfiscated date.
4
5 2002-05-22  Koji Arai  <jca02266@nifty.ne.jp>
6
7         * 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:
8         added modeline for vi(m).
9
10         * src/lharc.c: backslash was missing.
11
12 2002-05-20  Koji Arai  <jca02266@nifty.ne.jp>
13
14         * src/lharc.c (open_old_archive):  On MinGW, set binary stdin.
15
16         * src/lhadd.c (temporary_to_new_archive_file): On MinGW, set binary stdout.
17
18         * src/lha_macro.h: no define TMP_FILENAME_TEMPLATE in source.
19
20         * configure.ac, configure.in, README.autoconf: be able to specify
21         --with-tmp-file=no which meaning TMP_FILENAME_TEMPLATE is undefined.
22
23         * src/lha.h: correct usage of mkstemp().
24         On MinGW, opening file cannot be removed.
25
26         * src/lhadd.c (build_temporary_file): ditto.
27
28         * src/lharc.c (fatal_error): ditto.
29
30 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
31
32         * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
33         no use AM_C_PROTOTYPES for the present.
34
35         * config.h.in: ditto.
36
37         * src/lharc.c (print_tiny_usage_and_exit): change credit.
38
39         * src/lha_macro.h: put PLATFORM in a macro LHA_VERSION.
40
41         * src/lharc.c (print_version): ditto.
42
43         * configure.ac: use AC_CANONICAL_TARGET instead of AC_CANONICAL_HOST.
44
45 2002-05-19  Koji Arai  <jca02266@nifty.ne.jp>
46
47         * released.
48
49         * src/lharc.c (print_tiny_usage_and_exit): added credit.
50         (print_version): print PLATFORM.
51
52         * configure.ac, configure.in, config.h.in: define PLATFORM.
53
54         * src/lharc.c (xstrdup): fix typo.
55
56         * configure.ac: added for autoconf-2.53.
57
58         * config.h.in: regenerate by autoconf-2.53.
59
60         * src/lharc.c (find_files): MinGW has st_ino but always 0.
61
62         * src/lharc.c (main): provisionally fix. set
63         `get_filename_from_stdin' to false.
64
65         * src/util.c (rename): use builtin rename on mingw32 (since have
66         no link(2)).
67
68         * src/lharc.c (main): use xrealloc().
69
70         * src/lha_macro.h: specify "b" modifier always (for mingw32).
71
72         * src/lharc.c: use xstrdup() instead of strdup().
73
74         * src/lha_macro.h: ditto.
75
76         * src/lha_macro.h: getuid(), chown(), kill() are provisionally
77         defined as 0.
78
79         * src/header.c: set `default_system_kanji_code' to Shift_JIS on mingw32.
80
81         * src/lhadd.c (build_temporary_file): no use SIGHUP for mingw32.
82         (build_backup_file): ditto.
83
84         * src/lharc.c (interrupt): ditto.
85
86         * src/lhext.c (extract_one): ditto.
87
88         * src/lhext.c (make_parent_path): mkdir() has no 2nd argument on
89         mingw32.
90
91 2002-05-18  Koji Arai  <jca02266@nifty.ne.jp>
92
93         * lha_macro.h: define bcmp(), bzero(), bcopy() even if
94         STDC_HEADERS is defined.
95
96         * huf.c (alloc_buf): call fatal_error() when memory allocation failed
97         instead of returning NULL.
98
99         * lharc.c (main): use xmalloc().
100
101         * util.c (copyfile): use xmalloc().
102
103         * slide.c (encode_alloc): use xmalloc().
104
105         * header.c (default_system_kanji_code): On HP-UX, use Shift_JIS as
106         default kanji code.
107
108 2001-02-03  Koji Arai  <jca02266@nifty.ne.jp>
109
110         * README.autoconf, src/header.c: treat archive and system kanji
111         code, correctly.
112
113 2001-01-31  Koji Arai  <jca02266@nifty.ne.jp>
114
115         * configure.in: mistakes for default archive method.
116
117         * src/header.c: directory separator 0xff must be transpose slash
118         at first.
119
120 2001-01-29  Koji Arai  <jca02266@nifty.ne.jp>
121
122         * src/lharc.c: replace MKSTEMP with HAVE_MKSTEMP.
123         substitute DEFAULT_LZHUFF_METHOD for the `compress_method' variable (it's default value).
124
125         * src/lha_macro.h: use the VERSION macro (defined by configure) for
126         the LHA_VERSION definition.
127
128         * src/header.c: added condition whether the macro MULTIBYTE_CHAR
129         is defined or not.
130
131         * src/Makefile.am: added $(SUPPORT_LZHUFF_METHOD) in AM_CPPFLAGS.
132
133         * configure.in: change version number from 1.14f to 1.14i.
134         check function mkstemp().
135         replace --enable-lh6 option to --with-default-method=[567].
136
137         * config.h.in: added definitions of HAVE_MKSTEMP and
138         DEFAULT_LZHUFF_METHOD.
139
140         * IFNAMES: added a description about MKSTEMP.
141
142         * Makefile.am: added extra files.
143
144         * 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:
145         merged changing from lha-1.14f to lha-1.14i.
146
147         * change-114i.txt, src/header.c, src/huf.c, src/lha.h, src/lharc.c:
148         import lha-114i
149
150         * src/huf.c, src/lharc.c, src/shuf.c, src/slide.c: import lha-114h
151
152         * Makefile, README.euc, change-114g.txt, change-114h.txt:
153         import lha-114h
154
155         * 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:
156         import lha-114g
157
158         * 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:
159         import lha-114g
160
161         * src/header.c, src/lha_macro.h: implemented kanji code conversion
162         on filename.
163
164         * src/header.c: fix bug in euc2sjis().
165
166 1999-10-05  Koji Arai  <jca02266@nifty.ne.jp>
167
168         * src/header.c: rename the macro HANKAKU_KATAKANA_P to the X0201_KANA_P
169
170 1999-09-30  Koji Arai  <jca02266@nifty.ne.jp>
171
172         * 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:
173         use the autoconf/automake
174
175 1999-08-28  Koji Arai  <jca02266@nifty.ne.jp>
176
177         * Makefile: import the lha-114f
178
179         * change-114f.txt, config.jpn.euc, header.doc.euc: import the lha-114f
180
181         * CHANGES.euc, MACHINES.euc, PROBLEMS.euc, README.euc, change-114e.txt, config.eng:
182         import the lha-114f
183
184         * MACHINES2.euc, man/Makefile, man/lha.man, man/lha.n:
185         import the lha-114f
186
187         * src/append.c, src/crcio.c: import the lha-114f
188
189         * 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:
190         import the lha-114f
191
192         * src/dhuf.c, src/extract.c, src/header.c, src/huf.c, src/larc.c, src/lhadd.c:
193         import the lha-114f