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