Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
[pspp] / ChangeLog
1 2003-07-22  Paul Eggert  <eggert@twinsun.com>
2
3         * modules/xalloc (Depends-on): Add exitfail.
4         * modules/xmemcoll: Likewise.
5
6 2003-07-20  Jim Meyering  <jim@meyering.net>
7
8         * modules/closeout (Depends-on): Add exitfail.
9         Suggestion from Bruno Haible.
10
11 2003-07-18  Bruno Haible  <bruno@clisp.org>
12
13         * modules/getndelim2: New file.
14         * modules/getline: Share files with module getndelim2.
15         * modules/getnline: Depend on getndelim2 instead of sharing files with
16         it. Add getnline.c to lib_SOURCES.
17         * MODULES.html.sh (func_all_modules): Add getndelim2.
18
19 2003-07-17  Bruno Haible  <bruno@clisp.org>
20
21         * modules/getnline: New file.
22         * modules/getline: Add lib/getndelim2.c to source file list.
23         * MODULES.html.sh (func_all_modules): Add getnline.
24
25 2003-07-17  Bruno Haible  <bruno@clisp.org>
26
27         * configure.in: Remove file.
28         * Makefile.in: Remove file.
29
30 2003-07-17  Bruno Haible  <bruno@clisp.org>
31
32         * MODULES.html.sh: Put the </BODY> right before </HTML>.
33
34 2003-07-16  Jim Meyering  <jim@meyering.net>
35
36         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
37
38 2003-07-15  Jim Meyering  <jim@meyering.net>
39
40         * modules/save-cwd: Don't depend on error.  From Derek Price.
41
42 2003-07-14  Simon Josefsson  <jas@extundo.com>
43
44         * modules/mempcpy: New file.
45         * MODULES.html.sh (func_all_modules): Add mempcpy.
46
47 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48
49         * modules/getdate, modules/posixtm: Depend on mktime.
50
51 2003-07-10  Simon Josefsson  <jas@extundo.com>
52
53         * modules/strchrnul (Makefile.am): Add strchrnul.h.
54
55 2003-06-26  Bruno Haible  <bruno@clisp.org>
56
57         * modules/human: Depend on module stdbool.
58
59 2003-06-25  Bruno Haible  <bruno@clisp.org>
60
61         * modules/readlink: New file.
62         * modules/xreadlink: Depend on it.
63         * MODULES.html.sh (func_all_modules): Add readlink.
64
65 2003-06-22  Bruno Haible  <bruno@clisp.org>
66
67         * modules/safe-read: Add m4/ssize_t.m4.
68         * modules/xreadlink: Add m4/ssize_t.m4.
69
70 2003-06-11  Simon Josefsson  <jas@extundo.com>
71
72         * modules/sysexits: New file.
73         * MODULES.html.sh (func_all_modules): Add sysexits.
74
75 2003-06-10  Bruno Haible  <bruno@clisp.org>
76
77         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
78
79 2003-06-10  Simon Josefsson  <jas@extundo.com>
80
81         * modules/strchrnul: New file.
82
83 2003-06-10  Simon Josefsson  <jas@extundo.com>
84
85         * modules/argp: New file.
86
87 2003-06-07  Bruno Haible  <bruno@clisp.org>
88
89         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
90         avoid AC_CONFIG_LINKS.
91         * modules/fnmatch (Makefile.am): Use explicit creation rule for
92         fnmatch.h, to avoid AC_CONFIG_LINKS.
93         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
94
95 2003-06-07  Jim Meyering  <jim@meyering.net>
96
97         * modules/strtod: Use $(...) notation, not @...@ for
98         AC_REPLACE'd variables.
99         * modules/localcharset: Likewise.
100
101 2003-06-06  Jim Meyering  <jim@meyering.net>
102             Bruno Haible  <bruno@clisp.org>
103
104         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
105         Adjust Makefile.am snippet not to redirect directly to target.
106         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
107
108 2003-05-30  Bruno Haible  <bruno@clisp.org>
109
110         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
111         * config/config.rpath: Upgrade to gettext-0.12.1.
112
113 2003-05-22    <karl@gnu.org>
114
115         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
116
117 2003-05-09  Bruno Haible  <bruno@clisp.org>
118
119         * modules/error: Add m4/strerror_r.m4 to file list.
120
121 2003-04-10  Bruno Haible  <bruno@clisp.org>
122
123         * modules/findprog: New file.
124         * MODULES.html.sh (func_all_modules): Add it.
125
126 2003-04-04  Bruno Haible  <bruno@clisp.org>
127
128         * modules/linebreak: New file.
129         * MODULES.html.sh (func_all_modules): Add it.
130
131 2003-04-03  Bruno Haible  <bruno@clisp.org>
132
133         * modules/utf8-ucs4: New file.
134         * modules/utf16-ucs4: New file.
135         * modules/ucs4-utf8: New file.
136         * modules/ucs4-utf16: New file.
137         * MODULES.html.sh (func_all_modules): Add them.
138
139 2003-04-02  Bruno Haible  <bruno@clisp.org>
140
141         * modules/binary-io: New file.
142         * MODULES.html.sh (func_all_modules): Add it.
143
144 2003-04-01  Bruno Haible  <bruno@clisp.org>
145
146         * modules/pathname: New file.
147         * MODULES.html.sh (func_all_modules): Add it.
148
149 2003-03-28  Bruno Haible  <bruno@clisp.org>
150
151         * modules/copy-file: New file.
152         * MODULES.html.sh (func_all_modules): Add it.
153
154 2003-02-20  Bruno Haible  <bruno@clisp.org>
155
156         * MODULES.html.sh (func_all_modules): Add poll.
157
158 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
159
160         * modules/poll: New file.
161
162 2003-02-18  Bruno Haible  <bruno@clisp.org>
163
164         * MODULES.html.sh (func_all_modules): Add mathl.
165
166 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
167
168         * modules/mathl: New file.
169
170 2003-02-17  Bruno Haible  <bruno@clisp.org>
171
172         * modules/mkdtemp: New module.
173         * MODULES.html.sh (func_all_modules): Add it.
174
175 2003-01-30  Bruno Haible  <bruno@clisp.org>
176
177         * modules/vasnprintf, modules/vasprintf: New modules.
178         * MODULES.html.sh (func_all_modules): Add them.
179
180 2003-01-29  Bruno Haible  <bruno@clisp.org>
181
182         * modules/stpncpy: New module.
183         * MODULES.html.sh (func_all_modules): Add it.
184
185 2003-01-28  Bruno Haible  <bruno@clisp.org>
186
187         * modules/c-ctype: New module.
188         * MODULES.html.sh (func_all_modules): Add it.
189
190 2003-01-27  Bruno Haible  <bruno@clisp.org>
191
192         * modules/xsetenv: New module.
193         * MODULES.html.sh (func_all_modules): Add it.
194
195 2003-01-23  Bruno Haible  <bruno@clisp.org>
196
197         * modules/minmax: New module.
198         * MODULES.html.sh (func_all_modules): Add it.
199
200 2003-01-22  Bruno Haible  <bruno@clisp.org>
201
202         * modules/exit: New module.
203         * MODULES.html.sh (func_all_modules): Add it.
204
205 2003-01-19  Bruno Haible  <bruno@clisp.org>
206
207         * gnulib-tool: Recognize option --extract-maintainer.
208         (func_get_maintainer): New function.
209         * modules/*: Add Maintainer entry.
210
211 2003-01-16  Bruno Haible  <bruno@clisp.org>
212
213         * MODULES.html.sh: Add a table of contents. Add the module name as
214         leftmost column. Add hyperlinks.
215
216 2003-01-11  Bruno Haible  <bruno@clisp.org>
217
218         * modules/stpcpy: Distribute lib/stpcpy.h.
219         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
220
221 2003-01-11  Bruno Haible  <bruno@clisp.org>
222
223         * gnulib-tool (func_create_testdir): Store config/* files in the main
224         directory.
225         * config.rpath: Move to ...
226         * config/config.rpath: ... here.
227         * modules/gettext: Contains config/config.rpath, not config.rpath.
228         * modules/iconv: Likewise.
229
230 2003-01-11  Bruno Haible  <bruno@clisp.org>
231
232         * modules/*: Add a description.
233         * modules/strpbrk: Fix Makefile.am snippet.
234         * modules/strtoimax: Fix dependencies.
235         * modules/strtoumax: Likewise.
236
237 2003-01-11  Bruno Haible  <bruno@clisp.org>
238
239         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
240         * modules/alloca (Makefile.am): All object files depend on alloca.h.
241         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
242
243 2003-01-12  Paul Eggert  <eggert@twinsun.com>
244
245         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
246         to avoid collisions with libcurses and libreadline.
247         * getstr: Remove.
248         * MODULES.html.sh: Remove getstr.
249         * modules/getline: Depend on unlocked-io, not getstr.
250
251 2003-01-10  Bruno Haible  <bruno@clisp.org>
252
253         * modules/alloca: Change Makefile.am requirements. Simplify Include
254         requirements. Add lib/alloca_.h to file list.
255
256 2003-01-09  Bruno Haible  <bruno@clisp.org>
257
258         * modules/stdbool: Change configure.ac, Makefile.am requirements.
259         Simplify Include requirements. Add lib/stdbool.h.in to file list.
260
261 2003-01-09  Bruno Haible  <bruno@clisp.org>
262
263         * gnulib-tool (func_all_modules): Ignore files ending in ~.
264         * MODULES.html.sh: Likewise.
265
266 2003-01-09    <karl@gnu.org>
267
268         * MODULES.html.sh: include `dirname $0` in PATH, to find
269         gnulib-tool.
270
271 2003-01-08  Bruno Haible  <bruno@clisp.org>
272
273         * modules/full-read: Depend on full-write.
274
275 2003-01-07  Bruno Haible  <bruno@clisp.org>
276
277         * MODULES.html.sh: Add copyright notice.
278         (missed_files): Omit CVS directory entries.
279         (func_module): Make it work with sed-3.02.
280         * MODULES.txt: Remove file.
281
282 2003-01-01    <karl@gnu.org>
283
284         * gnulib-tool (func_verify_module): report module name $module in
285         error message, not $1.
286         * gnulib-tool (create-testdir): don't complain if destdir couldn't
287         be created, only if it doesn't exist.
288         * gnulib-tool (last_checkin_date): don't expand the $Date here.
289
290 2002-12-24  Bruno Haible  <bruno@clisp.org>
291
292         * MODULES.txt: Update according to m4/ changes.
293
294         Module gettext.
295         * config.rpath: New file, from gettext-0.11.5.
296
297         * modules/*: New module descriptions.
298         * gnulib-tool: New file.
299         * MODULES.html.sh: New file.
300
301 2002-11-01  Bruno Haible  <bruno@clisp.org>
302
303         * configure.in: Add AC_CONFIG_AUX_DIR call.
304         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
305         test/Makefile.
306         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
307
308 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
309
310         * regex.c (PATFETCH): Remove the translating fetch.
311         (PATFETCH_RAW): Rename to PATFETCH.
312         (set_image_of_range): New fun.
313         (SET_RANGE_TABLE_WORK_AREA): Use it.
314         (regex_compile): Don't translate the pattern chars so eagerly.
315         Only do it when inserting an `exactn' bytecode or when handling
316         a char-range.
317         (mutually_exclusive_p): Avoid empty statement.
318
319 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
320
321         * README: New file
322         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
323         (per RMS's instructions, this is now the canonical source)
324         * lgpl/, gpl/: New directories.
325
326 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
327
328         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
329         as if it was a `charset'.
330
331 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
332
333         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
334         (regex_compile): Catch bogus \(\1\).
335
336 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
337
338         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
339         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
340         Giving in to popular pressure to shut up the compiler with casts.
341
342 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
343
344         * regex.c: More `unsigned char' -> `re_char' changes.
345         Also change several `int' into `re_wchar_t'.
346         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
347         (PUSH_FAILURE_POINTER): Don't cast any more.
348         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
349         We want GCC to complain, since this piece of code makes
350         re_match non-reentrant, which *should* be fixed.
351         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
352         (EXTEND_BUFFER): Use RETALLOC.
353         (SET_LIST_BIT): Don't cast.
354         (re_wchar_t): New type.
355         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
356         that those two functions will always properly return.
357         (IMMEDIATE_QUIT_CHECK): Cast to void.
358         (analyse_first): Use recursion rather than an explicit stack.
359         (re_compile_fastmap): Can't fail anymore.
360         (re_search_2): Don't check re_compile_fastmap for failure.
361         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
362         Now also sets the new value (passed in a new argument).
363         (re_match_2_internal): Use it.
364         Also, use a new var `reg' of type size_t when looping through regs
365         rather than reuse the inappropriate `mcnt'.
366
367 2000-10-24  Andrew Innes  <andrewi@gnu.org>
368
369         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
370         NT-Emacs only.
371         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
372         so that re_search functions only quit when callers expect them to.
373
374 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
375
376         * regex.c (regex_compile): Change the way of handling a range from
377         a char less than 256 to a char not less than 256.
378
379 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
380
381         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.