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