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