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