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