5b669a07466b3a7f54c1e42730f3d57bc61840b7
[gnulib.git] / ChangeLog
1 2007-03-03  Bruno Haible  <bruno@clisp.org>
2
3         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
4         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5
6         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7         (gl_FUNC_READLINK): Update.
8
9         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
10
11 2007-03-03  Bruno Haible  <bruno@clisp.org>
12
13         * lib/xreadlink.c: Include <unistd.h> unconditionally.
14         * modules/xreadlink (Depends-on): Add unistd.
15         * modules/xreadlink-with-size (Depends-on): Likewise.
16
17 2007-03-03  Bruno Haible  <bruno@clisp.org>
18
19         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
20         extracted from gt_FUNC_SETENV.
21         (gt_FUNC_SETENV): Remove macro.
22         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
23         remove gt_FUNC_SETENV.
24
25 2007-03-03  Bruno Haible  <bruno@clisp.org>
26
27         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
28         ENABLE_RELOCATABLE here.
29         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
30
31 2007-03-03  Bruno Haible  <bruno@clisp.org>
32
33         * modules/rbtreehash-list-tests (Depends-on): Add progname.
34         * tests/test-rbtreehash_list.c: Include progname.h.
35         (main): Call set_program_name.
36
37         * modules/rbtree-oset-tests (Depends-on): Add progname.
38         * tests/test-rbtree_oset.c: Include progname.h.
39         (main): Call set_program_name.
40
41         * modules/rbtree-list-tests (Depends-on): Add progname.
42         * tests/test-rbtree_list.c: Include progname.h.
43         (main): Call set_program_name.
44
45         * modules/linked-list-tests (Depends-on): Add progname.
46         * tests/test-linked_list.c: Include progname.h.
47         (main): Call set_program_name.
48
49 2007-03-03  Bruno Haible  <bruno@clisp.org>
50
51         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
52         All uses of __restrict changed to _Restrict_.
53         * lib/glob_.h (__restrict): Remove macro.
54
55 2007-03-02  Bruno Haible  <bruno@clisp.org>
56
57         * modules/gettext (configure.ac): Require gettext infrastructure
58         from version 0.16.1.
59
60 2007-03-02  Bruno Haible  <bruno@clisp.org>
61
62         * modules/linkedhash-list-tests (Depends-on): Add progname.
63         * tests/test-linkedhash_list.c: Include progname.h.
64         (main): Call set_program_name.
65
66         * modules/carray-list-tests (Depends-on): Add progname.
67         * tests/test-carray_list.c: Include progname.h.
68         (main): Call set_program_name.
69
70         * modules/avltreehash-list-tests (Depends-on): Add progname.
71         * tests/test-avltreehash_list.c: Include progname.h.
72         (main): Call set_program_name.
73
74         * modules/avltree-oset-tests (Depends-on): Add progname.
75         * tests/test-avltree_oset.c: Include progname.h.
76         (main): Call set_program_name.
77
78         * modules/avltree-list-tests (Depends-on): Add progname.
79         * tests/test-avltree_list.c: Include progname.h.
80         (main): Call set_program_name.
81
82         * modules/array-oset-tests (Depends-on): Add progname.
83         * tests/test-array_oset.c: Include progname.h.
84         (main): Call set_program_name.
85
86         * modules/array-list-tests (Depends-on): Add progname.
87         * tests/test-array_list.c: Include progname.h.
88         (main): Call set_program_name.
89
90         * modules/argp-tests (Depends-on): Add progname.
91         * tests/test-argp.c: Include argp.h first. Include progname.h.
92         (main): Call set_program_name.
93
94 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
95
96         * doc/gnulib-tool.texi (Initial import): Reword description of
97         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
98         limited effect even if defined after the first system include.
99
100 2007-03-01  Bruno Haible  <bruno@clisp.org>
101
102         * build-aux/config.libpath: Update to libtool-1.5.22.
103         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
104
105 2007-03-01  Bruno Haible  <bruno@clisp.org>
106
107         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
108         foo_CFLAGS.
109         Reported by Ralf Wildenhues.
110
111 2007-03-01  Bruno Haible  <bruno@clisp.org>
112
113         * build-aux/install-reloc: Remove object files left over by some
114         compilers.
115         Reported by Ralf Wildenhues.
116
117 2007-03-01  Bruno Haible  <bruno@clisp.org>
118
119         * build-aux/install-reloc: Break long lines.
120
121 2007-03-01  Bruno Haible  <bruno@clisp.org>
122
123         * doc/relocatable.texi: Document that it may not work on OpenBSD.
124         Reported by Ralf Wildenhues.
125
126 2007-03-01  Bruno Haible  <bruno@clisp.org>
127
128         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
129         include ordering constraints.
130
131 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
132
133         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
134         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
135         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
136         as another example.
137         * lib/time_.h: Fix misspelling.
138         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
139         Require gl_HEADER_TIME_H_DEFAULTS.
140         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
141         * m4/time_r.m4 (gl_TIME_R): Likewise.
142         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
143
144 2007-03-01  Bruno Haible  <bruno@clisp.org>
145
146         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
147         * m4/utimens.m4 (gl_UTIMENS): Likewise.
148
149 2007-03-01  Jim Meyering  <jim@meyering.net>
150
151         * modules/xreadlink (Maintainer): Add my name.
152         * modules/xreadlink-with-size (Depends-on): Alphabetize.
153
154 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
155             Bruno Haible  <bruno@clisp.org>
156
157         * build-aux/install-reloc: Compile also c-ctype.c.
158         * build-aux/relocatable.sh.in: New file.
159         * doc/relocatable.texi: New file.
160         * doc/relocatable-maint.texi: New file.
161         * doc/gnulib.texi: Include relocatable-maint.texi.
162         * lib/progreloc.c: Include unistd.h unconditionally.
163         * lib/relocwrapper.c: Include unistd.h unconditionally.
164         Include c-ctype.h.
165         (add_dotbin): Use c_tolower.
166         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
167         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
168         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
169         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
170         to m4/relocatable-lib.m4.
171         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
172         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
173         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
174         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
175         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
176         * modules/relocatable: New file.
177         * modules/relocatable-lib: New file.
178         * modules/relocatable-script: New file.
179
180 2007-02-28  Bruno Haible  <bruno@clisp.org>
181
182         Import --enable-relocatable infrastructure.
183         * build-aux/config.libpath: New file, from GNU gettext.
184         * build-aux/install-reloc: New file, from GNU gettext.
185         * build-aux/reloc-ldflags: New file, from GNU gettext.
186         * lib/relocatable.h: New file, from GNU gettext.
187         * lib/relocatable.c: New file, from GNU gettext.
188         * lib/relocwrapper.c: New file, from GNU gettext.
189         * m4/relocatable.m4: New file, from GNU gettext.
190
191 2007-02-28  Bruno Haible  <bruno@clisp.org>
192
193         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
194
195         * modules/xreadlink: New file, from GNU gettext with modifications.
196         * lib/xreadlink.c: New file, from GNU gettext.
197         * lib/xreadlink.h: Add comments.
198         (xreadlink): New declaration.
199
200         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
201         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
202         lib/xreadlink-with-size.c.
203         (configure.ac): Remove gl_XREADLINK invocation.
204         (Makefile.am): Augment lib_SOURCES.
205         * m4/xreadlink.m4: Remove file.
206         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
207         (xreadlink_with_size): Renamed from xreadink.
208         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
209         * modules/canonicalize (Depends-on): Replace xreadlink with
210         xreadlink-with-size.
211         * lib/canonicalize.c (canonicalize_filename_mode): Update.
212
213 2007-02-25  Jim Meyering  <jim@meyering.net>
214
215         * build-aux/announce-gen: When complaining about excess arguments,
216         list them.
217
218 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
219
220         * README: Document signed integer overflow situation more
221         accurately.
222
223 2007-02-25  Bruno Haible  <bruno@clisp.org>
224
225         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
226         'a' or 'A' conversion.
227
228 2007-02-25  Bruno Haible  <bruno@clisp.org>
229
230         * modules/filename: Renamed from modules/pathname.
231         (Files): Replace lib/pathname.h with lib/filename.h. Replace
232         lib/concatpath.c with lib/concat-filename.c.
233         (Makefile.am): Update.
234         (Include): Replace pathname.h with filename.h.
235         * lib/filename.h: Renamed from lib/pathname.h.
236         (concatenated_filename): Renamed from concatenated_pathname.
237         * lib/concat-filename.c: Renamed from lib/concatpath.c.
238         (concatenated_filename): Renamed from concatenated_pathname.
239         * lib/findprog.c: Include filename.h instead of pathname.h.
240         (find_in_path): Update.
241         * lib/javacomp.c: Include filename.h instead of pathname.h.
242         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
243         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
244         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
245         is_oldgcj_14_13_usable, is_javac_usable): Update.
246         * lib/javaexec.c: Include filename.h instead of pathname.h.
247         (execute_java_class): Update.
248         * modules/findprog: Update.
249         * modules/javacomp: Update.
250         * modules/javaexec: Update.
251         * MODULES.html.sh (File system functions): Add 'filename', remove
252         'pathname'.
253
254 2007-02-25  Bruno Haible  <bruno@clisp.org>
255
256         * modules/printf-frexpl-tests: New file.
257         * tests/test-printf-frexpl.c: New file.
258
259         * modules/printf-frexpl: New file.
260         * lib/printf-frexpl.h: New file.
261         * lib/printf-frexpl.c: New file.
262         * m4/printf-frexpl.m4: New file.
263
264 2007-02-25  Bruno Haible  <bruno@clisp.org>
265
266         * modules/printf-frexp-tests: New file.
267         * tests/test-printf-frexp.c: New file.
268
269         * modules/printf-frexp: New file.
270         * lib/printf-frexp.h: New file.
271         * lib/printf-frexp.c: New file.
272         * m4/printf-frexp.m4: New file.
273
274 2007-02-25  Bruno Haible  <bruno@clisp.org>
275
276         Assume automake >= 1.10 for the tests.
277         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
278         * modules/arctwo-tests: Likewise.
279         * modules/argp-tests: Likewise.
280         * modules/avltree-list-tests: Likewise.
281         * modules/avltree-oset-tests: Likewise.
282         * modules/avltreehash-list-tests: Likewise.
283         * modules/carray-list-tests: Likewise.
284         * modules/crc-tests: Likewise.
285         * modules/des-tests: Likewise.
286         * modules/gc-arcfour-tests: Likewise.
287         * modules/gc-arctwo-tests: Likewise.
288         * modules/gc-des-tests: Likewise.
289         * modules/gc-hmac-md5-tests: Likewise.
290         * modules/gc-hmac-sha1-tests: Likewise.
291         * modules/gc-md2-tests: Likewise.
292         * modules/gc-md4-tests: Likewise.
293         * modules/gc-md5-tests: Likewise.
294         * modules/gc-pbkdf2-sha1-tests: Likewise.
295         * modules/gc-rijndael-tests: Likewise.
296         * modules/gc-sha1-tests: Likewise.
297         * modules/gc-tests: Likewise.
298         * modules/getaddrinfo-tests: Likewise.
299         * modules/hmac-md5-tests: Likewise.
300         * modules/hmac-sha1-tests: Likewise.
301         * modules/linked-list-tests: Likewise.
302         * modules/linkedhash-list-tests: Likewise.
303         * modules/lock-tests: Likewise.
304         * modules/md2-tests: Likewise.
305         * modules/md4-tests: Likewise.
306         * modules/md5-tests: Likewise.
307         * modules/rbtree-list-tests: Likewise.
308         * modules/rbtree-oset-tests: Likewise.
309         * modules/rbtreehash-list-tests: Likewise.
310         * modules/read-file-tests: Likewise.
311         * modules/rijndael-tests: Likewise.
312         * modules/stdint-tests: Likewise.
313         * modules/tls-tests: Likewise.
314
315 2007-02-24  Bruno Haible  <bruno@clisp.org>
316
317         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
318         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
319         function; instead check whether isnan with a double argument links.
320         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
321         function; instead check whether isnan with a 'long double' argument
322         links.
323         Reported by Eric Blake <ebb9@byu.net>.
324
325 2007-02-24  Bruno Haible  <bruno@clisp.org>
326
327         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
328         defined.
329         * lib/isnanl.c: Remove all code. Just include isnan.c.
330         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
331
332 2007-02-25  Jim Meyering  <jim@meyering.net>
333
334         Avoid conflicting types for 'unsetenv' on FreeBSD.
335         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
336         conflicting with FreeBSD's (5.0 and 6.1) function declaration
337         in stdlib.h.
338
339 2007-02-24  Bruno Haible  <bruno@clisp.org>
340
341         * modules/isnanl-nolibm-tests: New file.
342         * tests/test-isnanl.c: New file.
343
344         * modules/isnanl-nolibm: New file.
345         * lib/isnanl.h: New file.
346         * lib/isnanl.c: New file.
347         * m4/isnanl.m4: New file.
348
349 2007-02-24  Bruno Haible  <bruno@clisp.org>
350
351         * modules/isnan-nolibm-tests: New file.
352         * tests/test-isnan.c: New file.
353
354         * modules/isnan-nolibm: New file.
355         * lib/isnan.h: New file.
356         * lib/isnan.c: New file.
357         * m4/isnan.m4: New file.
358
359 2007-02-24  Bruno Haible  <bruno@clisp.org>
360
361         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
362         assume that an exponent fits in 20 bits.
363
364 2007-02-24  Jim Meyering  <jim@meyering.net>
365
366         * m4/regex.m4: Update the description of the configure-time option,
367         --without-included-regex, to state accurately what the defaults are,
368         and perhaps to give people an idea why using this option is risky.
369
370 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
373         loops on small arguments.  This attempts to avoid the problem
374         Bruno Haible reported for AIX 4.3.2 in
375         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
376
377 2007-02-23  Bruno Haible  <bruno@clisp.org>
378
379         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
380         Needed for help2man.
381
382 2007-02-23  Karl Berry  <karl@gnu.org>
383
384         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
385         exists, foo.h should be cvs-ignored, not committed.
386
387 2007-02-23  Eric Blake  <ebb9@byu.net>
388
389         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
390         * lib/stat-time.h (includes): Likewise.
391         * lib/utimecmp.c (includes): Likewise.
392         * lib/utimens.h (includes): Likewise.
393         * lib/getdate.y (includes): Also include "timespec.h" for use
394         internal to the module.
395         * modules/utimens (Depends-on): Revert yesterday's patch.
396         * modules/nanosleep (Depends-on): Add missing dependency.
397
398 2007-02-22  Bruno Haible  <bruno@clisp.org>
399
400         * lib/glob.c: Don't include getlogin_r.h.
401
402 2007-02-22  Jim Meyering  <jim@meyering.net>
403
404         * modules/utimens (Depends-on): Add timespec, required for
405         utimens.h's inclusion of timespec.h.
406
407 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
408
409         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
410         long unreadable paths in GNU/Linux.  Problem reported by Andreas
411         Schwab in
412         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
413         I'll try to think of a better way to fix the Solaris problem.
414
415         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
416         like glibc; on Solaris 10, it fails with errno == EINVAL.
417         POSIX says the behavior is unspecified if the first argument is NULL,
418         so play it safe and never pass NULL to the system getcwd.
419
420 2007-02-21  Jim Meyering  <jim@meyering.net>
421
422         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
423         of gettimeofday.  It would conflict with the one now always
424         provided via sys_time_.h.  Reported by Matthew Woehlke, as
425         an IRIX 6.5 build failure.
426
427 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
428
429         Minor fixups to port to Solaris 10 with Sun C 5.8.
430         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
431         * modules/getcwd (Depends-on): Add dirfd.
432         * lib/putenv.c (putenv): #undef it.
433         (rpl_putenv): New decl.
434         (malloc, free): Include <stdlib.h> rather than prototyping separately.
435
436 2007-02-20  Bruno Haible  <bruno@clisp.org>
437
438         * modules/stdio-tests: New file.
439         * tests/test-stdio.c: New file.
440
441         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
442         (Depends-on): Add stdio.
443         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
444         (Include): Use <stdio.h> instead of vsnprintf.h.
445         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
446         HAVE_DECL_VSNPRINTF.
447         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
448
449         * modules/snprintf (Files): Remove lib/snprintf.h.
450         (Depends-on): Add stdio.
451         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
452         (Include): Use <stdio.h> instead of snprintf.h.
453         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
454         HAVE_DECL_SNPRINTF.
455         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
456         * lib/getaddrinfo.c: Likewise.
457
458         * modules/stdio: New file.
459         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
460         * lib/snprintf.h: Remove file.
461         * lib/vsnprintf.h: Remove file.
462         * lib/.cppi-disable: Remove snprintf.h.
463         * m4/stdio_h.m4: New file.
464         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
465
466 2007-02-20  Jim Meyering  <jim@meyering.net>
467
468         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
469         used by e.g., mingw.  From Bruno Haible.
470
471 2007-02-19  Bruno Haible  <bruno@clisp.org>
472
473         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
474         warnings.
475         Reported by Ben Pfaff <blp@cs.stanford.edu>.
476
477 2007-02-19  Bruno Haible  <bruno@clisp.org>
478
479         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
480         from mingw users.
481
482 2007-02-19  Bruno Haible  <bruno@clisp.org>
483
484         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
485         warnings.
486         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
487
488 2007-02-19  Jim Meyering  <jim@meyering.net>
489
490         Don't use FD after a successful "fdopendir (fd)".
491         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
492         Reset it by calling dirfd on the just-obtained DIR*.
493
494         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
495         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
496
497 2007-02-18  Bruno Haible  <bruno@clisp.org>
498
499         * lib/readlink.c: Include <unistd.h>.
500         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
501         HAVE_READLINK.
502         * modules/readlink (Depends-on): Add unistd.
503         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
504         (Include): Add <unistd.h>.
505
506         * lib/getlogin_r.h: Remove file.
507         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
508         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
509         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
510         HAVE_DECL_GETLOGIN_R.
511         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
512         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
513         (Include): Use <unistd.h> instead of getlogin_r.h.
514
515         * lib/getcwd.h: Remove file.
516         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
517         * lib/xgetcwd.c: Likewise.
518         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
519         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
520         * modules/getcwd (Files): Remove lib/getcwd.h.
521         (Depends-on): Add unistd.
522         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
523         (Include): Use <unistd.h> instad of getcwd.h.
524
525         * lib/ftruncate.c: Include <unistd.h> first.
526         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
527         Set HAVE_FTRUNCATE.
528         * modules/ftruncate (Depends-on): Add unistd.
529         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
530
531         * lib/fchdir.c: Include <unistd.h> first.
532         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
533         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
534         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
535         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
536         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
537
538         * lib/dup2.c: Include <unistd.h> first.
539         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
540         HAVE_DUP2.
541         * modules/dup2 (Depends-on): Add unistd.
542         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
543
544         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
545         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
546         REPLACE_CHOWN. Don't define chown as a macro here.
547         * modules/chown (Depends-on): Add unistd.
548         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
549
550         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
551         Add definition for GL_LINK_WARNING.
552         (chown, dup2): New declarations.
553         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
554         link warning.
555         (ftruncate): New declaration.
556         (getcwd): New declaration, taken from old getcwd.h.
557         (getlogin_r): New declaration, taken from old getlogin_r.h.
558         (readlink): New declaration.
559         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
560         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
561         (gl_PREREQ_UNISTD): Remove macro.
562         (gl_UNISTD_MODULE_INDICATOR): New macro.
563         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
564         many new variables. Don't set UNISTD_H.
565         * modules/unistd (Description): Change.
566         (Depends-on): Add link-warning.
567         (configure.ac): Update.
568         (Makefile.am): Create unistd.h always. Substitute many new variables
569         into it.
570
571 2007-02-18  Bruno Haible  <bruno@clisp.org>
572
573         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
574         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
575         HAVE_GETSUBOPT.
576         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
577         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
578         * lib/getsubopt.h: Remove file.
579         * modules/getsubopt (Files): Remove lib/getsubopt.h.
580         (Depends-on): Add stdlib.
581         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
582         (Includes): Use <stdlib.h> instead of getsubopt.h.
583         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
584         Set HAVE_GETSUBOPT.
585         * lib/getsubopt.c: Don't include getsubopt.h.
586
587 2007-02-18  Bruno Haible  <bruno@clisp.org>
588
589         * modules/fchdir (Depends-on): Add dup2.
590
591 2007-02-18  Bruno Haible  <bruno@clisp.org>
592
593         * lib/stdlib_.h: Handle glibc's special invocation convention
594         specially.
595
596 2007-02-18  Bruno Haible  <bruno@clisp.org>
597
598         * modules/stdlib-tests: New file.
599         * tests/test-stdlib.c: New file.
600
601         * modules/mkstemp (Files): Remove lib/mkstemp.h.
602         (Depends-on): Add stdlib.
603         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
604         (Includes): Use <stdlib.h> instead of mkstemp.h.
605         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
606         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
607         * lib/mkstemp.c: Don't include mkstemp.h.
608         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
609         * lib/stdlib--.h: Don't include mkstemp.h.
610
611         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
612         (Depends-on): Add stdlib.
613         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
614         (Includes): Use <stdlib.h> instead of mkdtemp.h.
615         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
616         HAVE_MKDTEMP.
617         * lib/mkdtemp.c: Don't include mkdtemp.h.
618         * lib/clean-temp.c: Don't include mkdtemp.h.
619
620         * modules/exit (Files): Remove lib/exit.h.
621         (Depends-on): Add stdlib.
622         (Makefile.am): Remove lib_SOURCES.
623         (Include): Use <stdlib.h> instead of exit.h.
624         * lib/argmatch.c: Don't include exit.h.
625         * lib/execute.c: Likewise.
626         * lib/pagealign_alloc.c: Likewise.
627         * lib/pipe.c: Likewise.
628         * lib/wait-process.c: Likewise.
629         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
630         * lib/exitfail.c: Likewise.
631         * lib/savewd.c: Likewise.
632         * lib/xsetenv.c: Likewise.
633
634         * modules/stdlib: New file.
635         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
636         and extra comments about mkstemp().
637         * lib/exit.h: Remove file.
638         * lib/mkdtemp.h: Remove file.
639         * lib/mkstemp.h: Remove file.
640         * m4/stdlib_h.m4: New file.
641         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
642
643 2007-02-18  Bruno Haible  <bruno@clisp.org>
644
645         * modules/math-tests: New file.
646         * tests/test-math.c: New file.
647
648         * modules/math: New file.
649         * modules/mathl (Files): Remove lib/mathl.h.
650         (Depends-on): Add math.
651         (Makefile.am): Don't mention mathl.h.
652         (Include): Use <math.h> instead of mathl.h.
653         * lib/math_.h: New file.
654         * lib/mathl.h: Remove file.
655         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
656         mathl.h.
657         * lib/asinl.c: Likewise.
658         * lib/atanl.c: Likewise.
659         * lib/ceill.c: Likewise.
660         * lib/cosl.c: Likewise.
661         * lib/expl.c: Likewise.
662         * lib/floorl.c: Likewise.
663         * lib/frexpl.c: Likewise.
664         * lib/ldexpl.c: Likewise.
665         * lib/logl.c: Likewise.
666         * lib/sincosl.c: Likewise.
667         * lib/sinl.c: Likewise.
668         * lib/sqrtl.c: Likewise.
669         * lib/tanl.c: Likewise.
670         * lib/trigl.c: Likewise.
671         * m4/math_h.m4: New file.
672         * MODULES.html.sh (Mathematics): Add math.
673
674 2007-02-17  Bruno Haible  <bruno@clisp.org>
675
676         * modules/wctype-tests: New file.
677         * tests/test-wctype.c: New file.
678
679         * modules/wchar-tests: New file.
680         * tests/test-wchar.c: New file.
681
682         * modules/unistd-tests: New file.
683         * tests/test-unistd.c: New file.
684
685         * modules/time-tests: New file.
686         * tests/test-time.c: New file.
687
688         * modules/sysexits-tests: New file.
689         * tests/test-sysexits.c: New file.
690
691         * modules/sys_time-tests: New file.
692         * tests/test-sys_time.c: New file.
693
694         * modules/sys_stat-tests: New file.
695         * tests/test-sys_stat.c: New file.
696
697         * modules/sys_socket-tests: New file.
698         * tests/test-sys_socket.c: New file.
699
700         * modules/sys_select-tests: New file.
701         * tests/test-sys_select.c: New file.
702
703         * modules/string-tests: New file.
704         * tests/test-string.c: New file.
705
706         * modules/stdbool-tests: New file.
707         * tests/test-stdbool.c: New file.
708
709         * modules/netinet_in-tests: New file.
710         * tests/test-netinet_in.c: New file.
711
712         * modules/inttypes-tests: New file.
713         * tests/test-inttypes.c: New file.
714
715         * modules/fcntl-tests: New file.
716         * tests/test-fcntl.c: New file.
717
718         * modules/byteswap-tests: New file.
719         * tests/test-byteswap.c: New file.
720
721         * modules/arpa_inet-tests: New file.
722         * tests/test-arpa_inet.c: New file.
723
724 2007-02-17  Bruno Haible  <bruno@clisp.org>
725
726         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
727         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
728         if the corresponding module is not enabled. Emit link warnings if
729         the function is used nevertheless.
730         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
731         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
732         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
733         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
734         * modules/inttypes (Depends-on): Add link-warning.
735         (Makefile.am): Copy the contents of build-aux/link-warning.h into
736         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
737         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
738         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
739         * modules/imaxdiv (configure.ac): Likewise.
740         * modules/strtoimax (configure.ac): Likewise.
741         * modules/strtoumax (configure.ac): Likewise.
742
743 2007-02-17  Bruno Haible  <bruno@clisp.org>
744
745         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
746         gl_STRING_MODULE_INDICATOR_DEFAULTS.
747         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
748         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
749
750 2007-02-17  Bruno Haible  <bruno@clisp.org>
751
752         * modules/link-warning: New file.
753         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
754         * lib/string_.h (GL_LINK_WARNING): Remove definition.
755         * modules/string (Depends-on): Add link-warning.
756         (Makefile.am): Copy the contents of build-aux/link-warning.h into
757         string.h.
758         * MODULES.html.sh (Support for building libraries and executables): Add
759         link-warning.
760
761 2007-02-17  Bruno Haible  <bruno@clisp.org>
762
763         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
764         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
765         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
766         long lines.
767
768 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
769             Bruno Haible  <bruno@clisp.org>
770
771         * modules/tmpfile: New file.
772         * lib/tmpfile.c: New file.
773         * m4/tmpfile.m4: New file.
774         * MODULES.html.sh (func_all_modules): New section "Input/output".
775
776 2007-02-15  Bruno Haible  <bruno@clisp.org>
777
778         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
779         (supports_delete_on_close): New function.
780         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
781
782 2007-02-14  Bruno Haible  <bruno@clisp.org>
783
784         * modules/mbspcasecmp-tests: New file.
785         * tests/test-mbspcasecmp.sh: New file.
786         * tests/test-mbspcasecmp.c: New file.
787
788         New module mbspcasecmp.
789         * modules/mbspcasecmp: New file.
790         * lib/mbspcasecmp.c: New file.
791         * lib/string_.h (strncasecmp): Change warning message.
792         (mbspcasecmp): New declaration.
793         * m4/mbspcasecmp.m4: New file.
794         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
795         GNULIB_MBSPCASECMP.
796         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
797         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
798
799 2007-02-14  Bruno Haible  <bruno@clisp.org>
800
801         * modules/mbsncasecmp-tests: New file.
802         * tests/test-mbsncasecmp.sh: New file.
803         * tests/test-mbsncasecmp.c: New file.
804
805         New module mbsncasecmp.
806         * modules/mbsncasecmp: New file.
807         * lib/mbsncasecmp.c: New file.
808         * lib/string_.h (mbsncasecmp): New declaration.
809         * m4/mbsncasecmp.m4: New file.
810         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
811         GNULIB_MBSNCASECMP.
812         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
813         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
814
815 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
816
817         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
818         Verify that it doesn't overlap with our flags.
819         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
820         do not have the desired effect in multibyte locales; instead, use
821         mbscasecmp.
822         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
823         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
824         we don't require GNU fnmatch ourselves (if our users require it, they
825         should do so explicitly).
826
827         Fix regex code so it doesn't rely on strcasecmp.
828         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
829         Otherwise, include gnulib's langinfo.h.
830         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
831         undesirable behavior in non-C locales.  Instead, rely on localecharset.
832         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
833         * modules/regex (FILES): Remove m4/codeset.m4.
834         (Depends-on): Add localcharset.  Remove strcase.
835
836 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
837
838         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
839         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
840
841 2007-02-13  Bruno Haible  <bruno@clisp.org>
842
843         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
844         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
845
846 2007-02-12  Bruno Haible  <bruno@clisp.org>
847
848         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
849         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
850         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
851         time warning rather than a link error.
852
853 2007-02-12  Bruno Haible  <bruno@clisp.org>
854
855         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
856         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
857         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
858
859 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
860
861         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
862         args, not 2.
863
864 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
865
866         New module 'time', so that apps can include <time.h> as per
867         POSIX and GNU instead of separate include files like time_r.h
868         and timegm.h.  This implementation tries out a simpler approach
869         for replacing decls in standard include files (as compared to
870         the string module), somewhat as an experiment.
871
872         * config/srclist.txt: Comment out mktime.c for now.
873         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
874         since it doesn't apply any more.  Use generic wording instead.
875         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
876         'time'.
877         * lib/time_.h, m4/time_h.m4, modules/time: New files.
878         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
879         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
880         Don't include <sys/types.h>; no longer needed since we assume C89.
881         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
882         * lib/strftime.c: Likewise.
883         * lib/time_r.c: Likewise.
884         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
885         * lib/nanosleep.c: Include <time.h> first, to check interface.
886         * lib/strptime.c: Likewise.
887         * lib/time_r.c: Likewise.
888         * lib/timegm.c: Likewise.
889         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
890         needed.
891         * lib/timegm.c: Don't include timegm.h; no longer needed.
892         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
893         time.h now handles any problems in that area.
894         (struct timespec, nanosleep): Remove; time.h now arranges for these.
895         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
896         that time.h defines struct timespec.
897         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
898         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
899         handles that.
900         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
901         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
902         needed.  Set REPLACE_LOCALTIME.
903         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
904         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
905         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
906         nanosleep; time_h.m4 now does that.  Don't require
907         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
908         module handles this now.
909         * modules/getdate (Depends-on): Remove timespec.  Add time.
910         * modules/nanosleep (Depends-on): Likewise.
911         * modules/stat-time (Depends-on): Likewise.
912         * modules/nanosleep (Include): Include time.h, not timespec.h.
913         * modules/strptime (Files): Remove lib/strptime.h.
914         (Depends-on): Add extensions, time.
915         (Include): Include time.h, not strptime.h.
916         * modules/time_r (Files): Remove lib/time_r.h.
917         (Depends-on): Add time.
918         (Include): Include time.h, not time_r.h.
919         * modules/timegm: Likewise.
920         * modules/timespec (Description): Now does timespec-related decls
921         of our own, instead of struct timespec itself.
922         (Depends-on): Add time; remove extensions.
923         (Maintainer): Add self.
924         * modules/utimecmp (Depends-on): Add time; remove timespec.
925         * modules/utimens (Depends-on): Likewise.
926         * modules/xnanosleep (Depends-on): Likewise.
927
928 2007-02-11  Bruno Haible  <bruno@clisp.org>
929
930         * lib/c-strstr.c: Include allocsa.h.
931         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
932         * lib/c-strcasestr.c: Include allocsa.h.
933         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
934         * lib/strcasestr.c: Include allocsa.h.
935         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
936         * lib/mbsstr.c: Include allocsa.h.
937         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
938         allocsa/freesa instead of malloc/free.
939         * lib/mbscasestr.c: Include allocsa.h.
940         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
941         allocsa/freesa instead of malloc/free.
942         * modules/c-strstr (Depends-on): Add allocsa.
943         * modules/c-strcasestr (Depends-on): Likewise.
944         * modules/strcasestr (Depends-on): Likewise.
945         * modules/mbsstr (Depends-on): Likewise.
946         * modules/mbscasestr (Depends-on): Likewise.
947
948 2007-02-11  Bruno Haible  <bruno@clisp.org>
949
950         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
951
952         * modules/mbsspn-tests: New file.
953         * tests/test-mbsspn.sh: New file.
954         * tests/test-mbsspn.c: New file.
955
956 2007-02-11  Bruno Haible  <bruno@clisp.org>
957
958         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
959
960         * modules/mbspbrk-tests: New file.
961         * tests/test-mbspbrk.sh: New file.
962         * tests/test-mbspbrk.c: New file.
963
964 2007-02-11  Bruno Haible  <bruno@clisp.org>
965
966         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
967         unneeded cast.
968
969         * modules/mbscspn-tests: New file.
970         * tests/test-mbscspn.sh: New file.
971         * tests/test-mbscspn.c: New file.
972
973 2007-02-11  Bruno Haible  <bruno@clisp.org>
974
975         * modules/mbscasecmp-tests: New file.
976         * tests/test-mbscasecmp.sh: New file.
977         * tests/test-mbscasecmp.c: New file.
978
979 2007-02-11  Bruno Haible  <bruno@clisp.org>
980
981         Ensure O(n) worst-case complexity of mbscasestr.
982         * lib/mbscasestr.c: Include stdbool.h.
983         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
984         functions.
985         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
986         the bookkeeping indicates that it's worth it.
987         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
988
989         * modules/mbscasestr-tests: New file.
990         * tests/test-mbscasestr1.c: New file.
991         * tests/test-mbscasestr2.sh: New file.
992         * tests/test-mbscasestr2.c: New file.
993         * tests/test-mbscasestr3.sh: New file.
994         * tests/test-mbscasestr3.c: New file.
995         * tests/test-mbscasestr4.sh: New file.
996         * tests/test-mbscasestr4.c: New file.
997         * m4/locale-tr.m4: New file.
998
999 2007-02-11  Bruno Haible  <bruno@clisp.org>
1000
1001         Ensure O(n) worst-case complexity of mbsstr.
1002         * lib/mbsstr.c: Include stdbool.h.
1003         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
1004         functions.
1005         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
1006         bookkeeping indicates that it's worth it.
1007         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
1008
1009         * modules/mbsstr-tests: New file.
1010         * tests/test-mbsstr1.c: New file.
1011         * tests/test-mbsstr2.sh: New file.
1012         * tests/test-mbsstr2.c: New file.
1013         * tests/test-mbsstr3.sh: New file.
1014         * tests/test-mbsstr3.c: New file.
1015         * m4/locale-fr.m4: New file.
1016
1017 2007-02-11  Bruno Haible  <bruno@clisp.org>
1018
1019         * lib/mbsrchr.c (mbsrchr): Fix bug.
1020
1021         * modules/mbsrchr-tests: New file.
1022         * tests/test-mbsrchr.sh: New file.
1023         * tests/test-mbsrchr.c: New file.
1024
1025 2007-02-11  Bruno Haible  <bruno@clisp.org>
1026
1027         * lib/mbschr.c (mbschr): Fix bug.
1028
1029         * modules/mbschr-tests: New file.
1030         * tests/test-mbschr.sh: New file.
1031         * tests/test-mbschr.c: New file.
1032         * m4/locale-zh.m4: New file.
1033
1034 2007-02-11  Bruno Haible  <bruno@clisp.org>
1035
1036         Support for copying multibyte string iterators.
1037         * lib/mbiter.h: Include <string.h>.
1038         (mbiter_multi_copy): New function.
1039         (mbi_copy): New macro.
1040         * lib/mbuiter.h: Include <string.h>.
1041         (mbuiter_multi_copy): New function.
1042         (mbui_copy): New macro.
1043
1044 2007-02-11  Bruno Haible  <bruno@clisp.org>
1045
1046         New module mbslen.
1047         * modules/mbslen: New file.
1048         * lib/mbslen.c: New file.
1049         * lib/string_.h (mbslen): New declaration.
1050         * m4/mbslen.m4: New file.
1051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1052         GNULIB_MBSLEN.
1053         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
1054         * MODULES.html.sh (Internationalization functions): Add mbslen.
1055
1056 2007-02-11  Bruno Haible  <bruno@clisp.org>
1057
1058         Ensure O(n) worst-case complexity of strcasestr substitute.
1059         * lib/strcasestr.c: Include stdbool.h.
1060         (knuth_morris_pratt): New function.
1061         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1062         bookkeeping indicates that it's worth it.
1063         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1064
1065         * modules/strcasestr-tests: New file.
1066         * tests/test-strcasestr.c: New file.
1067
1068 2007-02-11  Bruno Haible  <bruno@clisp.org>
1069
1070         Ensure O(n) worst-case complexity of c_strcasestr.
1071         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1072         (knuth_morris_pratt): New function.
1073         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1074         the bookkeeping indicates that it's worth it.
1075         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1076
1077         * modules/c-strcasestr-tests: New file.
1078         * tests/test-c-strcasestr.c: New file.
1079
1080 2007-02-11  Bruno Haible  <bruno@clisp.org>
1081
1082         Ensure O(n) worst-case complexity of c_strstr.
1083         * lib/c-strstr.c: Include stdbool.h, string.h.
1084         (knuth_morris_pratt): New function.
1085         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1086         bookkeeping indicates that it's worth it.
1087         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1088
1089         * lib/c-strstr.c: Complete rewrite for maintainability.
1090
1091         * modules/c-strstr-tests: New file.
1092         * tests/test-c-strstr.c: New file.
1093
1094 2007-02-11  Bruno Haible  <bruno@clisp.org>
1095
1096         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1097         5.2.1 and earlier, whereby \055 was treated just like the range
1098         delimiter '-'.
1099         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1100
1101 2007-02-08  Bruno Haible  <bruno@clisp.org>
1102
1103         * modules/regex (Depends-on): Add stdbool.
1104         Reported by Dalibor Topic <robilad@kaffe.org>.
1105
1106 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1107
1108         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1109         Prefer returning from main to exiting from it.
1110         Remove unnecessary parens after sizeof.
1111
1112 2007-02-05  Bruno Haible  <bruno@clisp.org>
1113
1114         New module mbssep.
1115         * modules/mbssep: New file.
1116         * lib/mbssep.c: New file.
1117         * lib/string_.h (strsep): Add a conditional link warning.
1118         (mbssep): New declaration.
1119         * m4/mbssep.m4: New file.
1120         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1121         GNULIB_MBSSEP.
1122         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1123         * MODULES.html.sh (Internationalization functions): Add mbssep.
1124
1125 2007-02-05  Bruno Haible  <bruno@clisp.org>
1126
1127         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1128         Optimize search in case of 1 delimiter.
1129
1130 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1131
1132         * lib/acl.h: Include sys/types.h before sys/acl.h.
1133
1134 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1135
1136         Merge upstream fix for glibc bugzilla #3957:
1137
1138         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1139
1140         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1141         bit for RE_HAT_LISTS_NOT_NEWLINE.
1142         (build_charclass_op): Remove bogus comment.
1143
1144 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1145
1146         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1147
1148 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1149
1150         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1151         * lib/memmem.c [!defined _LIBC]: Include config.h.
1152
1153 2007-02-04  Bruno Haible  <bruno@clisp.org>
1154
1155         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1156         warning message.
1157
1158 2007-02-04  Bruno Haible  <bruno@clisp.org>
1159
1160         New module mbstok_r.
1161         * modules/mbstok_r: New file.
1162         * lib/mbstok_r.c: New file.
1163         * lib/string_.h (strtok_r): Change argument names to match the
1164         comments. Add a conditional link warning.
1165         (mbstok_r): New declaration.
1166         * m4/mbstok_r.m4: New file.
1167         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1168         GNULIB_MBSTOK_R.
1169         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1170         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1171
1172 2007-02-04  Bruno Haible  <bruno@clisp.org>
1173
1174         New module mbsspn.
1175         * modules/mbsspn: New file.
1176         * lib/mbsspn.c: New file.
1177         * lib/string_.h (strspn): Add a conditional link warning.
1178         (mbsspn): New declaration.
1179         * m4/mbsspn.m4: New file.
1180         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1181         GNULIB_MBSSPN.
1182         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1183         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1184
1185 2007-02-04  Bruno Haible  <bruno@clisp.org>
1186
1187         New module mbspbrk.
1188         * modules/mbspbrk: New file.
1189         * lib/mbspbrk.c: New file.
1190         * lib/string_.h (strpbrk): Add a conditional link warning.
1191         (mbspbrk): New declaration.
1192         * m4/mbspbrk.m4: New file.
1193         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1194         GNULIB_MBSPBRK.
1195         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1196         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1197
1198 2007-02-04  Bruno Haible  <bruno@clisp.org>
1199
1200         New module mbscspn.
1201         * modules/mbscspn: New file.
1202         * lib/mbscspn.c: New file.
1203         * lib/string_.h (strcspn): Add a conditional link warning.
1204         (mbscspn): New declaration.
1205         * m4/mbscspn.m4: New file.
1206         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1207         GNULIB_MBSCSPN.
1208         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1209         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1210
1211 2007-02-04  Bruno Haible  <bruno@clisp.org>
1212
1213         New module mbscasestr, reduced goal of strcasestr.
1214         * modules/mbscasestr: New file.
1215         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1216         (mbscasestr): Renamed from strcasestr.
1217         * lib/strcasestr.c: Don't include mbuiter.h.
1218         (strcasestr): Remove support for multibyte locales.
1219         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1220         Change the conditional link warning.
1221         (mbscasestr): New declaration.
1222         * m4/mbscasestr.m4: New file.
1223         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1224         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1225         REPLACE_STRCASESTR.
1226         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1227         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1228         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1229         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1230         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1231         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1232         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1233         (Depends-on): Remove mbuiter.
1234         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1235
1236 2007-02-04  Bruno Haible  <bruno@clisp.org>
1237
1238         Simplify handling of strncasecmp.
1239         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1240         the conditional link warning.
1241         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1242         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1243         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1244         * modules/strcase (configure.ac): Don't invoke
1245         gl_STRING_MODULE_INDICATOR.
1246         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1247
1248 2007-02-04  Bruno Haible  <bruno@clisp.org>
1249
1250         New module mbscasecmp, reduced goal of strcasecmp.
1251         * modules/mbscasecmp: New file.
1252         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1253         (mbscasecmp): Renamed from strcasecmp.
1254         * lib/strcasecmp.c: Don't include mbuiter.h.
1255         (strcasecmp): Remove support for multibyte locales.
1256         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1257         Change the conditional link warning.
1258         (mbscasecmp): New declaration.
1259         * m4/mbscasecmp.m4: New file.
1260         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1261         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1262         REPLACE_STRCASECMP.
1263         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1264         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1265         GNULIB_MBSCASECMP.
1266         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1267         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1268         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1269         (Depends-on): Remove mbuiter.
1270         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1271
1272 2007-02-04  Bruno Haible  <bruno@clisp.org>
1273
1274         New module mbsstr. Remove module strstr.
1275         * modules/mbsstr: New file.
1276         * modules/strstr: Remove file.
1277         * lib/mbsstr.c: Renamed from lib/strstr.c.
1278         (mbsstr): Renamed from strstr.
1279         * lib/string_.h (strstr): Remove declaration. Change the conditional
1280         link warning.
1281         (mbsstr): New declaration.
1282         * m4/mbsstr.m4: New file.
1283         * m4/strstr.m4: Remove file.
1284         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1285         REPLACE_STRSTR.
1286         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1287         Don't initialize GNULIB_STRSTR.
1288         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1289         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1290         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1291         (Support for systems lacking ANSI C 89): Remove strstr.
1292
1293 2007-02-04  Bruno Haible  <bruno@clisp.org>
1294
1295         New module mbsrchr.
1296         * modules/mbsrchr: New file.
1297         * lib/mbsrchr.c: New file.
1298         * lib/string_.h (strrchr): Add a conditional link warning.
1299         (mbsrchr): New declaration.
1300         * m4/mbsrchr.m4: New file.
1301         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1302         GNULIB_MBSRCHR.
1303         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1304         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1305
1306 2007-02-04  Bruno Haible  <bruno@clisp.org>
1307
1308         New module mbschr.
1309         * modules/mbschr: New file.
1310         * lib/mbschr.c: New file.
1311         * lib/string_.h (strchr): Add a conditional link warning.
1312         (mbschr): New declaration.
1313         * m4/mbschr.m4: New file.
1314         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1315         GNULIB_MBSCHR.
1316         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1317         * MODULES.html.sh (Internationalization functions): Add mbschr.
1318
1319 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1320
1321         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1322
1323         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1324
1325 2007-02-04  Bruno Haible  <bruno@clisp.org>
1326
1327         New module description section 'configure.ac-early'.
1328         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1329         (func_get_autoconf_early_snippet): New function.
1330         (func_import, func_create_testdir): Use it. Remove special cases for
1331         modules 'extensions' and 'lock'.
1332         * modules/extensions (configure.ac-early): Require
1333         gl_USE_SYSTEM_EXTENSIONS.
1334         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1335
1336 2007-02-04  Bruno Haible  <bruno@clisp.org>
1337
1338         Make use of gcj-4.3's -fsource and -ftarget option.
1339         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1340         and if so try the options -fsource and -ftarget.
1341         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1342         source_version, ftarget_option, target_version arguments.
1343         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1344         (is_envjavac_oldgcj_14_14_usable): Renamed from
1345         is_envjavac_gcj_14_14_usable.
1346         (is_envjavac_oldgcj_14_13_usable): Renamed from
1347         is_envjavac_gcj_14_13_usable.
1348         (is_gcj_present): Update.
1349         (is_gcj_43, is_gcj43_usable): New functions.
1350         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1351         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1352         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1353         try the options -fsource and -ftarget.
1354
1355 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1356
1357         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1358         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1359         larger value.
1360
1361 2007-02-03  Jim Meyering  <jim@meyering.net>
1362
1363         Give tools a better chance to allocate space for very large buffers.
1364         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1365
1366         Make pwd and readlink work also when run with an unreadable parent dir
1367         on systems with openat support.
1368         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1369         provided getcwd function, even when we have openat support.
1370         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1371
1372 2007-02-02  Bruno Haible  <bruno@clisp.org>
1373
1374         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1375         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1376         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1377         portability problems if one of these functions is only used on specific
1378         platforms.
1379         Reported by Paul Eggert.
1380
1381 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1382
1383         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1384         is causing more trouble than it's curing.
1385         * lib/regex_internal.h (__mempcpy): Remove.
1386         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1387         (and make the code a tad smaller to boot).
1388         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1389
1390 2007-02-02  Jim Meyering  <jim@meyering.net>
1391
1392         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1393         section, not in the Makefile.am: one.
1394
1395 2007-02-02  Eric Blake  <ebb9@byu.net>
1396
1397         * lib/strchrnul.c: Always include config.h first.
1398
1399         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1400         gnulib strstr is not necessary here.
1401
1402 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1403
1404         * m4/socklen.m4: Fix typo.
1405
1406 2007-02-02  Eric Blake  <ebb9@byu.net>
1407
1408         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1409         * modules/netinet_in (Makefile.am): Likewise.
1410
1411 2007-02-01  Bruno Haible  <bruno@clisp.org>
1412
1413         * lib/string_.h (GL_LINK_WARNING): New macro.
1414         (strcasecmp, strstr, strcasestr): If provided by the system,
1415         conditionally define as a macro that leads to a warning instead of to
1416         an error.
1417         (strncasecmp): Conditionally define as a macro that leads to a warning.
1418
1419 2007-02-01  Karl Berry  <karl@gnu.org>
1420
1421         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1422
1423 2007-02-01  Bruno Haible  <bruno@clisp.org>
1424
1425         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1426         renamings.
1427
1428 2007-02-01  Eric Blake  <ebb9@byu.net>
1429
1430         * modules/regex (Depends-on): Revert dependence on mempcpy.
1431         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1432         module's definition of mempcpy.
1433         Reported by Paul Eggert.
1434
1435 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1436
1437         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1438         the symbol XYZ before redefining it.  This fixes a problem with
1439         programs that don't use XYZ, when compiled on systems that define
1440         XYZ to something else.
1441
1442 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1443
1444         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1445         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1446         writeable to group or other and (2) is intended to have a special
1447         mode bit that is set or cleared.  In such a case, the directory
1448         should be neither group- nor other-writeable until the special
1449         mode bits are right.
1450
1451 2007-01-31  Eric Blake  <ebb9@byu.net>
1452
1453         * modules/mountlist (Depends-on): Add strstr.
1454
1455         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1456         bug.
1457         * modules/string (Makefile.am): Remove redundant replacement.
1458         * modules/regex (Depends-on): Add mempcpy.
1459
1460 2007-01-31  Bruno Haible  <bruno@clisp.org>
1461
1462         New module description field 'Link'.
1463         * gnulib-tool (func_usage): Document --extract-link-directive.
1464         (sed_extract_prog): Recognize 'Link' directive.
1465         (func_get_link_directive): New function.
1466         (func_import): Show summary of link directives.
1467         Handle --extract-link-directive option.
1468         * modules/acl (Link): New section.
1469         * modules/clock-time (Link): New section.
1470         * modules/euidaccess (Link): New section.
1471         * modules/gettext (Link): New section.
1472         * modules/iconv (Link): New section.
1473         * modules/lock (Link): New section.
1474         * modules/nanosleep (Link): New section.
1475         * modules/readline (Link): New section.
1476
1477 2007-01-27  Bruno Haible  <bruno@clisp.org>
1478
1479         Enforce the use of gnulib modules for unportable <string.h> functions.
1480         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1481         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1482         (gl_HEADER_STRING_H_BODY): Require it.
1483         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1484         the symbol XYZ to one that gives a link error.
1485         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1486         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1487         * modules/mempcpy (configure.ac): Likewise.
1488         * modules/memrchr (configure.ac): Likewise.
1489         * modules/stpcpy (configure.ac): Likewise.
1490         * modules/stpncpy (configure.ac): Likewise.
1491         * modules/strcase (configure.ac): Likewise.
1492         * modules/strcasestr (configure.ac): Likewise.
1493         * modules/strchrnul (configure.ac): Likewise.
1494         * modules/strdup (configure.ac): Likewise.
1495         * modules/strndup (configure.ac): Likewise.
1496         * modules/strnlen (configure.ac): Likewise.
1497         * modules/strpbrk (configure.ac): Likewise.
1498         * modules/strsep (configure.ac): Likewise.
1499         * modules/strstr (configure.ac): Likewise.
1500         * modules/strtok_r (configure.ac): Likewise.
1501
1502 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1503
1504         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1505
1506 2007-01-30  Jim Meyering  <jim@meyering.net>
1507
1508         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1509
1510 2007-01-29  Bruno Haible  <bruno@clisp.org>
1511
1512         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1513         * lib/execute.c: Likewise.
1514         * lib/pipe.c: Likewise.
1515         * lib/printf-args.h: Likewise.
1516         * lib/printf-args.c: Likewise.
1517         * lib/printf-parse.c: Likewise.
1518         * lib/vasnprintf.c: Likewise.
1519
1520 2007-01-29  Eric Blake  <ebb9@byu.net>
1521
1522         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1523         declaration.
1524
1525 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1526
1527         * lib/strptime.h (strptime): Use 'restrict' for args where
1528         POSIX requires this.
1529         * lib/strptime.c (strptime): Likewise.
1530         Change license notice from LGPL to GPL, since gnulib-tool will
1531         change this as needed.
1532         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1533         defined.
1534         Include "strptime.h" first, to check interface.
1535         Do not #undef _LIBC and _NL_CURRENT.
1536         Do not include <stdlib.h>; no longer needed.
1537         Include "time_r.h" and declare ptime_locale_status
1538         only if _LIBC is not defined.
1539         (__P): Remove unused macro.
1540         (match_string): Bring back glibc version, but use it only if _LIBC
1541         is defined.
1542         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1543         Remove unnecessary assertion and abort() call.
1544         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1545         * m4/strptime.m4: Fix serial number comment.
1546         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1547         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1548         (Depends-on): Add time_r.
1549
1550 2007-01-29  Bruno Haible  <bruno@clisp.org>
1551
1552         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1553         strptime.
1554         * modules/strptime (Depends-on): Add stdbool.
1555         * lib/strptime.h: Include <time.h> always. Add comments.
1556
1557 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1558
1559         * modules/strptime: New file.
1560         * lib/strptime.h: New file.
1561         * lib/strptime.c: New file.
1562         * m4/strptime.m4: New file.
1563
1564 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1565
1566         * MODULES.html.sh: New module mpsort.
1567         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1568
1569         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1570         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1571         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1572         All uses changed.
1573         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1574         All uses changed.
1575         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1576         to _Restrict_.
1577         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1578         the parameter matches the prototype.
1579
1580 2007-01-28  Jim Meyering  <jim@meyering.net>
1581
1582         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1583         sys/time.h here, reverting that part of the previous patch:
1584         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1585
1586 2007-01-28  Bruno Haible  <bruno@clisp.org>
1587
1588         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1589         value of $(SYS_TIME_H).
1590         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1591         remove it conditionally, too. [added by Jim Meyering]
1592         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1593         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1594         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1595         GETTIMEOFDAY_REPLACEMENT to 1.
1596
1597 2007-01-28  Bruno Haible  <bruno@clisp.org>
1598
1599         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1600         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1601         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1602         Set UNISTD_H instead of UNISTD_H2.
1603         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1604
1605 2007-01-28  Bruno Haible  <bruno@clisp.org>
1606
1607         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1608         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1609
1610 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1611
1612         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1613         (func_create_testdir): Ensure C locale for `grep' and `tr'
1614         character ranges.
1615         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1616         ACLOCAL_AMFLAGS parsing state machine.
1617
1618 2007-01-27  Bruno Haible  <bruno@clisp.org>
1619
1620         * modules/unistr/base: Update.
1621
1622 2007-01-27  Bruno Haible  <bruno@clisp.org>
1623
1624         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1625         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1626         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1627         modules/unistr/u32-mbtouc.
1628         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1629         * lib/unistr.h: Update.
1630         * lib/linebreak.c: Update.
1631         * modules/unistr/u32-mbtouc: Renamed from
1632         modules/unistr/u32-mbtouc-safe.
1633         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1634         * lib/unistr.h: Update.
1635         * lib/unistr/u32-to-u8.c: Update.
1636         * lib/unistr/u32-to-u16.c: Update.
1637
1638 2007-01-27  Bruno Haible  <bruno@clisp.org>
1639
1640         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1641         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1642         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1643         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1644         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1645         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1646         modules/unistr/u16-mbtouc.
1647         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1648         * lib/unistr.h: Update.
1649         * lib/linebreak.c: Update.
1650         * modules/linebreak: Update.
1651         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1652         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1653         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1654         * modules/unistr/u16-mbtouc: Renamed from
1655         modules/unistr/u16-mbtouc-safe.
1656         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1657         * lib/unistr.h: Update.
1658         * lib/unistr/u16-to-u8.c: Update.
1659         * modules/unistr/u16-to-u8: Update.
1660         * lib/unistr/u16-to-u32.c: Update.
1661         * modules/unistr/u16-to-u32: Update.
1662
1663 2007-01-27  Bruno Haible  <bruno@clisp.org>
1664
1665         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1666         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1667         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1668         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1669         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1670         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1671         modules/unistr/u8-mbtouc.
1672         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1673         * lib/unistr.h: Update.
1674         * lib/striconveh.c: Update.
1675         * modules/striconveh: Update.
1676         * lib/linebreak.c: Update.
1677         * modules/linebreak: Update.
1678         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1679         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1680         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1681         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1682         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1683         * lib/unistr.h: Update.
1684         * lib/striconveh.c: Update.
1685         * modules/striconveh: Update.
1686         * lib/unistr/u8-to-u16.c: Update.
1687         * modules/unistr/u8-to-u16: Update.
1688         * lib/unistr/u8-to-u32.c: Update.
1689         * modules/unistr/u8-to-u32: Update.
1690
1691 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1692
1693         Sync from Libtool.
1694         * lib/argz.c: Do not include strings.h nor memory.h, include
1695         string.h unconditionally.  Patch by Simon Josefsson.
1696
1697 2007-01-27  Bruno Haible  <bruno@clisp.org>
1698
1699         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1700         from gl_HEADER_STRING_H_BODY.
1701         (gl_HEADER_STRING_H_BODY): Require it.
1702         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1703         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1704         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1705         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1706         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1707         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1708         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1709         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1710         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1711         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1712         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1713         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1714         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1715         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1716         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1717
1718 2007-01-27  Bruno Haible  <bruno@clisp.org>
1719
1720         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1721         check_PROGRAMS into noinst_PROGRAMS.
1722         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1723         check_PROGRAMS in this case.
1724         (func_import): Set for_test to false.
1725         (func_create_testdir): Set for_test to true.
1726
1727 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1728             Bruno Haible  <bruno@clisp.org>
1729
1730         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1731         (Depends-on): Add string.
1732         (Includes): Use <string.h> instead of strcasestr.h.
1733         * modules/string (Makefile.am): Also substitute the value of
1734         REPLACE_STRCASESTR.
1735         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1736         assume strcasestr is declared in <string.h> not <strings.h>. Also
1737         set REPLACE_STRCASESTR.
1738         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1739         REPLACE_STRCASESTR.
1740         * lib/strcasestr.h: Remove file.
1741         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1742         * lib/string_.h (strcasestr): New declaration.
1743
1744 2007-01-27  Bruno Haible  <bruno@clisp.org>
1745
1746         * lib/string_.h: Use 'extern'.
1747
1748 2007-01-27  Jim Meyering  <jim@meyering.net>
1749
1750         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1751         of set-but-not-used local, "q".
1752
1753         * lib/mempcpy.c: Include <config.h> before <string.h>.
1754         This fixes a compilation error on HP-UX, due to the system's
1755         "restrict"-using mempcpy prototype.
1756
1757 2007-01-26  Bruno Haible  <bruno@clisp.org>
1758
1759         Small optimization.
1760         * lib/javacomp.c: Include c-strstr.h.
1761          (is_envjavac_gcj): Use c_strstr instead of strstr.
1762         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1763
1764 2007-01-26  Bruno Haible  <bruno@clisp.org>
1765
1766         * MODULES.html.sh (Unicode string functions): Add the new modules.
1767
1768         * modules/uniconv/u32-strconv-to-locale: New file.
1769         * lib/uniconv/u32-strconv-to-locale.c: New file.
1770
1771         * modules/uniconv/u16-strconv-to-locale: New file.
1772         * lib/uniconv/u16-strconv-to-locale.c: New file.
1773
1774         * modules/uniconv/u8-strconv-to-locale: New file.
1775         * lib/uniconv/u8-strconv-to-locale.c: New file.
1776
1777         * modules/uniconv/u32-strconv-from-locale: New file.
1778         * lib/uniconv/u32-strconv-from-locale.c: New file.
1779
1780         * modules/uniconv/u16-strconv-from-locale: New file.
1781         * lib/uniconv/u16-strconv-from-locale.c: New file.
1782
1783         * modules/uniconv/u8-strconv-from-locale: New file.
1784         * lib/uniconv/u8-strconv-from-locale.c: New file.
1785
1786         * modules/uniconv/u32-strconv-to-enc: New file.
1787         * lib/uniconv/u32-strconv-to-enc.c: New file.
1788         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1789         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1790
1791         * modules/uniconv/u16-strconv-to-enc: New file.
1792         * lib/uniconv/u16-strconv-to-enc.c: New file.
1793         * lib/uniconv/u-strconv-to-enc.h: New file.
1794         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1795         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1796
1797         * modules/uniconv/u8-strconv-to-enc: New file.
1798         * lib/uniconv/u8-strconv-to-enc.c: New file.
1799         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1800         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1801
1802         * modules/uniconv/u32-strconv-from-enc: New file.
1803         * lib/uniconv/u32-strconv-from-enc.c: New file.
1804         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1805         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1806
1807         * modules/uniconv/u16-strconv-from-enc: New file.
1808         * lib/uniconv/u16-strconv-from-enc.c: New file.
1809         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1810         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1811
1812         * modules/uniconv/u8-strconv-from-enc: New file.
1813         * lib/uniconv/u8-strconv-from-enc.c: New file.
1814         * lib/uniconv/u-strconv-from-enc.h: New file.
1815         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1816         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1817
1818         * modules/uniconv/u32-conv-from-enc: New file.
1819         * lib/uniconv/u32-conv-from-enc.c: New file.
1820         * modules/uniconv/u32-conv-from-enc-tests: New file.
1821         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1822
1823         * modules/uniconv/u16-conv-from-enc: New file.
1824         * lib/uniconv/u16-conv-from-enc.c: New file.
1825         * lib/uniconv/u-conv-from-enc.h: New file.
1826         * modules/uniconv/u16-conv-from-enc-tests: New file.
1827         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1828
1829         * modules/uniconv/u8-conv-from-enc: New file.
1830         * lib/uniconv/u8-conv-from-enc.c: New file.
1831         * modules/uniconv/u8-conv-from-enc-tests: New file.
1832         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1833
1834         * modules/uniconv/base: New file.
1835         * lib/uniconv.h: New file.
1836
1837 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1838
1839         * doc/gnulib-tool.texi (Initial import): Update to match current
1840         behavior with strdup module.
1841         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1842         * lib/memmem.h: Remove; all uses removed.  This is now done
1843         by <string.h>.
1844         * lib/mempcpy.h: Likewise.
1845         * lib/memrchr.h: Likewise.
1846         * lib/stpcpy.h: Likewise.
1847         * lib/stpncpy.h: Likewise.
1848         * lib/strcase.h: Likewise.
1849         * lib/strchrnul.h: Likewise.
1850         * lib/strdup.h: Likewise.
1851         * lib/strndup.h: Likewise.
1852         * lib/strnlen.h: Likewise.
1853         * lib/strpbrk.h: Likewise.
1854         * lib/strsep.h: Likewise.
1855         * lib/strstr.h: Likewise.
1856         * lib/strtok_r.h: Likewise.
1857         * lib/string_.h: New file.
1858         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1859         Rely on <string.h> instead.
1860         * lib/canon-host.c: Likewise.
1861         * lib/chdir-long.c: Likewise.
1862         * lib/concatpath.c: Likewise.
1863         * lib/exclude.c: Likewise.
1864         * lib/fchdir.c: Likewise.
1865         * lib/getaddrinfo.c: Likewise.
1866         * lib/getcwd.c: Likewise.
1867         * lib/getsubopt.c: Likewise.
1868         * lib/glob.c: Likewise.
1869         * lib/hard-locale.c: Likewise.
1870         * lib/iconvme.c: Likewise.
1871         * lib/javacomp.c: Likewise.
1872         * lib/mempcpy.c: Likewise.
1873         * lib/memrchr.c: Likewise.
1874         * lib/regex_internal.h: Likewise.
1875         * lib/stpncpy.c: Likewise.
1876         * lib/strcasecmp.c: Likewise.
1877         * lib/strchrnul.c: Likewise.
1878         * lib/strdup.c: Likewise.
1879         * lib/striconv.c: Likewise.
1880         * lib/striconveh.c: Likewise.
1881         * lib/striconveha.c: Likewise.
1882         * lib/strncasecmp.c: Likewise.
1883         * lib/strndup.c: Likewise.
1884         * lib/strnlen.c: Likewise.
1885         * lib/strsep.c: Likewise.
1886         * lib/strstr.c: Likewise.
1887         * lib/strtok_r.c: Likewise.
1888         * lib/userspec.c: Likewise.
1889         * lib/w32spawn.h: Likewise.
1890         * lib/xstrndup.c: Likewise.
1891         * lib/mountlist.c (strstr): Remove decl.
1892         * m4/string_h.m4: New file.
1893         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1894         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1895         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1896         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1897         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1898         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1899         Set REPLACE_STRCASECMP if necessary.
1900         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1901         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1902         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1903         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1904         HAVE_DECL_STRDUP if necessary.
1905         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1906         since gl_FUNC_STRNDUP does that now.
1907         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1908         Check for decl here...
1909         (gl_PREREQ_STRNLEN): ... not here.
1910         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1911         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1912         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1913         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1914         necessary.
1915         * modules/string: New file.
1916         * modules/memmem (Files): Remove special-purpose include file.
1917         (Depends-on): Add string.
1918         (Include): Include <string.h>, not the removed file.
1919         * modules/mempcpy: Likewise.
1920         * modules/memrchr: Likewise.
1921         * modules/stpcpy: Likewise.
1922         * modules/stpncpy: Likewise.
1923         * modules/strcase: Likewise.
1924         * modules/strchrnul: Likewise.
1925         * modules/strdup: Likewise.
1926         * modules/strndup: Likewise.
1927         * modules/strnlen: Likewise.
1928         * modules/strpbrk: Likewise.
1929         * modules/strsep: Likewise.
1930         * modules/strstr: Likewise.
1931         * modules/strtok_r: Likewise.
1932         * tests/test-dirname.c: Don't include "strdup.h", since
1933         <string.h> now suffices.
1934         * tests/test-memmem.c: Don't include "memmem.h", since
1935         <string.h> now suffices.
1936
1937 2007-01-25  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1940         *resultp is 0.
1941
1942         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1943         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1944         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1945         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1946
1947         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1948         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1949         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1950         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1951         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1952         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1953
1954 2007-01-24  Bruno Haible  <bruno@clisp.org>
1955
1956         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1957         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1958         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1959         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1960         gl_FUNC_FTS_CORE.
1961         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1962         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1963         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1964         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1965         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1966         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1967         gl_FUNC_FCHOWNAT.
1968         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1969         gl_FUNC_STRFTIME.
1970         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1971         Reported by Ralf Wildenhues.
1972
1973 2007-01-24  Bruno Haible  <bruno@clisp.org>
1974
1975         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1976         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1977         gl_GETADDRINFO.
1978         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1979         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1980         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1981
1982 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1983
1984         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1985         Don't use 'exit'; just return from 'main'.
1986         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1987
1988         * lib/fnmatch_.h: Readjust white space and comments to match
1989         glibc, to avoid spurious diffs.
1990
1991 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1992
1993         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1994         2004-12-01 change by Jakub Jelinek, since this code won't compile
1995         if !LIBC.  Problem reported by Bob Proulx.
1996
1997 2007-01-23  Bruno Haible  <bruno@clisp.org>
1998
1999         * lib/striconveh.c: Include c-strcaseeq.h.
2000         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
2001         * modules/striconveh (Depends-on): Add c-strcaseeq.
2002
2003 2007-01-23  Bruno Haible  <bruno@clisp.org>
2004
2005         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
2006
2007         * modules/c-strcaseeq: New file.
2008         * lib/c-strcaseeq.h: New file.
2009
2010         * modules/streq: New file.
2011         * lib/streq.h: New file.
2012
2013 2007-01-23  Bruno Haible  <bruno@clisp.org>
2014
2015         * modules/striconveha-tests: New file.
2016         * tests/test-striconveha.c: New file.
2017
2018         * lib/striconveha.h: Include <stdbool.h>.
2019         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
2020         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
2021         (mem_iconveha_notranslit): Renamed from mem_iconveha.
2022         (mem_iconveha): New function.
2023         (str_iconveha_notranslit): Renamed from str_iconveha.
2024         (str_iconveha): New function.
2025         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
2026         c-strcase.
2027
2028 2007-01-23  Bruno Haible  <bruno@clisp.org>
2029
2030         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
2031         encodings without forgiving before trying any encoding with handler.
2032         (str_iconveha): Try all encodings without forgiving before trying any
2033         encoding with handler.
2034
2035 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
2036
2037         Import the following changes from libc.
2038
2039         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
2040
2041         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
2042
2043         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
2044
2045         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
2046         normal_bracket label.
2047
2048         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2049
2050         [BZ #361]
2051         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
2052         to normal_bracket after fetching the next character.
2053
2054 2007-01-22  Bruno Haible  <bruno@clisp.org>
2055
2056         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
2057         argument.
2058         * lib/striconveh.c (iconv_carefully_1): New function.
2059         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2060         argument.
2061         (str_cd_iconveh): Update.
2062         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2063         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2064         * tests/test-striconveh.c (MAGIC): New macro.
2065         (new_offsets): New function.
2066         (main): Test call with and without offsets.
2067
2068 2007-01-22  Bruno Haible  <bruno@clisp.org>
2069
2070         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2071         * modules/sys_select (Makefile.am): Likewise.
2072         * modules/sys_socket (Makefile.am): Likewise.
2073         * modules/sys_time (Makefile.am): Likewise.
2074
2075 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2076
2077         * modules/gettimeofday (License): Change from GPL to LGPL, since
2078         gettimeofday is a library function.
2079
2080 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2081
2082         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2083
2084 2007-01-21  Bruno Haible  <bruno@clisp.org>
2085
2086         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2087
2088 2007-01-21  Bruno Haible  <bruno@clisp.org>
2089
2090         * modules/striconveha: New file.
2091         * lib/striconveha.h: New file.
2092         * lib/striconveha.c: New file.
2093         * MODULES.html.sh (Internationalization functions): Add striconveha.
2094         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2095         string.
2096         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2097
2098 2007-01-21  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2101         * lib/striconveh.c (str_iconveh): Likewise.
2102
2103 2007-01-21  Bruno Haible  <bruno@clisp.org>
2104
2105         * lib/striconveh.h (mem_iconveh): New declaration.
2106         * lib/striconveh.c (mem_iconveh): New function.
2107         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2108
2109 2007-01-21  Bruno Haible  <bruno@clisp.org>
2110
2111         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2112
2113         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2114         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2115         original result buffer.
2116         (str_cd_iconveh): Update.
2117         * tests/test-striconveh.c (main): Update.
2118
2119         * lib/striconv.h (mem_cd_iconv): Change specification.
2120         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2121         result buffer.
2122         (str_cd_iconv): Update.
2123         * tests/test-striconv.c (main): Update.
2124
2125 2007-01-21  Bruno Haible  <bruno@clisp.org>
2126
2127         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2128
2129 2007-01-20  Jim Meyering  <jim@meyering.net>
2130
2131         * lib/userspec.c (parse_with_separator): If a user or group string
2132         starts with "+", skip the corresponding name-to-ID look-up, since
2133         such a look-up must fail: user and group names may not include "+".
2134
2135 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2136
2137         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2138         since we now assume the sys_time module.
2139         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2140         check for sys/time.h; no longer needed.
2141         * modules/poll (Depends-on): Depend on sys_time.
2142
2143 2007-01-18  Bruno Haible  <bruno@clisp.org>
2144
2145         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2146         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2147
2148         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2149         gettimeofday.
2150
2151         * tests/test-gettimeofday.c: Include <time.h>.
2152         (dummy): Remove variable.
2153
2154         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2155         gl_HEADER_SYS_TIME_H.
2156         (gl_HEADER_SYS_TIME_H): New macro.
2157
2158         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2159         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2160         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2161         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2162         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2163         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2164         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2165         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2166         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2167         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2168         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2169
2170         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2171         last change; it caused a compilation error when cross-compiling to
2172         Cygwin.
2173
2174 2007-01-18  Jim Meyering  <jim@meyering.net>
2175
2176         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2177         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2178         than the race-prone "test -d sys || mkdir sys".
2179         (configure.ac): Use AC_PROG_MKDIR_P.
2180         * modules/sys_select: Likewise.
2181         * modules/sys_socket: Likewise.
2182         * modules/sys_time: Likewise.
2183
2184 2007-01-18  Eric Blake  <ebb9@byu.net>
2185
2186         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2187         replace gettimeofday.
2188         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2189         name, to avoid infinite recursion.
2190
2191 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2192
2193         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2194         module sys_time.
2195         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2196         assume timespec.h defines struct timeval.
2197         * lib/settime.c: Likewise.
2198         * lib/utimens.c: Likewise.
2199         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2200         since we now assume the gettimeofday module.
2201         * lib/tempname.c (__gen_tempname): Likewise.
2202         * lib/gettimeofday.h: Remove.
2203         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2204         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2205         Include <time.h>, for 'time()'.
2206         (localtime_buffer_addr): Also use this workaround if
2207         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2208         to simplify the uses.  All uses changed.
2209         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2210         that #undef is inside {}, and 'const' follows type name consistently.
2211         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2212         (gettimeofday): Do not use the maximum possible value for
2213         tv->tv_usec, since that might break usages other than ls.c.
2214         Instead, we'll leave ls.c alone.  This undoes today's patch
2215         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2216         we've never observed the problem but might as well keep the
2217         canary.
2218         * lib/nanosleep.c: Include timespec.h first, for interface check.
2219         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2220         now assume the sys_time module.
2221         * lib/tempname.c: Likewise.
2222         * lib/timespec.h: Likewise.
2223         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2224         needed.
2225         * lib/strftime.c: Likewise.
2226         * lib/timespec.h: Likewise.
2227         * lib/posixtm.c: Include posixtm.h first, for interface check.
2228         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2229         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2230         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2231         * lib/sys_time_.h: New file.
2232         * lib/timespec.h (struct timespec): Use long int, not long.
2233         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2234         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2235         Remove obsolescent call to AC_HEADER_TIME.
2236         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2237         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2238         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2239         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2240         Likewise.
2241         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2242         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2243         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2244         into the sys_time module.  Check for gettimeofday just once.
2245         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2246         for gettimeofday signature to just check the signature.  Merely
2247         compile it, since linking doesn't test signature.  Improve test for
2248         whether gettimeofday.o is actually needed.
2249         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2250         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2251         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2252         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2253         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2254         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2255         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2256         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2257         than worrying about sys/time.h.
2258         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2259         Don't bother worrying about TIME_WITH_SYS_TIME.
2260         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2261         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2262         * m4/sys_time_h.m4: New file.
2263         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2264         Don't include sys/time.h.  Return from main rather than exiting.
2265         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2266         all uses changed.
2267         * modules/gethrxtime (Depends-on): Add sys_time.
2268         * modules/gettime (Depends-on): Likewise.
2269         * modules/gettimeofday (Depends-on): Likewise.
2270         * modules/nanosleep (Depends-on): Likewise.
2271         * modules/settime (Depends-on): Likewise.
2272         * modules/tempname (Depends-on): Likewise.
2273         * modules/utimens (Depends-on): Likewise.
2274         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2275         (Include:) Change back to <sys/time.h>.
2276         (Maintainer:) Add self.
2277         * modules/sys_time: New file.
2278         * modules/tempname (Depends-on): Add gettimeofday.
2279         * tests/test-gettimeofday.c: Include <sys/time.h>
2280         rather than gettimeofday.h.
2281
2282 2007-01-17  Bruno Haible  <bruno@clisp.org>
2283
2284         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2285         the license default to GPL.
2286         (func_create_testdir): Don't complain if a module is LGPL and its
2287         tests module depends on GPLed modules.
2288
2289 2007-01-17  Bruno Haible  <bruno@clisp.org>
2290
2291         * lib/gettimeofday.c (gettimeofday): Add code for the case
2292         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2293         maximum possible value for tv->tv_usec, rather than the minimum one.
2294
2295 2005-10-08  Martin Lambers  <marlam@marlam.de>
2296 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2297 2007-01-16  Bruno Haible  <bruno@clisp.org>
2298
2299         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2300         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2301         gl_FUNC_GETTIMEOFDAY.
2302         (Include): Add gettimeofday.h.
2303         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2304         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2305         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2306         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2307         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2308         * lib/gettimeofday.h: New file.
2309         * lib/gettimeofday.c: Include <sys/timeb.h>.
2310         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2311         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2312         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2313         fall back on time().
2314
2315         * tests/test-gettimeofday.c: New file.
2316         * modules/gettimeofday-tests: New file.
2317
2318 2007-01-16  Eric Blake  <ebb9@byu.net>
2319
2320         * modules/fnmatch (Depends-on): Depend on wchar.
2321         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2322         * m4/fnmatch.m4: Likewise.
2323         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2324         * m4/mbchar.m4: Likewise.
2325         * modules/mbswidth (Depends-on): Depend on wchar.
2326         * lib/mbswidth.c: Assume <wchar.h>.
2327         * m4/mbswidth.m4: Likewise.
2328         * modules/quotearg (Depends-on): Depend on wchar.
2329         * lib/quotearg.c: Assume <wchar.h>.
2330         * m4/quotearg.m4: Likewise.
2331         * modules/regex (Depends-on): Depend on wchar.
2332         * lib/regex_internal.h: Assume <wchar.h>.
2333         * m4/regex.m4: Likewise.
2334         * modules/stdint (Depends-on): Depend on wchar.
2335         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2336         * m4/stdint.m4: Likewise.
2337         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2338         * modules/strftime (Depends-on): Depend on wchar.
2339         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2340         * modules/strtol (Depends-on): Depend on wchar.
2341         * lib/strtol.c: Assume <wchar.h>.
2342         * modules/wcwidth (Depends-on): Depend on wchar.
2343         * lib/wcwidth.h: Assume <wchar.h>.
2344         * m4/wcwidth.m4: Likewise.
2345
2346 2007-01-16  Bruno Haible  <bruno@clisp.org>
2347
2348         * modules/csharpexec-script: New, created from...
2349         * modules/csharpexec: ... this.
2350
2351 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2352
2353         * modules/javaexec-script: New, created from...
2354         * modules/javaexec: ... this.
2355
2356 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2357
2358         * modules/poll (Dependencies): Add sys_select.
2359
2360 2007-01-15  Jim Meyering  <jim@meyering.net>
2361
2362         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2363         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2364         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2365         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2366
2367 2007-01-15  Bruno Haible  <bruno@clisp.org>
2368
2369         * modules/striconveh: New file.
2370         * lib/striconveh.h: New file.
2371         * lib/striconveh.c: New file.
2372         * MODULES.html.sh (Internationalization functions): Add striconveh.
2373
2374         * modules/striconveh-tests: New file.
2375         * tests/test-striconveh.c: New file.
2376
2377 2007-01-15  Bruno Haible  <bruno@clisp.org>
2378
2379         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2380         not from GNU libiconv or GNU libc.
2381
2382 2007-01-15  Bruno Haible  <bruno@clisp.org>
2383
2384         * doc/gnulib-intro.texi (Copyright): Explain the different license
2385         terms for module descriptions, autoconf macros, tests, documentation.
2386
2387 2007-01-14  Bruno Haible  <bruno@clisp.org>
2388
2389         * modules/striconv-tests: New file.
2390         * tests/test-striconv.c: New file.
2391
2392 2007-01-14  Bruno Haible  <bruno@clisp.org>
2393
2394         * modules/iconv-tests: New file.
2395         * tests/test-iconv.c: New file.
2396
2397 2007-01-14  Bruno Haible  <bruno@clisp.org>
2398
2399         * gnulib-tool (func_get_license): For test modules, use the license of
2400         the main module.
2401
2402 2007-01-14  Bruno Haible  <bruno@clisp.org>
2403
2404         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2405         if iconv is found to exist.
2406
2407 2007-01-14  Bruno Haible  <bruno@clisp.org>
2408
2409         * modules/c-ctype-tests: New file.
2410         * tests/test-c-ctype.c: New file.
2411
2412 2007-01-14  Bruno Haible  <bruno@clisp.org>
2413
2414         * modules/binary-io-tests: New file.
2415         * tests/test-binary-io.sh: New file.
2416         * tests/test-binary-io.c: New file.
2417
2418 2007-01-14  Bruno Haible  <bruno@clisp.org>
2419
2420         * modules/array-oset-tests: New file.
2421         * tests/test-array_oset.c: New file.
2422
2423 2007-01-14  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/array-list-tests: New file.
2426         * tests/test-array_list.c: New file.
2427
2428 2007-01-14  Bruno Haible  <bruno@clisp.org>
2429
2430         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2431         and make.
2432         Reported by Simon Josefsson in
2433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2434
2435 2007-01-14  Bruno Haible  <bruno@clisp.org>
2436
2437         * modules/allocsa-tests: New file.
2438         * tests/test-allocsa.c: New file.
2439
2440 2007-01-14  Bruno Haible  <bruno@clisp.org>
2441
2442         * modules/fchdir (Depends-on): Add absolute-header.
2443         * modules/unistd (Depends-on): Likewise.
2444
2445 2006-12-30  Bruno Haible  <bruno@clisp.org>
2446
2447         * modules/fchdir: New file.
2448         * modules/unistd (Files): Add lib/unistd_.h.
2449         (Makefile.am): Generate unistd.h from unistd_.h.
2450         * lib/fchdir.c: New file.
2451         * lib/dirent_.h: New file.
2452         * lib/unistd_.h: New file.
2453         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2454         * m4/fchdir.m4: New file.
2455         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2456         (gl_HEADER_UNISTD): Invoke it.
2457         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2458         function.
2459         * lib/backupfile.c (opendir, closedir): Undefine.
2460         * lib/chown.c (open, close): Undefine.
2461         * lib/clean-temp.c (open, close): Undefine.
2462         * lib/copy-file.c (open, close): Undefine.
2463         * lib/execute.c (open, close): Undefine.
2464         * lib/fsusage.c (open, close): Undefine.
2465         * lib/gc-gnulib.c (open, close): Undefine.
2466         * lib/getcwd.c (opendir, closedir): Undefine.
2467         * lib/glob.c (opendir, closedir): Undefine.
2468         * lib/javacomp.c (open, close): Undefine.
2469         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2470         * lib/openat-proc.c (open, close): Undefine.
2471         * lib/pagealign_alloc.c (open, close): Undefine.
2472         * lib/pipe.c (open, close): Undefine.
2473         * lib/progreloc.c (open, close): Undefine.
2474         * lib/savedir.c (opendir, closedir): Undefine.
2475         * lib/utime.c (open, close): Undefine.
2476         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2477
2478 2007-01-10  Bruno Haible  <bruno@clisp.org>
2479
2480         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2481
2482 2007-01-12  Eric Blake  <ebb9@byu.net>
2483
2484         Provide a robust <wchar.h>.  Further simplifications are now
2485         possible in other modules, but not included here.
2486         * modules/wchar: New module.
2487         * m4/wchar.m4: New file.
2488         * lib/wchar_.h: Likewise.
2489         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2490         of the new module.
2491         * MODULES.html.sh (Extended multibyte and wide character utilities):
2492         New section.
2493
2494 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2495
2496         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2497         to a reasonable default for memory allocation.
2498         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2499         file system that reports garbage st_size values for symlinks.
2500         Problem reported by Liyang Hu.
2501
2502 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2503
2504         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2505         Emacs .#* auto-save files).
2506
2507 2007-01-11  Bruno Haible  <bruno@clisp.org>
2508
2509         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2510         directory.
2511
2512 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2513
2514         Use @...@ consistently in lib/wctype_.h.
2515         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2516         on it being set to 1 or 0.
2517         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2518         go back to AC_SUBSTing it.
2519         * modules/wctype (Makefile.am): Undo previous change.
2520
2521 2007-01-10  Eric Blake  <ebb9@byu.net>
2522
2523         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2524         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2525         * modules/wctype (Makefile.am): Likewise.
2526         Reported by Chris McGuire.
2527
2528 2007-01-10  Jim Meyering  <jim@meyering.net>
2529
2530         fts.c: a small readability/maintainability improvement
2531         * lib/fts.c (fts_read): Make this code slightly more readable and
2532         maintainable by hoisting the "sp->fts_cur = p" assignments to
2533         immediately follow the statements that set P.  Derived from
2534         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2535
2536 2007-01-10  Eric Blake  <ebb9@byu.net>
2537
2538         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2539         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2540         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2541         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2542         Reported by Chris McGuire.
2543
2544 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2545
2546         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2547         in sed script.
2548
2549 2007-01-09  Bruno Haible  <bruno@clisp.org>
2550
2551         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2552         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2553         variables.
2554         (func_module): Use them.
2555
2556 2007-01-09  Bruno Haible  <bruno@clisp.org>
2557
2558         * modules/unistr/base: New file.
2559         * lib/unistr.h: New file.
2560
2561         * modules/unistr/u8-to-u16: New file.
2562         * lib/unistr/u8-to-u16.c: New file.
2563
2564         * modules/unistr/u8-to-u32: New file.
2565         * lib/unistr/u8-to-u32.c: New file.
2566
2567         * modules/unistr/u16-to-u8: New file.
2568         * lib/unistr/u16-to-u8.c: New file.
2569
2570         * modules/unistr/u16-to-u32: New file.
2571         * lib/unistr/u16-to-u32.c: New file.
2572
2573         * modules/unistr/u32-to-u8: New file.
2574         * lib/unistr/u32-to-u8.c: New file.
2575
2576         * modules/unistr/u32-to-u16: New file.
2577         * lib/unistr/u32-to-u16.c: New file.
2578
2579         * modules/unistr/u8-check: New file.
2580         * modules/unistr/u16-check: New file.
2581         * modules/unistr/u32-check: New file.
2582         * lib/unistr/u8-check.c: New file.
2583         * lib/unistr/u16-check.c: New file.
2584         * lib/unistr/u32-check.c: New file.
2585
2586         * modules/unistr/u8-chr: New file.
2587         * modules/unistr/u16-chr: New file.
2588         * modules/unistr/u32-chr: New file.
2589         * lib/unistr/u8-chr.c: New file.
2590         * lib/unistr/u16-chr.c: New file.
2591         * lib/unistr/u32-chr.c: New file.
2592
2593         * modules/unistr/u8-cmp: New file.
2594         * modules/unistr/u16-cmp: New file.
2595         * modules/unistr/u32-cmp: New file.
2596         * lib/unistr/u8-cmp.c: New file.
2597         * lib/unistr/u16-cmp.c: New file.
2598         * lib/unistr/u32-cmp.c: New file.
2599
2600         * modules/unistr/u8-cpy: New file.
2601         * modules/unistr/u16-cpy: New file.
2602         * modules/unistr/u32-cpy: New file.
2603         * lib/unistr/u8-cpy.c: New file.
2604         * lib/unistr/u16-cpy.c: New file.
2605         * lib/unistr/u32-cpy.c: New file.
2606         * lib/unistr/u-cpy.h: New file.
2607
2608         * modules/unistr/u8-cpy-alloc: New file.
2609         * modules/unistr/u16-cpy-alloc: New file.
2610         * modules/unistr/u32-cpy-alloc: New file.
2611         * lib/unistr/u8-cpy-alloc.c: New file.
2612         * lib/unistr/u16-cpy-alloc.c: New file.
2613         * lib/unistr/u32-cpy-alloc.c: New file.
2614         * lib/unistr/u-cpy-alloc.h: New file.
2615
2616         * modules/unistr/u8-endswith: New file.
2617         * modules/unistr/u16-endswith: New file.
2618         * modules/unistr/u32-endswith: New file.
2619         * lib/unistr/u8-endswith.c: New file.
2620         * lib/unistr/u16-endswith.c: New file.
2621         * lib/unistr/u32-endswith.c: New file.
2622         * lib/unistr/u-endswith.h: New file.
2623
2624         * modules/unistr/u8-mblen: New file.
2625         * modules/unistr/u16-mblen: New file.
2626         * modules/unistr/u32-mblen: New file.
2627         * lib/unistr/u8-mblen.c: New file.
2628         * lib/unistr/u16-mblen.c: New file.
2629         * lib/unistr/u32-mblen.c: New file.
2630
2631         * modules/unistr/u8-mbtouc: New file.
2632         * modules/unistr/u16-mbtouc: New file.
2633         * modules/unistr/u32-mbtouc: New file.
2634         * lib/unistr/u8-mbtouc.c: New file.
2635         * lib/unistr/u16-mbtouc.c: New file.
2636         * lib/unistr/u32-mbtouc.c: New file.
2637
2638         * modules/unistr/u8-mbtouc-safe: New file.
2639         * modules/unistr/u16-mbtouc-safe: New file.
2640         * modules/unistr/u32-mbtouc-safe: New file.
2641         * lib/unistr/u8-mbtouc-safe.c: New file.
2642         * lib/unistr/u16-mbtouc-safe.c: New file.
2643         * lib/unistr/u32-mbtouc-safe.c: New file.
2644
2645         * modules/unistr/u8-move: New file.
2646         * modules/unistr/u16-move: New file.
2647         * modules/unistr/u32-move: New file.
2648         * lib/unistr/u8-move.c: New file.
2649         * lib/unistr/u16-move.c: New file.
2650         * lib/unistr/u32-move.c: New file.
2651         * lib/unistr/u-move.h: New file.
2652
2653         * modules/unistr/u8-next: New file.
2654         * modules/unistr/u16-next: New file.
2655         * modules/unistr/u32-next: New file.
2656         * lib/unistr/u8-next.c: New file.
2657         * lib/unistr/u16-next.c: New file.
2658         * lib/unistr/u32-next.c: New file.
2659
2660         * modules/unistr/u8-prev: New file.
2661         * modules/unistr/u16-prev: New file.
2662         * modules/unistr/u32-prev: New file.
2663         * lib/unistr/u8-prev.c: New file.
2664         * lib/unistr/u16-prev.c: New file.
2665         * lib/unistr/u32-prev.c: New file.
2666
2667         * modules/unistr/u8-set: New file.
2668         * modules/unistr/u16-set: New file.
2669         * modules/unistr/u32-set: New file.
2670         * lib/unistr/u8-set.c: New file.
2671         * lib/unistr/u16-set.c: New file.
2672         * lib/unistr/u32-set.c: New file.
2673         * lib/unistr/u-set.h: New file.
2674
2675         * modules/unistr/u8-startswith: New file.
2676         * modules/unistr/u16-startswith: New file.
2677         * modules/unistr/u32-startswith: New file.
2678         * lib/unistr/u8-startswith.c: New file.
2679         * lib/unistr/u16-startswith.c: New file.
2680         * lib/unistr/u32-startswith.c: New file.
2681         * lib/unistr/u-startswith.h: New file.
2682
2683         * modules/unistr/u8-stpcpy: New file.
2684         * modules/unistr/u16-stpcpy: New file.
2685         * modules/unistr/u32-stpcpy: New file.
2686         * lib/unistr/u8-stpcpy.c: New file.
2687         * lib/unistr/u16-stpcpy.c: New file.
2688         * lib/unistr/u32-stpcpy.c: New file.
2689         * lib/unistr/u-stpcpy.h: New file.
2690
2691         * modules/unistr/u8-stpncpy: New file.
2692         * modules/unistr/u16-stpncpy: New file.
2693         * modules/unistr/u32-stpncpy: New file.
2694         * lib/unistr/u8-stpncpy.c: New file.
2695         * lib/unistr/u16-stpncpy.c: New file.
2696         * lib/unistr/u32-stpncpy.c: New file.
2697         * lib/unistr/u-stpncpy.h: New file.
2698
2699         * modules/unistr/u8-strcat: New file.
2700         * modules/unistr/u16-strcat: New file.
2701         * modules/unistr/u32-strcat: New file.
2702         * lib/unistr/u8-strcat.c: New file.
2703         * lib/unistr/u16-strcat.c: New file.
2704         * lib/unistr/u32-strcat.c: New file.
2705         * lib/unistr/u-strcat.h: New file.
2706
2707         * modules/unistr/u8-strchr: New file.
2708         * modules/unistr/u16-strchr: New file.
2709         * modules/unistr/u32-strchr: New file.
2710         * lib/unistr/u8-strchr.c: New file.
2711         * lib/unistr/u16-strchr.c: New file.
2712         * lib/unistr/u32-strchr.c: New file.
2713
2714         * modules/unistr/u8-strcmp: New file.
2715         * modules/unistr/u16-strcmp: New file.
2716         * modules/unistr/u32-strcmp: New file.
2717         * lib/unistr/u8-strcmp.c: New file.
2718         * lib/unistr/u16-strcmp.c: New file.
2719         * lib/unistr/u32-strcmp.c: New file.
2720
2721         * modules/unistr/u8-strcpy: New file.
2722         * modules/unistr/u16-strcpy: New file.
2723         * modules/unistr/u32-strcpy: New file.
2724         * lib/unistr/u8-strcpy.c: New file.
2725         * lib/unistr/u16-strcpy.c: New file.
2726         * lib/unistr/u32-strcpy.c: New file.
2727         * lib/unistr/u-strcpy.h: New file.
2728
2729         * modules/unistr/u8-strcspn: New file.
2730         * modules/unistr/u16-strcspn: New file.
2731         * modules/unistr/u32-strcspn: New file.
2732         * lib/unistr/u8-strcspn.c: New file.
2733         * lib/unistr/u16-strcspn.c: New file.
2734         * lib/unistr/u32-strcspn.c: New file.
2735         * lib/unistr/u-strcspn.h: New file.
2736
2737         * modules/unistr/u8-strdup: New file.
2738         * modules/unistr/u16-strdup: New file.
2739         * modules/unistr/u32-strdup: New file.
2740         * lib/unistr/u8-strdup.c: New file.
2741         * lib/unistr/u16-strdup.c: New file.
2742         * lib/unistr/u32-strdup.c: New file.
2743         * lib/unistr/u-strdup.h: New file.
2744
2745         * modules/unistr/u8-strlen: New file.
2746         * modules/unistr/u16-strlen: New file.
2747         * modules/unistr/u32-strlen: New file.
2748         * lib/unistr/u8-strlen.c: New file.
2749         * lib/unistr/u16-strlen.c: New file.
2750         * lib/unistr/u32-strlen.c: New file.
2751         * lib/unistr/u-strlen.h: New file.
2752
2753         * modules/unistr/u8-strmblen: New file.
2754         * modules/unistr/u16-strmblen: New file.
2755         * modules/unistr/u32-strmblen: New file.
2756         * lib/unistr/u8-strmblen.c: New file.
2757         * lib/unistr/u16-strmblen.c: New file.
2758         * lib/unistr/u32-strmblen.c: New file.
2759
2760         * modules/unistr/u8-strmbtouc: New file.
2761         * modules/unistr/u16-strmbtouc: New file.
2762         * modules/unistr/u32-strmbtouc: New file.
2763         * lib/unistr/u8-strmbtouc.c: New file.
2764         * lib/unistr/u16-strmbtouc.c: New file.
2765         * lib/unistr/u32-strmbtouc.c: New file.
2766
2767         * modules/unistr/u8-strncat: New file.
2768         * modules/unistr/u16-strncat: New file.
2769         * modules/unistr/u32-strncat: New file.
2770         * lib/unistr/u8-strncat.c: New file.
2771         * lib/unistr/u16-strncat.c: New file.
2772         * lib/unistr/u32-strncat.c: New file.
2773         * lib/unistr/u-strncat.h: New file.
2774
2775         * modules/unistr/u8-strncmp: New file.
2776         * modules/unistr/u16-strncmp: New file.
2777         * modules/unistr/u32-strncmp: New file.
2778         * lib/unistr/u8-strncmp.c: New file.
2779         * lib/unistr/u16-strncmp.c: New file.
2780         * lib/unistr/u32-strncmp.c: New file.
2781
2782         * modules/unistr/u8-strncpy: New file.
2783         * modules/unistr/u16-strncpy: New file.
2784         * modules/unistr/u32-strncpy: New file.
2785         * lib/unistr/u8-strncpy.c: New file.
2786         * lib/unistr/u16-strncpy.c: New file.
2787         * lib/unistr/u32-strncpy.c: New file.
2788         * lib/unistr/u-strncpy.h: New file.
2789
2790         * modules/unistr/u8-strnlen: New file.
2791         * modules/unistr/u16-strnlen: New file.
2792         * modules/unistr/u32-strnlen: New file.
2793         * lib/unistr/u8-strnlen.c: New file.
2794         * lib/unistr/u16-strnlen.c: New file.
2795         * lib/unistr/u32-strnlen.c: New file.
2796         * lib/unistr/u-strnlen.h: New file.
2797
2798         * modules/unistr/u8-strpbrk: New file.
2799         * modules/unistr/u16-strpbrk: New file.
2800         * modules/unistr/u32-strpbrk: New file.
2801         * lib/unistr/u8-strpbrk.c: New file.
2802         * lib/unistr/u16-strpbrk.c: New file.
2803         * lib/unistr/u32-strpbrk.c: New file.
2804         * lib/unistr/u-strpbrk.h: New file.
2805
2806         * modules/unistr/u8-strrchr: New file.
2807         * modules/unistr/u16-strrchr: New file.
2808         * modules/unistr/u32-strrchr: New file.
2809         * lib/unistr/u8-strrchr.c: New file.
2810         * lib/unistr/u16-strrchr.c: New file.
2811         * lib/unistr/u32-strrchr.c: New file.
2812
2813         * modules/unistr/u8-strspn: New file.
2814         * modules/unistr/u16-strspn: New file.
2815         * modules/unistr/u32-strspn: New file.
2816         * lib/unistr/u8-strspn.c: New file.
2817         * lib/unistr/u16-strspn.c: New file.
2818         * lib/unistr/u32-strspn.c: New file.
2819         * lib/unistr/u-strspn.h: New file.
2820
2821         * modules/unistr/u8-strstr: New file.
2822         * modules/unistr/u16-strstr: New file.
2823         * modules/unistr/u32-strstr: New file.
2824         * lib/unistr/u8-strstr.c: New file.
2825         * lib/unistr/u16-strstr.c: New file.
2826         * lib/unistr/u32-strstr.c: New file.
2827         * lib/unistr/u-strstr.h: New file.
2828
2829         * modules/unistr/u8-strtok: New file.
2830         * modules/unistr/u16-strtok: New file.
2831         * modules/unistr/u32-strtok: New file.
2832         * lib/unistr/u8-strtok.c: New file.
2833         * lib/unistr/u16-strtok.c: New file.
2834         * lib/unistr/u32-strtok.c: New file.
2835         * lib/unistr/u-strtok.h: New file.
2836
2837         * modules/unistr/u8-uctomb: New file.
2838         * modules/unistr/u16-uctomb: New file.
2839         * modules/unistr/u32-uctomb: New file.
2840         * lib/unistr/u8-uctomb.c: New file.
2841         * lib/unistr/u16-uctomb.c: New file.
2842         * lib/unistr/u32-uctomb.c: New file.
2843
2844         * MODULES.html.sh (Unicode string functions): Add the new modules.
2845
2846 2007-01-08  Bruno Haible  <bruno@clisp.org>
2847
2848         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2849         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2850         subdirectories.
2851
2852 2007-01-08  Karl Berry  <karl@gnu.org>
2853
2854         * doc/error.texi: mention that main() fns must set program_name
2855         when progname is used.
2856
2857 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2858
2859         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2860         WCTYPE_H is empty, for the benefit of builds from non-distclean
2861         directories.  Problem reported by Eric Blake in
2862         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2863
2864 2007-01-08  Bruno Haible  <bruno@clisp.org>
2865
2866         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2867         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2868         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2869         PROVIDE_CANONICALIZE_FILENAME_MODE.
2870         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2871
2872 2007-01-08  Bruno Haible  <bruno@clisp.org>
2873
2874         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2875         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2876         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2877         * lib/fts.c: Likewise.
2878         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2879
2880 2006-12-25  Bruno Haible  <bruno@clisp.org>
2881
2882         * modules/utf8-ucs4-safe: New file.
2883         * lib/utf8-ucs4-safe.h: New file.
2884         * lib/unistr/utf8-ucs4-safe.c: New file.
2885
2886         * modules/utf16-ucs4-safe: New file.
2887         * lib/utf16-ucs4-safe.h: New file.
2888         * lib/unistr/utf16-ucs4-safe.c: New file.
2889
2890         * MODULES.html.sh (Unicode string functions): Add the new modules.
2891
2892 2007-01-08  Bruno Haible  <bruno@clisp.org>
2893
2894         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2895         (Depends-on): Add unitypes.
2896         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2897         (u8_mbtouc_aux): Move out to separate file.
2898         (u8_mbtouc): Use ucs4_t, uint8_t types.
2899         * lib/unistr/utf8-ucs4.c: New file.
2900
2901         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2902         (Depends-on): Add unitypes.
2903         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2904         (u16_mbtouc_aux): Move out to separate file.
2905         (u16_mbtouc): Use ucs4_t, uint16_t types.
2906         * lib/unistr/utf16-ucs4.c: New file.
2907
2908         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2909         (Depends-on): Add unitypes.
2910         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2911         (u8_uctomb_aux): Move out to separate file.
2912         (u8_uctomb): Use ucs4_t, uint8_t types.
2913         * lib/unistr/ucs4-utf8.c: New file.
2914
2915         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2916         (Depends-on): Add unitypes.
2917         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2918         (u16_uctomb_aux): Move out to separate file.
2919         (u16_uctomb): Use ucs4_t, uint16_t types.
2920         * lib/unistr/ucs4-utf16.c: New file.
2921
2922 2006-12-25  Bruno Haible  <bruno@clisp.org>
2923
2924         * modules/unitypes: New file.
2925         * lib/unitypes.h: New file.
2926         * MODULES.html.sh (func_all_modules): New section "Unicode string
2927         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2928         this section. Add unitypes.
2929
2930 2007-01-08  Bruno Haible  <bruno@clisp.org>
2931
2932         Avoid variable names that conflict with those from libtool.
2933         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2934         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2935         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2936         library_names_spec to acl_library_names_spec, hardcode_* to
2937         acl_hardcode_*.
2938         Reported by Ralf Wildenhues.
2939
2940 2007-01-08  Bruno Haible  <bruno@clisp.org>
2941
2942         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2943         definition.
2944         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2945         definition.
2946         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2947         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2948         definition.
2949         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2950         definition.
2951         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2952         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2953         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2954         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2955         definition.
2956         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2957         definition.
2958         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2959         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2960         GC_USE_<algorithm>.
2961         * lib/gc-libgcrypt.c: Likewise.
2962         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2963         * modules/gc-arctwo (configure.ac): Likewise.
2964         * modules/gc-des (configure.ac): Likewise.
2965         * modules/gc-hmac-md5 (configure.ac): Likewise.
2966         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2967         * modules/gc-md2 (configure.ac): Likewise.
2968         * modules/gc-md4 (configure.ac): Likewise.
2969         * modules/gc-md5 (configure.ac): Likewise.
2970         * modules/gc-random (configure.ac): Likewise.
2971         * modules/gc-rijndael (configure.ac): Likewise.
2972         * modules/gc-sha1 (configure.ac): Likewise.
2973
2974 2007-01-08  Bruno Haible  <bruno@clisp.org>
2975
2976         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2977         macro definition.
2978         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2979         definition.
2980         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2981         definition.
2982         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2983         * modules/fcntl-safer (configure.ac): Likewise.
2984         * modules/fopen-safer (configure.ac): Likewise.
2985         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2986         GNULIB_FWRITEERROR macro definition.
2987
2988 2007-01-08  Bruno Haible  <bruno@clisp.org>
2989
2990         * m4/gnulib-common.m4: New file.
2991         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2992         (func_get_filelist): Add m4/gnulib-common.m4.
2993
2994 2007-01-08  Bruno Haible  <bruno@clisp.org>
2995
2996         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2997         command.
2998
2999 2007-01-08  Jim Meyering  <jim@meyering.net>
3000
3001         Use a more robust test for a "can't happen" condition.
3002         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
3003         narrowed the st_size value.  Presuming the "can't happen" condition
3004         is true, that narrowing could conceivably convert an invalid st_size
3005         value into a valid one.  Instead, use a change based on Matthew
3006         Woehlke's original patch.
3007
3008         Slight readability improvement: use an assert-like macro
3009         in place of literal "abort ()" uses.
3010         * lib/fts.c (fts_assert): Define.
3011         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
3012         Use this macro instead of a bare 'abort'.
3013
3014 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3015
3016         Don't worry about using IRIX 5.3's wctype.h broken definitions;
3017         simply work around them.
3018         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
3019         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
3020         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
3021         declaring.
3022         Don't bother to define as macros, since the standard doesn't require it.
3023         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
3024         longer worry about IRIX 5.3.
3025         (HAVE_WCTYPE_CTMP_BUG): Remove.
3026
3027 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
3028
3029         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
3030         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
3031         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3032         Problems reported by Georg Schwarz for IRIX 5.3.
3033
3034         * gnulib-tool (autoconf_minversion): Take the maximum version number
3035         found, not the minimum.  Problem reported by James Youngman.
3036
3037 2007-01-03  Karl Berry  <karl@gnu.org>
3038
3039         * doc/error.texi: new file, explaining interaction with progname.
3040         * doc/gnulib.texi: include it.  Update copyright.
3041
3042 2007-01-03  Simon Josefsson  <simon@josefsson.org>
3043
3044         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
3045         AC_CANONICAL_HOST, to improve autobuild outputs.
3046
3047 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
3048             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3049
3050         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
3051         sockets, server sockets, and other file descriptors.  Count errors
3052         to compute the return value.  Reorder the code a bit to be easier
3053         to follow.  Don't set event bits that were not requested (except
3054         POLLERR and POLLHUP).
3055
3056 2007-01-01  Bruno Haible  <bruno@clisp.org>
3057
3058         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3059
3060 2007-01-03  Jim Meyering  <jim@meyering.net>
3061
3062         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3063
3064 2007-01-02  Bruno Haible  <bruno@clisp.org>
3065
3066         * modules/settime (Include): Require timespec.h.
3067         * modules/nanosleep (Include): Likewise.
3068
3069 2007-01-01  Bruno Haible  <bruno@clisp.org>
3070
3071         * gnulib-tool (func_emit_copyright_notice): Bump year.
3072         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3073
3074 2007-01-01  Bruno Haible  <bruno@clisp.org>
3075
3076         Improve support for OpenBSD.
3077         * build-aux/config.rpath (libname_spec): Export.
3078         (library_names_spec): New variable. Export.
3079         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3080         library_names_spec from the config.rpath output. Locate shared library
3081         through the name pattern in library_names_spec.
3082
3083 2007-01-01  Eric Blake  <ebb9@byu.net>
3084
3085         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3086
3087 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3088
3089         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3090         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3091         assume the C locale, and avoid an "eval" that could cause trouble.
3092         Problem with SORT reported by Bob Proulx.
3093
3094         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3095         Define.  Trivial patch from Henning Nielsen Lund, originally
3096         sent to bug-grep@gnu.org today.
3097
3098 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3101         struct stat.  Problem reported by Henning Nielsen Lund.
3102         * lib/acl.c: Include acl.h first, to check interface.  Don't
3103         bother to include sys/types.h and sys/stat.h again.
3104
3105 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         Import the following change from libc; problem reported by
3108         Sven Verdoolaege.
3109
3110         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3111
3112         [BZ #1373]
3113         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3114
3115 2006-12-28  Jim Meyering  <jim@meyering.net>
3116
3117         * build-aux/announce-gen: Do not assume that the package
3118         builds any of tar.gz, tar.bz2, and .xdelta files.
3119         Suggestion from Simon Josefsson.
3120
3121 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3122
3123         * modules/announce-gen: New file.
3124
3125 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3126
3127         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3128         handles its gotchas now.
3129         * lib/mbswidth.c: Likewise.
3130         * lib/wcwidth.h: Likewise.
3131         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3132         and iswcntrl; the wctype module does this stuff now.
3133         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3134         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3135         * modules/mbchar (Depends-on): Add wctype.
3136         * modules/mbswidth (Depends-on): Likewise.
3137         * modules/wcwidth (Depends-on): Likewise.
3138
3139 2006-12-27  Eric Blake  <ebb9@byu.net>
3140
3141         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3142         module uses more than what <wctype.h> is required to provide.
3143
3144 2006-12-26  Eric Blake  <ebb9@byu.net>
3145
3146         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3147
3148 2006-12-26  Eric Blake  <ebb9@byu.net>
3149
3150         * modules/absolute-header: New module.
3151         * modules/fcntl (Depends-on): Depend on it.
3152         * modules/inttypes (Depends-on): Likewise.
3153         * modules/stdint (Depends-on): Likewise.
3154         * modules/sys_stat (Depends-on): Likewise.
3155         * modules/wctype (Depends-on): Likewise.
3156         * MODULES.html.sh (Support for building libraries and
3157         executables): Document it.
3158
3159 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         * gnulib-tool (SED): Remove, undoing previous change.
3162         The problem was that it broke coreutils on Solaris, because
3163         "sed --posix" leaked into a makefile.
3164         (sed): New alias, if 'alias' and GNU sed.
3165
3166 2006-12-24  Jim Meyering  <jim@meyering.net>
3167
3168         Work around an fchownat bug in glibc-2.4:
3169         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3170         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3171         in spite of the -P option.
3172         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3173         New macros.
3174         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3175         * modules/openat (Files): Add lib/fchownat.c.
3176         * lib/openat.c (fchownat): Don't define here.  Move to...
3177         * lib/fchownat.c: ...this new file.
3178
3179 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         Fix bug reported by Bruno Haible in
3182         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3183         where quotearg.c didn't compile on Mac OS X 10.2 because it
3184         lacks <wchar.h> and wint_t.
3185         * lib/wctype_.h (__wctype_wint_t): New type.
3186         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3187         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3188         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3189         Arg is now of type __wctype_wint_t, not wint_t.
3190         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3191         substitute HAVE_WINT_T.
3192         * modules/wctype (Files): Add m4/wint_t.m4.
3193         (wctype.h): Substitute HAVE_WINT_T.
3194
3195 2006-12-23  Bruno Haible  <bruno@clisp.org>
3196
3197         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3198
3199 2006-12-23  Bruno Haible  <bruno@clisp.org>
3200
3201         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3202         S_ISLNK.
3203         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3204         mingw.
3205
3206 2006-12-22  Bruno Haible  <bruno@clisp.org>
3207
3208         * lib/copy-file.c: Include acl.h.
3209         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3210         Close the file descriptors only after being done with copy_acl.
3211         * modules/copy-file (Depends-on): Add acl.
3212
3213 2006-12-22  Bruno Haible  <bruno@clisp.org>
3214
3215         * gnulib-tool (SED): New variable.
3216         Use $SED instead of sed everywhere.
3217
3218 2006-12-22  Bruno Haible  <bruno@clisp.org>
3219
3220         * modules/no-c++: New file.
3221         * m4/no-c++.m4: New file.
3222         * MODULES.html.sh (Support for building libraries and executables):
3223         Add no-c++.
3224
3225 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3226
3227         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3228         Include <limits.h>, and use its INT_MAX to rewrite the
3229         j loop so that it does not overflow 'int'.  Problem reported by
3230         Ralf Wildenhues in
3231         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3232         Play it safe by shifting left by 1 rather than multiplying by 2,
3233         as GCC is less likely to optimize this away when the value
3234         is signed (when it assumes overflow leads to undefined behavior).
3235         Also, don't assume time_t uses two's complement.
3236
3237 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * MODULES.html.sh: New module wctype.
3240         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3241         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3242         <wctype.h>, since the new wctype module should fix this.
3243         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3244         the wctype module should arrange for it.
3245         * lib/regex_internal.h: Likewise.
3246         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3247         since the wctype module should handle this now.
3248         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3249         * modules/fnmatch (Depends-on): Add wctype.
3250         * modules/quotearg (Depends-on): Likewise.
3251         * modules/regex (Depends-on): Likewise.
3252
3253 2006-12-19  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3256         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3257
3258 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3259
3260         * modules/savewd (Depends-on): Fix dependency on fcntl.
3261
3262 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3265         conforms to C99, rather than relying on the user's environment
3266         setting of STDINT_H.
3267
3268 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3269         and Eric Blake  <ebb9@byu.net>
3270
3271         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3272         This is more consistent with the other defines here.
3273         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3274         Port to z/OS.  Problem reported by Paul Gilmartin.
3275         Change local vars to use gl_ prefix rather than ac_.
3276         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3277         with other defines.
3278         * modules/double-slash-root: New module.
3279         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3280         (Depends-on): Add double-slash-root.
3281         * MODULES.html.sh (File system functions): Mention new module.
3282
3283 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3284
3285         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3286         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3287         This is for the benefit of gzip, which doesn't do i18n.
3288
3289 2006-12-12  Jim Meyering  <jim@meyering.net>
3290
3291         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3292         Reported by Andreas Schwab <schwab@suse.de>.
3293
3294 2006-12-12  Bruno Haible  <bruno@clisp.org>
3295
3296         Merge these changes.
3297         2006-09-05  Bruno Haible  <bruno@clisp.org>
3298         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3299         iconv_alloc succeeded.
3300         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3301         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3302         test for " && dest " at the end - dest is always != NULL there. Call
3303         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3304         with 2xNULL arguments, also to flush the state storage. Handle the
3305         IRIX iconv behaviour. Realloc the final result, to throw away unused
3306         memory.
3307
3308 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3311         and fchmodat unconditionally, since glibc 2.4 has them.
3312         Problem reported by Arkadiusz Miskiewicz.
3313
3314 2006-12-10  Bruno Haible  <bruno@clisp.org>
3315
3316         * gnulib-tool (func_import): Show the include files only for those
3317         modules that are copied and specified.
3318         Reported by Karl Berry.
3319
3320 2006-12-08  Jim Meyering  <jim@meyering.net>
3321
3322         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3323         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3324
3325         * build-aux/announce-gen: Add two new options, both optional:
3326         --bootstrap-tools=TOOL_LIST
3327               a comma-separated list of tools, e.g.,
3328               autoconf,automake,bison,gnulib
3329         --gnulib-snapshot-date=DATE
3330               if gnulib is in the bootstrap tool list,
3331               then report this as the snapshot date.
3332               If not specified, use the current date/time.
3333               If you specify a date here, be sure it's UTC.
3334
3335 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3336
3337         * tests/test-argp-2.sh: Fix test to match actual output.
3338         (func_compare): Fix sed script to be portable.
3339
3340 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3341
3342         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3343         workaround for this case.  It is not autoconfigured now; offhand
3344         it's hard to see how to autoconfigure it.
3345
3346 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3347
3348         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3349         a directory that is about to be chowned.  Such a directory's
3350         initial file permissions should permit the owner only and this
3351         should not be changed until after the chown, since the group and
3352         other bits would be incorrect if they granted permission before
3353         the chown.
3354
3355         Fix porting problem for iswctype reported by Georg Schwarz in:
3356         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3357         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3358         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3359         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3360         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3361
3362 2006-12-03  Jim Meyering  <jim@meyering.net>
3363
3364         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3365         p->fts_statp may not yet be defined.
3366         (fts_read): Instead, set it in the caller, once p->fts_statp is
3367         sure to be defined, and corresponds to a top-level directory.
3368         This bug made du -x fail.  Here's the coreutils test case:
3369         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3370         Reported by Mike Frysinger.
3371
3372 2006-12-01  Jim Meyering  <jim@meyering.net>
3373
3374         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3375         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3376         Reported by Simon Josefsson.
3377
3378 2006-11-30  Jim Meyering  <jim@meyering.net>
3379
3380         * m4/warning.m4: Use the all-permissive copyright notice
3381         recommended by RMS (rather than LGPL).
3382         * m4/vararrays.m4: Likewise.
3383         * m4/flexmember.m4: Likewise.
3384
3385 2006-11-29  Bruno Haible  <bruno@clisp.org>
3386
3387         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3388         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3389         using +=.
3390         Reported by Simon Josefsson <simon@josefsson.org>.
3391
3392 2006-11-28  James Youngman <jay@gnu.org>
3393
3394         * README: Advise users that they might find the bug-gnulib@gnu.org
3395         and autotools-announce@gnu.org mailing lists useful.
3396
3397 2006-11-28  Bruno Haible  <bruno@clisp.org>
3398
3399         * m4/ptrdiff_max.m4: Remove file.
3400
3401 2006-11-21  Bruno Haible  <bruno@clisp.org>
3402
3403         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3404         _AC_COMPUTE_INT.
3405         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3406         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3407         _AC_COMPUTE_INT.
3408         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3409         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3410         _AC_COMPUTE_INT.
3411         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3412
3413 2006-11-28  Jim Meyering  <jim@meyering.net>
3414
3415         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3416         warning from "gcc -Wshadow" about shadowing the builtin.
3417
3418 2006-11-27  Bruno Haible  <bruno@clisp.org>
3419
3420         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3421         _AC_COMPUTE_INT.
3422         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3423
3424 2006-11-27  Bruno Haible  <bruno@clisp.org>
3425             Paul Eggert  <eggert@cs.ucla.edu>
3426
3427         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3428
3429 2006-11-26  Bruno Haible  <bruno@clisp.org>
3430
3431         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3432         noinst_LTLIBRARIES.
3433
3434 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3435             Bruno Haible  <bruno@clisp.org>
3436
3437         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3438         if compiling with "gcc -ansi".
3439
3440 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3441
3442         Fix some incompatibilities with gcc -ansi -pedantic.
3443         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3444         if compiling pedantically with GCC, unless it's C99 or later.
3445         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3446         it mishandles gcc -ansi -pedantic as well.
3447         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3448         if gcc -pedantic.
3449         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3450         initializers for struct if -pedantic, unless it's C99 or later.
3451
3452 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3453
3454         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3455         Don't close an fd more than once. Identical atimes indicate
3456         success, not failure.
3457
3458 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3459
3460         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3461
3462 2006-11-23  Jim Meyering  <jim@meyering.net>
3463
3464         * build-aux/announce-gen: New file.  From coreutils.
3465
3466 2006-11-22  Jim Meyering  <jim@meyering.net>
3467
3468         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3469         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3470         (fts_read): Use a temporary to narrow the overused st_size member
3471         before using it in a switch statement.  Reported by Matthew Woehlke.
3472
3473         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3474         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3475
3476 2006-11-20  Bruno Haible  <bruno@clisp.org>
3477
3478         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3479         changequote instead of pairs of brackets.
3480         Reported by Andreas Schwab <schwab@suse.de>.
3481
3482 2006-11-21  Jim Meyering  <jim@meyering.net>
3483
3484         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3485         so as to remain compatible with older compilers.
3486         Patch from Michael Deutschmann.
3487
3488 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3489
3490         * MODULES.html.sh (File system functions): Add openat.
3491
3492         * lib/openat.h (rpl_fstatat): New macro, if
3493         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3494         (fstatat): Define to rpl_fstatat under the same conditions,
3495         unless COMPILING_FSTATAT.
3496         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3497         seems to have the bug.
3498         * lib/fstatat.c: New file.
3499         * modules/openat (Files): Add it.
3500
3501 2006-11-20  Bruno Haible  <bruno@clisp.org>
3502
3503         * Makefile: New file.
3504
3505 2006-11-20  Jim Meyering  <jim@meyering.net>
3506
3507         The beginnings of syntax-related checks for gnulib.
3508         * lib/Makefile: New file.
3509         * lib/t-idcache: New script.  Ensure that the two halves of
3510         idcache.c stay in sync.
3511
3512         * lib/idcache.c: Adjust comments in user- and group- portions to
3513         be more accurate, and to be consistent with one another.
3514
3515 2006-11-20  Jim Meyering  <jim@meyering.net>
3516
3517         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3518         continue using the flexible array member (thus, this module performs
3519         half as many malloc calls), with the addition that...
3520         (getgroup, getuser): Consistently record a non-match via an empty
3521         "name" string, and map an empty string match to a NULL return value.
3522         * modules/idcache (Depends-on): Re-add flexmember.
3523
3524         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3525         (getuidbyname, getgroup, getgidbyname): Likewise.
3526
3527         Use cleaner syntax: NULL rather than 0.
3528         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3529
3530 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3531
3532         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3533         It mishandled the case where the group was missing.
3534         Problem reported by Greg Schafer.
3535         * modules/idcache: Likewise.
3536
3537 2006-11-18  Jim Meyering  <jim@meyering.net>
3538
3539         * check-module (%exempt_header): Add exception for some
3540         conditionally-included headers.
3541
3542         * modules/i-ring (Depends-on): Add verify.
3543         (License): Change to LGPL.
3544
3545 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3546
3547         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3548         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3549         and inttostr.h.  Use snprintf rather than uinttostr, so that
3550         LGPLed code doesn't depend on GPLed.
3551
3552 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3553
3554         * modules/inline (License): Change from GPL to LGPL.
3555
3556 2006-11-17  Jim Meyering  <jim@meyering.net>
3557
3558         * modules/d-type (License): Switch to LGPL.
3559
3560 2006-11-15  Bruno Haible  <bruno@clisp.org>
3561
3562         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3563
3564 2006-11-15  Eric Blake  <ebb9@byu.net>
3565
3566         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3567         the module dependency.
3568
3569 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3570             Bruno Haible  <bruno@clisp.org>
3571
3572         * gnulib-tool (func_create_testdir): Add license consistency check.
3573
3574 2006-11-15  Eric Blake  <ebb9@byu.net>
3575
3576         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3577         random "(cached)" in configure output.
3578
3579 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3580
3581         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3582         test for conforming inttypes.h is both announced and cached.
3583
3584         * MODULES.html.sh (seen_modules, seen_files): New variables.
3585         (func_module): Rewrite to use a few less gnulib-tool and sed
3586         invocations.  Avoid a couple of quadratic algorithms for ...
3587         (missed_modules, missed_files): ... these, with ...
3588         (func_append, func_tmpdir): ... these new functions, from
3589         gnulib-tool.  Analogously, install traps for cleanup.
3590
3591         * tests/test-gc.c (main): Remove unused variables.
3592         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3593
3594 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3595
3596         * modules/inttostr (License): Change to LGPL.
3597
3598 2006-11-14  Eric Blake  <ebb9@byu.net>
3599
3600         * modules/tempname (License): Change to LGPL.
3601
3602 2006-11-14  Eric Blake  <ebb9@byu.net>
3603
3604         * doc/functions.texi (Function Portability): *printf functions on
3605         Cygwin now understand all POSIX size specifiers.
3606
3607 2006-11-14  Bruno Haible  <bruno@clisp.org>
3608
3609         * modules/c-ctype (License): Change to LGPL.
3610
3611 2006-11-12  Bruno Haible  <bruno@clisp.org>
3612
3613         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3614         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3615         for GNOME libraries, for which the include files are installed in
3616         subdirectories of $prefix/include.
3617
3618 2006-11-12  Bruno Haible  <bruno@clisp.org>
3619
3620         * m4/lib-link.m4: Require at least autoconf-2.54.
3621         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3622         name to underscores for the --with option.
3623
3624 2006-11-13  Bruno Haible  <bruno@clisp.org>
3625
3626         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3627         the tests directory.
3628         Reported by Ralf Wildenhues.
3629
3630 2006-11-13  Bruno Haible  <bruno@clisp.org>
3631
3632         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3633         (func_emit_initmacro_end): Undo the override here.
3634         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3635         Works around the famous automake error in coreutils.
3636
3637 2006-11-13  Eric Blake  <ebb9@byu.net>
3638
3639         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3640         element, not its node.
3641
3642 2006-11-12  Bruno Haible  <bruno@clisp.org>
3643
3644         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3645         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3646
3647 2006-11-12  Bruno Haible  <bruno@clisp.org>
3648
3649         * gnulib-tool: New option --local-symlink.
3650         (func_usage): Document it.
3651         (lsymbolic): New variable.
3652         (func_import, func_create_testdir): If --symlink was not specified,
3653         test whether --local-symlink was specified and the file comes from
3654         the local_gnulib_dir.
3655
3656 2006-11-12  Bruno Haible  <bruno@clisp.org>
3657
3658         * gnulib-tool (func_ln): New function.
3659         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3660
3661 2006-11-12  Bruno Haible  <bruno@clisp.org>
3662
3663         Finish support for source files in subdirectories.
3664         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3665         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3666         AUTOMAKE_OPTIONS.
3667         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3668
3669 2006-11-12  Bruno Haible  <bruno@clisp.org>
3670
3671         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3672         EXTRA_lib_SOURCES augmentation.
3673         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3674
3675 2006-11-12  Jim Meyering  <jim@meyering.net>
3676
3677         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3678         file descriptors.  This also averts a failure on systems with
3679         native openat support when a traversed directory lacks "x" access.
3680         * lib/fts_.h: Include "i-ring.h"
3681         (struct FTS) [fts_fd_ring]: New member.
3682         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3683         (FCHDIR): Add parentheses.
3684         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3685         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3686         When descending, rather than simply closing the previous
3687         fts_cwd_fd value, push that file descriptor onto the ring.
3688         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3689         (fts_open): Initialize the new fd_ring member.
3690         (fts_close): Clear the ring.
3691         (fts_safe_changedir): When possible, use our new fd_ring to skip
3692         the diropen and fstat and dev/ino comparison that would normally
3693         accompany a virtual `chdir ("..")'.
3694
3695         * modules/fts (Depends-on): Add i-ring.
3696         * modules/i-ring: New module.
3697         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3698         * m4/i-ring.m4: New file.
3699
3700 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3701
3702         * gnulib-tool (func_create_testdir): Fix replacement of
3703         `build-aux' in configure.ac.  Run autotools in gltests
3704         subdirectory.
3705         (func_create_testdir, func_create_megatestdir, test): There is
3706         no need for '--force' in most autotool invocations in a new
3707         tree.  Actually fail the whole test if any of the tools, or the
3708         configure or make stages fail.
3709
3710         Sync from Automake.
3711         * build-aux/gnupload: Revert last change.  Add pointer to upload
3712         instructions of the GNU Maintenance Instructions.
3713         Suggestion by Karl Berry.
3714
3715 2006-11-10  Jim Meyering  <jim@meyering.net>
3716
3717         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3718
3719 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3720
3721         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3722         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3723         (bind_textdomain_codeset) [! ENABLE_NLS]:
3724         Evaluate all the arguments.  That way, callers get compatible behavior
3725         if the arguments have side effects.  Also, it avoids some GCC
3726         diagnostics in some cases; Joel E. Denny reported problems when Bison
3727         was configured with --enable-gcc-warnigs.
3728
3729 2006-11-10  Jim Meyering  <jim@meyering.net>
3730
3731         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3732         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3733         account.
3734
3735 2006-11-10  Jim Meyering  <jim@meyering.net>
3736
3737         * modules/inline: New file/module.
3738         * modules/xalloc (Files): Remove m4/inline.m4.
3739         (Depends-on): Add inline, instead.
3740         * modules/oset: Likewise.
3741         * modules/list: Likewise.
3742
3743 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3744
3745         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3746         Problem reported by Matthew Woehlke.
3747
3748 2006-11-09  Bruno Haible  <bruno@clisp.org>
3749
3750         * lib/tempname.c (gen_tempname): Remove variant that invokes
3751         __gen_tempname.
3752         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3753         __gen_tempname.
3754
3755 2006-11-08  Bruno Haible  <bruno@clisp.org>
3756
3757         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3758         to 'yes' instead of 'cross-compiling'.
3759
3760 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * lib/quotearg.h (quotearg_free): New decl.
3763         * lib/quotearg.c (quotearg_free): New function.
3764         (slot0, nslots, slotvec0, slotvec):
3765         Now file-scope so that quotearg_free can get at them.
3766
3767 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3768
3769         Sync from Automake.
3770         * build-aux/gnupload: Add missing 'gnu' to example URL.
3771         Report by Karl Berry.
3772
3773 2006-11-08  Bruno Haible  <bruno@clisp.org>
3774
3775         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3776         Suggested by Paul Eggert.
3777
3778 2006-11-08  Jim Meyering  <jim@meyering.net>
3779
3780         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3781         It's already included if !_LIBC.
3782         (fts_safe_changedir): Add a comment.
3783
3784 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3785
3786         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3787         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3788         Matthew Woehlke.
3789
3790         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3791         definitions up, to avoid colliding with change below.
3792         (static_inline) [HAVE_INLINE]: New macro.
3793         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3794         Provide extern decls when !HAVE_INLINE.  Do not define unless
3795         static_inline is defined, either by us or by xmalloc.c.  Use
3796         static_inline rather than static inline.
3797         (XCALLOC): Optimize sizeof(T) = 1 case.
3798         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3799
3800 2006-11-07  Bruno Haible  <bruno@clisp.org>
3801
3802         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3803         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3804         AC_C_INLINE.
3805         * modules/xalloc (Files): Add m4/inline.m4.
3806
3807 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3808
3809         * README: Fix typo.
3810         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3811         (Miscellanous Notes): ...from this.
3812
3813 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3814
3815         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3816         Mention that offsetof should be used instead of sizeof.
3817         From Bruno Haible.
3818
3819 2006-11-07  Bruno Haible  <bruno@clisp.org>
3820
3821         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3822
3823 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3824
3825         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3826         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3827         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3828         (gl_tree_add_before, gl_tree_add_after):
3829         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3830         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3831         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3832         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3833         (gl_linked_add_after, gl_linked_add_at): Likewise.
3834         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3835         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3836         (gl_tree_add_before, gl_tree_add_after): Likewise.
3837         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3838         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3839         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3840
3841 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3842
3843         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3844
3845 2006-11-06  Bruno Haible  <bruno@clisp.org>
3846
3847         * m4/inline.m4: New file.
3848         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3849         * modules/list (Files): Add m4/inline.m4.
3850         * modules/oset (Files): Likewise.
3851
3852 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         * lib/idcache.c: Include <stddef.h>, for offsetof.
3855         (struct userid.name): Change from char * to a flexible array member.
3856         All uses changed.
3857         * modules/idcache (Depends-on): Add flexmember.
3858
3859         * MODULES.html.sh (Core language properties): New module flexmember.
3860         * modules/flexmember, m4/flexmember.m4: New files.
3861
3862         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3863         inline functions that are identical with the old xnmalloc_inline,
3864         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3865         that we can avoid some unnecessary integer multiplications and
3866         divisions in the common case where the element size is known at
3867         compile time.
3868         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3869         needed.
3870         (xnboundedmalloc): Remove.
3871         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3872         arguments, for consistency with rest of this header.
3873         (xcharalloc): Rewrite using XNMALLOC.
3874         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3875         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3876         versions have been moved to lib/xalloc.h and renamed to be the
3877         non-*_inline versions.
3878         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3879         and xnrealloc functions, since those functions are now inline and
3880         now call us.
3881         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3882         renaming described above.
3883         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3884         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3885         captures the dependency in AC_C_INLINE.
3886
3887         New module canonicalize-lgpl, proposed by Charles Wilson in
3888         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3889         with a few small changes afterwards.
3890         * MODULES.html.sh (File system functions): New module
3891         canonicalize-lgpl.
3892         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3893         and canonicalize_file_name.
3894         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3895         * modules/canonicalize-lgpl: New files.
3896
3897 2006-11-05  Bruno Haible  <bruno@clisp.org>
3898
3899         * gnulib-tool (func_import, func_create_testdir): Create directories
3900         also for files in subdirectories of lib/.
3901
3902 2006-11-05  Bruno Haible  <bruno@clisp.org>
3903
3904         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3905         ANSI C compliant.
3906
3907 2006-11-03  Bruno Haible  <bruno@clisp.org>
3908
3909         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3910         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3911         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3912         (xnboundedmalloc): New inline function.
3913         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3914         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3915         xmalloc.
3916         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3917         xmalloc.
3918         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3919         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3920         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3921         xmalloc.
3922         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3923         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3924         xmalloc.
3925         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3926         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3927         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3928         xmalloc.
3929         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3930         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3931         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3932         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3933         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3934         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3935         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3936
3937 2006-11-03  Bruno Haible  <bruno@clisp.org>
3938
3939         * lib/c-ctype.h [C++]: Define functions without name mangling.
3940         * lib/fwriteerror.h [C++]: Likewise.
3941         * lib/gcd.h [C++]: Likewise.
3942         * lib/linebreak.h [C++]: Likewise.
3943
3944 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3945
3946         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3947         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3948         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3949         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3950         Check for functions and headers just once.
3951         Check for declaration of canonicalize_file_name.
3952         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3953
3954 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3955
3956         * gnulib-tool (func_import): Fix typo in actioncmd.
3957
3958 2006-11-02  Bruno Haible  <bruno@clisp.org>
3959
3960         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3961         newline sequence in the Makefile.am snippet as a space, like "make"
3962         does.
3963         Reported by Roger Persson <perrog@gmail.com>.
3964
3965 2006-11-01  Bruno Haible  <bruno@clisp.org>
3966
3967         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3968         already declared in <string.h>.
3969         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3970
3971 2006-11-01  Bruno Haible  <bruno@clisp.org>
3972
3973         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3974         * lib/strcase.h: Include <string.h>.
3975         (strcasecmp): Define to rpl_strcasecmp here.
3976
3977 2006-11-01  Bruno Haible  <bruno@clisp.org>
3978
3979         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3980
3981 2006-11-01  Eric Blake  <ebb9@byu.net>
3982
3983         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3984
3985         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3986
3987 2006-10-29  Bruno Haible  <bruno@clisp.org>
3988
3989         Make it compile in C++ mode.
3990         * lib/full-write.c (full_rw): Add a cast.
3991
3992 2006-11-01  Bruno Haible  <bruno@clisp.org>
3993
3994         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3995         be POSIX compliant.
3996         Reported by Roger Persson <perrog@gmail.com>.
3997
3998 2006-11-01  Eric Blake  <ebb9@byu.net>
3999
4000         * lib/getopt_.h: Fix comments.
4001
4002 2006-10-31  Eric Blake  <ebb9@byu.net>
4003
4004         * modules/tmpdir (Depends-on): Add sys_stat.
4005         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
4006         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
4007         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
4008         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
4009         tempname.
4010
4011 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
4012
4013         Avoid some C++ diagnostics reported by Bruno Haible.
4014         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
4015         xmalloc.
4016         (quotearg_alloc): Use xcharalloc rather than xmalloc.
4017         (struct slotvec): Move to top level.
4018         (quotearg_n_options): Rewrite to avoid xmalloc.
4019         * lib/xalloc.h (xcharalloc): New function.
4020         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
4021         [defined __cplusplus]: Add function template that provides result
4022         type propagation.  This part of the change is from Bruno Haible.
4023
4024 2006-10-29  Bruno Haible  <bruno@clisp.org>
4025
4026         Make it compile in C++ mode.
4027         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
4028         * lib/strnlen1.c (strnlen1): Cast memchr result.
4029         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
4030         * lib/clean-temp.c (string_equals, string_hash): Add casts.
4031         (create_temp_dir): Rename local variable 'template'.
4032         (compile_csharp_using_sscli): Add cast.
4033         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
4034         * lib/findprog.c (find_in_path): Likewise.
4035         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
4036         * lib/wait-process.c (register_slave_subprocess): Likewise.
4037
4038 2006-10-22  Bruno Haible  <bruno@clisp.org>
4039
4040         * modules/tsearch: New file.
4041         * lib/tsearch.h: New file.
4042         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
4043         * m4/tsearch.m4: New file.
4044         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
4045
4046 2006-10-29  Eric Blake  <ebb9@byu.net>
4047
4048         * lib/arcfour.c: Assume config.h.
4049         * lib/arctwo.c: Likewise.
4050         * lib/base64.c: Likewise.
4051         * lib/check-version.c: Likewise.
4052         * lib/crc.c: Likewise.
4053         * lib/des.c: Likewise.
4054         * lib/gc-gnulib.c: Likewise.
4055         * lib/gc-libgcrypt.c: Likewise.
4056         * lib/gc-pbkdf2-sha1.c: Likewise.
4057         * lib/getaddrinfo.c: Likewise.
4058         * lib/getdelim.c: Likewise.
4059         * lib/getline.c: Likewise.
4060         * lib/hmac-md5.c: Likewise.
4061         * lib/hmac-sha1.c: Likewise.
4062         * lib/iconvme.c: Likewise.
4063         * lib/md2.c: Likewise.
4064         * lib/md4.c: Likewise.
4065         * lib/memxor.c: Likewise.
4066         * lib/read-file.c: Likewise.
4067         * lib/readline.c: Likewise.
4068         * lib/rijndael-alg-fst.c: Likewise.
4069         * lib/rijndael-api-fst.c: Likewise.
4070         * lib/xgetdomainname.c: Likewise.
4071
4072 2006-10-28  Eric Blake  <ebb9@byu.net>
4073
4074         * lib/xstrndup.c: Assume config.h.
4075
4076 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4077
4078         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4079         stat-macros.h is now for our own macros, whereas stat_h is for
4080         macros in the <sys/stat.h> name space.
4081         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4082         (STAT_MACROS_H): Remove.
4083         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4084         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4085         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4086         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4087         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4088         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4089         Move these macros to ...
4090         * lib/stat_.h: here.  Don't include stat-macros.h.
4091         * lib/canonicalize.c: Don't include stat-macros.h.
4092         * lib/chown.c: Likewise.
4093         * lib/euidaccess.c: Likewise.
4094         * lib/file-type.c: Likewise.
4095         * lib/filemode.c: Likewise.
4096         * lib/glob.c: Likewise.
4097         * lib/isapipe.c: Likewise.
4098         * lib/lchown.c: Likewise.
4099         * lib/lstat.c: Likewise.
4100         * lib/mkdir-p.c: Likewise.
4101         * lib/rmdir.c: Likewise.
4102         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4103         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4104         unless mkdir isn't declared, to speed up 'configure'.
4105         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4106         would define all the S_* symbols.
4107         * modules/canonicalize (Depends-on):
4108         Depend on sys_stat, not stat-macros.
4109         * modules/chown: Likewise.
4110         * modules/euidaccess: Likewise.
4111         * modules/filemode: Likewise.
4112         * modules/file-type: Likewise.
4113         * modules/glob: Likewise.
4114         * modules/isapipe: Likewise.
4115         * modules/lchown: Likewise.
4116         * modules/lstat: Likewise.
4117         * modules/mkancesdirs: Likewise.
4118         * modules/rmdir: Likewise.
4119         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4120         * modules/modechange: Likewise.
4121         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4122         (configure.ac): Remove gl_STAT_MACROS.
4123         * modules/sys_stat (Depends-on): Remove stat-macros.
4124
4125 2006-10-27  Bruno Haible  <bruno@clisp.org>
4126
4127         * m4/signed.m4: Remove file.
4128         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4129         invocation.
4130         * modules/vasnprintf (Files): Remove m4/signed.m4.
4131
4132 2006-10-27  Bruno Haible  <bruno@clisp.org>
4133
4134         Update to GNU gettext 0.16.
4135         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4136         m4/inttypes-h.m4, m4/signed.m4.
4137         * m4/gettext.m4: Update to GNU gettext 0.16.
4138         * m4/intl.m4: New file, from GNU gettext.
4139         * m4/intldir.m4: New file, from GNU gettext.
4140         * config/srclist.txt: Update
4141
4142 2006-10-27  Eric Blake  <ebb9@byu.net>
4143
4144         * MODULES.html.sh: Document tempname.
4145         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4146         dependencies.
4147         (Files): Move lib/tempname.c...
4148         * modules/tempname: ...to this new module.
4149         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4150         (gl_PREREQ_TEMPNAME): Move...
4151         * m4/tempname.m4: ...to this new file.
4152         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4153         * modules/sys_stat (Depends-on): Add stat-macros.
4154         * lib/stat_.h (includes): Pick up stat macros.
4155         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4156         if stat macros are broken.
4157         * lib/tempname.c (includes): No need to include "stat-macros.h".
4158         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4159         (direxists, __path_search) [!_LIBC]: Don't compile these in
4160         gnulib; the tmpdir module covers that.
4161         * lib/tempname.h: New file.
4162
4163 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4164
4165         * COPYING: Explain how gnulib-tool converts licence headers.
4166         Almost all wording by Eric Blake.
4167
4168 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         * lib/mbchar.h (is_basic_table): Make read-only.
4171         * lib/mbchar.c (is_basic_table): Likewise.
4172         Reported by John Darrington.
4173
4174 2006-10-25  Bruno Haible  <bruno@clisp.org>
4175
4176         * lib/progname.h (set_program_name): Undefine before defining.
4177
4178 2006-10-25  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4181         false for non-gcc C++ compilers.
4182         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4183
4184 2006-10-24  Bruno Haible  <bruno@clisp.org>
4185
4186         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4187         iconv implementations like Irix iconv.
4188
4189 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4190
4191         * modules/vararrays: New file.
4192         * m4/vararrays.m4: New file, taken from diffutils.
4193         * MODULES.html.sh: New module vararrays.
4194
4195 2006-10-24  Karl Berry  <karl@gnu.org>
4196
4197         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4198         Don't call GNU Unix.
4199
4200 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4201
4202         * users.txt: Add Libtool.
4203
4204         Sync from Libtool:
4205
4206         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4207
4208         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4209         to gnulib's policy of including config.h unconditionally.
4210
4211 2006-10-24  Bruno Haible  <bruno@clisp.org>
4212
4213         * modules/wcwidth (Files): Add m4/wint_t.m4.
4214         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4215         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4216
4217 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4218
4219         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4220         to pacify GCC with some -W flags enabled.  Problem reported by
4221         Bruno Haible.
4222
4223 2006-10-24  Jim Meyering  <jim@meyering.net>
4224
4225         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4226         Reported by Karl Berry.
4227
4228 2006-10-23  Bruno Haible  <bruno@clisp.org>
4229
4230         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4231
4232 2006-10-24  Bruno Haible  <bruno@clisp.org>
4233
4234         * lib/gl_list.h: Use C comment style, not C++ comment style.
4235
4236 2006-10-23  Eric Blake  <ebb9@byu.net>
4237
4238         * lib/getaddrinfo.c (includes): Add missing include.
4239
4240 2006-10-23  Bruno Haible  <bruno@clisp.org>
4241             Paul Eggert  <eggert@cs.ucla.edu>
4242
4243         Ability to rename obstack_free.
4244         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4245         obstack_free.
4246         (obstack_free): Invoke the __obstack_free macro.
4247         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4248
4249 2006-10-23  Bruno Haible  <bruno@clisp.org>
4250             Paul Eggert  <eggert@cs.ucla.edu>
4251
4252         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4253         __argc, __argv from the declaration. (They are defined as macros on
4254         mingw.)
4255
4256 2006-10-22  Bruno Haible  <bruno@clisp.org>
4257
4258         * doc/gnulib-intro.texi: New file.
4259         * doc/gnulib.texi: Include it.
4260
4261 2006-10-21  Bruno Haible  <bruno@clisp.org>
4262
4263         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4264         "Introduction", "Miscellanous Notes", "Particular Modules".
4265
4266 2006-10-21  Bruno Haible  <bruno@clisp.org>
4267
4268         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4269         Change mostlyclean-local rule to avoid sh syntax error from bash
4270         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4271
4272 2006-10-23  Jim Meyering  <jim@meyering.net>
4273
4274         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4275         in place of snprintf.
4276
4277         * modules/inttostr (Files): Add lib/uinttostr.c.
4278         * lib/uinttostr.c (inttostr): New file/function.
4279         * lib/inttostr.h (uinttostr): Declare.
4280         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4281         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4282         Add uinttostr.
4283         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4284
4285 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         * lib/canonicalize.c (ELOOP): Define if not already defined.
4288         Problem reported by Bruno Haible in
4289         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4290
4291 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4292
4293         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4294         Problem reported by Perry Smith and Ville Laurikari.
4295
4296         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4297         uses.
4298
4299 2006-10-19  Bruno Haible  <bruno@clisp.org>
4300
4301         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4302         for mingw.
4303
4304 2006-10-19  Bruno Haible  <bruno@clisp.org>
4305
4306         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4307         Needed for mingw.
4308
4309 2006-10-19  Bruno Haible  <bruno@clisp.org>
4310
4311         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4312
4313 2006-10-19  Bruno Haible  <bruno@clisp.org>
4314
4315         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4316         it.
4317
4318 2006-10-19  Bruno Haible  <bruno@clisp.org>
4319
4320         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4321         invocation.
4322
4323 2006-10-19  Bruno Haible  <bruno@clisp.org>
4324
4325         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4326         mountlist by default.
4327
4328 2006-10-16  Bruno Haible  <bruno@clisp.org>
4329
4330         * lib/c-strstr.c: Include c-strstr.h.
4331
4332 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4333
4334         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4335         in a slash.
4336
4337 2006-10-18  Bruno Haible  <bruno@clisp.org>
4338
4339         * lib/lock.h [C++]: Wrap definitions in extern "C".
4340
4341 2006-10-18  Bruno Haible  <bruno@clisp.org>
4342
4343         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4344         gl_LIBOBJS list.
4345
4346 2006-10-18  Bruno Haible  <bruno@clisp.org>
4347
4348         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4349
4350 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4351
4352         * lib/xstrtol.h: Include gettext.h.
4353         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4354         Problem reported by Eric Blake.
4355         * modules/xstrtol (Depends-on): Add gettext-h.
4356
4357 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4358
4359         * lib/strftime.c (advance): New macro.
4360         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4361         incomplete type, so you can't add 0 to it.  Problem and patch
4362         reported by Eelco Dolstra for dietlibc.
4363
4364 2006-10-18  Jim Meyering  <jim@meyering.net>
4365
4366         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4367         type for a local, and rename it: s/up/user_proc/.
4368
4369 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4370
4371         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4372         READ_UTMP_USER_PROCESS.
4373         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4374
4375 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4376
4377         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4378         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4379
4380 2006-10-17  Eric Blake  <ebb9@byu.net>
4381
4382         * lib/sigprocmask.c (sigprocmask): Fix typo.
4383
4384         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4385
4386         * modules/clean-temp (Makefile.am): Don't add to make output...
4387         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4388         config.h.
4389
4390 2006-10-17  Bruno Haible  <bruno@clisp.org>
4391
4392         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4393         differently if DEFAULT_TEXT_DOMAIN is set.
4394
4395 2006-10-16  Bruno Haible  <bruno@clisp.org>
4396
4397         * lib/clean-temp.c: Include fwriteerror.h.
4398
4399 2006-10-16  Bruno Haible  <bruno@clisp.org>
4400
4401         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4402
4403 2006-10-16  Bruno Haible  <bruno@clisp.org>
4404
4405         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4406         * lib/sigprocmask.h: Include <sys/types.h>.
4407         (sigset_t): Use the system's definition if present.
4408
4409 2006-10-17  Eric Blake  <ebb9@byu.net>
4410
4411         * lib/xvasprintf.c (includes): Assume config.h.
4412         * lib/xasprintf.c (includes): Likewise.
4413
4414 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4415
4416         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4417         at least as wide as intmax_t.
4418
4419 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4420
4421         (Imported from Automake.)
4422         * build-aux/gnupload: Update to version 1.1 of directive file.
4423
4424 2006-10-16  Eric Blake  <ebb9@byu.net>
4425
4426         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4427         match Automake 1.10a.
4428
4429 2006-10-14  Bruno Haible  <bruno@clisp.org>
4430
4431         * modules/sigprocmask: New file.
4432         * lib/sigprocmask.h: New file.
4433         * lib/sigprocmask.c: New file.
4434         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4435         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4436         request sigprocmask.o.
4437         (gl_PREREQ_SIGPROCMASK): New macro.
4438         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4439         (Depends-on): Add sigprocmask.
4440         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4441         gt_SIGNALBLOCKING. Test for 'raise' only once.
4442         * lib/fatal-signal.c: Include sigprocmask.h.
4443         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4444         unblock_fatal_signals): Define always.
4445         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4446         sigprocmask.
4447
4448 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4449
4450         Sync from Automake.
4451         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4452         which incorrectly sets the mode of an existing destination
4453         directory.  In some cases the unpatched install-sh could do the
4454         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4455         system.  We hope this is rare in practice, but it's clearly worth
4456         fixing.  Problem reported by Alex Unleashed in
4457         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4458         Also, don't bother to check for -m bugs unless we're using -m;
4459         suggested by Stepan Kasal.
4460
4461 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4462
4463         Sync from Automake.
4464         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4465         `-c' flag, so they appear at the same position as in %FASTDEP%
4466         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4467         which ignores unknown options only after the first non-option.
4468         Bug report against M4 by Nelson H. F. Beebe.
4469
4470 2006-10-13  Jim Meyering  <jim@meyering.net>
4471
4472         Fix a bug in yesterday's change.
4473         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4474         p->fts_statp->st_dev would be used uninitialized.
4475         Ensures that we always call fts_stat on the very first entry.
4476         Miklos Szeredi reported that find -xdev stopped working.
4477
4478 2006-10-12  Bruno Haible  <bruno@clisp.org>
4479
4480         * gnulib-tool (func_get_automake_snippet): Append an automatically
4481         computed EXTRA_DIST augmentation.
4482         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4483         * modules/alloca-opt (Makefile.am): Likewise.
4484         * modules/allocsa (Makefile.am): Likewise.
4485         * modules/arcfour (Makefile.am): Likewise.
4486         * modules/arctwo (Makefile.am): Likewise.
4487         * modules/argmatch (Makefile.am): Likewise.
4488         * modules/argz (Makefile.am): Likewise.
4489         * modules/atexit (Makefile.am): Likewise.
4490         * modules/backupfile (Makefile.am): Likewise.
4491         * modules/byteswap (Makefile.am): Likewise.
4492         * modules/c-strtod (Makefile.am): Likewise.
4493         * modules/c-strtold (Makefile.am): Likewise.
4494         * modules/calloc (Makefile.am): Likewise.
4495         * modules/canon-host (Makefile.am): Likewise.
4496         * modules/canonicalize (Makefile.am): Likewise.
4497         * modules/chdir-long (Makefile.am): Likewise.
4498         * modules/chdir-safer (Makefile.am): Likewise.
4499         * modules/check-version (Makefile.am): Likewise.
4500         * modules/chown (Makefile.am): Likewise.
4501         * modules/cloexec (Makefile.am): Likewise.
4502         * modules/close-stream (Makefile.am): Likewise.
4503         * modules/closeout (Makefile.am): Likewise.
4504         * modules/crc (Makefile.am): Likewise.
4505         * modules/csharpexec (Makefile.am): Likewise.
4506         * modules/cycle-check (Makefile.am): Likewise.
4507         * modules/des (Makefile.am): Likewise.
4508         * modules/dev-ino (Makefile.am): Likewise.
4509         * modules/dirfd (Makefile.am): Likewise.
4510         * modules/dirname (Makefile.am): Likewise.
4511         * modules/dup2 (Makefile.am): Likewise.
4512         * modules/eealloc (Makefile.am): Likewise.
4513         * modules/error (Makefile.am): Likewise.
4514         * modules/euidaccess (Makefile.am): Likewise.
4515         * modules/exclude (Makefile.am): Likewise.
4516         * modules/exitfail (Makefile.am): Likewise.
4517         * modules/fcntl-safer (Makefile.am): Likewise.
4518         * modules/fcntl (Makefile.am): Likewise.
4519         * modules/file-type (Makefile.am): Likewise.
4520         * modules/fileblocks (Makefile.am): Likewise.
4521         * modules/filemode (Makefile.am): Likewise.
4522         * modules/filenamecat (Makefile.am): Likewise.
4523         * modules/fnmatch (Makefile.am): Likewise.
4524         * modules/fopen-safer (Makefile.am): Likewise.
4525         * modules/fpending (Makefile.am): Likewise.
4526         * modules/fprintftime (Makefile.am): Likewise.
4527         * modules/free (Makefile.am): Likewise.
4528         * modules/fsusage (Makefile.am): Likewise.
4529         * modules/ftruncate (Makefile.am): Likewise.
4530         * modules/fts (Makefile.am): Likewise.
4531         * modules/gc-arcfour (Makefile.am): Likewise.
4532         * modules/gc-des (Makefile.am): Likewise.
4533         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4534         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4535         * modules/gc-md4 (Makefile.am): Likewise.
4536         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4537         * modules/gc-sha1 (Makefile.am): Likewise.
4538         * modules/gc (Makefile.am): Likewise.
4539         * modules/getaddrinfo (Makefile.am): Likewise.
4540         * modules/getcwd (Makefile.am): Likewise.
4541         * modules/getdelim (Makefile.am): Likewise.
4542         * modules/getdomainname (Makefile.am): Likewise.
4543         * modules/getgroups (Makefile.am): Likewise.
4544         * modules/gethostname (Makefile.am): Likewise.
4545         * modules/gethrxtime (Makefile.am): Likewise.
4546         * modules/getline (Makefile.am): Likewise.
4547         * modules/getloadavg (Makefile.am): Likewise.
4548         * modules/getlogin_r (Makefile.am): Likewise.
4549         * modules/getndelim2 (Makefile.am): Likewise.
4550         * modules/getopt (Makefile.am): Likewise.
4551         * modules/getpagesize (Makefile.am): Likewise.
4552         * modules/getpass-gnu (Makefile.am): Likewise.
4553         * modules/getpass (Makefile.am): Likewise.
4554         * modules/getsubopt (Makefile.am): Likewise.
4555         * modules/gettime (Makefile.am): Likewise.
4556         * modules/gettimeofday (Makefile.am): Likewise.
4557         * modules/getugroups (Makefile.am): Likewise.
4558         * modules/getusershell (Makefile.am): Likewise.
4559         * modules/glob (Makefile.am): Likewise.
4560         * modules/group-member (Makefile.am): Likewise.
4561         * modules/hard-locale (Makefile.am): Likewise.
4562         * modules/hash (Makefile.am): Likewise.
4563         * modules/hmac-md5 (Makefile.am): Likewise.
4564         * modules/hmac-sha1 (Makefile.am): Likewise.
4565         * modules/human (Makefile.am): Likewise.
4566         * modules/idcache (Makefile.am): Likewise.
4567         * modules/imaxabs (Makefile.am): Likewise.
4568         * modules/imaxdiv (Makefile.am): Likewise.
4569         * modules/inet_ntop (Makefile.am): Likewise.
4570         * modules/inet_pton (Makefile.am): Likewise.
4571         * modules/intprops (Makefile.am): Likewise.
4572         * modules/inttostr (Makefile.am): Likewise.
4573         * modules/inttypes (Makefile.am): Likewise.
4574         * modules/isapipe (Makefile.am): Likewise.
4575         * modules/javaversion (Makefile.am): Likewise.
4576         * modules/lchmod (Makefile.am): Likewise.
4577         * modules/lchown (Makefile.am): Likewise.
4578         * modules/localcharset (Makefile.am): Likewise.
4579         * modules/long-options (Makefile.am): Likewise.
4580         * modules/lstat (Makefile.am): Likewise.
4581         * modules/malloc (Makefile.am): Likewise.
4582         * modules/mathl (Makefile.am): Likewise.
4583         * modules/mbchar (Makefile.am): Likewise.
4584         * modules/md2 (Makefile.am): Likewise.
4585         * modules/md4 (Makefile.am): Likewise.
4586         * modules/md5 (Makefile.am): Likewise.
4587         * modules/memcasecmp (Makefile.am): Likewise.
4588         * modules/memchr (Makefile.am): Likewise.
4589         * modules/memcmp (Makefile.am): Likewise.
4590         * modules/memcoll (Makefile.am): Likewise.
4591         * modules/memcpy (Makefile.am): Likewise.
4592         * modules/memmem (Makefile.am): Likewise.
4593         * modules/memmove (Makefile.am): Likewise.
4594         * modules/mempcpy (Makefile.am): Likewise.
4595         * modules/memrchr (Makefile.am): Likewise.
4596         * modules/memset (Makefile.am): Likewise.
4597         * modules/memxor (Makefile.am): Likewise.
4598         * modules/mkancesdirs (Makefile.am): Likewise.
4599         * modules/mkdir-p (Makefile.am): Likewise.
4600         * modules/mkdir (Makefile.am): Likewise.
4601         * modules/mkdtemp (Makefile.am): Likewise.
4602         * modules/mkstemp (Makefile.am): Likewise.
4603         * modules/mktime (Makefile.am): Likewise.
4604         * modules/modechange (Makefile.am): Likewise.
4605         * modules/mountlist (Makefile.am): Likewise.
4606         * modules/nanosleep (Makefile.am): Likewise.
4607         * modules/obstack (Makefile.am): Likewise.
4608         * modules/openat (Makefile.am): Likewise.
4609         * modules/pagealign_alloc (Makefile.am): Likewise.
4610         * modules/pathmax (Makefile.am): Likewise.
4611         * modules/physmem (Makefile.am): Likewise.
4612         * modules/poll (Makefile.am): Likewise.
4613         * modules/posixtm (Makefile.am): Likewise.
4614         * modules/posixver (Makefile.am): Likewise.
4615         * modules/putenv (Makefile.am): Likewise.
4616         * modules/quote (Makefile.am): Likewise.
4617         * modules/quotearg (Makefile.am): Likewise.
4618         * modules/raise (Makefile.am): Likewise.
4619         * modules/read-file (Makefile.am): Likewise.
4620         * modules/readline (Makefile.am): Likewise.
4621         * modules/readlink (Makefile.am): Likewise.
4622         * modules/readtokens (Makefile.am): Likewise.
4623         * modules/readutmp (Makefile.am): Likewise.
4624         * modules/realloc (Makefile.am): Likewise.
4625         * modules/regex (Makefile.am): Likewise.
4626         * modules/rename-dest-slash (Makefile.am): Likewise.
4627         * modules/rename (Makefile.am): Likewise.
4628         * modules/rijndael (Makefile.am): Likewise.
4629         * modules/rmdir (Makefile.am): Likewise.
4630         * modules/rpmatch (Makefile.am): Likewise.
4631         * modules/safe-read (Makefile.am): Likewise.
4632         * modules/safe-write (Makefile.am): Likewise.
4633         * modules/same-inode (Makefile.am): Likewise.
4634         * modules/same (Makefile.am): Likewise.
4635         * modules/save-cwd (Makefile.am): Likewise.
4636         * modules/savedir (Makefile.am): Likewise.
4637         * modules/setenv (Makefile.am): Likewise.
4638         * modules/settime (Makefile.am): Likewise.
4639         * modules/sha1 (Makefile.am): Likewise.
4640         * modules/sig2str (Makefile.am): Likewise.
4641         * modules/snprintf (Makefile.am): Likewise.
4642         * modules/stat-macros (Makefile.am): Likewise.
4643         * modules/stat-time (Makefile.am): Likewise.
4644         * modules/stdbool (Makefile.am): Likewise.
4645         * modules/stdint (Makefile.am): Likewise.
4646         * modules/stdlib-safer (Makefile.am): Likewise.
4647         * modules/stpcpy (Makefile.am): Likewise.
4648         * modules/stpncpy (Makefile.am): Likewise.
4649         * modules/strcase (Makefile.am): Likewise.
4650         * modules/strcasestr (Makefile.am): Likewise.
4651         * modules/strchrnul (Makefile.am): Likewise.
4652         * modules/strcspn (Makefile.am): Likewise.
4653         * modules/strdup (Makefile.am): Likewise.
4654         * modules/strerror (Makefile.am): Likewise.
4655         * modules/strftime (Makefile.am): Likewise.
4656         * modules/strndup (Makefile.am): Likewise.
4657         * modules/strnlen (Makefile.am): Likewise.
4658         * modules/strpbrk (Makefile.am): Likewise.
4659         * modules/strsep (Makefile.am): Likewise.
4660         * modules/strstr (Makefile.am): Likewise.
4661         * modules/strtod (Makefile.am): Likewise.
4662         * modules/strtoimax (Makefile.am): Likewise.
4663         * modules/strtok_r (Makefile.am): Likewise.
4664         * modules/strtol (Makefile.am): Likewise.
4665         * modules/strtoll (Makefile.am): Likewise.
4666         * modules/strtoul (Makefile.am): Likewise.
4667         * modules/strtoull (Makefile.am): Likewise.
4668         * modules/strtoumax (Makefile.am): Likewise.
4669         * modules/strverscmp (Makefile.am): Likewise.
4670         * modules/sys_socket (Makefile.am): Likewise.
4671         * modules/sys_stat (Makefile.am): Likewise.
4672         * modules/sysexits (Makefile.am): Likewise.
4673         * modules/time_r (Makefile.am): Likewise.
4674         * modules/timegm (Makefile.am): Likewise.
4675         * modules/timespec (Makefile.am): Likewise.
4676         * modules/tmpfile-safer (Makefile.am): Likewise.
4677         * modules/trim (Makefile.am): Likewise.
4678         * modules/unistd-safer (Makefile.am): Likewise.
4679         * modules/unlinkdir (Makefile.am): Likewise.
4680         * modules/unlocked-io (Makefile.am): Likewise.
4681         * modules/userspec (Makefile.am): Likewise.
4682         * modules/utime (Makefile.am): Likewise.
4683         * modules/utimecmp (Makefile.am): Likewise.
4684         * modules/utimens (Makefile.am): Likewise.
4685         * modules/vasnprintf (Makefile.am): Likewise.
4686         * modules/vasprintf (Makefile.am): Likewise.
4687         * modules/vsnprintf (Makefile.am): Likewise.
4688         * modules/xalloc (Makefile.am): Likewise.
4689         * modules/xgetcwd (Makefile.am): Likewise.
4690         * modules/xnanosleep (Makefile.am): Likewise.
4691         * modules/xreadlink (Makefile.am): Likewise.
4692         * modules/xstrtod (Makefile.am): Likewise.
4693         * modules/xstrtol (Makefile.am): Likewise.
4694         * modules/xstrtold (Makefile.am): Likewise.
4695         * modules/yesno (Makefile.am): Likewise.
4696         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4697
4698 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4699
4700         * modules/error (Makefile.am): Distribute files through
4701         EXTRA_DIST, not lib_SOURCES.
4702
4703 2006-10-12  Eric Blake  <ebb9@byu.net>
4704
4705         * modules/error (Makefile.am): Distribute files in /lib.
4706         * modules/obstack (Makefile.am): Likewise.
4707
4708 2006-10-12  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/acl (Makefile.am): Distribute all files in lib/ through
4711         EXTRA_DIST.
4712         * modules/arcfour (Makefile.am): Likewise.
4713         * modules/arctwo (Makefile.am): Likewise.
4714         * modules/argmatch (Makefile.am): Likewise.
4715         * modules/argz (Makefile.am): Likewise.
4716         * modules/atexit (Makefile.am): Likewise.
4717         * modules/backupfile (Makefile.am): Likewise.
4718         * modules/c-strtod (Makefile.am): Likewise.
4719         * modules/c-strtold (Makefile.am): Likewise.
4720         * modules/calloc (Makefile.am): Likewise.
4721         * modules/canon-host (Makefile.am): Likewise.
4722         * modules/canonicalize (Makefile.am): Likewise.
4723         * modules/chdir-long (Makefile.am): Likewise.
4724         * modules/chdir-safer (Makefile.am): Likewise.
4725         * modules/check-version (Makefile.am): Likewise.
4726         * modules/chown (Makefile.am): Likewise.
4727         * modules/cloexec (Makefile.am): Likewise.
4728         * modules/close-stream (Makefile.am): Likewise.
4729         * modules/closeout (Makefile.am): Likewise.
4730         * modules/crc (Makefile.am): Likewise.
4731         * modules/cycle-check (Makefile.am): Likewise.
4732         * modules/des (Makefile.am): Likewise.
4733         * modules/dirfd (Makefile.am): Likewise.
4734         * modules/dirname (Makefile.am): Likewise.
4735         * modules/dup2 (Makefile.am): Likewise.
4736         * modules/euidaccess (Makefile.am): Likewise.
4737         * modules/exclude (Makefile.am): Likewise.
4738         * modules/exitfail (Makefile.am): Likewise.
4739         * modules/fcntl-safer (Makefile.am): Likewise.
4740         * modules/file-type (Makefile.am): Likewise.
4741         * modules/fileblocks (Makefile.am): Likewise.
4742         * modules/filemode (Makefile.am): Likewise.
4743         * modules/filenamecat (Makefile.am): Likewise.
4744         * modules/fnmatch (Makefile.am): Likewise.
4745         * modules/fopen-safer (Makefile.am): Likewise.
4746         * modules/fpending (Makefile.am): Likewise.
4747         * modules/fprintftime (Makefile.am): Likewise.
4748         * modules/free (Makefile.am): Likewise.
4749         * modules/fsusage (Makefile.am): Likewise.
4750         * modules/ftruncate (Makefile.am): Likewise.
4751         * modules/fts (Makefile.am): Likewise.
4752         * modules/gc (Makefile.am): Likewise.
4753         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4754         * modules/getaddrinfo (Makefile.am): Likewise.
4755         * modules/getcwd (Makefile.am): Likewise.
4756         * modules/getdelim (Makefile.am): Likewise.
4757         * modules/getdomainname (Makefile.am): Likewise.
4758         * modules/getgroups (Makefile.am): Likewise.
4759         * modules/gethostname (Makefile.am): Likewise.
4760         * modules/gethrxtime (Makefile.am): Likewise.
4761         * modules/getline (Makefile.am): Likewise.
4762         * modules/getloadavg (Makefile.am): Likewise.
4763         * modules/getlogin_r (Makefile.am): Likewise.
4764         * modules/getopt (Makefile.am): Likewise.
4765         * modules/getpass (Makefile.am): Likewise.
4766         * modules/getpass-gnu (Makefile.am): Likewise.
4767         * modules/getsubopt (Makefile.am): Likewise.
4768         * modules/gettime (Makefile.am): Likewise.
4769         * modules/gettimeofday (Makefile.am): Likewise.
4770         * modules/getugroups (Makefile.am): Likewise.
4771         * modules/getusershell (Makefile.am): Likewise.
4772         * modules/glob (Makefile.am): Likewise.
4773         * modules/group-member (Makefile.am): Likewise.
4774         * modules/hard-locale (Makefile.am): Likewise.
4775         * modules/hash (Makefile.am): Likewise.
4776         * modules/hmac-md5 (Makefile.am): Likewise.
4777         * modules/hmac-sha1 (Makefile.am): Likewise.
4778         * modules/human (Makefile.am): Likewise.
4779         * modules/idcache (Makefile.am): Likewise.
4780         * modules/imaxabs (Makefile.am): Likewise.
4781         * modules/imaxdiv (Makefile.am): Likewise.
4782         * modules/inet_ntop (Makefile.am): Likewise.
4783         * modules/inet_pton (Makefile.am): Likewise.
4784         * modules/inttostr (Makefile.am): Likewise.
4785         * modules/isapipe (Makefile.am): Likewise.
4786         * modules/lchown (Makefile.am): Likewise.
4787         * modules/long-options (Makefile.am): Likewise.
4788         * modules/lstat (Makefile.am): Likewise.
4789         * modules/malloc (Makefile.am): Likewise.
4790         * modules/mathl (Makefile.am): Likewise.
4791         * modules/mbchar (Makefile.am): Likewise.
4792         * modules/md2 (Makefile.am): Likewise.
4793         * modules/md4 (Makefile.am): Likewise.
4794         * modules/md5 (Makefile.am): Likewise.
4795         * modules/memcasecmp (Makefile.am): Likewise.
4796         * modules/memchr (Makefile.am): Likewise.
4797         * modules/memcmp (Makefile.am): Likewise.
4798         * modules/memcoll (Makefile.am): Likewise.
4799         * modules/memcpy (Makefile.am): Likewise.
4800         * modules/memmem (Makefile.am): Likewise.
4801         * modules/memmove (Makefile.am): Likewise.
4802         * modules/mempcpy (Makefile.am): Likewise.
4803         * modules/memrchr (Makefile.am): Likewise.
4804         * modules/memset (Makefile.am): Likewise.
4805         * modules/memxor (Makefile.am): Likewise.
4806         * modules/mkancesdirs (Makefile.am): Likewise.
4807         * modules/mkdir (Makefile.am): Likewise.
4808         * modules/mkdir-p (Makefile.am): Likewise.
4809         * modules/mkdtemp (Makefile.am): Likewise.
4810         * modules/mkstemp (Makefile.am): Likewise.
4811         * modules/mktime (Makefile.am): Likewise.
4812         * modules/modechange (Makefile.am): Likewise.
4813         * modules/mountlist (Makefile.am): Likewise.
4814         * modules/nanosleep (Makefile.am): Likewise.
4815         * modules/openat (Makefile.am): Likewise.
4816         * modules/pagealign_alloc (Makefile.am): Likewise.
4817         * modules/physmem (Makefile.am): Likewise.
4818         * modules/poll (Makefile.am): Likewise.
4819         * modules/posixtm (Makefile.am): Likewise.
4820         * modules/posixver (Makefile.am): Likewise.
4821         * modules/putenv (Makefile.am): Likewise.
4822         * modules/quote (Makefile.am): Likewise.
4823         * modules/quotearg (Makefile.am): Likewise.
4824         * modules/raise (Makefile.am): Likewise.
4825         * modules/read-file (Makefile.am): Likewise.
4826         * modules/readline (Makefile.am): Likewise.
4827         * modules/readlink (Makefile.am): Likewise.
4828         * modules/readtokens (Makefile.am): Likewise.
4829         * modules/readutmp (Makefile.am): Likewise.
4830         * modules/realloc (Makefile.am): Likewise.
4831         * modules/regex (Makefile.am): Likewise.
4832         * modules/rename (Makefile.am): Likewise.
4833         * modules/rename-dest-slash (Makefile.am): Likewise.
4834         * modules/rijndael (Makefile.am): Likewise.
4835         * modules/rmdir (Makefile.am): Likewise.
4836         * modules/rpmatch (Makefile.am): Likewise.
4837         * modules/safe-read (Makefile.am): Likewise.
4838         * modules/safe-write (Makefile.am): Likewise.
4839         * modules/same (Makefile.am): Likewise.
4840         * modules/save-cwd (Makefile.am): Likewise.
4841         * modules/savedir (Makefile.am): Likewise.
4842         * modules/setenv (Makefile.am): Likewise.
4843         * modules/settime (Makefile.am): Likewise.
4844         * modules/sha1 (Makefile.am): Likewise.
4845         * modules/sig2str (Makefile.am): Likewise.
4846         * modules/snprintf (Makefile.am): Likewise.
4847         * modules/stdlib-safer (Makefile.am): Likewise.
4848         * modules/stpcpy (Makefile.am): Likewise.
4849         * modules/stpncpy (Makefile.am): Likewise.
4850         * modules/strcase (Makefile.am): Likewise.
4851         * modules/strcasestr (Makefile.am): Likewise.
4852         * modules/strchrnul (Makefile.am): Likewise.
4853         * modules/strcspn (Makefile.am): Likewise.
4854         * modules/strdup (Makefile.am): Likewise.
4855         * modules/strerror (Makefile.am): Likewise.
4856         * modules/strftime (Makefile.am): Likewise.
4857         * modules/strndup (Makefile.am): Likewise.
4858         * modules/strnlen (Makefile.am): Likewise.
4859         * modules/strpbrk (Makefile.am): Likewise.
4860         * modules/strsep (Makefile.am): Likewise.
4861         * modules/strstr (Makefile.am): Likewise.
4862         * modules/strtod (Makefile.am): Likewise.
4863         * modules/strtoimax (Makefile.am): Likewise.
4864         * modules/strtok_r (Makefile.am): Likewise.
4865         * modules/strtol (Makefile.am): Likewise.
4866         * modules/strtoll (Makefile.am): Likewise.
4867         * modules/strtoul (Makefile.am): Likewise.
4868         * modules/strtoull (Makefile.am): Likewise.
4869         * modules/strtoumax (Makefile.am): Likewise.
4870         * modules/strverscmp (Makefile.am): Likewise.
4871         * modules/time_r (Makefile.am): Likewise.
4872         * modules/timegm (Makefile.am): Likewise.
4873         * modules/tmpfile-safer (Makefile.am): Likewise.
4874         * modules/unistd-safer (Makefile.am): Likewise.
4875         * modules/unlinkdir (Makefile.am): Likewise.
4876         * modules/userspec (Makefile.am): Likewise.
4877         * modules/utime (Makefile.am): Likewise.
4878         * modules/utimecmp (Makefile.am): Likewise.
4879         * modules/utimens (Makefile.am): Likewise.
4880         * modules/vasnprintf (Makefile.am): Likewise.
4881         * modules/vasprintf (Makefile.am): Likewise.
4882         * modules/vsnprintf (Makefile.am): Likewise.
4883         * modules/xalloc (Makefile.am): Likewise.
4884         * modules/xgetcwd (Makefile.am): Likewise.
4885         * modules/xnanosleep (Makefile.am): Likewise.
4886         * modules/xreadlink (Makefile.am): Likewise.
4887         * modules/xstrtod (Makefile.am): Likewise.
4888         * modules/xstrtol (Makefile.am): Likewise.
4889         * modules/xstrtold (Makefile.am): Likewise.
4890         * modules/yesno (Makefile.am): Likewise.
4891
4892 2006-10-12  Jim Meyering  <jim@meyering.net>
4893
4894         * m4/getloadavg.m4: Revert the change below.
4895
4896         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4897         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4898         fail with a symlink, which is what coreutils' ./bootstrap now
4899         creates by default.
4900
4901 2006-10-12  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4904         mingw.
4905         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4906         MSVC and mingw explicitly.
4907
4908 2006-10-11  Simon Josefsson  <jas@extundo.com>
4909             Bruno Haible  <bruno@clisp.org>
4910
4911         Add support for multiple gnulib-tool invocations in the scope of a
4912         single configure.ac file.
4913         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4914         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4915         with the same contents as the _LIBADD variable.
4916         (func_emit_initmacro_start, func_emit_initmacro_end,
4917         func_emit_initmacro_done): New functions.
4918         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4919         gl_LIBOBJS and gl_LTLIBOBJS.
4920
4921 2006-10-11  Bruno Haible  <bruno@clisp.org>
4922
4923         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4924         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4925         autoreconf. Instead, invoke autopoint explicitly but move back the
4926         *.m4 files from gnulib.
4927
4928 2006-10-11  Bruno Haible  <bruno@clisp.org>
4929
4930         * gnulib-tool (func_usage): Make module names after --create-testdir
4931         optional.
4932         (func_create_testdir): If no module was specified, use nearly all
4933         modules.
4934
4935 2006-10-12  Jim Meyering  <jim@meyering.net>
4936
4937         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4938         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4939         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4940         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4941         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4942         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4943         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4944         (fts_set_stat_required): New function.
4945         (fts_open): Defer the calls to fts_stat, if possible or requested.
4946         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4947         into fts_stat itself.
4948         (fts_read): Perform any required (deferred) fts_stat call.
4949         (fts_build): Likewise, for the directory we're about to open and read.
4950         In the readdir loop, carefully decide whether each entry will require
4951         an eventual call to fts_stat, using dirent.d_type info if available.
4952         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4953         a command line argument into this function.  Update all callers.
4954         Map a return value of FTS_DOT to FTS_D for a command line argument.
4955         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4956         Thanks to Miklos Szeredi for his tenacity and for the initial
4957         bug report about "find" failing on a FUSE-based file system.
4958
4959         * lib/fts.c (fts_open): Use consistent indentation.
4960
4961 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4962
4963         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4964         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4965         reported by Jim Meyering.  All uses of cache variables renamed
4966         to match Autoconf's.
4967         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4968         the other one.
4969
4970         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4971         Fix misspelling in diagnostic.
4972
4973 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4974
4975         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4976         defined.  Problem reported by Matthew Woehlke.
4977
4978         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4979         Add support for Tandem NonStop R series.
4980         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4981         Use new macro.
4982
4983         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4984         (has_trailing_slash): Omit size arg; all callers changed.
4985         Omit 'inline', since it doesn't help performance and we'd
4986         need to configure it.
4987         Don't count //, ///, etc. as having a trailing slash.
4988         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4989         (rpl_rename_dest_slash): On failure, use rename's errno rather
4990         than (in some cases) an incorrect or junk errno.
4991         Simplify code by removing need to compute length; this does
4992         cause it to make two passes instead of one over the file name,
4993         but it's worth it.
4994
4995         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4996         change, since Autoconf's version may no longer be appropriate now
4997         that we are using CVS Autoconf's version.  Add support for Tandem.
4998
4999 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5000             Bruno Haible  <bruno@clisp.org>
5001
5002         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
5003         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
5004         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
5005         gl_AC_TYPE_LONG_LONG.
5006
5007         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
5008         instead of HAVE_LONG_LONG.
5009         * lib/printf-args.c (printf_fetchargs): Likewise.
5010         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
5011         * lib/vasnprintf.c (VASNPRINTF): Likewise.
5012         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
5013         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
5014         gl_AC_TYPE_LONG_LONG.
5015
5016 2006-10-11  Bruno Haible  <bruno@clisp.org>
5017
5018         * m4/longlong.m4: Add comments.
5019         * m4/ulonglong.m4: Likewise.
5020
5021 2006-10-10  Bruno Haible  <bruno@clisp.org>
5022
5023         Make it possible to #define stpcpy, strdup to aliases.
5024         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
5025         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
5026
5027 2006-10-10  Bruno Haible  <bruno@clisp.org>
5028
5029         Make it possible to #define gcd to an alias.
5030         * lib/gcd.c: Include config.h.
5031
5032 2006-10-10  Bruno Haible  <bruno@clisp.org>
5033
5034         Make it possible to #define c_isascii to an alias.
5035         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
5036         defined. Undefine the macros before defining them, to avoid gcc
5037         warnings.
5038         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
5039         define NO_C_CTYPE_MACROS early.
5040
5041 2006-10-10  Bruno Haible  <bruno@clisp.org>
5042
5043         Make it possible to #define set_program_name to an alias.
5044         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5045         ENABLE_RELOCATABLE early.
5046
5047 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         Port to Tandem NSK OSS, which has 64-bit signed int but at most
5050         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
5051         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
5052         More generally, don't assume that 64-bit signed int is available
5053         if unsigned int is, and vice versa.
5054         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
5055         unsigned symbols, not on their signed counterparts.
5056         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
5057         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5058         (UINT64_C, UINTMAX_C):
5059         Likewise.
5060         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5061         unsigned counterparts.
5062         (Have_long_long, Unsigned): New macros.
5063         (Int): Renamed from INT.
5064         (strtoimax): Use the new macros.
5065         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5066         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5067         * modules/inttypes (inttypes.h): Substitute
5068         HAVE_UNSIGNED_LONG_LONG_INT.
5069         * modules/stdint (stdint.h): Likewise.
5070         (Files): Add m4/ulonglong.m4.
5071
5072 2006-10-10  Bruno Haible  <bruno@clisp.org>
5073
5074         Fix a gcc -Wshadow warning.
5075         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5076         to 'bucket'.
5077         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5078         gl_linked_indexof_from_to): Likewise.
5079         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5080         Likewise.
5081         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5082         Likewise.
5083         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5084         Reported by Eric Blake.
5085
5086 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5089         for NetBSD.  Problem reported by Bruno Haible.
5090
5091 2006-10-09  Jim Meyering  <jim@meyering.net>
5092
5093         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5094         Patch from Bruno Haible.
5095
5096 2006-10-09  Jim Meyering  <jim@meyering.net>
5097
5098         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5099         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5100         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5101
5102 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5103
5104         Don't include <config.h> twice; this doesn't work in some cases,
5105         e.g., when config.h has "#define intmax_t long long int" and
5106         we include <config.h>, <inttypes.h>, <config.h> in that order.
5107         Problem reported by Matthew Woehlke in:
5108         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5109         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5110         * lib/fts-cycle.c: Don't include config.h.
5111         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5112         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5113         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5114         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5115         inttypes.h.
5116         * lib/xstrtoumax.c: Likewise.
5117         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5118         __strtol and the like, so that this module is more like its siblings.
5119         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5120         Remove; no longer needed now that we assume gnulib inttypes.h.
5121
5122 2006-10-08  Bruno Haible  <bruno@clisp.org>
5123
5124         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5125         option.
5126
5127 2006-10-07  Jim Meyering  <jim@meyering.net>
5128
5129         * modules/inttypes (inttypes.h): Revert what seems to have been
5130         an inadvertent part of today's change: use "|", not "/" in the
5131         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5132
5133 2006-10-07  Bruno Haible  <bruno@clisp.org>
5134
5135         * modules/sublist: New file.
5136
5137 2006-10-07  Bruno Haible  <bruno@clisp.org>
5138
5139         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5140         * modules/argz (argz.h): Likewise.
5141         * modules/arpa_inet (arpa/inet.h): Likewise.
5142         * modules/byteswap (byteswap.h): Likewise.
5143         * modules/configmake (configmake.h): Likewise.
5144         * modules/fcntl (fcntl.h): Likewise.
5145         * modules/fnmatch (fnmatch.h): Likewise.
5146         * modules/getopt (getopt.h): Likewise.
5147         * modules/glob (glob.h): Likewise.
5148         * modules/inttypes (inttypes.h): Likewise.
5149         * modules/netinet_in (netinet/in.h): Likewise.
5150         * modules/poll (poll.h): Likewise.
5151         * modules/stdbool (stdbool.h): Likewise.
5152         * modules/stdint (stdint.h): Likewise.
5153         * modules/sys_select (sys/select.h): Likewise.
5154         * modules/sys_socket (sys/socket.h): Likewise.
5155         * modules/sys_stat (sys/stat.h): Likewise.
5156         * modules/sysexits (sysexits.h): Likewise.
5157         * modules/unistd (unistd.h): Likewise.
5158         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5159         Add a "DO NOT EDIT" comment to the generated file.
5160         (func_import): Likewise for gnulib-comp.m4.
5161
5162 2006-10-07  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/gl_sublist.h: New file.
5165         * lib/gl_sublist.c: New file.
5166
5167 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5168
5169         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5170         name (relative to the original working directory) and the file
5171         name component (relative to the temporary working directory).  All
5172         callers changed.
5173         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5174         * lib/mkdir-p.c (make_dir_parents): Likewise.
5175         * lib/mkdir-p.h (make_dir_parents): Likewise.
5176
5177 2006-10-06  Eric Blake  <ebb9@byu.net>
5178
5179         Define several macros for use by the clean-temp module.
5180         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5181         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5182         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5183
5184         * lib/clean-temp.h (close_stream_temp): New declaration.
5185         * lib/clean-temp.c (includes): Pull in headers according to what
5186         other modules are in use.
5187         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5188
5189 2006-10-06  Bruno Haible  <bruno@clisp.org>
5190
5191         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5192         instead of fopen, fwriteerror.
5193
5194 2006-10-06  Bruno Haible  <bruno@clisp.org>
5195
5196         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5197         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5198         int.
5199         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5200         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5201         Return an error indicator.
5202         Suggested by Eric Blake.
5203
5204 2006-10-06  Bruno Haible  <bruno@clisp.org>
5205
5206         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5207         Reported by Eric Blake.
5208
5209 2006-10-06  Bruno Haible  <bruno@clisp.org>
5210
5211         * modules/closeout (Description): Mention stderr too.
5212
5213 2006-10-06  Bruno Haible  <bruno@clisp.org>
5214         and Paul Eggert  <eggert@cs.ucla.edu>
5215
5216         * lib/closeout.c (close_stdout): Also close stderr.
5217         * lib/closeout.h: Update comment.
5218
5219 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5220
5221         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5222         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5223         * lib/dirchownmod.c: Include lchown.h.
5224         * lib/lchown.c: Don't include files that lchown.h now includes.
5225         Don't declare chown, since lchown.h now does that.
5226         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5227         (lchown): Define to rpl_chown if lchown is declared but
5228         does not exist.  Declare using a prototype if lchown is not
5229         declared.  Add a copyright notice.
5230         * lib/mkstemp.h: Include <unistd.h>.
5231         * lib/openat.c: Include lchown.h.
5232
5233         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5234         we now test for that separately.
5235         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5236         rather than O_NOFOLLOW, when testing whether it's possible to
5237         avoid a race condition reliably.
5238         * lib/savewd.c (savewd_chdir): Likewise.
5239
5240         Remove macros that are no longer needed now that stdint.h is
5241         reliable.
5242         * lib/fsusage.c (UINTMAX_MAX): Remove.
5243         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5244         * lib/utimecmp.c (SIZE_MAX): Remove.
5245
5246         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5247
5248         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5249         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5250         O_NOATIME works.
5251
5252 2006-10-05  Bruno Haible  <bruno@clisp.org>
5253
5254         * lib/gl_list.h (gl_sortedlist_search_from_to,
5255         gl_sortedlist_indexof_from_to): New declarations.
5256         (gl_list_implementation): New fields sortedlist_search_from_to,
5257         sortedlist_indexof_from_to.
5258         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5259         inline functions.
5260         * lib/gl_list.c (gl_sortedlist_search_from_to,
5261         gl_sortedlist_indexof_from_to): New functions.
5262         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5263         function.
5264         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5265         (gl_array_sortedlist_search_from_to): New function.
5266         (gl_array_list_implementation): Update.
5267         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5268         function.
5269         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5270         (gl_carray_sortedlist_search_from_to): New function.
5271         (gl_carray_list_implementation): Update.
5272         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5273         gl_linked_sortedlist_indexof_from_to): New functions.
5274         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5275         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5276         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5277         gl_tree_sortedlist_indexof_from_to): New functions.
5278         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5279         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5280         Update.
5281         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5282         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5283         Update.
5284
5285 2006-10-05  Bruno Haible  <bruno@clisp.org>
5286
5287         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5288         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5289         (struct gl_list_implementation): Add fields search_from_to,
5290         indexof_from_to. Remove fields search, indexof.
5291         (gl_list_search): Use the search_from_to method.
5292         (gl_list_search_from, gl_list_search_from_to): New functions.
5293         (gl_list_indexof): Use the indexof_from_to method.
5294         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5295         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5296         (gl_list_search_from, gl_list_search_from_to): New functions.
5297         (gl_list_indexof): Use the indexof_from_to method.
5298         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5299         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5300         gl_array_indexof. Add start_index, end_index arguments.
5301         (gl_array_search_from_to): Renamed from gl_array_search. Add
5302         start_index, end_index arguments.
5303         (gl_array_remove, gl_array_list_implementation): Update.
5304         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5305         gl_carray_indexof. Add start_index, end_index arguments.
5306         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5307         start_index, end_index arguments.
5308         (gl_carray_remove, gl_carray_list_implementation): Update.
5309         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5310         gl_linked_search. Add start_index, end_index arguments.
5311         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5312         start_index, end_index arguments.
5313         (gl_linked_remove): Update.
5314         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5315         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5316         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5317         field to 'size_t'.
5318         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5319         gl_tree_search. Add start_index, end_index arguments.
5320         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5321         start_index, end_index arguments.
5322         (gl_tree_remove): Update.
5323         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5324         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5325         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5326         function.
5327         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5328         gl_tree_search. Add start_index, end_index arguments.
5329         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5330         start_index, end_index arguments.
5331         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5332         Update.
5333         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5334
5335 2006-10-05  Bruno Haible  <bruno@clisp.org>
5336
5337         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5338
5339         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5340         fwriteerror_temp): New declarations.
5341         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5342         (descriptors): New variable.
5343         (cleanup): First, close the descriptors.
5344         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5345         fclose_temp, fwriteerror_temp): New functions.
5346
5347 2006-10-04  Jim Meyering  <jim@meyering.net>
5348
5349         * lib/fts.c (fts_open): Tiny comment change.
5350
5351 2006-10-04  Bruno Haible  <bruno@clisp.org>
5352
5353         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5354         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5355         gl_LOCK_BODY.
5356         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5357         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5358         gl_LOCK_EARLY_BODY.
5359         (gl_LOCK): Require gl_LOCK_BODY.
5360
5361 2006-10-04  Bruno Haible  <bruno@clisp.org>
5362
5363         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5364         (gl_oset_search_atleast): New declaration.
5365         (struct gl_oset_implementation): Add field 'search_atleast'.
5366         (gl_oset_search_atleast): New inline function.
5367         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5368         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5369         (gl_array_oset_implementation): Update.
5370         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5371         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5372         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5373
5374 2006-10-04  Bruno Haible  <bruno@clisp.org>
5375
5376         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5377
5378 2006-10-03  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5381         from gl_avltreehash_list_implementation.
5382
5383 2006-10-03  Bruno Haible  <bruno@clisp.org>
5384
5385         * lib/gl_oset.c (gl_oset_add): Fix return type.
5386
5387 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5388
5389         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5390
5391 2006-10-02  Eric Blake  <ebb9@byu.net>
5392
5393         * modules/strnlen (Depends-on): Add extensions.
5394
5395 2006-10-02  Eric Blake  <ebb9@byu.net>
5396
5397         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5398         definition in 2.60+.
5399
5400 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5401
5402         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5403         checks.
5404
5405 2006-10-02  Bruno Haible  <bruno@clisp.org>
5406
5407         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5408         to the AUTOMAKE_OPTIONS.
5409         Reported by Jim Meyering.
5410
5411 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5412
5413         Work around bug in Solaris 10 /proc file system:
5414         /proc/self/fd/NNN/.. isn't the parent directory of
5415         the directory whose file descriptor is NNN.  This needs to
5416         be worked around at run time, not compile time, since a
5417         program might be built on Solaris 8, where things work, and
5418         run on Solaris 10.
5419         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5420         to use the following interface instead:
5421         (OPENAT_BUFFER_SIZE): New macro.
5422         (openat_proc_name): New function.
5423         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5424         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5425         Likewise.
5426         * lib/openat-proc.c: New file.
5427         * modules/openat (Files): Add lib/openat-proc.c.
5428         (Depends-on): Add same-inode, stdbool.
5429         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5430
5431 2006-09-29  Bruno Haible  <bruno@clisp.org>
5432
5433         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5434         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5435         argument. Set stdout_closed before testing for ferror, not after.
5436         (fwriteerror, fwriteerror_no_ebadf): New functions.
5437
5438 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5439
5440         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5441
5442 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5443
5444         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5445         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5446
5447 2006-09-28  Jim Meyering  <jim@meyering.net>
5448
5449         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5450         Include <unistd.h>.
5451
5452 2006-09-28  Bruno Haible  <bruno@clisp.org>
5453
5454         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5455         * modules/linkedhash-list (Depends-on): Likewise.
5456         * modules/rbtreehash-list (Depends-on): Likewise.
5457
5458 2006-09-28  Bruno Haible  <bruno@clisp.org>
5459
5460         * lib/strndup.h: Simplify the redefinition of strndup.
5461         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5462         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5463
5464 2006-09-28  Bruno Haible  <bruno@clisp.org>
5465
5466         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5467         * lib/gl_linkedhash_list.c: Likewise.
5468         * lib/gl_rbtreehash_list.c: Likewise.
5469
5470 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5471
5472         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5473         getaddrinfo.
5474
5475         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5476         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5477         it causes <stdio_ext.h> to cause a compile-time error.
5478         Problem reported by Nelson H. F. Beebe.
5479         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5480         of HAVE_DECL___PENDING.
5481
5482         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5483         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5484         declaration.
5485
5486 2006-09-27  Jim Meyering  <jim@meyering.net>
5487
5488         This file could end up with a definition for a function
5489         named __strndup, rather than rpl_strndup on a system with
5490         incomplete weak_alias support.
5491         * lib/strndup.c (strndup): Rename from __strndup.
5492         Remove #defines that used to map __strndup to strndup.
5493         Don't use K&R prototypes.
5494         Remove LIBC-related code, since this file is not sync'd with glibc.
5495         * lib/strndup.h: Revamp, accordingly.
5496         * m4/strndup.m4: Modernize.
5497
5498 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         * modules/savewd (Depends-on): Add 'raise'.
5501         * lib/savewd.c: Include <signal.h>, for 'raise'.
5502
5503 2006-09-26  Jim Meyering  <jim@meyering.net>
5504
5505         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5506         when we detect Darwin 8.7.0's acl_get_file bug.
5507         Rearrange to perform the new (below) run-test while $LIBS
5508         contains any acl-related library.  Set USE_ACL at the end.
5509         (gl_ACL_GET_FILE): New function.
5510
5511 2006-09-26  Eric Blake  <ebb9@byu.net>
5512
5513         * lib/verror.c: Include <config.h> unconditionally.
5514
5515 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5516
5517         * modules/clock-time (Maintainer): Add self.
5518         * modules/getlogin_r (Depends-on): Add extensions.
5519
5520 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5521
5522         * modules/clock-time: New module.
5523         * modules/nanosleep (Depends-on): Add clock-time.
5524         * modules/gethrxtime (Depends-on): Likewise.
5525         * modules/gettime (Depends-on): Likewise.
5526         * modules/settime (Depends-on): Likewise.
5527
5528         * modules/fts-lgpl: Depend on openat.
5529         * modules/mkancesdirs: Depend on savewd.
5530         * modules/mkdir-p: Likewise.
5531
5532 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5533
5534         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5535
5536         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5537         `gl_have_arbitrary_file_name_length_limit' to
5538         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5539         actually works between configure runs.
5540
5541 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5542             Bruno Haible  <bruno@clisp.org>
5543
5544         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5545
5546 2006-09-25  Jim Meyering  <jim@meyering.net>
5547
5548         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5549         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5550
5551 2006-09-25  Eric Blake  <ebb9@byu.net>
5552
5553         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5554         exec's in 2006-09-18 patch when shuffling fds.
5555
5556 2006-09-25  Bruno Haible  <bruno@clisp.org>
5557
5558         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5559         Reported by Jim Meyering.
5560
5561 2006-09-24  Jim Meyering  <jim@meyering.net>
5562
5563         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5564         compare a pointer against a literal "0".  That caused failures with
5565         at least HP-UX's hpcc.
5566
5567 2006-09-22  Simon Josefsson  <jas@extundo.com>
5568
5569         * modules/gc-sha1:
5570         * modules/gc-md4:
5571         * modules/gc-hmac-sha1:
5572         * modules/gc-hmac-md5:
5573         * modules/gc-des:
5574         * modules/gc-arcfour: Distribute more files.
5575
5576 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5577
5578         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5579         (gl_linked_iterator_from_to): Initialize struct completely.
5580         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5581         (gl_tree_iterator_from_to): Likewise
5582         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5583         * lib/gl_array_list.c [lint] (gl_array_iterator)
5584         (gl_array_iterator_from_to): Likewise.
5585         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5586         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5587         (gl_carray_iterator_from_to): Likewise.
5588
5589         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5590         * lib/md4.c (md4_process_block): Remove unused variable.
5591         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5592         parentheses for clarity.
5593
5594 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5595
5596         * modules/bison-i18n (Depends-on): Add gettext.
5597
5598 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5599
5600         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5601         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5602         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5603         also add missing comma that caused broken test.
5604         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5605         stdlib.h, for `abort'.
5606         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5607         variables.
5608         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5609         include unistd.h if present, for `rmdir'.
5610         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5611         variables.
5612         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5613         in the process include standard headers for prototypes.
5614         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5615         gets declared on GNU/Linux.
5616         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5617         unistd.h, for `rmdir'.
5618         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5619
5620         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5621         always true.
5622         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5623
5624         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5625
5626 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5627
5628         * gnulib-tool (func_version): Create output all at once.  This
5629         may help avoid triggering unnecessary SIGPIPEs, and at any
5630         rate it doesn't hurt.
5631
5632 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5633             Bruno Haible  <bruno@clisp.org>
5634
5635         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5636         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5637         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5638
5639         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5640         (gl_FUNC_VASPRINTF): Invoke it.
5641
5642 2006-09-22  Bruno Haible  <bruno@clisp.org>
5643
5644         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5645         getloadavg.c as first argument.
5646
5647 2006-09-22  Bruno Haible  <bruno@clisp.org>
5648
5649         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5650         at the beginning of the gl_INIT macro.
5651         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5652         gl_GETLOADAVG.
5653
5654 2006-09-22  Bruno Haible  <bruno@clisp.org>
5655
5656         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5657         module.
5658         Suggested by Ralf Wildenhues.
5659
5660 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5661
5662         Import this patch from libc:
5663
5664         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5665
5666         * lib/regex_internal.c (re_string_reconstruct): Handle
5667         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5668         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5669         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5670         re_string_context_at.
5671
5672         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5673         now requires it.
5674         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5675         gl_REGEX now does it for us.
5676         (gl_REGEX): Add test taken from
5677         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5678
5679         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5680         Check that large offsets work.  Modernize Autoconf usages.
5681         Prefer "yes" to mean a good thing rather than a bad.
5682         Don't put "#define mkstemp" in config.h, as this might interfere
5683         with standard system headers that "#define mkstemp mkstemp64".
5684
5685         * modules/mkstemp (Depends-on): Add extensions, so that
5686         mkstemp is visible on some platforms.
5687         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5688         (Include): Change to "mkstemp.h" from <stdlib.h>.
5689         (Files): Add mkstemp.h.
5690
5691         * lib/mkstemp.h: New file, since some standard headers
5692         #define mkstemp.
5693         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5694         Include "mkstemp.h".
5695         Make the _LIBC code resemble glibc original more,
5696         e.g., use K&R style.
5697         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5698         (mkstemp): Remove, since mkstemp.h does this for us.
5699         * lib/stdlib--.h: Include mkstemp.h.
5700
5701         Import this patch from libc:
5702
5703         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5704
5705         * lib/tempname.c (__gen_tempname): Change attempts_min
5706         into a macro.  Use preprocessor to decide how to initialize
5707         attempts [Coverity CID 67].
5708
5709 2006-09-20  Bruno Haible  <bruno@clisp.org>
5710
5711         * lib/mkdtemp.c: Import from libc.
5712         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5713                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5714                 attempts_min into a macro.  Use preprocessor to decide how to
5715                 initialize attempts [Coverity CID 67].
5716         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5717                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5718                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5719
5720 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5721
5722         * gnulib-tool (func_exit): New function, to allow to pass the
5723         exit status portably through the trap.  Use everywhere.
5724         (--help, --version): Signal a write error.
5725         (trap): catch SIGPIPE, for write errors.
5726         Exit at the end of the trap, with the correct exit status.
5727
5728 2006-09-19  Karl Berry  <karl@gnu.org>
5729
5730         * doc/gnulib.texi: note about the license texinfo files.
5731
5732 2006-09-19  Eric Blake  <ebb9@byu.net>
5733
5734         * gnulib-tool: Avoid space-tab.
5735
5736 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5737
5738         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5739         that prevented coreutils 6.1 from building.  Problem reported
5740         by Petter Reinholdtsen.
5741
5742 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5743
5744         * gnulib-tool (avoidlist): Fix typo that broke options like
5745         --avoid=lock that are used by coreutils bootstrap.
5746
5747 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5748
5749         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5750         more systematically.
5751
5752 2006-09-18  Jim Meyering  <jim@meyering.net>
5753
5754         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5755
5756 2006-09-18  Bruno Haible  <bruno@clisp.org>
5757
5758         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5759
5760 2006-09-18  Bruno Haible  <bruno@clisp.org>
5761
5762         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5763         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5764         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5765         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5766         * m4/gettext.m4: Require autoconf >= 2.52.
5767         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5768         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5769         of gl_cv_header_inttypes_h.
5770
5771 2006-09-18  Bruno Haible  <bruno@clisp.org>
5772
5773         * lib/javaversion.c: Include configmake.h.
5774
5775 2006-09-18  Bruno Haible  <bruno@clisp.org>
5776
5777         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5778         avoid that the while loops be executed in a subshell.
5779
5780 2006-09-18  Bruno Haible  <bruno@clisp.org>
5781
5782         * MODULES.html.sh (func_module): Break long lines.
5783         Suggested by Bruce Korb <bkorb@gnu.org>.
5784
5785 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5786
5787         Speed up by a factor of 1.12.
5788         * gnulib-tool (nl): New variable.
5789         (func_import): Rewrite include directive extraction to only read each
5790         directive once.
5791
5792 2006-09-17  Bruno Haible  <bruno@clisp.org>
5793
5794         * modules/javaversion (Makefile.am): Remove DEFS setting.
5795         (Depends-on): Add configmake, for PKGDATADIR definition.
5796
5797 2006-09-17  Bruno Haible  <bruno@clisp.org>
5798
5799         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5800
5801 2006-09-17  Bruno Haible  <bruno@clisp.org>
5802
5803         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5804         (func_modules_transitive_closure, func_modules_add_dummy,
5805         func_modules_to_filelist, func_import, func_create_testdir,
5806         func_create_megatestdir, ...): Use it wherever possible.
5807         Suggested by Ralf Wildenhues.
5808
5809 2006-09-16  Karl Berry  <karl@gnu.org>
5810
5811         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5812         to avoid sectioning errors.
5813         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5814         [ifinfo]: blank line after @center-ed titles.
5815         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5816         Spell FSF address consistently with others.
5817         (These changes approved by rms.)
5818
5819 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5820
5821         Speed up by a factor of 1.61.
5822         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5823         already checked module names again.
5824
5825 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5826
5827         Speed up by a factor of 1.13.
5828         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5829         for new_files, and the input to func_add_or_update.
5830
5831 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5832
5833         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5834         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5835
5836 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5837
5838         * modules/mkancesdirs (Depends-on): Add fcntl.
5839         * modules/savewd: New file.
5840         * MODULES.html.sh (File system functions): Add savewd.
5841
5842         * modules/configmake (Makefile.am): Add support for the
5843         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5844
5845 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5846
5847         * m4/savewd.m4: New file.
5848
5849 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5850
5851         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5852         (dirchownmod): New arg FD.  All callers changed.
5853         Use FD rather than opening the directory ourself, as opening is
5854         now the caller's responsibility.
5855         * lib/dirchownmod.h: Likewise.
5856         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5857         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5858         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5859         (test_dir): Remove.
5860         (mkancesdirs): Return length of prefix of FILE that has already
5861         been made, or -2 if there is a child doing the work.  Redo
5862         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5863         ".", and treat ".." specially since it might stray back into
5864         already-created areas.  Use a subprocess if necessary.  New arg
5865         WD; all users changed.  MAKE_DIR function should now return 1
5866         if it creates a directory that is not readable.  Return -2 if
5867         a child process is spun off.
5868         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5869         Adjust signature to match code.
5870         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5871         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5872         all users changed.
5873         * lib/savewd.c, lib/savewd.h: New files.
5874
5875 2006-09-15  Jim Meyering  <jim@meyering.net>
5876
5877         * modules/rename-dest-slash: New module.
5878         * MODULES.html.sh (posix_compat): Add it here.
5879
5880         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5881
5882 2006-09-15  Jim Meyering  <jim@meyering.net>
5883
5884         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5885         file.
5886
5887         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5888
5889 2006-09-15  Jim Meyering  <jim@meyering.net>
5890
5891         * lib/rename-dest-slash.c (has_trailing_slash): Use
5892         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5893         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5894         test before testing whether SRC is a directory.
5895         Suggestions from Bruno Haible.
5896
5897         Avoid a warning about an unused variable.
5898         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5899         into the #ifdef block where it's used.
5900
5901         * lib/rename-dest-slash.c: New file.
5902
5903 2006-09-14  Bruno Haible  <bruno@clisp.org>
5904
5905         * lib/allocsa.c: Include <config.h> unconditionally.
5906         * lib/asnprintf.c: Likewise.
5907         * lib/asprintf.c: Likewise.
5908         * lib/c-strcasecmp.c: Likewise.
5909         * lib/c-strcasestr.c: Likewise.
5910         * lib/c-strncasecmp.c: Likewise.
5911         * lib/c-strstr.c: Likewise.
5912         * lib/classpath.c: Likewise.
5913         * lib/clean-temp.c: Likewise.
5914         * lib/concatpath.c: Likewise.
5915         * lib/copy-file.c: Likewise.
5916         * lib/csharpcomp.c: Likewise.
5917         * lib/csharpexec.c: Likewise.
5918         * lib/execute.c: Likewise.
5919         * lib/fatal-signal.c: Likewise.
5920         * lib/findprog.c: Likewise.
5921         * lib/fwriteerror.c: Likewise.
5922         * lib/gl_array_list.c: Likewise.
5923         * lib/gl_array_oset.c: Likewise.
5924         * lib/gl_avltree_list.c: Likewise.
5925         * lib/gl_avltree_oset.c: Likewise.
5926         * lib/gl_avltreehash_list.c: Likewise.
5927         * lib/gl_carray_list.c: Likewise.
5928         * lib/gl_linked_list.c: Likewise.
5929         * lib/gl_linkedhash_list.c: Likewise.
5930         * lib/gl_list.c: Likewise.
5931         * lib/gl_oset.c: Likewise.
5932         * lib/gl_rbtree_list.c: Likewise.
5933         * lib/gl_rbtree_oset.c: Likewise.
5934         * lib/gl_rbtreehash_list.c: Likewise.
5935         * lib/imaxabs.c: Likewise.
5936         * lib/imaxdiv.c: Likewise.
5937         * lib/javacomp.c: Likewise.
5938         * lib/javaexec.c: Likewise.
5939         * lib/javaversion.c: Likewise.
5940         * lib/linebreak.c: Likewise.
5941         * lib/localcharset.c: Likewise.
5942         * lib/lock.c: Likewise.
5943         * lib/mbchar.c: Likewise.
5944         * lib/mbswidth.c: Likewise.
5945         * lib/mkdtemp.c: Likewise.
5946         * lib/pipe.c: Likewise.
5947         * lib/printf-args.c: Likewise.
5948         * lib/printf-parse.c: Likewise.
5949         * lib/progname.c: Likewise.
5950         * lib/progreloc.c: Likewise.
5951         * lib/readlink.c: Likewise.
5952         * lib/sh-quote.c: Likewise.
5953         * lib/stpcpy.c: Likewise.
5954         * lib/stpncpy.c: Likewise.
5955         * lib/strcasecmp.c: Likewise.
5956         * lib/strcasestr.c: Likewise.
5957         * lib/strcspn.c: Likewise.
5958         * lib/striconv.c: Likewise.
5959         * lib/strncasecmp.c: Likewise.
5960         * lib/strnlen1.c: Likewise.
5961         * lib/strstr.c: Likewise.
5962         * lib/strtok_r.c: Likewise.
5963         * lib/tls.c: Likewise.
5964         * lib/tmpdir.c: Likewise.
5965         * lib/unicodeio.c: Likewise.
5966         * lib/unsetenv.c: Likewise.
5967         * lib/vasnprintf.c: Likewise.
5968         * lib/vasprintf.c: Likewise.
5969         * lib/wait-process.c: Likewise.
5970         * lib/xallocsa.c: Likewise.
5971         * lib/xsetenv.c: Likewise.
5972         * lib/xstriconv.c: Likewise.
5973
5974 2006-09-13  Simon Josefsson  <jas@extundo.com>
5975
5976         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5977         that internally, suggested by Ralf Wildenhues
5978         <Ralf.Wildenhues@gmx.de>.
5979
5980 2006-09-13  Simon Josefsson  <jas@extundo.com>
5981
5982         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5983         @LIBOBJS@.
5984         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5985
5986 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5987
5988         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5989         longer worry about uses that don't define HAVE_CONFIG_H.
5990         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5991         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5992         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5993         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5994         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5995         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5996         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5997         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5998         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5999         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
6000         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
6001         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
6002         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
6003         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
6004         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
6005         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
6006         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
6007         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
6008         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
6009         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
6010         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
6011         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
6012         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
6013         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
6014         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
6015         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
6016         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
6017         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
6018         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
6019         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
6020         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
6021         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
6022         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
6023         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
6024         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
6025         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
6026         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
6027         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
6028         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
6029         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
6030         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
6031         Likewise.
6032
6033 2006-09-13  Eric Blake  <ebb9@byu.net>
6034
6035         * lib/getopt.c: Fix typo in last commit.
6036
6037 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6038
6039         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
6040         dgettext.
6041
6042 2006-09-12  Jim Meyering  <jim@meyering.net>
6043
6044         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
6045         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
6046         Reported by Nelson H. F. Beebe.
6047
6048 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6049
6050         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
6051         program_invocation_name and program_invocation_short_name are
6052         initialized.
6053         * lib/argp-namefrob.h: Move declarations of program_invocation_name
6054         and program_invocation_short_name to argp.h, so they are visible
6055         to user programs.
6056         * lib/argp.h: Likewise
6057
6058 2006-09-10  Bruno Haible  <bruno@clisp.org>
6059
6060         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6061         m4/inttypes_h.m4, m4/uintmax_t.m4.
6062
6063 2006-09-10  Bruno Haible  <bruno@clisp.org>
6064
6065         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6066         gl_AC_TYPE_UINTMAX_T.
6067
6068 2006-09-10  Bruno Haible  <bruno@clisp.org>
6069
6070         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6071
6072 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6073
6074         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6075         convention.  Text proposed by Bruno Haible.
6076         (struct argp_option): Document the use of N_() wrappers.
6077
6078         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6079         '\v', and translate the two parts separately, instead of feeding
6080         the whole string to gettext.  This allows to exclude
6081         '\v' from the strings visible to the translator by writing doc
6082         strings as N_("..") "\v" N_("..").
6083
6084 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6085
6086         * config/srclist.txt: Undo latest change; the bug was fixed.
6087
6088 2006-09-09  Bruno Haible  <bruno@clisp.org>
6089
6090         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6091         assignments if building a library without libtool.
6092         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6093         in func_emit_lib_Makefile_am.
6094         (func_import): When building a static library libfoo.a, arrange to
6095         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6096         (func_create_testdir): Likewise.
6097         * modules/gc (configure.ac, Makefile.am): If building statically,
6098         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6099         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6100         * modules/striconv (configure.ac, Makefile.am): Likewise.
6101         Based on a suggestion by Ralf Wildenhues.
6102
6103 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6104
6105         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6106         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6107         Also:
6108
6109         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6110         Add year_2050_test to catch glibc bug 2821
6111         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6112
6113         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6114         Prefer #ifdef to #if.
6115
6116         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6117         Return from 'main' instead of calling 'exit'.
6118
6119 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6120
6121         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6122         returned the maximum time_t value rather than (time_t) -1.
6123         Problem originally reported by William Bardwell
6124         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6125
6126         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6127         Moved to here ...
6128         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6129         ... from here.
6130
6131 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6132
6133         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6134         2821 is fixed.
6135
6136 2006-09-08  Jim Meyering  <jim@meyering.net>
6137
6138         Don't make generated files read-only.  That would bother too many
6139         people.  However, do retain the ability to work when targets are
6140         read-only: remove the destination and temporary files before writing
6141         them (when generated via sed or echo), or by using the -f option for
6142         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6143         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6144         * modules/byteswap, modules/configmake, modules/fcntl:
6145         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6146         * modules/localcharset, modules/netinet_in, modules/poll:
6147         * modules/stdbool, modules/stdint, modules/sys_select:
6148         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6149
6150 2006-09-08  Jim Meyering  <jim@meyering.net>
6151
6152         Avoid new build failure on FreeBSD 6.0.
6153         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6154         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6155         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6156
6157 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6158
6159         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6160
6161 2006-09-07  Jim Meyering  <jim@meyering.net>
6162
6163         Fix global typo in last change: use chmod u-w, not chmod u-x.
6164         Spotted by Paul Eggert and Bruce Korb.
6165         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6166         * modules/byteswap, modules/configmake, modules/fcntl:
6167         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6168         * modules/localcharset, modules/netinet_in, modules/poll:
6169         * modules/stdbool, modules/stdint, modules/sys_select:
6170         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6171
6172 2006-09-06  Jim Meyering  <jim@meyering.net>
6173
6174         Make generated files be read-only.
6175         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6176         Ensure that each generated file is now read-only.
6177         * modules/argz: Likewise.
6178         * modules/arpa_inet: Likewise.
6179         * modules/byteswap: Likewise.
6180         * modules/configmake: Likewise.
6181         * modules/fcntl: Likewise.
6182         * modules/fnmatch: Likewise.
6183         * modules/getopt: Likewise.
6184         * modules/glob: Likewise.
6185         * modules/inttypes: Likewise.
6186         * modules/netinet_in: Likewise.
6187         * modules/poll: Likewise.
6188         * modules/stdbool: Likewise.
6189         * modules/stdint: Likewise.
6190         * modules/sys_select: Likewise.
6191         * modules/sys_socket: Likewise.
6192         * modules/sys_stat: Likewise.
6193         * modules/sysexits: Likewise.
6194         * modules/localcharset: Same as above, but continue using temporary
6195         file named "t-$@" (why different?) rather than the "$@-t" used
6196         everywhere else.
6197
6198         * modules/sysexits (Makefile.am): Replace literal occurrences
6199         of "sysexit.h" more readable, and more consistent, "$@".
6200
6201 2006-09-06  Bruno Haible  <bruno@clisp.org>
6202
6203         * modules/striconv: New file.
6204         * modules/xstriconv: New file.
6205         * MODULES.html.sh (Internationalization functions): Add striconv,
6206         xstriconv.
6207
6208 2006-09-06  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6211         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6212         not using libtool correctly.
6213
6214 2006-09-06  Bruno Haible  <bruno@clisp.org>
6215
6216         * lib/striconv.h: New file.
6217         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6218         iconvstring.c.
6219         * lib/xstriconv.h: New file.
6220         * lib/xstriconv.c: New file.
6221
6222 2006-09-06  Bruno Haible  <bruno@clisp.org>
6223
6224         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6225         lib_..._LDFLAGS.
6226
6227 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6228
6229         * lib/argz_.h: Sync from Libtool.
6230
6231         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6232                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6233
6234         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6235
6236 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6237
6238         * modules/trim: New file.
6239
6240 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6241
6242         * lib/trim.h: New file.
6243         * lib/trim.c: New file.
6244
6245 2006-09-05  Bruno Haible  <bruno@clisp.org>
6246
6247         * MODULES.html.sh (String handling): Add trim.
6248
6249 2006-09-04  Karl Berry  <karl@gnu.org>
6250
6251         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6252         until next release.
6253
6254 2006-09-03  Bruno Haible  <bruno@clisp.org>
6255
6256         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6257         correctly.
6258
6259 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6260
6261         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6262         not gl_GETLOADAVG.  Omit unneeded semicolons.
6263         Problems reported by Ralf Wildenhues in
6264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6265         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6266         at the end, which is the usual gnulib style.
6267
6268         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6269         of doing all the work ourselves.
6270         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6271         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6272
6273 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6274
6275         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6276         Problem reported by Ralf Wildenhues in
6277         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6278
6279         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6280         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6281
6282 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6283
6284         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6285         yesterday's patch by changing test -n to test -z.
6286
6287 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6288
6289         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6290         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6291         the former is now obsolescent.
6292
6293         * modules/chdir-long (Depends-on): Add fcntl.
6294
6295 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6298         obsolescent, and programs should use gnulib instead.
6299         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6300         but with prefixes changed.
6301
6302 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6305         or stdbool.h, because they might not exist while configuring.
6306
6307         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6308         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6309         does that for us.
6310         (O_DIRECTORY): Remove.
6311
6312 2006-08-31  Eric Blake  <ebb9@byu.net>
6313
6314         * gnulib-tool: Don't let emacs change spaces to TAB.
6315
6316 2006-08-31  Bruno Haible  <bruno@clisp.org>
6317
6318         * gnulib-tool: When calling func_import more than once, do it in a
6319         subshell.
6320         Reported by Eric Blake <ebb9@byu.net>.
6321
6322 2006-08-31  Bruno Haible  <bruno@clisp.org>
6323
6324         * gnulib-tool (nl): Remove variable.
6325         (sed_transform_lib_file): Use more robust test for config-h module.
6326         (func_import): Fix typo in 2006-08-25 patch.
6327
6328 2006-08-31  Bruno Haible  <bruno@clisp.org>
6329
6330         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6331         specified, augment Makefile.am variables instead of assigning them.
6332
6333 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6334
6335         Work around a bug in both the Linux and SunOS 64-bit kernels:
6336         nanosleep mishandles sleeps for longer than 2**31 seconds.
6337         Problem reported by Frank v Waveren in
6338         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6339         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6340         Check for nanosleep bug.
6341         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6342
6343 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6344
6345         Work around a bug in both the Linux and SunOS 64-bit kernels:
6346         nanosleep mishandles sleeps for longer than 2**31 seconds.
6347         Problem reported by Frank v Waveren in
6348         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6349         * lib/nanosleep.c (BILLION): New constant.
6350         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6351         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6352         implementation.
6353
6354 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6355
6356         * modules/nanosleep (Depends-on): Add gettime.
6357
6358 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6359         and Simon Josefsson  <jas@extundo.com>
6360         and Oskar Liljeblad  <oskar@osk.mine.nu>
6361
6362         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6363         * gnulib-tool (func_import): New license type 'unmodifiable license
6364         text'.
6365         * modules/fdl: Use it.  Longer description.
6366         * module/gpl, module/lgpl: New files.
6367
6368 2006-08-30  Jim Meyering  <jim@meyering.net>
6369
6370         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6371         shadowing the parameter.
6372
6373 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6374
6375         Sync from Libtool:
6376
6377         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6378
6379         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6380         sharing with gnulib.  Report by Eric Blake.
6381
6382 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6383
6384         * modules/isapipe: New file.
6385         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6386
6387 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6388
6389         * modules/configmake (Makefile.am): Add a comment, and omit
6390         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6391         by Bruno Haible.
6392
6393 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6394
6395         * m4/isapipe.m4: New file.
6396
6397 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6398
6399         * lib/isapipe.c, lib/isapipe.h: New files.
6400
6401 2006-08-29  Jim Meyering  <jim@meyering.net>
6402
6403         * modules/configmake (Makefile.am): Make configmake.h depend on
6404         Makefile.  Otherwise, a stale configmake.h could hang around.
6405
6406 2006-08-29  Eric Blake  <ebb9@byu.net>
6407
6408         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6409         resolution of upstream bug 3044.
6410
6411 2006-08-29  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/localcharset (Depends-on): Add configmake.
6414         (Makefile.am): Remove setting of LIBDIR through DEFS.
6415
6416 2006-08-29  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6419         defined.
6420
6421 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6422
6423         * modules/fcntl: New file.
6424         * modules/chdir-safer (Depends-on): Add fcntl.
6425         * modules/fts: Likewise.
6426         * modules/mkdir-p: Likewise.
6427
6428         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6429         This undoes the most recent change, since we're now addressing the
6430         problem in a different way.
6431
6432         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6433         into output, since the output might be called Makefile.am even
6434         if $makefile_name is something different.
6435         (func_import): Use $makefile_am rather than
6436         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6437         empty.
6438
6439         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6440
6441 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6442
6443         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6444         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6445         recent change to stdint.m4, since we're now addressing the problem in a
6446         different way.
6447
6448 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6449
6450         * m4/fcntl_h.m4: New file.
6451
6452 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6453
6454         * lib/fcntl_.h: New file.
6455         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6456         the fcntl module.
6457         * lib/dirchownmod.c: Likewise.
6458         * lib/fts.c: Likewise.
6459
6460         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6461         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6462         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6463         just before including <inttypes.h>, to avoid circular inclusion.
6464
6465 2006-08-28  Jim Meyering  <jim@meyering.net>
6466
6467         * doc/visibility.texi: Actually read and correct the grammar of the
6468         sentence affected by yesterday's change.
6469
6470 2006-08-28  Eric Blake  <ebb9@byu.net>
6471
6472         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6473         needs wrapper.
6474
6475 2006-08-28  Eric Blake  <ebb9@byu.net>
6476
6477         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6478
6479 2006-08-28  Eric Blake  <ebb9@byu.net>
6480
6481         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6482
6483 2006-08-28  Bruno Haible  <bruno@clisp.org>
6484
6485         * modules/c-strstr: New file, from GNU gettext.
6486         * MODULES.html.sh (String handling): Add c-strstr.
6487
6488 2006-08-28  Bruno Haible  <bruno@clisp.org>
6489
6490         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6491         macros.
6492         Reported by Eric Blake.
6493
6494 2006-08-28  Bruno Haible  <bruno@clisp.org>
6495
6496         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6497         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6498         * lib/vasprintf.c: Include errno.h, limits.h.
6499         (EOVERFLOW): New fallback definition.
6500         (vasprintf): Test here whether the string length is > INT_MAX.
6501         * lib/vsnprintf.c: Include errno.h, limits.h.
6502         (EOVERFLOW): New fallback definition.
6503         (vsnprintf): Fix bug when generated string was too long for the buffer.
6504         Test here whether the string length is > INT_MAX.
6505
6506 2006-08-28  Bruno Haible  <bruno@clisp.org>
6507
6508         * lib/inttypes_.h (SCNX*): Remove definitions.
6509         Reported by Eric Blake.
6510
6511 2006-08-28  Bruno Haible  <bruno@clisp.org>
6512
6513         * lib/c-strstr.h: New file, from GNU gettext.
6514         * lib/c-strstr.c: New file, from GNU gettext.
6515
6516 2006-08-28  Bruno Haible  <bruno@clisp.org>
6517
6518         * gnulib-tool: Reorder some statements.
6519
6520 2006-08-28  Bruno Haible  <bruno@clisp.org>
6521
6522         * gnulib-tool: New option --makefile-name.
6523         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6524         $makefile_name.
6525         (func_import): Write $makefile_name to the cache file, and read it from
6526         there unless explicitly specified. Use $makefile_name as file name
6527         instead of Makefile.am. Adjust the recommendations accordingly.
6528
6529 2006-08-28  Bruno Haible  <bruno@clisp.org>
6530
6531         * gnulib-tool (func_verify_module): Check against misapplying patch.
6532
6533 2006-08-28  Bruno Haible  <bruno@clisp.org>
6534
6535         * gnulib-tool (func_relativize, func_relconcat): New functions.
6536         Give an error if --local-dir is given with --update.
6537         Remove trailing slashes from $local_gnulib_dir.
6538         (func_import): Store the relativized $local_gnulib_dir in
6539         gnulib-cache.m4, and read it from there if not specified explicitly.
6540
6541 2006-08-28  Bruno Haible  <bruno@clisp.org>
6542
6543         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6544         is the current directory. Respect also $local_gnulib_dir.
6545
6546 2006-08-28  Bruno Haible  <bruno@clisp.org>
6547             Simon Josefsson  <jas@extundo.com>
6548
6549         BeOS portability.
6550         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6551
6552 2006-08-27  Jim Meyering  <jim@meyering.net>
6553
6554         * doc/visibility.texi: Remove duplicate word: "pointer".
6555
6556 2006-08-26  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6559         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6560         (Makefile.am): Create inttypes.h from inttypes_.h.
6561         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6562
6563         * modules/imaxabs: New file.
6564
6565         * modules/imaxdiv: New file.
6566
6567 2006-08-26  Bruno Haible  <bruno@clisp.org>
6568
6569         * m4/inttypes.m4: New file.
6570         * m4/_inttypes_h.m4: Remove file.
6571         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6572         PRI_MACROS_BROKEN.
6573         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6574
6575         * m4/imaxabs.m4: New file.
6576
6577         * m4/imaxdiv.m4: New file.
6578
6579 2006-08-26  Bruno Haible  <bruno@clisp.org>
6580
6581         * lib/inttypes_.h: New file.
6582         * lib/inttypes.h: Remove file.
6583         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6584
6585         * lib/imaxabs.c: New file.
6586
6587         * lib/imaxdiv.c: New file.
6588
6589 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6590
6591         New config-h module, so that "make" output needn't be cluttered
6592         by -DHAVE_CONFIG_H.
6593         * MODULES.html.sh (Support for building libraries and executables):
6594         Add config-h.
6595         * modules/config-h: New file.
6596         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6597         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6598         the config-h module is used.
6599
6600         New configmake module, so that "make" output needn't be cluttered
6601         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6602         * MODULES.html.sh (Support for building libraries and executables):
6603         Add configmake.
6604         * modules/configmake: New file.
6605
6606 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6607
6608         * m4/config-h.m4: New file.
6609
6610 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6611
6612         * config/srclist.txt: Add elisp-comp.
6613
6614 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6615
6616         * MODULES.html.sh (Support for building libraries and executables):
6617         Add elisp-comp.
6618         * build-aux/elisp-comp: New file.
6619         * modules/elisp-comp: New file.
6620
6621 2006-08-24  Bruno Haible  <bruno@clisp.org>
6622
6623         * gnulib-tool (func_create_testdir): Use non-default values of
6624         sourcebase and m4base.
6625
6626 2006-08-24  Bruno Haible  <bruno@clisp.org>
6627
6628         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6629         HTML structure.
6630
6631 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6632
6633         * modules/openat (Depends-on): Add lchown.
6634
6635 2006-08-23  Bruno Haible  <bruno@clisp.org>
6636
6637         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6638         of gl_LOCK_EARLY instead of gl_LOCK.
6639
6640 2006-08-23  Bruno Haible  <bruno@clisp.org>
6641
6642         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6643         on OSF/1 to no.
6644         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6645
6646 2006-08-23  Bruno Haible  <bruno@clisp.org>
6647
6648         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6649         as unusable.
6650
6651         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6652         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6653         (gl_LOCK): New macro.
6654
6655 2006-08-22  Simon Josefsson  <jas@extundo.com>
6656
6657         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6658         to md5 module.
6659
6660 2006-08-22  Simon Josefsson  <jas@extundo.com>
6661
6662         * MODULES.html.sh: Add "Support for maintaining and release
6663         projects".
6664
6665         * build-aux/gnupload: New file, from coreutils.
6666
6667 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6668
6669         Avoid the need for AC_LIBSOURCES in m4 macros.
6670         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6671         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6672         * modules/check-version (EXTRA_DIST): Add check-version.h.
6673         * modules/crc (EXTRA_DIST): Add crc.h.
6674         * modules/des (EXTRA_DIST): Add des.h.
6675         * modules/gc (EXTRA_DIST): Add gc.h.
6676         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6677         * modules/getline (EXTRA_DIST): Add getline.h.
6678         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6679         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6680         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6681         * modules/md2 (EXTRA_DIST): Add md2.h.
6682         * modules/md4 (EXTRA_DIST): Add md4.h.
6683         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6684         * modules/read-file (EXTRA_DIST): Add read-file.h.
6685         * modules/readline (EXTRA_DIST): Add readline.h.
6686         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6687         rijndael-api-fst.h.
6688
6689 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6690
6691         * m4/rijndael.m4 (gl_ARCFOUR):
6692         * m4/arctwo.m4 (gl_ARCTWO):
6693         * m4/check-version.m4 (gl_CHECK_VERSION):
6694         * m4/crc.m4 (gl_CRC):
6695         * m4/des.m4 (gl_DES):
6696         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6697         * m4/gc.m4 (gl_GC):
6698         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6699         * m4/getline.m4 (gl_FUNC_GETLINE):
6700         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6701         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6702         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6703         * m4/md2.m4 (gl_MD2):
6704         * m4/md4.m4 (gl_MD4):
6705         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6706         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6707         * m4/readline.m4 (gl_FUNC_READLINE):
6708         * m4/rijndael.m4 (gl_RIJNDAEL):
6709         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6710         to get the necessary .h files and whatnot.
6711
6712 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6713
6714         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6715         gnulib rather than the other way around.
6716         * config/srclistvars.sh (COREUTILS): Remove.
6717
6718 2006-08-22  Jim Meyering  <jim@meyering.net>
6719
6720         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6721
6722         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6723
6724 2006-08-22  Eric Blake  <ebb9@byu.net>
6725
6726         * modules/regexprops-generic: New file.
6727         * MODULES.html.sh (Support for building documentation): List it.
6728
6729 2006-08-22  Eric Blake  <ebb9@byu.net>
6730
6731         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6732         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6733         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6734         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6735
6736 2006-08-22  Bruno Haible  <bruno@clisp.org>
6737
6738         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6739         and lib_LTLIBRARIES like the other lib_* variables.
6740
6741 2006-08-22  Bruno Haible  <bruno@clisp.org>
6742
6743         * build-aux/x-to-1.in: New file, from GNU gettext.
6744
6745 2006-08-22  Bruno Haible  <bruno@clisp.org>
6746
6747         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6748         <utmpx.h> exists.
6749
6750 2006-08-22  Bruno Haible  <bruno@clisp.org>
6751
6752         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6753         <utmpx.h> exists.
6754
6755 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6756
6757         BeOS portability.
6758         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6759         exist.
6760         Problem reported by Bruno Haible.
6761
6762 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6763
6764         Avoid the need for AC_LIBSOURCES in m4 macros.
6765         * modules/acl (EXTRA_DIST): Add acl.h.
6766         * modules/argmatch (Files): Add m4/argmatch.m4.
6767         (configure.ac): Add gl_ARGMATCH.
6768         (EXTRA_DIST): Renamed from lib_SOURCES, for
6769         consistency with the other modules.  Remove argmatch.c.
6770         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6771         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6772         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6773         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6774         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6775         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6776         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6777         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6778         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6779         * modules/closeout (EXTRA_DIST): Add closeout.h.
6780         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6781         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6782         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6783         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6784         dirname.h; remove basename.c and stripslash.c.
6785         * modules/exclude (EXTRA_DIST): Add exclude.h.
6786         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6787         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6788         * modules/file-type (EXTRA_DIST): Add file-type.h.
6789         * modules/filemode (EXTRA_DIST): Add filemode.h.
6790         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6791         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6792         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6793         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6794         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6795         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6796         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6797         * modules/getdate (EXTRA_DIST): Add getdate.c.
6798         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6799         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6800         * modules/getpass (EXTRA_DIST): Add getpass.h.
6801         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6802         * modules/group-member (EXTRA_DIST): Add group-member.h.
6803         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6804         * modules/hash (EXTRA_DIST): Add hash.h.
6805         * modules/human (EXTRA_DIST): Add human.h.
6806         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6807         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6808         * modules/lchown (EXTRA_DIST): Add lchown.h.
6809         * modules/long-options (EXTRA_DIST): Add long-options.h.
6810         * modules/lstat (EXTRA_DIST): Add lstat.h.
6811         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6812         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6813         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6814         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6815         * modules/memxor (EXTRA_DIST): Add memxor.h.
6816         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6817         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6818         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6819         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6820         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6821         * modules/physmem (EXTRA_DIST): Add physmem.h.
6822         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6823         * modules/posixver (EXTRA_DIST): Add posixver.h.
6824         * modules/quote (EXTRA_DIST): Add quote.h.
6825         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6826         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6827         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6828         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6829         regex_internal.h regexec.c.
6830         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6831         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6832         * modules/same (EXTRA_DIST): Add same.h.
6833         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6834         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6835         * modules/savedir (EXTRA_DIST): Add savedir.h.
6836         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6837         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6838         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6839         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6840         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6841         * modules/strdup (EXTRA_DIST): Add strdup.h.
6842         * modules/strftime (EXTRA_DIST): Add strftime.h.
6843         * modules/strndup (EXTRA_DIST): Add strndup.h.
6844         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6845         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6846         * modules/time_r (EXTRA_DIST): Add time_r.h.
6847         * modules/timespec (EXTRA_DIST): Add timespec.h.
6848         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6849         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6850         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6851         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6852         * modules/userspec (EXTRA_DIST): Add userspec.h.
6853         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6854         * modules/utimens (EXTRA_DIST): Add utimens.h.
6855         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6856         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6857         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6858         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6859         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6860         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6861         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6862         * modules/yesno (EXTRA_DIST): Add yesno.h.
6863
6864 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6865
6866         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6867
6868         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6869         * m4/dev-ino.m4, same-inode.m4: Remove.
6870
6871         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6872         * m4/acl.m4 (AC_FUNC_ACL):
6873         * m4/backupfile.m4 (gl_BACKUPFILE):
6874         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6875         * m4/canon-host.m4 (gl_CANON_HOST):
6876         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6877         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6878         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6879         * m4/cloexec.m4 (gl_CLOEXEC):
6880         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6881         * m4/closeout.m4 (gl_CLOSEOUT):
6882         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6883         * m4/dirname.m4 (gl_DIRNAME):
6884         * m4/exclude.m4 (gl_EXCLUDE):
6885         * m4/exitfail.m4 (gl_EXITFAIL):
6886         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6887         * m4/file-type.m4 (gl_FILE_TYPE):
6888         * m4/filemode.m4 (gl_FILEMODE):
6889         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6890         * m4/fpending.m4 (gl_FUNC_FPENDING):
6891         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6892         * m4/fts.m4 (gl_FUNC_FTS):
6893         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6894         * m4/getdate.m4 (gl_GETDATE):
6895         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6896         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6897         * m4/getpass.m4 (gl_FUNC_GETPASS):
6898         * m4/gettime.m4 (gl_GETTIME):
6899         * m4/getugroups.m4 (gl_GETUGROUPS):
6900         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6901         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6902         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6903         * m4/hash.m4 (gl_HASH):
6904         * m4/idcache.m4 (gl_IDCACHE):
6905         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6906         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6907         * m4/long-options.m4 (gl_LONG_OPTIONS):
6908         * m4/lstat.m4 (gl_FUNC_LSTAT):
6909         * m4/md5.m4 (gl_MD5):
6910         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6911         * m4/memcoll.m4 (gl_MEMCOLL):
6912         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6913         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6914         * m4/memxor.m4 (gl_MEMXOR):
6915         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6916         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6917         * m4/modechange.m4 (gl_MODECHANGE):
6918         * m4/mountlist.m4 (gl_MOUNTLIST):
6919         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6920         * m4/openat.m4 (gl_FUNC_OPENAT):
6921         * m4/pathmax.m4 (gl_PATHMAX):
6922         * m4/physmem.m4 (gl_PHYSMEM):
6923         * m4/posixtm.m4 (gl_POSIXTM):
6924         * m4/posixver.m4 (gl_POSIXVER):
6925         * m4/quote.m4 (gl_QUOTE):
6926         * m4/quotearg.m4 (gl_QUOTEARG):
6927         * m4/readtokens.m4 (gl_READTOKENS):
6928         * m4/readutmp.m4 (gl_READUTMP):
6929         * m4/regex.m4 (gl_REGEX):
6930         * m4/safe-read.m4 (gl_SAFE_READ):
6931         * m4/safe-write.m4 (gl_SAFE_WRITE):
6932         * m4/same.m4 (gl_SAME):
6933         * m4/save-cwd.m4 (gl_SAVE_CWD):
6934         * m4/savedir.m4 (gl_SAVEDIR):
6935         * m4/settime.m4 (gl_SETTIME):
6936         * m4/sha1.m4 (gl_SHA1):
6937         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6938         * m4/stat-macros.m4 (gl_STAT_MACROS):
6939         * m4/stat-time.m4 (gl_STAT_TIME):
6940         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6941         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6942         * m4/strdup.m4 (gl_FUNC_STRDUP):
6943         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6944         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6945         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6946         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6947         * m4/time_r.m4 (gl_TIME_R):
6948         * m4/timespec.m4 (gl_TIMESPEC):
6949         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6950         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6951         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6952         * m4/userspec.m4 (gl_USERSPEC):
6953         * m4/utimecmp.m4 (gl_UTIMECMP):
6954         * m4/utimens.m4 (gl_UTIMENS):
6955         * m4/xalloc.m4 (gl_XALLOC):
6956         * m4/xgetcwd.m4 (gl_XGETCWD):
6957         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6958         * m4/xreadlink.m4 (gl_XREADLINK):
6959         * m4/xstrtod.m4 (gl_XSTRTOD):
6960         * m4/yesno.m4 (gl_YESNO):
6961         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6962         to get the necessary .h files and whatnot.
6963
6964 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6965             Bruno Haible  <bruno@clisp.org>
6966
6967         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6968         /bin/sh understanding of '!' conditional negation.
6969
6970 2006-08-21  Jim Meyering  <jim@meyering.net>
6971
6972         * modules/openat (Depends-on): Really alphabetize.
6973
6974         * modules/acl (Depends-on): Add error and quote.
6975
6976         * check-module (find_included_lib_files): Add at-func.c to the
6977         ok-to-include-more-than-once white list.
6978
6979         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6980
6981 2006-08-21  Bruno Haible  <bruno@clisp.org>
6982
6983         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6984         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6985         Reported by Martin Lambers <marlam@marlam.de>.
6986
6987 2006-08-21  Bruno Haible  <bruno@clisp.org>
6988
6989         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6990         specify an installation location, don't emit a noinst_LIBRARIES or
6991         noinst_LTLIBRARIES assignment.
6992
6993 2006-08-21  Bruno Haible  <bruno@clisp.org>
6994
6995         BeOS portability.
6996         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6997         BeOS has mbrtowc() but no <wctype.h>.
6998
6999 2006-08-21  Bruno Haible  <bruno@clisp.org>
7000
7001         BeOS portability.
7002         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
7003         exist.
7004
7005 2006-08-21  Bruno Haible  <bruno@clisp.org>
7006
7007         BeOS portability.
7008         * lib/mbchar.h: Include <wctype.h> only if it exists.
7009
7010 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7011
7012         Remove files that are no longer needed by their respective modules.
7013         * m4/obstack.m4: Remove.
7014         * m4/strerror_r.m4: Remove.
7015         * m4/uint32_t.m4: Remove.
7016         * m4/uintptr_t.m4: Remove.
7017         * m4/ullong_max.m4: Remove.
7018         * m4/xstrtoimax.m4: Remove.
7019         * m4/xstrtoumax.m4: Remove.
7020
7021         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
7022         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
7023         dependencies now capture this.
7024
7025         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
7026         Do not use AC_LIBSOURCES, since gnulib modules now do this.
7027         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
7028         * m4/human.m4 (gl_HUMAN): Likewise.
7029         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
7030         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
7031
7032         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
7033
7034         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
7035         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
7036         stdint.
7037         * m4/human.m4 (gl_HUMAN): Likewise.
7038         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
7039         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
7040         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7041         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7042         * m4/xstrtol (gl_XSTRTOL): Likewise.
7043
7044         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
7045         AC_TYPE_LONG_LONG_INT.
7046         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
7047         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
7048         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
7049         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
7050
7051         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
7052         on stdbool.
7053
7054         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
7055         (gl_PREREQ_XSTRTOUL): Remove.
7056
7057         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7058
7059         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7060         mode.
7061
7062 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7063
7064         Add and change modules to make it easier for coreutils to use
7065         gnulib-tool.
7066         * modules/backupfile (Files): Remove m4/d-ino.m4.
7067         (Depends-on): Add d-ino.
7068         * modules/cycle-check (Depends-on): Add stdint.
7069         (lib_SOURCES): Add cycle-check.h.
7070         * modules/d-ino: New module.
7071         * modules/d-type: New module.
7072         * modules/error (Files): Remove m4/strerror_r.m4.
7073         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7074         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7075         m4/inttypes_h.m4, m4/uintmax_t.m4.
7076         (Depends-on): Add stdint.
7077         (lib_SOURCES): Add fsusage.h.
7078         * modules/getcwd (Files): Remove d-ino.m4.
7079         (Depends-on): Add d-ino.
7080         * modules/getndelim2 (Depends-on): Add stdint.
7081         * modules/glob (Files): Remove m4/d-type.m4.
7082         (Depends-on): Add d-type.
7083         * modules/host-os: New module.
7084         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7085         m4/inttypes_h.m4, m4/uintmax_t.m4.
7086         * Depends-on: Add stdint.
7087         (lib_SOURCES): Add human.h.
7088         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7089         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7090         m4/uintmax_t.m4, m4/ulonglong.m4.
7091         (Depends-on): Add stdint.
7092         (EXTRA_DIST): Add inttostr.h.
7093         * modules/lchmod: New module.
7094         * modules/link-follow: New module.
7095         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7096         (Depends-on): Add lchmod.
7097         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7098         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7099         (Depends-on): Add stdint.
7100         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7101         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7102         (Depends-on): Add stdint.
7103         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7104         * modules/perl: New module.
7105         * modules/regex (Depends-on): Add stdint.
7106         * modules/rmdir-errno: New module.
7107         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7108         m4/intmax_t.m4.
7109         (Depends-on): Add stdint.
7110         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7111         m4/uintmax_t.m4.
7112         (Depends-on): Add stdint.
7113         * modules/unlink-busy: New module.
7114         * modules/utimecmp (Depends-on): Add stdint.
7115         * modules/uptime: New module.
7116         * modules/winsz-ioctl: New module.
7117         * modules/winsz-termios: New module.
7118         * modules/xnanosleep (Depends-on): Add nanosleep.
7119         * modules/ullong_max: Remove.
7120         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7121         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7122         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7123         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7124         (Depends-on): Add inttypes.
7125         (lib_SOURCES): Add xstrtol.h.
7126         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7127         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7128         * MODULES.html.sh: Move 'assert' into the assert section.
7129         Move 'dummy' into the linking section.
7130         Remove ullong_max.
7131         Add section for compatibility checks for POSIX:2001 functions,
7132         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7133         winsz-ioctl, and winsz-termios into it.
7134         Add lchmod.
7135         Add top-level Misc section and put host-os, perl, and uptime
7136         into it.
7137
7138 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7139
7140         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7141         now assume the stdint module.  Do not include inttypes.h.
7142         * lib/fsusage.h: Likewise.
7143         * lib/getndelim2.c: Likewise.
7144         * lib/human.h: Likewise.
7145         * lib/inttostr.h: Likewise.
7146         * lib/obstack.c: Likewise.
7147         * lib/regex_internal.h: Likewise.
7148         * lib/tempname.c: Likewise.
7149         * lib/utimecmp.c: Likewise.
7150         * lib/xstrtol.h: Likewise.
7151
7152         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7153
7154         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7155         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7156         * lib/xtime.h: Likewise.
7157
7158 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * modules/openat (Files): Add lib/fchmodat.c.
7161         Fixes problem reported by Jay Youngman.
7162
7163 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7164
7165         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7166         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7167
7168 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7169             Bruno Haible  <bruno@clisp.org>
7170
7171         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7172         and is a script that invokes bison. Tighten the code. Add comments.
7173
7174 2006-08-18  Jim Meyering  <jim@meyering.net>
7175
7176         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7177         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7178         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7179         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7180
7181 2006-08-18  Bruno Haible  <bruno@clisp.org>
7182
7183         * modules/bison-i18n: New file.
7184         * MODULES.html.sh (Internationalization functions): Add it.
7185
7186 2006-08-18  Bruno Haible  <bruno@clisp.org>
7187
7188         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7189         sys/statvfs.h. When getmntinfo was found, check its declaration and
7190         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7191
7192 2006-08-18  Bruno Haible  <bruno@clisp.org>
7193
7194         * m4/bison-i18n.m4: New file, from bison.
7195
7196 2006-08-18  Bruno Haible  <bruno@clisp.org>
7197
7198         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7199         (ME_DUMMY): Treat "kernfs" as a dummy.
7200         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7201
7202 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7203
7204         Update from coreutils.
7205
7206         2006-08-15  Jim Meyering  <jim@meyering.net>
7207
7208         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7209
7210         2006-01-17  Jim Meyering  <jim@meyering.net>
7211
7212         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7213
7214         2006-01-11  Jim Meyering  <jim@meyering.net>
7215
7216         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7217         Check for the lchmod function.
7218
7219 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7220
7221         Update from coreutils.
7222
7223         * lib/__fpending.h: Add copyright notice.
7224         * lib/fprintftime.h: Likewise.
7225         * lib/savedir.c: Use (C) in copyright notice.
7226         * lib/savedir.h: Likewise.
7227
7228         2006-08-15  Jim Meyering  <jim@meyering.net>
7229
7230         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7231         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7232         in support of the EXPECTED_ERRNO macro.
7233         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7234         definitions.  Instead, define the appropriate symbols and include
7235         "at-func.c".
7236         * lib/mkdirat.c (mkdirat): Likewise.
7237         * lib/fchmodat.c (fchmodat): Likewise.
7238         (ENOSYS): Remove definition.
7239         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7240         it.  Don't include "unistd--.h" -- it wasn't ever used.
7241
7242         2006-01-17  Jim Meyering  <jim@meyering.net>
7243
7244         Rewrite fts.c not to change the current working directory,
7245         by using openat, fstatat, fdopendir, etc..
7246
7247         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7248         (HAVE_OPENAT_SUPPORT): Define.
7249         [_LIBC] (fchdir): Don't undef or define; no longer used.
7250         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7251         Now, this `function' always succeeds, and consumes its file descriptor
7252         parameter -- so callers must not close such FDs.  Update callers.
7253         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7254         (diropen): Add parameter, SP.  Adjust all callers.
7255         Implement using diropen_fd, rather than open.
7256         (fts_open): Initialize new member, fts_cwd_fd.
7257         Remove fts_rft-setting code.
7258         (fts_close): Close fts_cwd_fd, if necessary.
7259         (__opendir2): Define in terms of opendir or opendirat,
7260         depending on whether the FST_NOCHDIR flag is set.
7261         (fts_build): Since fts_safe_changedir consumes its FD, and since
7262         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7263         and close the dup'd file descriptor upon failure.
7264         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7265         (fts_safe_changedir): Tweak semantics to reflect that this function
7266         now calls cwd_advance_fd and hence consumes its FD argument.
7267         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7268         [struct FTS] (fts_rft): Remove now-unused member.
7269         [struct FTS] (fts_cycle.state): Improve comment.
7270
7271         * lib/openat.c (openat_needs_fchdir): New function.
7272         * lib/openat.h (openat_needs_fchdir): Declare it.
7273
7274 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7275
7276         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7277         Problem and fix reported by Pádraig Brady in
7278         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7279
7280 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7283
7284 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7285
7286         * lib/memcoll.c (memcoll): Optimize for the common case where the
7287         arguments are bytewise equal.
7288
7289 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7290
7291         * doc/regexprops-generic.texi: Add a copyright notice.
7292
7293 2006-08-15  Bruno Haible  <bruno@clisp.org>
7294
7295         * modules/tmpdir (License): Change to LGPL.
7296
7297 2006-08-15  Bruno Haible  <bruno@clisp.org>
7298
7299         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7300         module.
7301
7302 2006-08-14  Simon Josefsson  <jas@extundo.com>
7303
7304         * config/srclist.txt: Add gnupload.
7305
7306 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         Change copyright notice from LGPL 2 to GPL 2, since that's the
7309         standard form used in the gnulib repository.
7310         * tests/test-lock.c: Likewise.
7311         * tests/test-stdint.c: Likewise.
7312         * tests/test-tls.c: Likewise.
7313
7314         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7315         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7316         Add copyright notice.
7317
7318         * check-module: Add copyright notice.  Output a copyright
7319         notice if "--version" is specified.
7320         * modules/COPYING: New file.
7321         * tests/test-getaddrinfo.c: Add copyright notice.
7322         * tests/test-verify.c: Likewise.
7323
7324 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7325
7326         Change copyright notice from LGPL 2 to GPL 2, since that's the
7327         standard form used in the gnulib repository.
7328         * lib/lock.c: LGPL -> GPL.
7329         * lib/lock.h: Likewise.
7330         * lib/strnlen1.c: Likewise.
7331         * lib/strnlen1.h: Likewise.
7332         * lib/tls.c: Likewise.
7333         * lib/tls.h: Likewise.
7334         * lib/tmpdir.c: Likewise.
7335
7336         * lib/TODO: Remove; this belongs only in coreutils.
7337
7338 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7339
7340         Add copyright notices to long-enough files that lack them, since
7341         otherwise the files aren't clearly free.  Use the same notice that
7342         getdate.texi already uses.
7343         * doc/alloca-opt.texi: Add copyright notice.
7344         * doc/alloca.texi: Likewise.
7345         * doc/ctime.texi: Likewise.
7346         * doc/functions.texi: Likewise.
7347         * doc/gcd.texi: Likewise.
7348         * doc/gnulib-tool.texi: Likewise.
7349         * doc/inet_ntoa.texi: Likewise.
7350         * doc/visibility.texi: Likewise.
7351
7352         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7353         * doc/quote.texi: Add copyright notice.
7354
7355         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7356         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7357         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7358         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7359         is now obsolete, and give a pointer to the Sun list.
7360         Add copyright notice.
7361
7362 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7363
7364         * config/srclistvars.sh: Add copyright notice.
7365
7366 2006-08-14  Eric Blake  <ebb9@byu.net>
7367
7368         Import the following change from libc:
7369
7370         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7371
7372         Upstream bug 2997.
7373         * lib/misc/error.c: Add space between program name and message if file
7374         name is missing.
7375
7376 2006-08-12  Karl Berry  <karl@gnu.org>
7377
7378         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7379         remove, these originate in gnulib now.
7380
7381 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7382
7383         * doc/Makefile (standards.info standards.html standards.dvi):
7384         Also depend on make-stds.texi.
7385
7386 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7389         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7390
7391         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7392         in wchar_t.  Problem reported by Eric Blake.
7393
7394         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7395         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7396         Also, help the compiler to keep LEN in a register.
7397
7398 2006-08-11  Eric Blake  <ebb9@byu.net>
7399
7400         * users.txt: Sort.  Add tar.
7401
7402 2006-08-11  Bruno Haible  <bruno@clisp.org>
7403
7404         * users.txt: New file.
7405
7406 2006-08-11  Bruno Haible  <bruno@clisp.org>
7407
7408         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7409         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7410
7411 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7412
7413         * modules/snprintf (Depends-on): Remove minmax.
7414         (Maintainer): Add self and Bruno.
7415
7416 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7417
7418         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7419         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7420         (EOVERFLOW): Define if the system does not.
7421         Do not include "minmax.h"; it wasn't used.
7422         (snprintf): Don't assume size_t promotes to an unsigned type.
7423         Fix bug when generated string was too long for the buffer: the
7424         buffer's contents are supposed to be the initial prefix of the
7425         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7426         exceeds INT_MAX; do the check ourselves.
7427
7428         Import the following changes from libc:
7429
7430         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7431
7432         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7433         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7434         set wc to the byte which couldn't be converted.
7435         (re_string_reconstruct): Don't clear valid_raw_len before calling
7436         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7437         tip_context using re_string_context_at.
7438
7439         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7440
7441         * lib/posix/regex.h: g++ still cannot handled [restrict].
7442
7443         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7444
7445         * lib/posix/regex.h: Remove special handling for VMS.
7446
7447 2006-08-10  Jim Meyering  <jim@meyering.net>
7448
7449         * modules/same-inode: New module.
7450         * modules/dev-ino: New module.
7451         * modules/cycle-check: Depend on these modules, rather than simply
7452         including their .h files.
7453         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7454         required via m4/cycle-check.m4.
7455         * modules/same: Depend on new same-inode module, rather than
7456         including same-inode.h.
7457         * modules/chdir-safer: New file.
7458
7459         * modules/chown (Depends-on): Add stat-macros.
7460
7461 2006-08-10  Jim Meyering  <jim@meyering.net>
7462
7463         * m4/cycle-check.m4: New file.
7464         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7465         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7466
7467 2006-08-10  Eric Blake  <ebb9@byu.net>
7468
7469         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7470         in from original proposal.
7471
7472 2006-08-10  Eric Blake  <ebb9@byu.net>
7473         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7474
7475         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7476         namespace.
7477
7478 2006-08-10  Bruno Haible  <bruno@clisp.org>
7479
7480         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7481         as well.
7482
7483 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         Sync from coreutils.
7486
7487         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7488
7489         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7490         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7491
7492 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7493
7494         * modules/restrict: Remove; no longer needed now that we assume
7495         Autoconf 2.59 or later.
7496         * MODULES.html.sh: Remove 'restrict'.
7497         * modules/argp (Depends-on): Remove 'restrict'.
7498         * modules/base64 (Depends-on): Likewise.
7499         * modules/gc (Depends-on): Likewise.
7500         * modules/getaddrinfo (Depends-on): Likewise.
7501         * modules/glob (Depends-on): Likewise.
7502         * modules/inet_ntop (Depends-on): Likewise.
7503         * modules/inet_pton (Depends-on): Likewise.
7504         * modules/memxor (Depends-on): Likewise.
7505         * modules/regex (Depends-on): Likewise.
7506         * modules/strtok_r (Depends-on): Likewise.
7507         * modules/time_r (Depends-on): Likewise.
7508
7509 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7510
7511         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7512         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7513         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7514         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7515         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7516         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7517         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7518         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7519
7520         Merge from coreutils.
7521         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7522         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7523         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7524         * m4/time_r.m4 (gl_TIME_R): Likewise.
7525
7526 2006-08-09  Karl Berry  <karl@gnu.org>
7527
7528         * config/srclist.txt: no more gettext-tools, per Bruno.
7529
7530 2006-08-08  Eric Blake  <ebb9@byu.net>
7531
7532         * modules/verror: New module.
7533         * MODULES.html.sh: Document it.
7534
7535 2006-08-08  Eric Blake  <ebb9@byu.net>
7536
7537         * lib/verror.h, lib/verror.c: New files.
7538
7539 2006-08-08  Eric Blake  <ebb9@byu.net>
7540
7541         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7542         verror_at_line output complies with GNU Coding Standards even when
7543         file is NULL.
7544
7545 2006-08-07  Bruno Haible  <bruno@clisp.org>
7546
7547         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7548         versions of AIX.
7549         Reported by Ralf Wildenhues.
7550
7551 2006-08-07  Bruno Haible  <bruno@clisp.org>
7552
7553         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7554         in an AC_DEFUN. Needed so that the autoconf snippets can use
7555         AC_REQUIRE.
7556
7557 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7558
7559         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7560         Initialize pkgdata_DATA.
7561         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7562         overriding it.
7563
7564 2006-08-06  Eric Blake  <ebb9@byu.net>
7565
7566         * lib/error.h: Fold in some upstream changes from glibc.
7567         * lib/error.c: Likewise.
7568
7569 2006-08-04  Bruno Haible  <bruno@clisp.org>
7570
7571         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7572         Make the mostlyclean-local rule depend on mostlyclean-generic.
7573         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7574
7575 2006-07-31  Bruno Haible  <bruno@clisp.org>
7576
7577         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7578         <stdlib.h>, <string.h>.
7579
7580 2006-07-30  Bruno Haible  <bruno@clisp.org>
7581
7582         * modules/readlink (License): Change to LGPL.
7583
7584 2006-07-30  Bruno Haible  <bruno@clisp.org>
7585
7586         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7587         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7588         set PKGDATADIR to point to it.
7589
7590 2006-07-30  Bruno Haible  <bruno@clisp.org>
7591
7592         * modules/csharpexec (configure.ac): Comment out macro invocation.
7593         * modules/javaexec (configure.ac): Likewise.
7594         * modules/javacomp-script (configure.ac): Likewise.
7595
7596         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7597
7598 2006-07-30  Bruno Haible  <bruno@clisp.org>
7599
7600         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7601         linked-list.
7602
7603 2006-07-30  Bruno Haible  <bruno@clisp.org>
7604
7605         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7606
7607 2006-07-30  Bruno Haible  <bruno@clisp.org>
7608
7609         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7610         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7611         get removed.
7612
7613 2006-07-29  Bruno Haible  <bruno@clisp.org>
7614
7615         Make it possible for gnulib-tool to work with locally modified or
7616         augmented gnulib repositories.
7617         * gnulib-tool (func_usage): Document --local-dir option.
7618         (local_gnulib_dir): New variable.
7619         Handle --local-dir option.
7620         (func_lookup_file): New function.
7621         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7622         (func_get_description, func_get_filelist, func_get_description,
7623         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7624         func_get_automake_snippet, func_get_include_directive,
7625         func_get_license, func_get_maintainer): Use func_lookup_file.
7626         (func_import, func_create_testdir): Use func_lookup_file.
7627
7628 2006-07-29  Bruno Haible  <bruno@clisp.org>
7629
7630         * modules/setenv (Depends-on): Add unistd.
7631
7632 2006-07-29  Bruno Haible  <bruno@clisp.org>
7633
7634         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7635
7636 2006-07-29  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7639
7640 2006-07-29  Bruno Haible  <bruno@clisp.org>
7641
7642         * gnulib-tool (import, update): If there is no Makefile.am, look at
7643         aclocal.m4, instead of bailing out.
7644
7645 2006-07-29  Bruno Haible  <bruno@clisp.org>
7646
7647         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7648         Categorize the options by when they are useful.
7649
7650 2006-07-29  Bruno Haible  <bruno@clisp.org>
7651
7652         * gnulib-tool (func_usage): Document option --no-libtool.
7653         Handle option --no-libtool.
7654         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7655         for changed semantics of $libtool variable.
7656         (func_import): Likewise. If libtool is not used, show this through
7657         an option --no-libtool.
7658         (func_create_testdir): Update.
7659
7660 2006-07-29  Bruno Haible  <bruno@clisp.org>
7661
7662         * gnulib-tool (func_import): Extend error message about missing
7663         --doc-base.
7664
7665 2006-07-29  Bruno Haible  <bruno@clisp.org>
7666
7667         * gnulib-tool (func_import): Don't create the $docbase directory if
7668         there is no file to store there.
7669
7670 2006-07-29  Bruno Haible  <bruno@clisp.org>
7671
7672         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7673         relevant, look for configure.ac there, not in the current directory.
7674         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7675
7676 2006-07-29  Bruno Haible  <bruno@clisp.org>
7677
7678         * gnulib-tool (SORT): New variable.
7679         (func_usage): Undocument --assume-autoconf option.
7680         Remove --assume-autoconf option handling.
7681         (autoconf_minversion): Determine from the contents of configure.ac.
7682         (func_import): Remove autoconf_minversion handling.
7683         Suggested by Eric Blake.
7684
7685 2006-07-29  Bruno Haible  <bruno@clisp.org>
7686
7687         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7688
7689 2006-07-29  Bruno Haible  <bruno@clisp.org>
7690
7691         * config/srclist.txt (*setenv.[ch]): Remove rules.
7692
7693 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7694
7695         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7696
7697 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7698
7699         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7700         arpa/inet.h.
7701
7702 2006-07-28  Simon Josefsson  <jas@extundo.com>
7703
7704         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7705         * modules/inet_pton (Depends-on): Likewise.
7706
7707 2006-07-28  Simon Josefsson  <jas@extundo.com>
7708
7709         * m4/netinet_in_h.m4: New file.
7710
7711 2006-07-28  Simon Josefsson  <jas@extundo.com>
7712
7713         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7714         #include's.
7715
7716 2006-07-28  Simon Josefsson  <jas@extundo.com>
7717
7718         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7719         #include's.
7720
7721 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7722
7723         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7724         setgid on directories only if they set these bits.
7725         * lib/modechange.h: Remove obsolete comment about masks.
7726
7727 2006-07-28  Eric Blake  <ebb9@byu.net>
7728
7729         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7730         macro expansion.
7731
7732 2006-07-28  Bruno Haible  <bruno@clisp.org>
7733
7734         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7735
7736 2006-07-28  Bruno Haible  <bruno@clisp.org>
7737
7738         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7739
7740 2006-07-28  Bruno Haible  <bruno@clisp.org>
7741
7742         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7743         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7744         Define fallbacks.
7745         Avoids link error on FreeBSD 4.x.
7746         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7747
7748         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7749         encoding.
7750         * lib/mbswidth.c (iswcntrl): Likewise.
7751
7752 2006-07-27  Bruno Haible  <bruno@clisp.org>
7753
7754         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7755         test.
7756
7757 2006-07-27  Bruno Haible  <bruno@clisp.org>
7758
7759         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7760         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7761         defined.
7762
7763 2006-07-26  Eric Blake  <ebb9@byu.net>
7764
7765         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7766
7767 2006-07-26  Eric Blake  <ebb9@byu.net>
7768
7769         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7770         like mingw that lack mkstemp.
7771         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7772         avoid compilation warning on mingw.
7773
7774 2006-07-26  Bruno Haible  <bruno@clisp.org>
7775
7776         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7777         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7778         INT_FAST*_MIN, INTPTR_MIN.
7779
7780 2006-07-25  Bruno Haible  <bruno@clisp.org>
7781
7782         * modules/version-etc (Depends-on): Add stdarg.
7783
7784 2006-07-25  Bruno Haible  <bruno@clisp.org>
7785
7786         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7787         complex commands.
7788
7789 2006-07-25  Bruno Haible  <bruno@clisp.org>
7790
7791         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7792         defined in <stdarg.h> or config.h.
7793
7794 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7795
7796         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7797         (gl_STDIO_SAFER): Remove.
7798
7799 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7800
7801         * MODULES.html.sh (File stream based Input/Output):
7802         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7803         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7804         * modules/fopen-safer, modules/tmpfile-safer: New files.
7805         * modules/stdio-safer: Remove.
7806
7807 2006-07-24  Bruno Haible  <bruno@clisp.org>
7808
7809         * modules/tmpdir: New file.
7810         * MODULES.html.sh (File system functions): Add it.
7811
7812 2006-07-24  Bruno Haible  <bruno@clisp.org>
7813
7814         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7815         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7816
7817 2006-07-24  Bruno Haible  <bruno@clisp.org>
7818
7819         * modules/clean-temp: New file.
7820
7821 2006-07-24  Bruno Haible  <bruno@clisp.org>
7822
7823         * m4/tmpdir.m4: New file, from GNU gettext.
7824
7825 2006-07-24  Bruno Haible  <bruno@clisp.org>
7826
7827         * lib/tmpdir.h: New file, from GNU gettext.
7828         * lib/tmpdir.c: New file, from GNU gettext.
7829
7830 2006-07-24  Bruno Haible  <bruno@clisp.org>
7831
7832         * lib/clean-temp.h: New file, from GNU gettext.
7833         * lib/clean-temp.c: New file, from GNU gettext.
7834
7835 2006-07-23  Eric Blake  <ebb9@byu.net>
7836
7837         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7838         (Depends-on): Add binary-io.
7839
7840 2006-07-23  Eric Blake  <ebb9@byu.net>
7841
7842         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7843
7844 2006-07-23  Eric Blake  <ebb9@byu.net>
7845
7846         * lib/tmpfile-safer.c: New file.
7847         * lib/stdio-safer.h (fopen_safer): Add prototype.
7848         * lib/stdio--.h (tmpfile): Make safer.
7849
7850 2006-07-23  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7853         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7854         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7855         gl_linked_remove_at): Use it.
7856
7857 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7858         and Simon Josefsson <jas@extundo.com>
7859
7860         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7861
7862         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7863
7864 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * modules/close-stream: New file.
7867         * modules/closeout (Description): Make it clear that it exits
7868         with a diagnostic on error.
7869         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7870         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7871
7872 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         * m4/close-stream.m4: New file.
7875
7876 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7877
7878         * lib/close-stream.c, lib/close-stream.h: New files.
7879
7880 2006-07-22  Bruno Haible  <bruno@clisp.org>
7881
7882         Merge from GNU gettext 0.15.
7883
7884         2006-05-01  Bruno Haible  <bruno@clisp.org>
7885
7886                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7887
7888         2006-07-22  Bruno Haible  <bruno@clisp.org>
7889
7890                 * modules/javaversion: New file.
7891                 * MODULES.html.sh (Java): Add javaversion.
7892
7893         2006-03-12  Bruno Haible  <bruno@clisp.org>
7894
7895                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7896
7897         2005-12-04  Bruno Haible  <bruno@clisp.org>
7898
7899                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7900                 (untested).
7901
7902         2006-06-21  Bruno Haible  <bruno@clisp.org>
7903
7904                 Avoid warnings from recent versions of mcs.
7905                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7906                 -o, -L, -r any more. Use options documented since mcs-1.0
7907                 instead. Similarly for -g.
7908
7909         2005-12-04  Bruno Haible  <bruno@clisp.org>
7910
7911                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7912                 .resources, not .resource.
7913
7914         2005-07-09  Bruno Haible  <bruno@clisp.org>
7915
7916                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7917                 add a .dll suffix.
7918                 Reported by Mark Junker <mjscod@gmx.de>.
7919
7920         2006-07-22  Bruno Haible  <bruno@clisp.org>
7921
7922                 * modules/gettext: Upgrade to gettext-0.15.
7923                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7924                 m4/visibility.m4.
7925                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7926
7927 2006-07-22  Bruno Haible  <bruno@clisp.org>
7928
7929         Merge from GNU gettext 0.15.
7930
7931         2006-03-25  Bruno Haible  <bruno@clisp.org>
7932
7933                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7934
7935         2006-07-21  Bruno Haible  <bruno@clisp.org>
7936
7937                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7938                 "1.1".
7939
7940         2006-05-09  Bruno Haible  <bruno@clisp.org>
7941
7942                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7943                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7944                 for the conftestver execution.
7945
7946         2006-05-01  Bruno Haible  <bruno@clisp.org>
7947
7948                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7949                 optional target-version argument. Verify that the compiler
7950                 groks source of the specified source-version, or add -source
7951                 option as necessary. Verify that the compiler produces
7952                 bytecode in the specified target-version, or add -target and
7953                 -source options as necessary. Make the result of the test
7954                 available as variable CONF_JAVAC. Also log error output in
7955                 config.log.
7956
7957         2006-03-11  Bruno Haible  <bruno@clisp.org>
7958
7959                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7960
7961         2006-05-09  Bruno Haible  <bruno@clisp.org>
7962
7963                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7964                 CLASSPATH_SEPARATOR to a semicolon.
7965
7966         2006-03-12  Bruno Haible  <bruno@clisp.org>
7967
7968                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7969                 available as variable CONF_JAVA, for subsequent autoconf
7970                 tests. Also log error output in config.log.
7971
7972         2006-07-19  Bruno Haible  <bruno@clisp.org>
7973
7974                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7975                 that getline works on glibc2 systems. Needed to avoid trouble
7976                 in relocatable.c.
7977                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7978
7979         2005-12-04  Bruno Haible  <bruno@clisp.org>
7980
7981                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7982                 launcher (untested).
7983
7984         2005-12-04  Bruno Haible  <bruno@clisp.org>
7985
7986                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7987
7988         2006-07-22  Bruno Haible  <bruno@clisp.org>
7989
7990                 * gettext.m4: Update from GNU gettext-0.15.
7991                 * nls.m4: Likewise.
7992                 * po.m4: Likewise.
7993                 * inttypes-pri.m4: Likewise.
7994                 * inttypes-h.m4: Renamed from inttypes.m4.
7995                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7996
7997 2006-07-22  Bruno Haible  <bruno@clisp.org>
7998
7999         Merge from GNU gettext 0.15.
8000
8001         2005-07-05  Bruno Haible  <bruno@clisp.org>
8002
8003                 * printf-args.c (printf_fetchargs): Work around broken
8004                 definition of wint_t on mingw.
8005
8006         2005-02-12  Bruno Haible  <bruno@clisp.org>
8007
8008                 * xallocsa.h: Add extern "C" for C++.
8009
8010         2006-05-17  Bruno Haible  <bruno@clisp.org>
8011
8012                 Cygwin portability.
8013                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
8014
8015         2006-04-30  Bruno Haible  <bruno@clisp.org>
8016
8017                 * progreloc.c: Include <mach-o/dyld.h> if available.
8018                 (find_executable): Use _NSGetExecutablePath when possible.
8019
8020         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8021
8022                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
8023                 function.
8024
8025         2005-12-29  Bruno Haible  <bruno@clisp.org>
8026
8027                 * progreloc.c (set_program_name_and_installdir): Fix
8028                 compilation error.
8029
8030         2005-12-04  Bruno Haible  <bruno@clisp.org>
8031
8032                 Cygwin portability.
8033                 * progreloc.c: Include <windows.h> also on Cygwin.
8034                 (find_executable): Add support for Cygwin.
8035                 (set_program_name_and_installdir): Handle also platforms with
8036                 nonempty EXEEXT.
8037
8038         2006-07-11  Bruno Haible  <bruno@clisp.org>
8039
8040                 * javacomp.c: Fix a comment.
8041                 Reported by Jim Meyering.
8042
8043         2006-04-30  Bruno Haible  <bruno@clisp.org>
8044
8045                 * javacomp.h (compile_java_class): Add source_version,
8046                 target_version arguments.
8047                 * javacomp.c: Rewritten to choose only a compiler that
8048                 respects the specified source_version and target_version.
8049
8050         2006-06-27  Bruno Haible  <bruno@clisp.org>
8051
8052                 Assume correct S_ISDIR macro.
8053                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
8054
8055         2006-07-22  Bruno Haible  <bruno@clisp.org>
8056
8057                 * javaversion.h: New file, from GNU gettext.
8058                 * javaversion.c: New file, from GNU gettext.
8059                 * javaversion.java: New file, from GNU gettext.
8060                 * javaversion.class: New file, from GNU gettext.
8061
8062         2006-05-17  Bruno Haible  <bruno@clisp.org>
8063
8064                 Cygwin portability.
8065                 * javaexec.c (execute_java_class): Test for jview program
8066                 also on Cygwin.
8067
8068         2006-04-09  Bruno Haible  <bruno@clisp.org>
8069
8070                 * fatal-signal.c: Don't include string.h.
8071                 (at_fatal_signal): Use a copying loop instead of memcpy.
8072
8073         2005-12-04  Bruno Haible  <bruno@clisp.org>
8074
8075                 * csharpexec.c: Add support for 'clix' launcher (untested).
8076                 (execute_csharp_using_sscli): New function.
8077                 (execute_csharp_program): Call it.
8078
8079         2006-06-21  Bruno Haible  <bruno@clisp.org>
8080
8081                 Avoid warnings from recent versions of mcs.
8082                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8083                 -o, -L, -r any more. Use options documented since mcs-1.0
8084                 instead. Similarly for -g.
8085
8086         2005-07-09  Bruno Haible  <bruno@clisp.org>
8087
8088                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8089                 add a .dll suffix.
8090                 Reported by Mark Junker <mjscod@gmx.de>.
8091
8092         2006-06-17  Bruno Haible  <bruno@clisp.org>
8093
8094                 * config.charset: Update for NetBSD 3.0.
8095
8096         2006-05-17  Bruno Haible  <bruno@clisp.org>
8097
8098                 Cygwin portability.
8099                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8100
8101         2006-05-16  Bruno Haible  <bruno@clisp.org>
8102
8103                 * localcharset.c [CYGWIN]: Include <windows.h>.
8104                 (get_charset_aliases): For Cygwin, return the same CPxxx
8105                 aliases list as under WIN32.
8106                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8107                 the environment variables. Fall back to GetACP().
8108
8109         2006-04-05  Bruno Haible  <bruno@clisp.org>
8110
8111                 * config.charset: Update Juan Manuel Guerrero's address.
8112
8113         2005-02-12  Bruno Haible  <bruno@clisp.org>
8114
8115                 * allocsa.h: Add extern "C" for C++.
8116
8117         2005-02-10  Bruno Haible  <bruno@clisp.org>
8118
8119                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8120                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8121
8122         2006-07-22  Bruno Haible  <bruno@clisp.org>
8123
8124                 * gettext.h: Update to GNU gettext-0.15.
8125
8126 2006-07-22  Bruno Haible  <bruno@clisp.org>
8127
8128         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8129         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8130         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8131
8132 2006-07-21  Eric Blake  <ebb9@byu.net>
8133
8134         * modules/stdlib-safer: New file.
8135         * MODULES.html.sh (File stream based Input/Output): Add
8136         stdlib-safer.
8137
8138 2006-07-21  Eric Blake  <ebb9@byu.net>
8139
8140         * lib/stdlib-safer.h: New file from coreutils, required by
8141         stdlib--.h.
8142
8143 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8146
8147 2006-07-20  Bruno Haible  <bruno@clisp.org>
8148
8149         * gnulib-tool: Recognize new option --assume-autoconf.
8150         (autoconf_minversion): New variable.
8151         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8152
8153 2006-07-20  Bruno Haible  <bruno@clisp.org>
8154
8155         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8156
8157 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8158
8159         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8160         Reindent and repaginate.
8161
8162 2006-07-19  Derek Price  <derek@ximbiot.com>
8163
8164         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8165         Correct grammar.
8166
8167 2006-07-17  Bruno Haible  <bruno@clisp.org>
8168
8169         * modules/list: New file.
8170         * modules/array-list: New file.
8171         * modules/carray-list, modules/carray-list-tests: New files.
8172         * modules/linked-list, modules/linked-list-tests: New files.
8173         * modules/avltree-list, modules/avltree-list-tests: New files.
8174         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8175         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8176         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8177         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8178         * modules/oset: New file.
8179         * modules/array-oset: New file.
8180         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8181         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8182         * tests/test-carray_list.c: New file.
8183         * tests/test-linked_list.c: New file.
8184         * tests/test-avltree_list.c: New file.
8185         * tests/test-rbtree_list.c: New file.
8186         * tests/test-linkedhash_list.c: New file.
8187         * tests/test-avltreehash_list.c: New file.
8188         * tests/test-rbtreehash_list.c: New file.
8189         * tests/test-avltree_oset.c: New file.
8190         * tests/test-rbtree_oset.c: New file.
8191         * MODULES.html.sh (Container data structures): New section.
8192
8193 2006-07-17  Bruno Haible  <bruno@clisp.org>
8194
8195         * m4/gl_list.m4: New file.
8196
8197 2006-07-17  Bruno Haible  <bruno@clisp.org>
8198
8199         * lib/gl_list.h: New file.
8200         * lib/gl_list.c: New file.
8201         * lib/gl_array_list.h: New file.
8202         * lib/gl_array_list.c: New file.
8203         * lib/gl_carray_list.h: New file.
8204         * lib/gl_carray_list.c: New file.
8205         * lib/gl_linked_list.h: New file.
8206         * lib/gl_linked_list.c: New file.
8207         * lib/gl_anylinked_list1.h: New file.
8208         * lib/gl_anylinked_list2.h: New file.
8209         * lib/gl_avltree_list.h: New file.
8210         * lib/gl_avltree_list.c: New file.
8211         * lib/gl_anyavltree_list1.h: New file.
8212         * lib/gl_anyavltree_list2.h: New file.
8213         * lib/gl_rbtree_list.h: New file.
8214         * lib/gl_rbtree_list.c: New file.
8215         * lib/gl_anyrbtree_list1.h: New file.
8216         * lib/gl_anyrbtree_list2.h: New file.
8217         * lib/gl_anytree_list1.h: New file.
8218         * lib/gl_anytree_list2.h: New file.
8219         * lib/gl_linkedhash_list.h: New file.
8220         * lib/gl_linkedhash_list.c: New file.
8221         * lib/gl_anyhash_list1.h: New file.
8222         * lib/gl_anyhash_list2.h: New file.
8223         * lib/gl_avltreehash_list.h: New file.
8224         * lib/gl_avltreehash_list.c: New file.
8225         * lib/gl_rbtreehash_list.h: New file.
8226         * lib/gl_rbtreehash_list.c: New file.
8227         * lib/gl_anytreehash_list1.h: New file.
8228         * lib/gl_anytreehash_list2.h: New file.
8229
8230         * lib/gl_oset.h: New file.
8231         * lib/gl_oset.c: New file.
8232         * lib/gl_array_oset.h: New file.
8233         * lib/gl_array_oset.c: New file.
8234         * lib/gl_avltree_oset.h: New file.
8235         * lib/gl_avltree_oset.c: New file.
8236         * lib/gl_rbtree_oset.h: New file.
8237         * lib/gl_rbtree_oset.c: New file.
8238         * lib/gl_anytree_oset.h: New file.
8239
8240 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8241
8242         * m4/mkancesdirs.m4: New file.
8243         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8244         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8245         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8246         it.
8247
8248 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8251         * lib/mkancesdirs.h: New files.
8252         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8253         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8254         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8255         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8256         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8257         callers changed.  Revamp internals significantly, by not
8258         attempting to create directories that are temporarily more
8259         permissive than the final results.  Do not attempt to use
8260         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8261         This removes some race conditions, fixes some bugs, and simplifies
8262         things.  Use new dirchownmod function to do owner and mode changes.
8263         * lib/mkdir-p.h: Likewise.
8264         * lib/modechange.c (octal_to_mode): New function.
8265         (struct mode_change): New member mentioned.
8266         (make_node_op_equals): New arg mentioned.  All callers changed.
8267         (mode_compile): Keep track of which mode bits the user has explicitly
8268         mentioned.
8269         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8270         New arg PMODE_BITS, to keep track of which mode bits the user
8271         mentioned; it treats S_ISUID and S_ISGID speciall.
8272         All callers changed.
8273         * lib/modechange.h: Likewise.
8274
8275 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8276
8277         * MODULES.html.sh: Add mkancestors.
8278         * modules/mkancesdirs: New module.
8279         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8280         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8281         The chdir-safer and afs files are now orphans; I'll remove them
8282         unless someone speaks up.
8283         Add lib/dirchownmod.c, lib/dirchownmod.h.
8284         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8285         Add lchown, mkancesdirs.
8286         (Maintainer): Add self.
8287
8288 2006-07-15  Karl Berry  <karl@gnu.org>
8289
8290         * gnulib-tool: help message wording/arrangement.
8291
8292 2006-07-14  Simon Josefsson  <jas@extundo.com>
8293
8294         * doc/gnulib.texi (Libtool and Windows): New section.
8295
8296 2006-07-12  Simon Josefsson  <jas@extundo.com>
8297
8298         * modules/gendocs (License): Fix license, approved by Karl.
8299
8300 2006-07-12  Eric Blake  <ebb9@byu.net>
8301
8302         * MODULES.html.sh: Add gendocs.
8303
8304 2006-07-11  Eric Blake  <ebb9@byu.net>
8305
8306         * modules/fdl: New module, to install doc/fdl.texi.
8307         * MODULES.html.sh: Add new section for documentation modules.
8308         * gnulib-tool: Avoid space-tab.
8309         (--doc-base): New option, to manage files from doc.
8310
8311 2006-07-11  Eric Blake  <ebb9@byu.net>
8312
8313         * m4/absolute-header.m4: Fix comments to match recent change.
8314
8315 2006-07-11  Eric Blake  <ebb9@byu.net>
8316
8317         * gnulib-tool: List --doc-base before --tests-base.
8318
8319 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8320
8321         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8322
8323 2006-07-11  Bruno Haible  <bruno@clisp.org>
8324
8325         * README: Mention where to put documentation.
8326
8327 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8328
8329         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8330
8331 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8334         to stdint.m4.
8335
8336 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8339         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8340         "no/such/file/stdint.h" when there is no such file, so that
8341         the resulting C code can be parsed by dodgy compilers.
8342         Problems reported by Bob Proulx.
8343
8344 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8345
8346         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8347         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8348         macros into the GNU _D_EXACT_NAMLEN.
8349         * lib/savedir.c:  Likewise.
8350         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8351
8352 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8353         and Paul Eggert  <eggert@cs.ucla.edu>
8354
8355         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8356         * m4/savedir.m4:
8357         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8358         macros into the GNU _D_EXACT_NAMLEN.
8359
8360 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8361
8362         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8363         around the absolute name, to work around a problem with the HP-UX
8364         11.23 native C compiler, reported by Bob Proulx.
8365
8366 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8367
8368         * doc/maintain.texi, make-stds.texi: Sync from
8369         <http://savannah.gnu.org/projects/gnustandards>.
8370
8371 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8372
8373         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8374
8375 2006-07-09  Jim Meyering  <jim@meyering.net>
8376
8377         * m4/glob.m4: Remove a doubled word in a comment.
8378
8379 2006-07-09  Jim Meyering  <jim@meyering.net>
8380
8381         * lib/argp-pv.c: Remove a doubled word in a comment.
8382         * lib/check-version.c (check_version): Likewise.
8383         * lib/javacomp.c (compile_java_class): Likewise.
8384
8385 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8386
8387         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8388         for the benefit of people using Autoconf 2.60.  If you want to
8389         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8390         (or m4/onceonly.m4, if pre-2.57) manually.
8391
8392 2006-07-08  Jim Meyering  <jim@meyering.net>
8393
8394         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8395         comment.
8396         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8397         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8398         comment.
8399
8400 2006-07-08  Jim Meyering  <jim@meyering.net>
8401
8402         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8403
8404 2006-07-07  Simon Josefsson  <jas@extundo.com>
8405
8406         * tests/test-crc.c: Change expected crc value, the test vector
8407         were probably computed using the old broken crc.c?
8408
8409 2006-07-06  Simon Josefsson  <jas@extundo.com>
8410
8411         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8412         now the canonical place for the M4 file).
8413
8414         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8415         from the sys_socket dependency now.
8416
8417         * modules/inet_pton (Files): Ditto.
8418
8419         * modules/inet_ntop (Files): Ditto.
8420
8421 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8422
8423         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8424         not gl_PREREQ_GETUSERSHELL.
8425
8426 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8427
8428         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8429         with only one argument, for Autoconf 2.60.
8430         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8431         expand to nothing, so add a shell command to avoid syntax error.
8432         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8433
8434 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8435
8436         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8437
8438 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8439
8440         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8441         no longer needed.  Check for isblank decl.
8442         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8443         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8444         of existence.
8445
8446 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8447
8448         * lib/getloadavg.c: Use __VMS, not VMS.
8449         * lib/getopt.c: Likewise.
8450         * lib/getpagesize.h: Likewise.
8451         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8452         and probably does not work.
8453
8454 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8455
8456         * lib/.cppi-disable: Add wcwidth.
8457         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8458         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8459         (ISGRAPH): Remove.  All uses changed to isgraph.
8460         (FOLD) [!defined _LIBC]: Remove special case.
8461         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8462         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8463         HAVE_ISBLANK.
8464         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8465         case.
8466
8467 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8468
8469         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8470         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8471         brackets.  Other minor changes to suppress some compiler
8472         warnings.
8473
8474 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8475         and Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8478         of invoking obsolescent AC_HEADER_DIRENT macro.
8479         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8480         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8481         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8482         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8483         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8484         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8485         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8486         * m4/readdir.m4: Remove; no longer needed.
8487
8488 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8489         and Paul Eggert  <eggert@cs.ucla.edu>
8490
8491         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8492         Don't worry about this obsolete case any more.
8493         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8494         directories.
8495         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8496         worry about this obsolete case any more.
8497         * lib/fts.c: Likewise.
8498         * lib/getcwd.c: Likewise.
8499         * lib/glob.h: Likewise.
8500         * lib/savedir.c: Likewise.
8501
8502 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8505         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8506         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8507         needed.
8508         All uses removed.
8509         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8510         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8511         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8512         needed.
8513         * m4/getdate.m4 (gl_GETDATE): Likewise.
8514         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8515         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8516         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8517         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8518         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8519         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8520         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8521         needed.
8522
8523 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8524
8525         * lib/memcasecmp.c: Include <limits.h>.
8526         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8527         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8528         Don't assume isdigit succeeds only on '0' through '9'.
8529
8530 2006-07-05  Eric Blake  <ebb9@byu.net>
8531
8532         * modules/getaddrinfo (Depends-on): Add snprintf.
8533
8534 2006-07-05  Eric Blake  <ebb9@byu.net>
8535
8536         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8537         to avoid 'header present but could not be compiled' on cygwin.
8538
8539 2006-07-05  Eric Blake  <ebb9@byu.net>
8540
8541         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8542         missing from netdb.h.
8543         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8544
8545 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8546
8547         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8548         no longer needed.
8549         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8550         * m4/getdate.m4 (gl_GETDATE): Likewise.
8551         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8552         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8553         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8554         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8555         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8556
8557 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8558
8559         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8560         All uses of is_space replaced by isspace.
8561         * lib/exit.h: Don't talk about STDC_HEADERS.
8562         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8563         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8564         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8565         replaced by isprint etc.
8566         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8567         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8568         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8569         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8570         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8571         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8572
8573 2006-07-05  Bruno Haible  <bruno@clisp.org>
8574
8575         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8576         the function exists, before testing against AIX.
8577         Reported by Martin Lambers <marlam@marlam.de>.
8578
8579 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8582         From Mark D. Baushke.
8583
8584 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8585
8586         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8587         to the absolute name, not just one, to bypass Sun C 5.8's
8588         "warning: #include of /usr/include/... may be non-portable".
8589
8590 2006-07-04  Eric Blake  <ebb9@byu.net>
8591
8592         * modules/dirname-tests: New test module.
8593         * tests/test-dirname.c: New file, replacing dirname.c
8594         TEST_DIRNAME section that was recently deleted.
8595
8596 2006-07-04  Bruno Haible  <bruno@clisp.org>
8597
8598         Assume ANSI C header files and <ctype.h> functions.
8599         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8600         (mbsnwidth): Use isprint, iscntrl instead.
8601
8602 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8603
8604         Merge from coreutils.
8605         * MODULES.html.sh: Add xstrtold.
8606         * modules/xstrtold: New file.
8607         * modules/cycle-check (Files): Add lib/same-inode.h.
8608         * modules/dirname (Files): Add m4/double-slash-root.m4.
8609         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8610         * modules/mkdir-p (Files): Add lib/same-inode.h.
8611         * modules/same (Files): Add lib/same-inode.h.
8612
8613 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8614
8615         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8616         This is to keep the terminology clean; POSIX talks about
8617         "absolute pathnames", not "full pathnames", but the GNU
8618         Coding Standards say to use "path" for something else;
8619         so use "absolute" to keep both sides happy.
8620         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8621         Set gl_absolute_header, not gl_full_header_path.
8622         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8623         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8624         All uses changed.
8625
8626         Merge from coreutils.
8627
8628         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8629
8630         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8631         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8632         want to require the building of c-strtod.o.
8633         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8634         needs -lm directly.
8635         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8636
8637         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8638
8639         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8640         --as-needed option if available.  Problem reported by Albert Chin in
8641         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8642         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8643         cc merely issues a bunch of annoying warnings for --as-needed
8644         (this problem was reported by Bob Proulx).  Also, try linking with
8645         -lm to detect a bug in binutils 2.16 (this problem was reported
8646         by Ralf Wildenhues).
8647
8648         2006-06-18  Jim Meyering  <jim@meyering.net>
8649
8650         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8651         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8652         macro.
8653         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8654         also check for glibc-2.4's abort-inducing bug.
8655
8656         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8657         Low-probability clean-up should be to use rmdir to get rid of
8658         the just-created directory, not unlink.
8659
8660         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8661         configure fail, and request a bug report to inform us about it.
8662         Add a comment that, barring reports to the contrary, in 2007 we'll
8663         assume ftruncate is universally available.
8664
8665         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8666
8667         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8668
8669         2006-03-12  Jim Meyering  <jim@meyering.net>
8670
8671         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8672         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8673         * m4/same.m4 (gl_SAME): Likewise.
8674         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8675
8676         2006-03-11  Eric Blake  <ebb9@byu.net>
8677
8678         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8679         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8680         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8681         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8682
8683 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8684
8685         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8686         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8687         reported by Mark D. Baushke, one in
8688         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8689
8690         Merge from coreutils.
8691
8692         * lib/.cppi-disable: Add stdint_.h.
8693         * lib/.cvsignore: Add stdint.h.
8694
8695         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8696
8697         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8698         both double and long double versions.
8699         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8700         * lib/xstrtold.c: New file.
8701         * lib/xstrtod.h (xstrtold): New decl.
8702
8703         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8704
8705         * lib/filemode.c (setst): Remove.
8706         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8707         (arguably) clearer, and the generated code is a bit smaller on my
8708         Debian GNU/Linux stable x86 host.
8709
8710         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8711
8712         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8713         Assume that filemode.h includes sys/types.h and sys/stat.h.
8714         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8715         (ftypelet): Reorder to put common cases first, for efficiency.
8716         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8717         to do 'M'.
8718         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8719         of 10, for compatibility with FreeBSD.  All callers changed.
8720         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8721         types that can't be deduced solely from st_mode.  First arg is now a
8722         const pointer.
8723         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8724         (strmode): Renamed from mode_string.
8725         (filemodestring): New decl.
8726         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8727         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8728         needed.
8729         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8730
8731         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8732
8733         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8734         fsusage.h now does that.  Include fsusage.h first, to test interface.
8735         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8736         at most one method (the old code could have generated decls that
8737         didn't conform to C89, not that this was ever exercised).
8738         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8739
8740         2006-03-19  Jim Meyering  <jim@meyering.net>
8741
8742         Work even in a chroot where d_ino values for entries in "/"
8743         don't match the stat.st_ino values for the same names.
8744         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8745         number, iterate through all entries again, using lstat instead.
8746         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8747         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8748
8749         * lib/getcwd.c (__getcwd): Clarify a comment.
8750         Use memcpy in place of a call to strcpy.
8751
8752         2006-03-12  Jim Meyering  <jim@meyering.net>
8753
8754         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8755         matches that of the current directory (which we're about to chdir ".."
8756         out of), then save the dev-ino of the parent, instead.
8757
8758         * lib/same-inode.h (SAME_INODE): New file/macro.
8759         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8760         Include "same-inode.h", instead.
8761         * lib/same.c: Likewise.
8762         * lib/cycle-check.h: Include "same-inode.h".
8763         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8764         * lib/cycle-check.c (SAME_INODE): Remove definition.
8765         * lib/root-dev-ino.h: Include "same-inode.h".
8766
8767         2006-03-11  Eric Blake  <ebb9@byu.net>
8768
8769         * lib/same.c (same_name): s/base_name/last_component/
8770         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8771         * lib/filenamecat.c (file_name_concat): Likewise.
8772
8773         2006-03-11  Eric Blake  <ebb9@byu.net>,
8774                     Paul Eggert  <eggert@cs.ucla.edu>
8775
8776         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8777         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8778         drive prefix.
8779         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8780         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8781         (last_component): New method.
8782         * lib/dirname.c (dir_len): Determine when drive letters need a
8783         subsequent slash.  Preserve // when it is special.
8784         (dir_name): Don't append dot when drive letter is absolute.
8785         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8786         * lib/basename.c (base_name): New semantics - malloc the result.
8787         Preserve // when it is special.  Preserve relative files that look
8788         like drive letters.
8789         (base_len): Preserve // when it is special.
8790         (last_component): New method, similar to old base_name semantics.
8791         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8792         base_name.  Strip redundant slashes from ///.
8793
8794 2006-07-03  Jim Meyering  <jim@meyering.net>
8795
8796         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8797         macro is used before the first cycle_check call.
8798
8799 2006-07-03  Eric Blake  <ebb9@byu.net>
8800
8801         * modules/dirname (Depends-on): Add xstrndup.
8802
8803 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8804
8805         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8806         test cases, so that config.log is a bit easier to follow.
8807
8808 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8809
8810         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8811         both are 64 bits, since this seems to be the tradition, and this
8812         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8813         we ever run into a host that prefers long long to long in this
8814         case, we'll need another configure-time test.  Problem reported by
8815         Jim Meyering.
8816
8817 2006-07-02  Eric Blake  <ebb9@byu.net>
8818
8819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8820
8821 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         * modules/inttypes (Depends-on): No longer depends on stdint.
8824         * modules/stdint (Description): Say more about assumptions.
8825         Say that the fast types might differ.  Say macros are used.
8826         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8827         (Makefile.am): Revise list of substituted symbols to match
8828         new stdint.m4.
8829         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8830         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8831         * tests/test-stdint.c (verify_same_types)
8832         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8833         the code conforms to C99/C89.
8834         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8835         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8836
8837 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8840         but fix a bug, by requiring at least 64 bits.
8841         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8842         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8843         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8844         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8845
8846         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8847         changes.  Make 2.59 a prerequisite.  Check and substitute for
8848         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8849         inttypes.h.  Do not use special include files; just use the
8850         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8851         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8852         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8853         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8854         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8855         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8856         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8857         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8858         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8859         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8860         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8861         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8862         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8863         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8864         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8865         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8866         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8867         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8868         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8869         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8870         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8871         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8872         not check for things that C99 does not require, e.g., int8_t.  If
8873         a test isn't needed unless <stdint.h> isn't working, and is
8874         unlikely to be needed for any other reason, then don't do it
8875         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8876         size_t, since we assume C89 freestanding at least.  Do not check
8877         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8878         the right thing even if the types are not defined.  Instead use:
8879         (gl_STDINT_TYPE_PROPERTIES): New macro.
8880         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8881         testing whether <sys/types.h> clashes, as Autoconf does this for
8882         us now.  All uses removed.
8883         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8884         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8885         (gl_CHECK_TYPE_SAME):
8886         Remove; no longer needed.
8887         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8888         exists, since we'll return 0 anyway in that case.
8889         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8890
8891 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8894         possible collision with system files.
8895         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8896         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8897         WCHAR_MIN and WCHAR_MAX in this case.
8898         (<stddef.h>): Do not include; no longer needed.
8899         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8900         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8901         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8902         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8903         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8904         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8905         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8906         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8907         !defined(__c99))]: Include in this case too, since it's harmless
8908         now.
8909         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8910         dangerous to do so.
8911         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8912         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8913         (_STDINT_MIN, _STDINT_MAX): New macros.
8914         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8915         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8916         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8917         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8918         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8919         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8920         macros, not typedefs; this simplifies things quite a bit.
8921         Use long int for all types narrower than int64_t.
8922         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8923         Define in terms of long long int or int64_t or long int,
8924         not int64_t or int32_t.  This saves some compile-time testing.
8925         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8926         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8927         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8928         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8929         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8930         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8931         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8932         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8933         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8934         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8935         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8936         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8937         undef any previous version and define our own version, for
8938         simplicity and consistency with the new macros for types.
8939         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8940         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8941         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8942         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8943         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8944         @WINT_T_SUFFIX@ to keep things simple here.
8945         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8946         Simplify by assuming typical 8/16/32/64 host, since we're
8947         already doing that elsewhere anyway.
8948         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8949         and assume long long int is 64 bits if available.  This
8950         speeds up 'configure'.
8951
8952 2006-07-01  Eric Blake  <ebb9@byu.net>
8953
8954         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8955         Reported by Andreas Buening.
8956
8957 2006-07-01  Eric Blake  <ebb9@byu.net>
8958
8959         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8960
8961 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8962
8963         * lib/getaddrinfo.c: fixed typo
8964
8965 2006-06-29  Jim Meyering  <jim@meyering.net>
8966
8967         * modules/strftime (Maintainer): Add my name, since with the
8968         FPRINTFTIME changes strftime.c has forked from glibc.
8969
8970 2006-06-29  Eric Blake  <ebb9@byu.net>
8971
8972         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8973
8974 2006-06-29  Eric Blake  <ebb9@byu.net>
8975
8976         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8977
8978 2006-06-29  Eric Blake  <ebb9@byu.net>
8979
8980         * lib/stat_.h: New file.
8981
8982 2006-06-29  Eric Blake  <ebb9@byu.net>
8983
8984         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8985         unused static function.
8986
8987 2006-06-29  Eric Blake  <ebb9@byu.net>
8988
8989         * doc/functions.texi (Function Portability): Document missing lstat
8990         on mingw.
8991
8992 2006-06-29  Eric Blake  <ebb9@byu.net>
8993
8994         * MODULES.html.sh: Add sys_stat.
8995         * modules/sys_stat: New module.
8996         * modules/mkstemp (Depends-on): Add sys_stat.
8997
8998 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8999
9000         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
9001
9002 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9003
9004         * m4/c-bs-a.m4: Removed.
9005
9006 2006-06-29  Derek R. Price  <derek@ximbiot.com>
9007
9008         * lib/strftime.c: Assume strftime() exists.
9009
9010 2006-06-29  Derek Price  <derek@ximbiot.com>
9011
9012         * modules/c-bs-a: Removed - \a is C89.
9013         * MODULES.html.sh: Remove c-bs-a.
9014
9015 2006-06-29  Bruno Haible  <bruno@clisp.org>
9016
9017         * modules/wcwidth (License): Change to LGPL.
9018
9019 2006-06-28  Simon Josefsson  <jas@extundo.com>
9020
9021         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
9022         on _WIN32.
9023
9024         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
9025         getnameinfo.
9026
9027 2006-06-28  Simon Josefsson  <jas@extundo.com>
9028
9029         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
9030
9031 2006-06-28  Simon Josefsson  <jas@extundo.com>
9032
9033         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
9034         functions there.  It will succeed on Windows XP, but on Windows
9035         2000 and (presumably) earlier, it will fail, and use the internal
9036         re-implementation.
9037         (use_win32_p): New function.
9038         (getaddrinfo): Use strtoul on servname, to support numeric ports.
9039         Support AI_NUMERICSERV to disable getservbyname.
9040         (getnameinfo): New function, only supports
9041         NI_NUMERICHOST|NI_NUMERICSERV for now.
9042
9043         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
9044         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
9045         getnameinfo.
9046
9047 2006-06-28  Eric Blake  <ebb9@byu.net>
9048
9049         * modules/wcwidth: New file.
9050         * modules/mbchar (Depends-on): Add wcwidth.
9051         * modules/mbswidth (Depends-on): Add wcwidth.
9052         * MODULES.html.sh: Add wcwidth.
9053
9054 2006-06-28  Eric Blake  <ebb9@byu.net>
9055
9056         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
9057         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9058
9059 2006-06-28  Eric Blake  <ebb9@byu.net>
9060
9061         * lib/xvasprintf.h: Fix comments.
9062
9063 2006-06-28  Eric Blake  <ebb9@byu.net>
9064
9065         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9066         * lib/mbswidth.c (wcwidth): Move from here...
9067         * lib/wcwidth.h: ...to this new file.
9068
9069 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9070
9071         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9072
9073         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9074         it's obsolete.
9075         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9076
9077 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9078
9079         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9080         Autoconf 2.60 says this stuff was obsolete.
9081
9082 2006-06-28  Bruno Haible  <bruno@clisp.org>
9083
9084         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9085
9086 2006-06-28  Bruno Haible  <bruno@clisp.org>
9087
9088         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9089         gt_TYPE_WCHAR_T.
9090
9091 2006-06-28  Bruno Haible  <bruno@clisp.org>
9092
9093         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9094         declaration for wcwidth.
9095         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9096
9097 2006-06-28  Bruno Haible  <bruno@clisp.org>
9098
9099         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9100         (mkdir): Define using _mkdir.
9101
9102 2006-06-28  Bruno Haible  <bruno@clisp.org>
9103
9104         * lib/getaddrinfo.h: Fix POSIX URL.
9105         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9106         _WIN32.
9107         (use_win32_p): Make static.
9108         (getaddrinfo): Reject service name if it is empty or does not consist
9109         solely of decimal digits, or if its value is > 65535.
9110         (getnameinfo): Remove useless casts.
9111
9112 2006-06-27  Simon Josefsson  <jas@extundo.com>
9113
9114         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9115         Eggert and Martin Lambers.
9116
9117 2006-06-27  Simon Josefsson  <jas@extundo.com>
9118
9119         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9120         Eggert and Martin Lambers.
9121
9122 2006-06-27  Bruno Haible  <bruno@clisp.org>
9123
9124         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9125         result to 0, not to empty.
9126         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9127
9128 2006-06-27  Bruno Haible  <bruno@clisp.org>
9129
9130         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9131
9132 2006-06-26  Simon Josefsson  <jas@extundo.com>
9133
9134         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9135         present.
9136
9137 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9138
9139         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9140         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9141         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9142
9143 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9144
9145         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9146
9147 2006-06-26  Bruno Haible  <bruno@clisp.org>
9148
9149         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9150
9151 2006-06-26  Bruno Haible  <bruno@clisp.org>
9152
9153         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9154
9155 2006-06-26  Bruno Haible  <bruno@clisp.org>
9156
9157         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9158         SGI C compiler in pre-C99 mode.
9159         Suggested by Mark D. Baushke and Larry Jones.
9160
9161 2006-06-26  Bruno Haible  <bruno@clisp.org>
9162
9163         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9164         WCHAR_MAX.
9165         Reported by Mark D. Baushke and Larry Jones.
9166
9167 2006-06-26  Bruno Haible  <bruno@clisp.org>
9168
9169         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9170         in pre-C99 mode.
9171         Suggested by Mark D. Baushke and Larry Jones.
9172
9173 2006-06-23  Simon Josefsson  <jas@extundo.com>
9174             Bruno Haible  <bruno@clisp.org>
9175
9176         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9177         Emit mostlyclean-local rule.
9178         (func_emit_tests_Makefile_am): Likewise.
9179         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9180
9181 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9182
9183         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9184
9185 2006-06-23  Bruno Haible  <bruno@clisp.org>
9186
9187         * tests/test-stdint.c: Update to match ISO C 99 Technical
9188         Corrigendum 1.
9189
9190 2006-06-23  Bruno Haible  <bruno@clisp.org>
9191
9192         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9193
9194 2006-06-23  Bruno Haible  <bruno@clisp.org>
9195
9196         * lib/stdint_.h: Treat IRIX like OpenBSD.
9197
9198 2006-06-23  Bruno Haible  <bruno@clisp.org>
9199
9200         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9201         ISO C 99 Technical Corrigendum 1.
9202
9203 2006-06-22  Simon Josefsson  <jas@extundo.com>
9204
9205         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9206         MinGW.
9207
9208 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9209
9210         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9211         needed.  Some compiler complained about some of them.  Problem reported
9212         by Larry Jones in
9213         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9214
9215 2006-06-21  Simon Josefsson  <jas@extundo.com>
9216
9217         * tests/test-getaddrinfo.c: New file.
9218
9219         * modules/getaddrinfo-tests: New file.
9220
9221         * MODULES.html.sh: Add inet_pton.
9222
9223         * modules/inet_pton: New file.
9224
9225 2006-06-21  Simon Josefsson  <jas@extundo.com>
9226
9227         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9228         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9229         of using the (limited) gnulib implementation on Windows XP.
9230
9231         * m4/inet_pton.m4: New file.
9232
9233 2006-06-21  Simon Josefsson  <jas@extundo.com>
9234
9235         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9236         variable.
9237
9238         * lib/socket_.h: Don't define WINVER.
9239
9240         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9241         slightly modified to work in gnulib.
9242
9243 2006-06-21  Simon Josefsson  <jas@extundo.com>
9244
9245         * doc/gnulib.texi (Windows sockets): Add.
9246
9247 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         * lib/read-file.c (fread_file): Start with buffer allocation of
9250         0 bytes rather than 1 byte; this simplifies the code.
9251         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9252         code to free buffer and save/restore errno.
9253         (internal_read_file): Remove unused local.
9254
9255 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9256
9257         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9258         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9259         Problem reported by Denis Excoffier in
9260         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9261
9262 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9263
9264         * modules/sys_socket, modules/socklen: Include sys/types since
9265         FreeBSD 4.x's sys/socket.h needs it.
9266
9267 2006-06-19  Simon Josefsson  <jas@extundo.com>
9268
9269         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9270
9271 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9272
9273         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9274
9275 2006-06-19  Bruno Haible  <bruno@clisp.org>
9276
9277         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9278         and FULL_PATH_INTTYPES_H in angle brackets.
9279         Reported by Mark D. Baushke <mdb@gnu.org>.
9280
9281 2006-06-17  Eric Blake  <ebb9@byu.net>
9282
9283         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9284         errno.
9285
9286 2006-06-17  Bruno Haible  <bruno@clisp.org>
9287
9288         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9289         <sys/inttypes.h>.
9290
9291 2006-06-17  Bruno Haible  <bruno@clisp.org>
9292
9293         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9294         whether errno is declared. Assume <errno.h> declares errno.
9295
9296 2006-06-17  Bruno Haible  <bruno@clisp.org>
9297
9298         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9299
9300 2006-06-17  Bruno Haible  <bruno@clisp.org>
9301
9302         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9303         problem on Solaris 2.5.1.
9304
9305 2006-06-16  Eric Blake  <ebb9@byu.net>
9306
9307         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9308         * lib/unicodeio.c [!defined errno]: Likewise.
9309         * lib/strtol.c [!defined errno]: Likewise.
9310         * lib/strtod.c [!defined errno]: Likewise.
9311
9312 2006-06-15  Eric Blake  <ebb9@byu.net>
9313
9314         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9315
9316 2006-06-15  Eric Blake  <ebb9@byu.net>
9317
9318         * config/srclist.txt (ssize_t.m4): Lose sync.
9319
9320 2006-06-15  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/stdint (Files): Include m4/full-header-path.m4,
9323         m4/size_max.m4, m4/wchar_t.m4.
9324         (Makefile.am): Many more substitutions.
9325         * modules/stdint-tests: New file.
9326         * tests/test-stdint.c: New file.
9327
9328 2006-06-15  Bruno Haible  <bruno@clisp.org>
9329
9330         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9331         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9332         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9333         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9334         gl_CHECK_TYPE_SAME): New macros.
9335
9336 2006-06-15  Bruno Haible  <bruno@clisp.org>
9337
9338         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9339
9340 2006-06-15  Bruno Haible  <bruno@clisp.org>
9341
9342         * lib/stdint_.h: Rewritten to be fully auto-configured.
9343         Fixes bug on HP-UX/IA64.
9344
9345 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9346
9347         * lib/getdate.y (__attribute__): Don't define if already defined.
9348         Problem reported by Larry Jones.
9349         * lib/utimens.c (__attribute__): Likewise.
9350
9351 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9352
9353         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9354         reported by Andreas Schwab.
9355
9356 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9357             Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9360         check for the declaration of strnlen and a run test that exposes the
9361         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9362         rpl_strndup.
9363
9364 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9365             Bruno Haible  <bruno@clisp.org>
9366
9367         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9368
9369 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9370
9371         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9372         compile test, for Tru64 4.0D.
9373
9374 2006-05-28  Karl Berry  <karl@gnu.org>
9375
9376         * config/srclist.txt (printf-args.c): lose sync.
9377
9378 2006-05-26  Martin Lambers  <marlam@marlam.de>
9379
9380         * lib/getpass.c: Updates the test for the native W32 API, and adds
9381         missing includes, thus fixing compilation warnings.
9382
9383 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9384
9385         * lib/exclude.c (exclude_fnmatch): New function.
9386         (excluded_file_name): Call exclude_fnmatch.
9387         * lib/exclude.h (excluded_file_name): New prototype
9388
9389 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9390
9391         * lib/tempname.c (small_open, large_open): New macros.
9392         (__open, __open64) [!_LIBC]: Remove.
9393         (__gen_tempname): Use small_open and large_open instead of __open
9394         and __open64.  This fixes a portability bug on HP-UX 11.11i
9395         reported by Simon Wing-Tang in
9396         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9397
9398 2006-05-24  Bruno Haible  <bruno@clisp.org>
9399
9400         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9401         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9402         Reported by Thorsten Maerz <torte@netztorte.de> via
9403         Aaron Stone <aaron@serendipity.cx>.
9404
9405 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9406
9407         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9408         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9409         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9410         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9411         not really conditional on the cache.
9412         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9413
9414 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9417         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9418         (my_usleep): Don't mishandle maximum value.
9419
9420 2006-05-19  Jim Meyering  <jim@meyering.net>
9421
9422         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9423
9424 2006-05-17  Bruno Haible  <bruno@clisp.org>
9425
9426         Cygwin portability.
9427         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9428
9429 2006-05-17  Bruno Haible  <bruno@clisp.org>
9430
9431         * lib/stdint_.h: Fix recognition of Cygwin.
9432
9433 2006-05-15  Bruno Haible  <bruno@clisp.org>
9434
9435         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9436         on libtool patch by Ralf Wildenhues.
9437
9438 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9439
9440         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9441         test for C99 conformance; (bool) 0.5 is an integer constant
9442         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9443         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9444
9445 2006-05-11  Simon Josefsson  <jas@extundo.com>
9446
9447         * m4/xvasprintf.m4: Fix obvious typo.
9448
9449 2006-05-11  Jim Meyering  <jim@meyering.net>
9450
9451         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9452         James Lemley.
9453
9454 2006-05-10  Simon Josefsson  <jas@extundo.com>
9455
9456         * lib/md4.c: Typo fix, update copyright years.
9457         (K1, K2): Don't use L because it turn computations into 64-bit on
9458         64-bit platforms.
9459
9460 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9461
9462         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9463         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9464         unwanted sign propagation, e.g., on hosts with 64-bit int.
9465         There still are some problems with reeelly weird theoretical hosts
9466         (e.g., 33-bit int) but it's not worth worrying about now.
9467         * lib/sha1.c (rol): Likewise.
9468         (K1, K2, K3, K4): Remove unnecessary L suffix.
9469
9470 2006-05-10  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/des.c: Cast to avoid warnings.
9473
9474 2006-05-09  Bruno Haible  <bruno@clisp.org>
9475
9476         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9477         (Depends-on): Depend also on xsize, stdarg.
9478         (configure.ac): Add gl_XVASPRINTF.
9479
9480 2006-05-09  Bruno Haible  <bruno@clisp.org>
9481
9482         * m4/xvasprintf.m4: New file.
9483
9484 2006-05-09  Bruno Haible  <bruno@clisp.org>
9485
9486         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9487         (EOVERFLOW): Define fallback value.
9488         (xstrcat): New function.
9489         (xvasprintf): Recognize the special case of a string concatenation.
9490
9491 2006-05-08  Eric Blake  <ebb9@byu.net>
9492
9493         * gnulib-tool (func_version): Base copyright year on CVS date.
9494         (func_emit_copyright_notice): New function.
9495         (func_emit_lib_Makefile_am): Use it.
9496         (func_emit_tests_Makefile_am): Likewise.
9497         (func_import): Likewise.
9498
9499 2006-05-08  Bruno Haible  <bruno@clisp.org>
9500
9501         * modules/stdarg: New file.
9502         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9503
9504 2006-05-08  Bruno Haible  <bruno@clisp.org>
9505
9506         * m4/stdarg.m4: New file, from GNU gettext.
9507
9508 2006-05-08  Bruno Haible  <bruno@clisp.org>
9509
9510         * config/srclist.txt (build-aux/config.rpath): different from latest
9511         release.
9512
9513 2006-05-08  Bruno Haible  <bruno@clisp.org>
9514
9515         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9516
9517 2006-05-05  Jim Meyering  <jim@meyering.net>
9518
9519         * m4/warning.m4: New file, derived from bison's file by the same name.
9520
9521 2006-05-03  Bruno Haible  <bruno@clisp.org>
9522
9523         * lib/stdint_.h: Shorter URL.
9524         * lib/inttypes.h: Likewise.
9525
9526 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9527
9528         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9529
9530 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9531
9532         * lib/verify.h: Document the internals better.  Most of this change
9533         was written by Bruno Haible.
9534
9535 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9536
9537         * doc/verify.texi: New file, partly based on a proposal by
9538         Bruno Haible.
9539
9540 2006-05-02  Bruno Haible  <bruno@clisp.org>
9541
9542         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9543         test from here...
9544         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9545
9546 2006-04-29  Bruno Haible  <bruno@clisp.org>
9547
9548         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9549         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9550
9551 2006-04-29  Bruno Haible  <bruno@clisp.org>
9552
9553         * gnulib-tool: Make --update option actually work.
9554
9555 2006-04-29  Bruno Haible  <bruno@clisp.org>
9556
9557         * doc/gcd.texi: New file.
9558         * doc/gnulib.texi: Include it.
9559
9560 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9561
9562         * lib/getdate.y (get_date): When adding relative date, start with the
9563         initial time, not with the result of the first mktime call.
9564
9565 2006-04-25  Bruno Haible  <bruno@clisp.org>
9566
9567         * gnulib-tool (func_import): Output the include directives in three
9568         blocks, sorted separately.
9569         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9570
9571 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9572
9573         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9574         to define main with arguments, for C++.  Reported by Eric Blake.
9575         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9576         Prefer 'int main ()' to 'int main (void)', for C++.
9577         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9578         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9579         for 'main', for C99 and C++.
9580
9581 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9584         Don't assume that exit status -1 is valid.
9585         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9586         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9587         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9588         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9589         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9590         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9591         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9592         functions can be used without declaring them, or that you can
9593         exit with status -1.
9594         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9595
9596 2006-04-24  Karl Berry  <karl@gnu.org>
9597
9598         * config/srclist.txt (longdouble.m4): sync lost.
9599
9600 2006-04-24  Eric Blake  <ebb9@byu.net>
9601
9602         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9603
9604 2006-04-24  Bruno Haible  <bruno@clisp.org>
9605
9606         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9607         poll() implementation in AIX.
9608         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9609
9610 2006-04-24  Bruno Haible  <bruno@clisp.org>
9611
9612         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9613         assigned exactly once.
9614
9615 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9616             Bruno Haible  <bruno@clisp.org>
9617
9618         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9619         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9620         for AM_CPPFLAGS.
9621
9622 2006-04-23  Bruno Haible  <bruno@clisp.org>
9623
9624         * modules/copy-file: Depend on unistd.
9625         * modules/execute: Likewise.
9626         * modules/fatal-signal: Likewise.
9627         * modules/findprog: Likewise.
9628         * modules/mkdtemp : Likewise.
9629         * modules/pipe: Likewise.
9630         * modules/wait-process: Likewise.
9631
9632 2006-04-23  Bruno Haible  <bruno@clisp.org>
9633
9634         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9635         condition was already detected.
9636         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9637
9638 2006-04-23  Bruno Haible  <bruno@clisp.org>
9639
9640         * lib/copy-file.c: Include <unistd.h> unconditionally.
9641         * lib/execute.c: Likewise.
9642         * lib/fatal-signal.c: Likewise.
9643         * lib/findprog.c: Likewise.
9644         * lib/mkdtemp.c: Likewise.
9645         * lib/pipe.h: Likewise.
9646         * lib/pipe.c: Likewise.
9647         * lib/wait-process.h: Likewise.
9648
9649 2006-04-23  Bruno Haible  <bruno@clisp.org>
9650
9651         * gnulib-tool (func_usage): Fix --import description. Document
9652         --update.
9653         (func_import): Create temporary file in a temporary directory, if
9654         --dry-run is specified. Silence errors from 'grep' when there are no
9655         m4 files in $m4dir.
9656         (func_create_testdir): Silence errors from 'grep' when there are no
9657         m4 files in $m4dir.
9658         Reported by Karl Berry <karl@freefriends.org>.
9659
9660 2006-04-20  Bruno Haible  <bruno@clisp.org>
9661
9662         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9663         one argument, so that the code will be portable to Autoconf 2.60.
9664         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9665         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9666         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9667
9668 2006-04-19  Derek Price  <derek@ximbiot.com>
9669             Eric Blake  <ebb9@byu.net>
9670
9671         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9672         rather than "/full/path.h".  Update comment to match.  Shorten &
9673         generalize m4_translit call via AS_TR_CPP.
9674
9675 2006-04-19  Derek Price  <derek@ximbiot.com>
9676             Eric Blake  <ebb9@byu.net>
9677
9678         * lib/inttypes.h: Correct grammar in comment.
9679
9680 2006-04-18  Derek Price  <derek@ximbiot.com>
9681             Paul Eggert  <eggert@cs.ucla.edu>
9682
9683         * modules/inttypes: New file.
9684         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9685
9686 2006-04-18  Derek Price  <derek@ximbiot.com>
9687             Paul Eggert  <eggert@cs.ucla.edu>
9688
9689         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9690         New files.
9691
9692 2006-04-18  Derek Price  <derek@ximbiot.com>
9693             Paul Eggert  <eggert@cs.ucla.edu>
9694
9695         * lib/inttypes.h: New file.
9696         * lib/strtoimax.c: Assume <inttypes.h>.
9697
9698 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9701         isn't mounted.  Problem reported by Kir Kolyshkin.
9702
9703 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9704
9705         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9706         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9707         Derek R. Price.
9708         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9709         implementation.
9710
9711 2006-04-12  Eric Blake  <ebb9@byu.net>
9712
9713         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9714         is now done automatically by the corresponding Autoconf macro.
9715
9716 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9717
9718         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9719         time_r.h.
9720
9721 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9722
9723         Merge regex changes from libc, removing some of our
9724         POSIX-conformance changes that were rejected and redoing them in a
9725         less-intrusive way.
9726
9727         * lib/regcomp.c (re_compile_internal, init_dfa):
9728         Length arg is now size_t, not Idx.  All uses changed.
9729         (peek_token): Forward decl now says internal_function.
9730         (__re_error_msgid, __re_error_msgid_idx):
9731         Now static rather than extern with attribute_hidden.
9732         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9733         For some reason libc prefers K&R style defns for external functions.
9734         (regerror) [!defined _LIBC]: Likewise.
9735         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9736         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9737         (build_range_exp, build_collating_symbol):
9738         Use K&R-style defn.
9739         (re_compile_fastmap): Use '\0' to memset, not 0.
9740         (utf8_sb_map): Make the calculations more obvious.
9741         (init_dfa, parse_bracket_exp, build_charclass_op):
9742         Call calloc and cast result, as glibc does.
9743         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9744         (build_range_exp, build_collating_symbol):
9745         Now internal functions.
9746
9747         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9748
9749         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9750         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9751         Don't depend on VMS; depend on __VMS instead, for POSIX
9752         namespace cleanness.
9753         (regoff_t): Define to ssize_t, not long int.
9754
9755         Remove the REG_ macros named below.  Instead, make the old names
9756         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9757         __USE_GNU_REGEX.
9758         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9759         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9760         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9761         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9762         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9763         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9764         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9765         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9766         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9767         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9768         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9769         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9770         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9771         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9772         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9773         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9774         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9775         (REG_NREGS):
9776         Remove.  All uses replaced by the old RE_* names.
9777         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9778         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9779         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9780         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9781         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9782         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9783         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9784         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9785         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9786         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9787         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9788         Don't bother having these macros be independent of each others'
9789         values, since they no longer exist in the POSIX name space.
9790
9791         Rename the following member names back to their old names,
9792         unless !__USE_GNU_REGEX.  All uses changed back.
9793         (buffer): Renamed from re_buffer.
9794         (allocated): Renamed from re_allocated.
9795         (used): Renamed from re_used.
9796         (syntax): Renamed from re_syntax.
9797         (fastmap): Renamed from re_fastmap.
9798         (translate): Renamed from re_translate.
9799         (can_be_null): Renamed from re_can_be_null.
9800         (regs_allocated): Renamed from re_regs_allocated.
9801         (fastmap_accurate): Renamed from re_fastmap_accurate.
9802         (no_sub): Renamed from re_no_sub.
9803         (not_bol): Renamed from re_not_bol.
9804         (not_eol): Renamed from re_not_eol.
9805         (newline_anchor): Renamed from re_newline_anchor.
9806         (num_regs): Renamed from rm_num_regs.
9807         (start): Renamed from rm_start.
9808         (end): Renamed from rm_end.
9809
9810         (free_state): Move up a bit.
9811
9812         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9813         #define to be empty.
9814         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9815         when that is what is intended.
9816         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9817         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9818         (MAX): New macro.
9819         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9820         All uses changed back to re_malloc, etc.  It's now the caller's
9821         responsibility to check for overflow; all callers changed.
9822         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9823         (re_x2nrealloc): Remove.
9824         (free_state): Remove decl.
9825
9826         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9827         (re_set_registers, re_exec):
9828         Use K&R-style defn.
9829
9830         2006-01-31  Roland McGrath  <roland@redhat.com>
9831
9832         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9833         Reported by Mike Frysinger <vapier@gentoo.org>.
9834
9835         2006-01-15  Andreas Jaeger  <aj@suse.de>
9836
9837         [BZ #1950]
9838         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9839         build_wcs_upper_buffer change.
9840         (build_wcs_upper_buffer): Change return type.
9841
9842         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9843
9844         * lib/regex_internal.h: Include <stdint.h> if available.
9845
9846         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9847
9848         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9849
9850         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9851
9852         * lib/regcomp.c: Adjust for changed secondary hash function.
9853
9854         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9855
9856         * lib/regex.h: Pretty printing.
9857         Clean up namespace a bit.
9858
9859         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9860
9861         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9862         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9863
9864         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9865                     Ulrich Drepper  <drepper@redhat.com>
9866
9867         [BZ #1302]
9868         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9869         changed.
9870         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9871
9872         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9873
9874         [BZ #281]
9875         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9876         * lib/regcomp.c: Remove unnecessary uses of
9877         unsigned RE_TRANSLATE_TYPE.
9878         * lib/regex_internal.h: Likewise.
9879         * lib/regex_internal.c: Likewise.
9880         * lib/regexec.c: Likewise.
9881         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9882
9883         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9884
9885         * lib/regexec.c (find_recover_state): Remove unnecessary
9886         initialization.
9887         (transit_state_bkref): Make DFA a const pointer.
9888         (get_subexp): Likewise.
9889         (check_arrival): Likewise.
9890         (update_cur_sifted_state): Likewise.
9891         (re_search_internal): Likewise.
9892         (prune_impossible_nodes): Likewise.
9893         (acquire_init_state_context): Likewise.
9894         (proceed_next_node): Likewise.
9895         (set_regs): Likewise.
9896         (free_fail_stack_return): Likewise.
9897         (check_arrival_expand_ecl): Mark DFA parameter as const.
9898         (check_arrival_expand_ecl_sub): Likewise.
9899         (check_subexp_limits): Likewise.
9900         (sub_epsilon_src_nodes):  Likewise.
9901         (add_epsilon_src_nodes):  Likewise.
9902         (merge_state_array): Likewise.
9903         (update_regs): Likewise.
9904         (build_trtable): Likewise.
9905         (sift_states_backward): Mark MCTX parameter as const.
9906         (build_sifted_states): Likewise.
9907         (update_cur_sifted_state): Likewise.
9908         (sift_states_mkref): Likewise.
9909         (check_arrival_expand_ecl): Mark eclosure as const.
9910         (check_dst_limits_calc_pos_1): Likewise.
9911         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9912         pointer.
9913
9914         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9915
9916         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9917         (transit_state_sb): Likewise.
9918         (transit_state_mb): Likewise.
9919         (sift_states_iter_mb): Likewise.
9920         (check_arrival_add_next_nodes): Likewise.
9921         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9922         [_LIBC] (re_search_2_stub): Use mempcpy.
9923
9924         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9925         mbrtowc for very simple UTF-8 case.
9926
9927         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9928         a pointer-to-const.
9929         (re_acquire_state_context): Likewise.
9930         * lib/regex_internal.h: Adjust prototypes.
9931
9932         * lib/regex.c: Prevent using C++ compilers.
9933
9934         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9935         (re_acquire_state_context): Likewise.
9936
9937 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9938
9939         * modules/regex (Depends-on): Add ssize_t.
9940
9941 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9942
9943         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9944         translation table.
9945
9946 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9949
9950 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9951             Bruno Haible  <bruno@clisp.org>
9952
9953         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9954         <sys/types.h> and <inttypes.h>.
9955
9956 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9957
9958         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9959         `__error_t_defined', so argp.h will not typedef the former.
9960
9961 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9962
9963         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9964         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9965         glibc names.  Even if glibc is changed to conform to POSIX, the
9966         traditional names will be available anyway, since regex depends on
9967         the extensions module.  Also, fix a longstanding typo in the
9968         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9969         reported by Emanuele Giaquinta.  Also, change sense of cached
9970         variable, so that the message makes sense.
9971
9972 2006-03-24  Simon Josefsson  <jas@extundo.com>
9973
9974         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9975         including some doc fixes.
9976         (base64_encode_alloc): Fix +1 bug on allocation failures.
9977
9978 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9979
9980         * lib/base64.c (base64_encode): Do not read past end of array with
9981         unsanitized input on systems with CHAR_BIT > 8.
9982
9983 2006-03-24  Eric Blake  <ebb9@byu.net>
9984
9985         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9986
9987 2006-03-22  Karl Berry  <karl@gnu.org>
9988
9989         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9990         * config/srclistvars.sh (COREUTILS): new var.
9991
9992 2006-03-17  Jim Meyering  <jim@meyering.net>
9993
9994         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9995         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9996
9997 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9998
9999         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
10000         no longer needs it.  Instead, check that regoff_t is as least
10001         as wide as ptrdiff_t.
10002
10003         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
10004         so that our regex.h stays compatible with the installed regex.
10005         This is helpful for installers who configure --without-included-regex.
10006         Problem reported by Emanuele Giaquinta.
10007
10008 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
10009
10010         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
10011         Typedef to long int, not to off_, as POSIX will likely change
10012         in that direction.
10013
10014 2006-03-15  Eric Blake  <ebb9@byu.net>
10015
10016         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
10017
10018 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10019
10020         * lib/argp-help.c (validate_uparams): Fix typo
10021         * lib/argp-parse.c (argp_default_options): Consistently begin help
10022         messages with a lowercase letter.
10023
10024 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
10025
10026         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
10027         overrun buffers and shouldn't be used (much as gets shouldn't be
10028         used).
10029         * lib/time_r.c (asctime_r, ctime_r): Likewise.
10030
10031 2006-03-08  Simon Josefsson  <jas@extundo.com>
10032
10033         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
10034         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10035
10036 2006-03-08  Simon Josefsson  <jas@extundo.com>
10037
10038         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
10039         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10040
10041 2006-03-08  Simon Josefsson  <jas@extundo.com>
10042
10043         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
10044         signal that configure disabled the device.
10045
10046 2006-03-08  Simon Josefsson  <jas@extundo.com>
10047
10048         * build-aux/maint.mk: Fix refresh-po, to handle no translated
10049         languages.
10050
10051 2006-03-07  Simon Josefsson  <jas@extundo.com>
10052
10053         * modules/getopt (Depends-on): Add unistd.
10054
10055         * modules/unistd: New file.
10056
10057 2006-03-07  Simon Josefsson  <jas@extundo.com>
10058
10059         * modules/gc-random: New file.
10060
10061 2006-03-07  Simon Josefsson  <jas@extundo.com>
10062
10063         * m4/unistd_h.m4: New file.
10064
10065 2006-03-07  Simon Josefsson  <jas@extundo.com>
10066
10067         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10068         test to be side-effect free by storing the result in the cache
10069         variable gl_cv_lib_readline, and moving the assignment of
10070         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10071         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10072
10073 2006-03-07  Simon Josefsson  <jas@extundo.com>
10074
10075         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10076         error on missing devices (the functions will return an error).
10077
10078         * m4/gc.m4: Move random stuff to gc-random.m4
10079
10080 2006-03-07  Simon Josefsson  <jas@extundo.com>
10081
10082         * lib/unistd_.h: New file.
10083
10084 2006-03-07  Simon Josefsson  <jas@extundo.com>
10085
10086         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10087
10088 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10089
10090         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10091         Problem reported by Juan Manuel Guerrero.
10092
10093 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10094
10095         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10096         the unistd module.
10097         * lib/getlogin_r.c: Likewise.
10098         * lib/getlogin_r.h: Likewise.
10099         * lib/glob.c: Likewise.
10100         * lib/pagealign_alloc.c: Likewise.
10101         * lib/unistd_.h: Remove; no longer needed.
10102
10103 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10104
10105         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10106         Add unistd.
10107         * modules/c-stack (Depends-on): Add unistd.
10108         * modules/getlogin_r: Likewise.
10109         * modules/glob: Likewise.
10110         * modules/pagealign_alloc: Likewise.
10111         * modules/unistd (Files): Remove lib/unistd_.h.
10112         (EXTRA_DIST): Remove.
10113         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10114         need unistd_.h.
10115         (MOSTLYCLEANFILES): Remove unistd.h-t.
10116
10117 2006-03-03  Simon Josefsson  <jas@extundo.com>
10118
10119         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10120
10121 2006-03-03  Simon Josefsson  <jas@extundo.com>
10122
10123         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10124         libidn and bison.
10125
10126 2006-03-03  Simon Josefsson  <jas@extundo.com>
10127
10128         * build-aux/maint.mk: Add indent target.
10129
10130 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10131
10132         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10133         our replacement poll.h in any case, to avoid a differing
10134         declaration from a system header.  Seen on AIX.
10135
10136 2006-03-01  Simon Josefsson  <jas@extundo.com>
10137
10138         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10139         <kasal@ucw.cz>.
10140
10141 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10142
10143         * modules/gettime (Depends-on): Add extensions module.
10144         * modules/nanosleep (Depends-on): Likewise.
10145         * modules/settime (Depends-on): Likewise.
10146
10147 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10148
10149         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10150         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10151         pedantically.
10152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10153         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10154
10155         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10156         not "==".  Reported by Ralf Wildenhues.
10157
10158 2006-03-01  Karl Berry  <karl@gnu.org>
10159
10160         * doc/Copyright/request-*: new files, synced from gnuorg.
10161
10162 2006-03-01  Karl Berry  <karl@gnu.org>
10163
10164         * config/srclist.txt (Copyright/*): new entries.
10165
10166 2006-02-28  Simon Josefsson  <jas@extundo.com>
10167
10168         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10169
10170 2006-02-27  Simon Josefsson  <jas@extundo.com>
10171
10172         * lib/base64.h: Indent #define's.  From Jim Meyering
10173         <jim@meyering.net>.
10174
10175 2006-02-27  Jim Meyering  <jim@meyering.net>
10176
10177         Revert the change of 2006-02-24, so these files can continue
10178         to be sync'd from gettext.
10179         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10180         of `config.h'.
10181
10182 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * modules/intprops: New file.
10185         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10186         Add intprops.
10187         * modules/getloadavg (Files): Remove lib/intprops.h.
10188         (Depends-on): Add intprops.
10189         * modules/human: Likewise.
10190         * modules/inttostr: Likewise.
10191         * modules/openat: Likewise.
10192         * modules/sig2str: Likewise.
10193         * modules/userspec: Likewise.
10194         * modules/utimecmp: Likewise.
10195         * modules/xnanosleep: Likewise.
10196         * modules/xstrtol: Likewise.
10197
10198 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10199
10200         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10201         * modules/lock-tests (TESTS): Use $(EXEEXT).
10202         * modules/tls-tests: Likewise.
10203         * modules/argp-tests: Likewise.
10204         (check_PROGRAMS): New var, replacing...
10205         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10206
10207 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10208
10209         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10210         `config.h'.
10211
10212 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10213
10214         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10215
10216 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10217
10218         Sync from coreutils.
10219         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10220         gl_CHDIR_SAFER.
10221
10222 2006-02-22  Jim Meyering  <jim@meyering.net>
10223
10224         Sync from coreutils.
10225         * m4/chdir-safer.m4: New file.
10226
10227 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10230         AT_FDCWD exceeds INT_MAX.
10231         * lib/openat.h (AT_FDCWD): Likewise.
10232
10233 2006-02-17  Eric Blake  <address@hidden>
10234
10235         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10236
10237 2006-02-16  Simon Josefsson  <jas@extundo.com>
10238
10239         * modules/getaddrinfo (Depends-on): Add sys_socket.
10240
10241 2006-02-15  Simon Josefsson  <jas@extundo.com>
10242
10243         * build-aux/maint.mk: Add dsyntax-check rule.
10244
10245 2006-02-15  Eric Blake  <ebb9@byu.net>
10246
10247         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10248         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10249         'present but cannot compile' warnings on cygwin.
10250         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10251         use ws2tcpip.h if sys/socket.h works.
10252         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10253         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10254
10255 2006-02-14  Simon Josefsson  <jas@extundo.com>
10256
10257         * modules/maintainer-makefile (Files): Rename.
10258
10259         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10260         and (the local) Makefile.cfg to maint-cfg.mk.
10261
10262         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10263         to the latter.
10264
10265         * modules/maintainer-makefile: New module.
10266
10267         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10268         severaly stripped to make it possible to build it up from scratch
10269         with reliable tests.
10270
10271         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10272         fixes to permit overriding the default actions when configure and
10273         makefile are not available.
10274
10275 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10276
10277         Sync from coreutils.
10278         * modules/lstat (Depends-on): Don't depend on xalloc.
10279         (License): Change from GPL to LGPL, since this is now simply a
10280         replacement for a libc function.
10281
10282 2006-02-14  Jim Meyering  <jim@meyering.net>
10283
10284         Sync from coreutils.
10285
10286         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10287         failure on deficient systems, and simplify gnulib lgpl dependencies.
10288         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10289         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10290
10291         * lib/xalloc-die.c: Remove unused definition of N_.
10292
10293 2006-02-14  Jim Meyering  <jim@meyering.net>
10294
10295         Sync from coreutils.
10296         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10297         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10298         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10299         double-quote uses of that variable, to accommodate the rare case in
10300         which getmntent is available in none of the libraries checked.  This
10301         happens at least on FreeBSD 5.0.
10302
10303 2006-02-13  Simon Josefsson  <jas@extundo.com>
10304
10305         * gnulib-tool (Usage): Fix --import, from
10306         karl@freefriends.org (Karl Berry).
10307
10308 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10309
10310         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10311
10312 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10313
10314         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10315         "autoupdate" on 2005-12-12.
10316
10317 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10318
10319         * modules/closeout (Depends-on): Remove atexit.
10320
10321 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10322
10323         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10324         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10325
10326 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10327
10328         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10329         __EXTENSIONS__ if this causes compilation to fail.  Problem
10330         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10331         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10332
10333 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10336         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10337         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10338         All uses changed.
10339
10340 2006-01-26  Simon Josefsson  <jas@extundo.com>
10341
10342         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10343         prototype is visible on mingw32.
10344
10345         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10346         for mingw32.
10347
10348         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10349         mingw32).
10350
10351 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10352
10353         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10354         attempt to open for write; this always fails, at least on POSIX
10355         hosts.  This reinstates the 2006-01-09 change, which was
10356         inadvertently removed.
10357
10358 2006-01-26  Bruno Haible  <bruno@clisp.org>
10359
10360         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10361         Reported by Paul Eggert.
10362
10363 2006-01-26  Bruno Haible  <bruno@clisp.org>
10364             Paul Eggert  <eggert@cs.ucla.edu>
10365
10366         * lib/stdbool_.h (_Bool)
10367         [(! (defined __cplusplus || defined __BEOS__)
10368           && !defined __GNUC__
10369           && !(defined __HP_cc || defined __xlc__
10370                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10371                || defined __sgi))]:
10372         #define to signed char in these cases too; this simplifies
10373         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10374         etc., separately) and makes it more conservative.
10375
10376 2006-01-25  Simon Josefsson  <jas@extundo.com>
10377
10378         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10379         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10380         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10381
10382 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10383
10384         * lib/argp-namefrob.h: Bugfix. Remove stray #
10385
10386 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10387
10388         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10389         so that we test the test.
10390         Check for yet another HP-UX cc bug involving *bool |= bool.
10391
10392 2006-01-25  Karl Berry  <karl@gnu.org>
10393
10394         * config/srclist.txt (vasnprintf.c): sync lost.
10395
10396 2006-01-25  Jim Meyering  <jim@meyering.net>
10397
10398         Sync from the stable (b5) branch of coreutils:
10399
10400         * lib/fts.c (fts_children): Don't let close() clobber errno from
10401         failed fchdir().
10402
10403         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10404         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10405         a dangling symlink.  That can also happen at least for ELOOP.
10406         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10407         FYI, this bug predates the inclusion of fts.c in coreutils.
10408
10409         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10410         in their own block, so pre-c99 compilers don't object.
10411
10412         Avoid the double-free (first in fts_read, second in fts_close) that
10413         would occur when an `active' directory is made inaccessible (e.g.,
10414         via chmod a-x) during a traversal.
10415         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10416         before returning.  Reproduce this failure by
10417         mkdir -p a/b; cd a; chmod a-x . b
10418         Reported by Stavros Passas.
10419
10420 2006-01-25  Jim Meyering  <jim@meyering.net>
10421
10422         * lib/fileblocks.c: Remove more useless parentheses.
10423         * lib/readutmp.h: Likewise.
10424
10425 2006-01-25  Bruno Haible  <bruno@clisp.org>
10426
10427         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10428         warnings.
10429         Reported by Paul Eggert.
10430
10431 2006-01-25  Bruno Haible  <bruno@clisp.org>
10432
10433         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10434         rid of a trap command. For Solaris sh.
10435         Reported by Mark D. Baushke <mdb@gnu.org>.
10436
10437 2006-01-24  Simon Josefsson  <jas@extundo.com>
10438
10439         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10440         Bruno.
10441
10442 2006-01-24  Karl Berry  <karl@gnu.org>
10443
10444         * config/srclist.txt (argp-namefrob.h): sync lost.
10445
10446 2006-01-24  Jim Meyering  <jim@meyering.net>
10447
10448         * modules/openat (Files): Add lib/intprops.h.
10449         From Mark D. Baushke.
10450
10451 2006-01-24  Jim Meyering  <jim@meyering.net>
10452
10453         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10454         Reported by Mark D. Baushke.
10455
10456 2006-01-24  Jim Meyering  <jim@meyering.net>
10457
10458         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10459
10460 2006-01-24  Bruno Haible  <bruno@clisp.org>
10461
10462         * modules/strnlen (Maintainer): Change from glibc to all.
10463
10464 2006-01-24  Bruno Haible  <bruno@clisp.org>
10465
10466         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10467         Patch by Paul Eggert.
10468
10469 2006-01-24  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10472         already has it.
10473         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10474         2005-11-26.
10475
10476         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10477         'signed char' to avoid problems with the built-in _Bool type.
10478         Reported by Paul Eggert on 2005-11-26.
10479
10480 2006-01-24  Bruno Haible  <bruno@clisp.org>
10481
10482         * gnulib-tool (func_import): Avoid constructing complicated sed
10483         expressions inside backquote.
10484         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10485
10486 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10487
10488         These changes imported from libc.
10489         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10490         test and two separate function calls.
10491         * lib/strndup.c (__strndup): Add libc_hidden_def.
10492
10493 2006-01-23  Simon Josefsson  <jas@extundo.com>
10494
10495         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10496         Remove the test_*_SOURCES variable: automake infers it by default.
10497         * modules/tls-tests: Likewise.
10498
10499 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10500
10501         Work around porting bugs reported by Dieter in
10502         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10503         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10504         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10505         Include "getopt.h" first, to check interface.
10506         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10507         !HAVE_DECL_GETENV.
10508         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10509         (__strndup): Revert to K&R-style function dfns, the glibc style.
10510         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10511         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10512         Include strnlen.h first, to get prototype properly.
10513         (strnlen): Renamed from __strnlen.
10514         Remove weak alias.
10515
10516 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10517
10518         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10519
10520 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10521
10522         * config/srclist.txt: Adjust to reflect glibc reorganization.
10523         This affects only comments.
10524
10525 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10526
10527          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10528          Reported by Bruce Korb <bkorb@gnu.org>.
10529
10530 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10531
10532         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10533         to pacify gcc -Wswitch-default.
10534
10535 2006-01-22  Bruno Haible  <bruno@clisp.org>
10536
10537         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10538         temporary buffer for sprintf, take into account the precision also
10539         for 'd', 'i', 'u', 'o', 'x', 'X'.
10540
10541 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10542
10543         * modules/argp-tests: New module
10544         * tests/test-argp.c: New file
10545         * tests/test-argp-2.sh: New file
10546
10547 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10548
10549         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10550         (__argp_base_name): Removed
10551         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10552         typo.
10553         (__argp_base_name): Provide macro definition or extern declaration
10554         depending on the configuration
10555
10556 2006-01-20  Simon Josefsson  <jas@extundo.com>
10557
10558         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10559
10560 2006-01-20  Simon Josefsson  <jas@extundo.com>
10561
10562         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10563
10564 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10567         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10568         Suggested by Bruno Haible.
10569
10570 2006-01-20  Karl Berry  <karl@gnu.org>
10571
10572         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10573         until changes propagate, I guess.
10574
10575 2006-01-19  Simon Josefsson  <jas@extundo.com>
10576
10577         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10578
10579 2006-01-19  Simon Josefsson  <jas@extundo.com>
10580
10581         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10582
10583 2006-01-19  Simon Josefsson  <jas@extundo.com>
10584
10585         * gnulib-tool: Set check_PROGRAMS.
10586
10587         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10588         modules/des-tests, modules/gc-arcfour-tests,
10589         modules/gc-arctwo-tests, modules/gc-des-tests,
10590         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10591         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10592         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10593         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10594         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10595         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10596         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10597         test_*_SOURCES.
10598
10599 2006-01-18  Simon Josefsson  <jas@extundo.com>
10600
10601         * modules/socklen (Depends-on): Depend on sys_socket.
10602
10603 2006-01-18  Simon Josefsson  <jas@extundo.com>
10604
10605         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10606         modules/des-tests, modules/gc-arcfour-tests,
10607         modules/gc-arctwo-tests, modules/gc-des-tests,
10608         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10609         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10610         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10611         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10612         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10613         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10614         $(EXEEXT) to automake TESTS variable, for mingw32.
10615
10616 2006-01-17  Simon Josefsson  <jas@extundo.com>
10617
10618         * modules/socklen (Include): Need sys/socket.h.
10619
10620 2006-01-17  Bruno Haible  <bruno@clisp.org>
10621
10622         * modules/ssize_t (Include): Add <sys/types.h>.
10623
10624 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10625
10626         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10627         it's not portable and it doesn't work with cross-compiles.
10628         Problem reported by Bruno Haible.  Fix missing-$ typo in
10629         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10630         -zignore from being used with Sun's C compiler.
10631
10632 2006-01-12  Simon Josefsson  <jas@extundo.com>
10633
10634         * lib/base64.c: Fix warning, reported by Bruno Haible
10635         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10636
10637 2006-01-12  Bruno Haible  <bruno@clisp.org>
10638
10639         * modules/ldd: New file.
10640         * build-aux/ldd.sh.in: New file.
10641         * MODULES.html.sh (Support for building libraries and executables): Add
10642         ldd.
10643
10644 2006-01-12  Bruno Haible  <bruno@clisp.org>
10645
10646         * m4/ldd.m4: New file.
10647
10648 2006-01-12  Bruno Haible  <bruno@clisp.org>
10649
10650         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10651         endless loop while replacing $auxdir with build-aux.
10652
10653 2006-01-11  Simon Josefsson  <jas@extundo.com>
10654
10655         * lib/stdint_.h (SIZE_MAX): Add missing (.
10656
10657 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10658
10659         Sync from coreutils.
10660         * lib/md5.c: Fix commentary typos.
10661         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10662         * lib/md5.h (__attribute__): Remove; unused.
10663         * lib/sha1.c: Fix commentary to match md5 better.
10664         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10665         so that we don't need to worry about alignment.  All uses changed.
10666         This merges the 2005-10-28 md5 change into sha1.
10667
10668 2006-01-11  Jim Meyering  <jim@meyering.net>
10669
10670         Sync from coreutils.
10671         * lib/md5.c (OP): Fix spacing.
10672
10673 2006-01-11  Bruno Haible  <bruno@clisp.org>
10674
10675         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10676         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10677         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10678
10679 2006-01-11  Bruno Haible  <bruno@clisp.org>
10680
10681         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10682         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10683         the "early" section as well.
10684
10685 2006-01-11  Bruno Haible  <bruno@clisp.org>
10686
10687         Avoid "ar: no archive members specified" error on MacOS X.
10688         * gnulib-tool (func_modules_add_dummy): New function.
10689         (func_import, func_create_testdir): Invoke it.
10690
10691 2006-01-11  Bruno Haible  <bruno@clisp.org>
10692
10693         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10694         with $auxdir in AC_CONFIG_FILES statements.
10695
10696 2006-01-11  Bruno Haible  <bruno@clisp.org>
10697
10698         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10699         Initialize also noinst_HEADERS to empty.
10700
10701 2006-01-11  Bruno Haible  <bruno@clisp.org>
10702
10703         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10704         variables.
10705         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10706         autoreconf.
10707
10708 2006-01-11  Bruno Haible  <bruno@clisp.org>
10709
10710         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10711         overridable by the user.
10712         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10713
10714 2006-01-10  Simon Josefsson  <jas@extundo.com>
10715
10716         * modules/sys_socket: New file.
10717
10718 2006-01-10  Simon Josefsson  <jas@extundo.com>
10719
10720         * m4/sys_socket_h.m4: New file.
10721
10722 2006-01-10  Simon Josefsson  <jas@extundo.com>
10723
10724         * lib/socket_.h: New file.
10725
10726 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10727
10728         * modules/readutmp (Maintainer): Add myself.
10729
10730 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10731
10732         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10733         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10734         People who are still concerned with buggy memcmp implementations
10735         can invoke gl_FUNC_MEMCMP themselves.
10736
10737 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10738
10739         * lib/regex_internal.h (BITSET_WORD_BITS):
10740         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10741         preprocessor mishandles large unsigned values as if they were signed.
10742         Problem reported by Claudio Fontana in
10743         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10744
10745 2006-01-10  Jim Meyering  <jim@meyering.net>
10746
10747         Avoid the double-free (first in fts_read, second in fts_close) that
10748         would occur when an `active' directory is made inaccessible (e.g.,
10749         via chmod a-x) during a traversal.
10750         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10751         before returning.  Reproduce this failure by
10752         mkdir -p a/b; cd a; chmod a-x . b
10753         Reported by Stavros Passas.
10754
10755         Sync from coreutils.
10756         * lib/sha1.c: Tweak grammar in a comment.
10757
10758 2006-01-10  Jim Meyering  <jim@meyering.net>
10759
10760         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10761         Patch by Joerg Sonnenberger.
10762
10763 2006-01-10  Bruno Haible  <bruno@clisp.org>
10764
10765         * modules/readutmp: Depend on module free.
10766         * modules/strtok_r: Depend on module restrict.
10767
10768 2006-01-10  Bruno Haible  <bruno@clisp.org>
10769
10770         * modules/gettext (configure.ac): Add an invocation of
10771         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10772
10773 2006-01-10  Bruno Haible  <bruno@clisp.org>
10774
10775         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10776         Reported by Werner Lemberg <wl@gnu.org>.
10777
10778 2006-01-10  Bruno Haible  <bruno@clisp.org>
10779
10780         * lib/localcharset.c: Update from GNU gettext.
10781
10782 2006-01-10  Bruno Haible  <bruno@clisp.org>
10783
10784         * lib/argp.h (__const): Remove macro. Use const instead.
10785         * lib/argp-fmtstream.h (__const): Likewise.
10786         * lib/glob_.h (__const): Remove macro.
10787         * lib/glob-libc.h: Use const instead of __const.
10788
10789 2006-01-10  Bruno Haible  <bruno@clisp.org>
10790
10791         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10792         variable.
10793         Needed to avoid an automake error regarding the 'gettext' module.
10794
10795 2006-01-09  Simon Josefsson  <jas@extundo.com>
10796
10797         * modules/inet_ntop (Depends-on): Add restrict.
10798
10799 2006-01-09  Simon Josefsson  <jas@extundo.com>
10800
10801         * modules/gc-rijndael-tests (License): Put under LGPL.
10802
10803         * modules/gc-des-tests (License): Likewise.
10804
10805         * modules/gc-arcfour-tests (License): Likewise.
10806
10807         * modules/gc-arctwo-tests (License): Likewise.
10808
10809         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10810
10811         * modules/gc-hmac-sha1-tests (Files): Likewise.
10812
10813         * modules/gc-hmac-md5-tests (License): Likewise.
10814
10815         * modules/gc-sha1-tests (License): Likewise.
10816
10817         * modules/gc-md5-tests (License): Likewise.
10818
10819         * modules/gc-md4-tests (License): Likewise.
10820
10821         * modules/gc-md2-tests (License): Likewise.
10822
10823         * modules/gc-tests (License): Likewise.
10824
10825         * modules/des-tests (License): Likewise.
10826
10827         * modules/md4-tests (License): Likewise.
10828
10829         * modules/md2-tests (License): Likewise.
10830
10831 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10832
10833         Sync from coreutils:
10834
10835         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10836         * modules/lib-ignore: New file.
10837         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10838         chdir-safer.m4, lchmod.m4.
10839         * modules/openat: Add mkdirat.c, openat-priv.h.
10840
10841 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10842
10843         Sync from coreutils.
10844         * m4/lib-ignore.m4: New file.
10845         * m4/lchmod.m4: New file.
10846
10847 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10848
10849         Sync from coreutils.
10850         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10851         for write access: POSIX says that must fail.
10852         * lib/fts.c (diropen): Likewise.
10853         * lib/save-cwd.c (save_cwd): Likewise.
10854         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10855         well, for minor improvements on hosts that lack O_DIRECTORY.
10856         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10857         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10858         Fall back on chown if open failed with EACCES.
10859
10860         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10861         Report an error at compile-time if only a 1-second nominal clock
10862         resolution is found.
10863
10864         * lib/lchmod.h: New file.
10865         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10866         (make_dir_parents): Use lchown rather than chown, and
10867         lchmod rather than chmod.
10868
10869         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10870         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10871         "proc" reported by n0dalus.
10872
10873         * lib/mountlist.c: Include <limits.h>.
10874         (dev_from_mount_options)
10875         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10876         New function.  It no longer assumes "dev=" has the System V meaning
10877         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10878         (read_file_system_list)
10879         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10880         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10881         dev= in that case.
10882
10883         * lib/posixtm.h (PDS_PRE_2000): New macro.
10884         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10885         allow_century.  All usages changed.  Reject dates outside the range
10886         1969-1999 if PDS_PRE_2000 is used.
10887
10888 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10889
10890         Sync from coreutils.
10891         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10892         (Time of day items): Mention the possibility of leap seconds.
10893         Problem reported by Dr. David Alan Gilbert.
10894
10895 2006-01-09  Jim Meyering  <jim@meyering.net>
10896
10897         Sync from coreutils.
10898
10899         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10900
10901         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10902
10903         * lib/modechange.c (mode_compile): Reject an invalid mode string
10904         that starts with an octal digit.  From Andreas Gruenbacher.
10905
10906         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10907         and dup to open_safer and dup_safer, respectively.
10908         (openat_permissive): Fix typo in comment.
10909
10910         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10911         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10912         (_): Remove; no longer needed.
10913         (openat): Renamed from rpl_openat; no need for rpl_openat
10914         since openat.h renames openat for us.
10915         Replace most of the body with a call to openat_permissive,
10916         to avoid duplicate code.
10917         Port to (probably hypothetical) environments were mode_t is
10918         wider than int.
10919         (openat_permissive): Require mode arg, so that we can check
10920         types better.  Put it just after flags.  Change cwd failure
10921         indicator from pointer-to-bool to pointer-to-errno-value.
10922         All callers changed.
10923         Invoke openat_save_fail and/or openat_restore_fail if
10924         cwd_errno is null, so that openat can call us.
10925         (openat_permissive, fdopendir, fstatat, unlinkat):
10926         Simplify errno handling to avoid some duplicate code,
10927         as it's OK to set errno on success.
10928         * lib/openat.h: Revamp code so that function macros depend on
10929         __OPENAT_PREFIX only, not also on AT_FDCWD.
10930         (openat_ro): Remove.  Caller changed to use openat_permissive.
10931         (openat_permissive): Now a macro, if not a function.
10932         (openat_restore_fail, openat_save_fail): Now always functions,
10933         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10934
10935         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10936         and openat.c.
10937         * lib/mkdirat.c: Include openat-priv.h.
10938         Remove definitions of macros defined therein.
10939         * lib/openat.c: Likewise.
10940
10941         * lib/mkdirat.c (mkdirat): New file and function.
10942         * lib/openat.h (mkdirat): Declare.
10943
10944         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10945
10946         * lib/openat.h (openat_permissive): Declare.
10947         (openat_ro): Define.
10948
10949         * lib/openat.c (EXPECTED_ERRNO): New macro.
10950         (openat_permissive): New function -- used in remove.c rewrite.
10951         (all functions): Set errno just before returning, only if there
10952         was an actual failure.
10953         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10954
10955         Emulate openat-family functions using Linux's procfs, if possible.
10956         Idea and some code based on Ulrich Drepper's glibc changes.
10957
10958         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10959         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10960         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10961         before falling back on save_cwd and restore_cwd.
10962         (fdopendir, fstatat, unlinkat): Likewise.
10963
10964         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10965         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10966
10967         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10968         as second argument to va_arg.  Otherwise, some versions of gcc
10969         warn that `if this code is reached, the program will abort'.
10970
10971 2006-01-09  Jim Meyering  <jim@meyering.net>
10972
10973         Sync from coreutils.
10974         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10975         Require openat-priv.h.
10976
10977 2006-01-09  Bruno Haible  <bruno@clisp.org>
10978
10979         * modules/strnlen (Include): Use strnlen.h.
10980
10981 2006-01-09  Bruno Haible  <bruno@clisp.org>
10982
10983         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10984
10985 2006-01-09  Bruno Haible  <bruno@clisp.org>
10986
10987         * lib/sysexit_.h (EX_OK): New macro.
10988         Suggested by Martin Lambers <marlam@marlam.de>.
10989
10990 2006-01-09  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10993         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10994
10995 2006-01-09  Bruno Haible  <bruno@clisp.org>
10996
10997         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10998         numbers.
10999
11000 2006-01-09  Bruno Haible  <bruno@clisp.org>
11001
11002         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
11003         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
11004         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
11005         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
11006
11007 2006-01-09  Bruno Haible  <bruno@clisp.org>
11008
11009         * build-aux/javacomp.sh.in: New file, moved from lib/.
11010         * modules/javacomp-script (Files): Update.
11011         (configure.ac): Add AC_CONFIG_FILES invocation.
11012         (EXTRA_DIST): Remove variable.
11013
11014         * build-aux/javaexec.sh.in: New file, moved from lib/.
11015         * modules/javaexec (Files): Update.
11016         (configure.ac): Add AC_CONFIG_FILES invocation.
11017         (EXTRA_DIST): Remove javaexec.sh.in.
11018
11019         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
11020         * modules/csharpcomp-script (Files): Update.
11021         (configure.ac): Add AC_CONFIG_FILES invocation.
11022         (EXTRA_DIST): Remove variable.
11023
11024         * build-aux/csharpexec.sh.in: New file, moved from lib/.
11025         * modules/csharpexec (Files): Update.
11026         (configure.ac): Add AC_CONFIG_FILES invocation.
11027         (EXTRA_DIST): Remove csharpexec.sh.in.
11028
11029 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11030
11031         Sync from coreutils.
11032
11033         Add POSIX ACL support
11034         * lib/acl.h (copy_acl, set_acl): Add declarations.
11035         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
11036         systems other than Linux.
11037         (chmod_or_fchmod): New function: use fchmod when possible,
11038         and chmod otherwise.
11039         (file_has_acl): Add a POSIX ACL implementation, with a
11040         Linux-specific subcase.
11041         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
11042         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
11043         acls are unsupported.
11044         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
11045         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
11046         are unsupported.
11047
11048 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
11049
11050         Sync from coreutils.
11051         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
11052
11053 2006-01-07  Bruno Haible  <bruno@clisp.org>
11054
11055         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
11056         gl_EARLY.
11057
11058 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11059
11060         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11061         Problem reported for Mingw by Mark Junker.
11062
11063 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * README: Gnulib normally doesn't generate a tarball.
11066
11067 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11070         long int, not int, for nanosecond counts, so that people who are
11071         used to POSIX struct timespec won't be surprised.  Reported by Jim
11072         Meyering.
11073
11074 2005-12-28  Bruno Haible  <bruno@clisp.org>
11075
11076         * build-aux/config.rpath: Update from GNU gettext.
11077
11078 2005-12-16  Jim Meyering  <jim@meyering.net>
11079
11080         * modules/fprintftime: New module.
11081         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11082
11083 2005-12-16  Jim Meyering  <jim@meyering.net>
11084
11085         * m4/fprintftime.m4: New file.
11086
11087 2005-12-16  Jim Meyering  <jim@meyering.net>
11088
11089         * lib/fprintftime.c, lib/fprintftime.h: New files.
11090
11091 2005-12-15  Simon Josefsson  <jas@extundo.com>
11092
11093         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11094         new m4/socklen.m4.
11095
11096 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11097
11098         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11099         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11100
11101 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11102
11103         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11104         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11105         struct uparams is valid. Fall back to the default values if it is
11106         not.
11107
11108 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11109
11110         * modules/argp (Files): Add argp-pin.c
11111         (Depends-on): dirname
11112         (lib_SOURCES): Add argp-pin.c
11113
11114 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11115
11116         * m4/argp.m4:  Check if program_invocation_name and
11117         program_invocation_short_name are declared and define appropriate
11118         macros if they are not.
11119
11120 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11121
11122         * lib/argp-help.c (__argp_base_name): New function
11123         (__argp_short_program_name): Rewrite using __argp_base_name
11124         * lib/argp-namefrob.h: Define program_invocation_name and
11125         program_invocation_short_name if requested
11126         (__argp_base_name): Add prototype
11127         * lib/argp-parse.c (argp_def): Use gettext wrappers
11128         (argp_default_parser): Use __argp_base_name
11129         * lib/argp-pin.c: New file. Defines program_invocation_name and
11130         program_invocation_short_name on systems that lack them.
11131
11132 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11133
11134         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11135         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11136         porting problem reported by Georg Schwarz in
11137         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11138
11139 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11140
11141         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11142         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11143         porting problem reported by Georg Schwarz in
11144         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11145
11146 2005-12-05  Bruno Haible  <bruno@clisp.org>
11147
11148         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11149         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11150         Reported by Mark Junker <mjscod@gmx.de>.
11151
11152 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11153
11154         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11155         Use implementation from Albert Chin, with some
11156         comments/corrections by Stepan Kasal and myself.
11157
11158 2005-12-02  Bruno Haible  <bruno@clisp.org>
11159
11160         * gnulib-tool (func_import): Accept GPLed build tool modules when
11161         --lgpl is given.
11162         * modules/csharpcomp-script: New file.
11163         * modules/csharpcomp: Depend on it.
11164         * modules/javacomp-script: New file.
11165         * modules/javacomp: Depend on it.
11166         Suggested by Simon Josefsson.
11167
11168 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11171         statement, to work around an HP-UX 10.20 compiler bug reported by
11172         Peter O'Gorman.
11173
11174 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11175
11176         * modules/savedir (Depends-on): Add openat.
11177
11178 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11179
11180         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11181         (uintmax_t) [defined uintmax_t]: Do not declare.
11182         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11183         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11184         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11185         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11186         sake of portability to weird hosts that C allows (though we don't
11187         know of any practical examples).
11188
11189         * lib/savedir.h (fdsavedir): New decl.
11190         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11191         contains most of the former guts of savedir.
11192         (savedir): Use savedirstream.
11193         Include "openat.h".
11194
11195 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11196
11197         * modules/obstack (Files): Add m4/ulonglong.m4.
11198         Problem reported by Davide Angelocola.
11199
11200 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11201
11202         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11203         coreutils no longer futzes with rounding modes.
11204
11205 2005-11-14  Jim Meyering  <jim@meyering.net>
11206
11207         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11208         replacement of mkstemp.
11209
11210 2005-11-10  Simon Josefsson  <jas@extundo.com>
11211
11212         * lib/readline.c: Remove EOL.
11213
11214 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         * modules/gethrxtime (Depends-on): Add gettime.
11217
11218 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11219
11220         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11221         or gettimeofday; no longer needed.
11222
11223 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11224
11225         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11226         time business.
11227         (gethrxtime) [! (HAVE_NANOUPTIME
11228         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11229         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11230         our own approximation.
11231
11232 2005-11-08  Eric Blake  <ebb9@byu.net>
11233
11234         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11235
11236 2005-11-08  Eric Blake  <ebb9@byu.net>
11237
11238         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11239
11240 2005-11-04  Bruno Haible  <bruno@clisp.org>
11241
11242         * gnulib-tool: Implement --update mode.
11243
11244 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         Fix porting problem reported by Theodoros V. Kalamatianos.
11247         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11248         Don't assume that futimes failing means we must fail.
11249
11250 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11253         variables to suggest the intended function of the PATH_MAX check.
11254
11255 2005-10-30  Kean Johnston  <jkj@sco.com>
11256
11257         Trivial changes to support SCO systems.
11258         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11259         as PATH_MAX.
11260         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11261         where __ptr is null when no I/O is pending.
11262
11263 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11264
11265         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11266         leave errno alone.  Problem reported by Dmitry V. Levin.
11267
11268 2005-10-28  Simon Josefsson  <jas@extundo.com>
11269
11270         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11271         Test more.
11272
11273         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11274
11275         * modules/md2, modules/md2-tests: New files.
11276
11277 2005-10-28  Simon Josefsson  <jas@extundo.com>
11278
11279         * m4/inet_ntop.m4: More tests.
11280
11281         * m4/gc-md2.m4, md2.m4: New file.
11282
11283 2005-10-28  Simon Josefsson  <jas@extundo.com>
11284
11285         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11286         "restrict" keywords, as per POSIX.  Protect the function
11287         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11288         Don't use K&R prototypes.  Check the sprintf return values.
11289         Re-define EAFNOSUPPORT if not present.  Indent.
11290
11291         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11292         suggested by Bruno Haible <bruno@clisp.org>.
11293
11294         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11295
11296         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11297
11298         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11299         libgcrypt).
11300
11301         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11302
11303         * lib/md2.h, lib/md2.c: New files.
11304
11305 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11306
11307         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11308         errno alone.  Problem reported by Frederic Jolliton.
11309
11310 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11311
11312         * modules/verify (License): Change from GPL to LGPL.  This is a
11313         tiny module and there are apparently near-equivalents that are
11314         under the BSD license.
11315
11316 2005-10-24  Simon Josefsson  <jas@extundo.com>
11317
11318         * modules/sha1: Relicense to LGPL.
11319
11320 2005-10-24  Simon Josefsson  <jas@extundo.com>
11321
11322         * lib/md4.h: Shrink buffer size, now that we changed the type.
11323
11324 2005-10-23  Simon Josefsson  <jas@extundo.com>
11325
11326         * gnulib-tool (func_import): Fix --tests-base.
11327
11328 2005-10-22  Simon Josefsson  <jas@extundo.com>
11329
11330         * modules/arcfour (Depends-on): Need stdint.
11331
11332 2005-10-22  Simon Josefsson  <jas@extundo.com>
11333
11334         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11335         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11336
11337 2005-10-22  Simon Josefsson  <jas@extundo.com>
11338
11339         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11340         suggested by Bruno Haible <bruno@clisp.org>.
11341
11342 2005-10-22  Simon Josefsson  <jas@extundo.com>
11343
11344         * lib/crc.h: Include stddef.h, for size_t.
11345
11346 2005-10-22  Simon Josefsson  <jas@extundo.com>
11347
11348         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11349         arcfour_context struct (simplify test vector testing in GNU
11350         Shishi).
11351
11352 2005-10-21  Simon Josefsson  <jas@extundo.com>
11353
11354         * modules/des, modules/des-tests: New files.
11355
11356         * modules/gc-des, modules/gc-des-tests: New files.
11357
11358         * tests/test-des.c, tests/test-gc-des.c: New file.
11359
11360 2005-10-21  Simon Josefsson  <jas@extundo.com>
11361
11362         * modules/arctwo, modules/arctwo-tests: New files.
11363
11364         * tests/test-arctwo.c: New file.
11365
11366         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11367
11368         * tests/test-gc-arctwo.c: New file.
11369
11370 2005-10-21  Simon Josefsson  <jas@extundo.com>
11371
11372         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11373         Bruno Haible <bruno@clisp.org>.
11374
11375         * m4/gc-des.m4: New file.
11376
11377 2005-10-21  Simon Josefsson  <jas@extundo.com>
11378
11379         * m4/arctwo.m4: New file.
11380
11381         * m4/gc-arctwo.m4: New file.
11382
11383 2005-10-21  Simon Josefsson  <jas@extundo.com>
11384
11385         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11386         block.
11387
11388 2005-10-21  Simon Josefsson  <jas@extundo.com>
11389
11390         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11391         <bruno@clisp.org>.
11392
11393         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11394
11395         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11396         Bruno Haible <bruno@clisp.org>.
11397
11398         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11399         <bruno@clisp.org>.
11400
11401 2005-10-21  Simon Josefsson  <jas@extundo.com>
11402
11403         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11404
11405 2005-10-21  Simon Josefsson  <jas@extundo.com>
11406
11407         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11408
11409 2005-10-21  Simon Josefsson  <jas@extundo.com>
11410
11411         * lib/des.h, lib/des.c: New files.
11412
11413         * lib/gc-gnulib.c: Support DES.c
11414
11415 2005-10-21  Simon Josefsson  <jas@extundo.com>
11416
11417         * lib/arctwo.h, lib/arctwo.c: New files.
11418
11419         * lib/gc-gnulib.c: Support ARCTWO.
11420
11421 2005-10-21  Simon Josefsson  <jas@extundo.com>
11422
11423         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11424         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11425
11426 2005-10-21  Simon Josefsson  <jas@extundo.com>
11427
11428         * gnulib-tool (func_import, func_create_testdir): Define automake
11429         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11430         Makefile.am snippet),
11431         suggested by Bruno Haible <bruno@clisp.org>.
11432
11433         * modules/gc (Makefile.am): Use it.
11434
11435 2005-10-21  Bruno Haible  <bruno@clisp.org>
11436
11437         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11438         patch.
11439
11440 2005-10-19  Simon Josefsson  <jas@extundo.com>
11441
11442         * tests/test-gc-rijndael.c: New file.
11443
11444         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11445
11446 2005-10-19  Simon Josefsson  <jas@extundo.com>
11447
11448         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11449         interface too.
11450
11451 2005-10-19  Simon Josefsson  <jas@extundo.com>
11452
11453         * tests/test-gc-arcfour.c: New file.
11454
11455         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11456
11457 2005-10-19  Simon Josefsson  <jas@extundo.com>
11458
11459         * modules/gc-md4, modules/gc-md4-tests: New file.
11460
11461         * tests/test-gc-md4.c: New file.
11462
11463 2005-10-19  Simon Josefsson  <jas@extundo.com>
11464
11465         * m4/gc-md4.m4: New file.
11466
11467 2005-10-19  Simon Josefsson  <jas@extundo.com>
11468
11469         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11470         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11471         <kasal@ucw.cz>.
11472
11473 2005-10-19  Simon Josefsson  <jas@extundo.com>
11474
11475         * m4/gc-arcfour.m4: New file.
11476
11477         * m4/gc-rijndael.m4: New file.
11478
11479 2005-10-19  Simon Josefsson  <jas@extundo.com>
11480
11481         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11482
11483 2005-10-19  Simon Josefsson  <jas@extundo.com>
11484
11485         * lib/gc-gnulib.c: Support ARCFOUR.
11486
11487 2005-10-19  Simon Josefsson  <jas@extundo.com>
11488
11489         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11490         support.
11491
11492         * lib/gc.h: Add ECB enum type.
11493
11494         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11495
11496 2005-10-18  Simon Josefsson  <jas@extundo.com>
11497
11498         * tests/test-md5.c: New file.
11499
11500         * modules/md5-tests: New file.
11501
11502 2005-10-18  Simon Josefsson  <jas@extundo.com>
11503
11504         * tests/test-md4.c: New file.
11505
11506         * modules/md4, modules/md4-tests: New files.
11507
11508 2005-10-18  Simon Josefsson  <jas@extundo.com>
11509
11510         * m4/md4.m4: New file.
11511
11512 2005-10-18  Simon Josefsson  <jas@extundo.com>
11513
11514         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11515
11516 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11517
11518         * gnulib-tool (func_create_testdir): Omit the second check whether
11519         BUILT_SOURCES in nonempty.
11520
11521 2005-10-17  Simon Josefsson  <jas@extundo.com>
11522
11523         * tests/test-rijndael.c: New file.
11524
11525 2005-10-17  Simon Josefsson  <jas@extundo.com>
11526
11527         * modules/sha1: Depend on stdint instead of md5.
11528
11529         * modules/md5: Depend on stdint, remove uint32_t.
11530
11531 2005-10-17  Simon Josefsson  <jas@extundo.com>
11532
11533         * modules/gc-sha1-tests: New file.
11534
11535         * tests/test-gc-sha1.c: New file.
11536
11537 2005-10-17  Simon Josefsson  <jas@extundo.com>
11538
11539         * m4/md5.m4: Remove call to uint32_t.m4.
11540
11541 2005-10-17  Simon Josefsson  <jas@extundo.com>
11542
11543         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11544
11545         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11546         md5.h.
11547
11548         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11549
11550         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11551
11552 2005-10-17  Simon Josefsson  <jas@extundo.com>
11553
11554         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11555
11556 2005-10-17  Simon Josefsson  <jas@extundo.com>
11557
11558         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11559
11560 2005-10-17  Simon Josefsson  <jas@extundo.com>
11561
11562         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11563
11564         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11565
11566 2005-10-17  Bruno Haible  <bruno@clisp.org>
11567
11568         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11569         that it can also be used in a test.
11570
11571 2005-10-16  Bruno Haible  <bruno@clisp.org>
11572
11573         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11574         TESTS_ENVIRONMENT, so that individual tests can augment it.
11575
11576         * gnulib-tool (func_create_testdir): Use an intermediate target for
11577         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11578         macros, like $(ALLOCA_H), which cannot be passed through the command
11579         line.
11580
11581 2005-10-15  Simon Josefsson  <jas@extundo.com>
11582
11583         * modules/rijndael-tests: New file.
11584
11585         * modules/rijndael: New file.
11586
11587 2005-10-15  Simon Josefsson  <jas@extundo.com>
11588
11589         * m4/rijndael.m4: New file.
11590
11591 2005-10-15  Simon Josefsson  <jas@extundo.com>
11592
11593         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11594
11595         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11596
11597 2005-10-14  Simon Josefsson  <jas@extundo.com>
11598
11599         * tests/test-arcfour.c: New file.
11600
11601         * modules/arcfour, modules/arcfour-tests: New files.
11602
11603 2005-10-14  Simon Josefsson  <jas@extundo.com>
11604
11605         * m4/arcfour.m4: New file.
11606
11607 2005-10-14  Simon Josefsson  <jas@extundo.com>
11608
11609         * lib/arcfour.h, lib/arcfour.c: New files.
11610
11611 2005-10-14  Roland McGrath  <roland@redhat.com>
11612
11613         Import from libc.  [BZ #1331]
11614         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11615         macro argument.
11616         Reported by Matej Vela <vela@debian.org>.
11617
11618 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11619
11620         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11621         include <wchar.h>; no longer needed.
11622
11623 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11624
11625         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11626
11627 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11628         and  Ulrich Drepper  <drepper@redhat.com>
11629
11630         Import from libc.
11631         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11632         instead of inline stream orientation test and two separate
11633         function calls.  Pay no attention to USE_IN_LIBIO.
11634
11635 2005-10-13  Simon Josefsson  <jas@extundo.com>
11636
11637         * modules/gc-hmac-md5-tests: New file.
11638
11639         * tests/test-gc-hmac-sha1.c: New file.
11640
11641         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11642
11643         * modules/gc-hmac-md5-tests: New file.
11644
11645         * tests/test-gc-md5.c: New file.
11646
11647         * modules/gc-md5-tests: New file.
11648
11649 2005-10-13  Simon Josefsson  <jas@extundo.com>
11650
11651         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11652         Move memory allocation outside of loop.
11653
11654 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11657         intermediate directory is in a read-only file system.  Problem
11658         reported by Eric Blake.
11659
11660 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11661
11662         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11663
11664 2005-10-12  Simon Josefsson  <jas@extundo.com>
11665
11666         * tests/test-hmac-sha1.c: New file.
11667
11668         * modules/hmac-sha1-tests: New file.
11669
11670         * modules/hmac-sha1: New file.
11671
11672 2005-10-12  Simon Josefsson  <jas@extundo.com>
11673
11674         * modules/gc-sha1: New file.
11675
11676 2005-10-12  Simon Josefsson  <jas@extundo.com>
11677
11678         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11679
11680         * tests/test-gc-pbkdf2-sha1.c: New file.
11681
11682 2005-10-12  Simon Josefsson  <jas@extundo.com>
11683
11684         * modules/gc-md5, modules/gc-hmac-md5: New files.
11685
11686         * modules/gc (Files): Remove md5, memxor and hmac files.
11687
11688 2005-10-12  Simon Josefsson  <jas@extundo.com>
11689
11690         * m4/gc-pbkdf2-sha1.m4: New file.
11691
11692         * m4/gc-hmac-sha1.m4: New file.
11693
11694         * m4/gc-sha1: New file.
11695
11696         * m4/hmac-sha1.m4: New file.
11697
11698 2005-10-12  Simon Josefsson  <jas@extundo.com>
11699
11700         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11701
11702         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11703
11704 2005-10-12  Simon Josefsson  <jas@extundo.com>
11705
11706         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11707         suggested by Bruno Haible <bruno@clisp.org>.
11708
11709 2005-10-12  Simon Josefsson  <jas@extundo.com>
11710
11711         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11712
11713 2005-10-12  Simon Josefsson  <jas@extundo.com>
11714
11715         * lib/gc-pbkdf2-sha1.c: New file.
11716
11717         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11718
11719 2005-10-12  Simon Josefsson  <jas@extundo.com>
11720
11721         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11722
11723         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11724
11725 2005-10-12  Simon Josefsson  <jas@extundo.com>
11726
11727         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11728         GC_USE_HMAC_MD5, respectively.
11729
11730         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11731         (gc_md5): Fix typo.
11732
11733         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11734
11735         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11736
11737         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11738
11739 2005-10-12  Bruno Haible  <bruno@clisp.org>
11740
11741         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11742         Reported by Stepan Kasal <kasal@ucw.cz>.
11743
11744 2005-10-11  Simon Josefsson  <jas@extundo.com>
11745
11746         * tests/test-crc.c: New file.
11747
11748         * modules/crc, modules/crc-tests: New files.
11749
11750 2005-10-11  Simon Josefsson  <jas@extundo.com>
11751
11752         * m4/crc.m4: New file.
11753
11754 2005-10-11  Simon Josefsson  <jas@extundo.com>
11755
11756         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11757
11758         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11759
11760         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11761
11762 2005-10-11  Simon Josefsson  <jas@extundo.com>
11763
11764         * lib/crc.h, lib/crc.c: New files.
11765
11766         * lib/gc.h (gc_hash_buffer): Add doc.
11767
11768 2005-10-11  Bruno Haible  <bruno@clisp.org>
11769
11770         * modules/c-strcasestr: New file.
11771         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11772
11773 2005-10-11  Bruno Haible  <bruno@clisp.org>
11774
11775         * modules/c-strcase: New file.
11776         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11777
11778 2005-10-11  Bruno Haible  <bruno@clisp.org>
11779
11780         * lib/strcasecmp.c: Include limits.h.
11781         (strcasecmp): Avoid integer overflow on exotic platforms.
11782         * lib/strncasecmp.c: Include limits.h.
11783         (strncasecmp): Avoid integer overflow on exotic platforms.
11784         Reported by Paul Eggert.
11785
11786 2005-10-11  Bruno Haible  <bruno@clisp.org>
11787
11788         * lib/c-strcasestr.h: New file, from GNU gettext.
11789         * lib/c-strcasestr.c: New file, from GNU gettext.
11790
11791 2005-10-11  Bruno Haible  <bruno@clisp.org>
11792
11793         * lib/c-strcase.h: New file, from GNU gettext.
11794         * lib/c-strcasecmp.c: New file, from GNU gettext.
11795         * lib/c-strncasecmp.c: New file, from GNU gettext.
11796
11797 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11798
11799         * modules/mempcpy (License): GPL -> LGPL.
11800         * modules/strchrnul (License): Likewise.
11801         * modules/sysexits (License): Likewise.
11802
11803 2005-10-08  Simon Josefsson  <jas@extundo.com>
11804
11805         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11806
11807 2005-10-07  Simon Josefsson  <jas@extundo.com>
11808
11809         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11810
11811 2005-10-06  Simon Josefsson  <jas@extundo.com>
11812
11813         * tests/test-hmac-md5.c: New file.
11814
11815         * modules/hmac-md5-tests: New file.
11816
11817         * modules/hmac-md5: New file.
11818
11819 2005-10-06  Simon Josefsson  <jas@extundo.com>
11820
11821         * m4/hmac-md5.m4: New file.
11822
11823         * m4/memxor.m4: Require gl_C_RESTRICT.
11824
11825 2005-10-06  Simon Josefsson  <jas@extundo.com>
11826
11827         * lib/memxor.c (memxor): Avoid casts and warnings.
11828
11829 2005-10-06  Simon Josefsson  <jas@extundo.com>
11830
11831         * lib/hmac-md5.c: New file.
11832
11833         * lib/hmac.h: New file.
11834
11835 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11836
11837         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11838         promotes to int, not unsigned int, to catch the AIX 5.3
11839         compiler bug.
11840
11841 2005-10-05  Simon Josefsson  <jas@extundo.com>
11842
11843         * modules/memxor: New file.
11844
11845         * modules/iconv (Files): Move config.rpath to havelib, it is used
11846         there.
11847
11848         * modules/havelib (Files): Add config.rpath.
11849
11850 2005-10-05  Simon Josefsson  <jas@extundo.com>
11851
11852         * m4/memxor.m4: New file.
11853
11854 2005-10-05  Simon Josefsson  <jas@extundo.com>
11855
11856         * lib/memxor.c (memxor): Fix compiler error.
11857
11858         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11859         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11860
11861         * lib/memxor.h, lib/memxor.c: New files.
11862
11863         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11864         we assume all systems have it, suggested by Jim Meyering
11865         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11866         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11867         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11868         same reasons.
11869
11870 2005-10-05  Simon Josefsson  <jas@extundo.com>
11871
11872         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11873
11874 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11877         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11878         needed, since the source code now assumes these .h files.
11879
11880 2005-10-05  Derek Price  <derek@ximbiot.com>
11881
11882         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11883
11884 2005-10-05  Bruno Haible  <bruno@clisp.org>
11885
11886         * modules/stdint (License): Change to LGPL.
11887
11888 2005-10-04  Simon Josefsson  <jas@extundo.com>
11889
11890         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11891         D. Baushke" <mdb@gnu.org>.
11892
11893 2005-10-04  Bruno Haible  <bruno@clisp.org>
11894
11895         * lib/verify.h (verify_true): Provide alternative definition for C++.
11896
11897 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11898
11899         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11900         (SSIZE_MAX): New macro, if not already defined.
11901         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11902         than 2 GiB.
11903
11904 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11905
11906         Sync from coreutils.
11907         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11908         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11909         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11910         ULLONG_MAX doesn't work with 2.7.2.1.
11911
11912 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11913
11914         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11915         From Ben Pfaff.
11916
11917         * modules/exclude (Depends-on): Depend on verify.
11918         * modules/strtoimax (Depends-on): Likewise.
11919         * modules/utimecmp (Depends-on): Likewise.
11920
11921 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11922
11923         * lib/exclude.c: Include verify.h.
11924         (verify): Remove.  All callers changed to use verify.h's version.
11925         * lib/strtoimax.c: Likewise.
11926         * lib/utimecmp.c: Likewis.e
11927
11928         Sync from coreutils.
11929         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11930         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11931         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11932         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11933         bother returning ENOSYS if settimeofday or stime fails; just let
11934         them return whatever errno they want to return.
11935         * lib/utimens.c: Include unistd.h, for dup2.
11936         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11937         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11938
11939 2005-10-02  Jim Meyering  <jim@meyering.net>
11940
11941         Sync from coreutils.
11942         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11943         from glibc-2.2.5 that fails for read-only files.
11944
11945 2005-10-02  Jim Meyering  <jim@meyering.net>
11946
11947         Sync from coreutils.
11948         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11949         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11950         `#if HAVE_CONFIG_H'.
11951         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11952         Remove AT_FDCWD test.
11953         Do not consume the fd unless successful.
11954         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11955         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11956         block, so that we don't even try to compile it if settimeofday is
11957         available.  This works around a compilation failure on OSF1 V5.1,
11958         due to stime requiring a `long int*' while tv_sec is `int'.
11959
11960 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11961
11962         Sync from coreutils.
11963         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11964         against `yes', rather than just testing for nonempty.
11965
11966 2005-10-01  Simon Josefsson  <jas@extundo.com>
11967
11968         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11969         and Darwin.
11970
11971         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11972         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11973         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11974         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11975         Check if struct addrinfo is declared.
11976
11977 2005-10-01  Simon Josefsson  <jas@extundo.com>
11978
11979         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11980         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11981         AI_* and EAI_* definitions.  Protect function declarations.
11982
11983 2005-10-01  Jim Meyering  <jim@meyering.net>
11984
11985         Sync from coreutils.
11986
11987         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11988         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11989         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11990         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11991         in the inet and nsl libraries.  Required on Solaris 5.7.
11992
11993 2005-10-01  Jim Meyering  <jim@meyering.net>
11994
11995         Sync from coreutils.
11996         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11997         in the inet and nsl libraries.  Required on Solaris 5.7.
11998
11999 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
12000
12001         * lib/getdelim.c (getdelim): Remove unused variables.
12002
12003 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
12006         so that the code works even with ancient cpp.  Portability problem
12007         with GCC 2.7.2.1 reported by Thomas M.Ott.
12008
12009 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12010
12011         * modules/regex (Depends-on): Add strcase.
12012
12013         * modules/gethostname (Licence): Change from GPL to LGPL, since
12014         gethostname.c is a trivial implementation of a standard library
12015         function.
12016         * modules/poll (License): Change from GPL to LGPL, since it's
12017         derived from LGPL code.
12018
12019 2005-09-27  Jim Meyering  <jim@meyering.net>
12020
12021         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
12022         HAVE_CONFIG_H.
12023
12024         * lib/intprops.h (signed_type_or_expr__): Define.
12025         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
12026         for unsigned types.
12027
12028 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12029
12030         * lib/verify.h (verify_expr): Remove, replacing with:
12031         (verify_true): New macro that returns true instead of void.
12032         (verify_type__): Remove.
12033         (verify): Use verify_true rather than verify_type__.
12034
12035 2005-09-26  Bruno Haible  <bruno@clisp.org>
12036
12037         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
12038         is necessary.
12039         (lib_SOURCES): Remove mbchar.c.
12040         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
12041         (Files): Add m4/mbrtowc.m4.
12042         * modules/mbiter: Likewise.
12043         * modules/mbuiter: Likewise.
12044
12045 2005-09-26  Bruno Haible  <bruno@clisp.org>
12046
12047         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
12048         compile mbchar.c if they are not both present.
12049         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
12050         * m4/mbiter.m4 (gl_MBITER): Likewise.
12051         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
12052         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
12053         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
12054
12055 2005-09-25  Jim Meyering  <jim@meyering.net>
12056
12057         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12058         also uses socklen_t.
12059
12060 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         * lib/utimens.c (ENOSYS): Define if not already defined.
12063         (futimens): Support having a null PATH if the file descriptor
12064         is nonnegative.
12065
12066         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12067         Remove.
12068         (__attribute): Define to empty unless GCC 3.1 or later.
12069         This works around a core dump on OpenBSD 3.4, which has GCC
12070         2.95.3, which dumps core when given __attribute__(()).  It also
12071         simplifies other tests, since we really don't want to bother with
12072         worrying about which ancient version of GCC supported what.
12073         Original problem reported by Yoann Vandoorselaere, with part of
12074         the fix suggested by Derek Price.
12075
12076 2005-09-24  Jim Meyering  <jim@meyering.net>
12077
12078         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12079         so we can once again use a positive bitfield width of 1 -- now we
12080         don't have to explain why we were using a bitfield width of 2.
12081
12082 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12083
12084         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12085         and similarly for the other external symbols.  Problem reported
12086         by James Gallager.
12087
12088         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12089         bug reported by Jim Meyering.
12090
12091         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12092         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12093         not needed, since socklen is a prerequisite module.
12094
12095 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12098         Problem reported by Eric Blake.
12099         (getaddrinfo): Initialize se so that it's not garbage.
12100         Redo internal storage allocation so that it doesn't make unportable
12101         assumptions about alignment.
12102         Fix a memory leak.
12103
12104         * lib/utimens.c (futimens): Use futimesat if available.
12105         Prefer it to futimes since it doesn't have the futimes bug.
12106
12107         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12108         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12109         Instead, declare a function that returns a pointer to an array,
12110         and use verify_type__ to declare the size of the array.
12111         Problem and germ of a solution reported by Bruno Haible.
12112         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12113         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12114
12115 2005-09-23  Jim Meyering  <jim@meyering.net>
12116
12117         Sync from coreutils.
12118         Correct build failure (socklen_t not defined) on at least
12119         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12120         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12121
12122 2005-09-23  Jim Meyering  <jim@meyering.net>
12123
12124         * modules/getaddrinfo (Depends-on): Add socklen.
12125
12126 2005-09-23  Bruno Haible  <bruno@clisp.org>
12127
12128         * tests/test-verify.c: New file.
12129
12130 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         Sync from coreutils.
12133
12134         * modules/argmatch (Depends-on): Add verify.
12135         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12136         unistd-safer.
12137         * modules/save-cwd (Depends-on): Likewise.
12138
12139         * modules/openat (Files): Add lib/openat-die.c.
12140         (Depends-on): Remove error, exitfail.
12141         Add dirname.
12142
12143         * modules/verify: New file.
12144         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12145         with "verify" module.
12146
12147 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12148
12149         Sync from coreutils.
12150
12151         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12152         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12153         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12154         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12155         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12156         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12157         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12158         Don't bother checking for string.h, stdlib.h, unistd.h.
12159         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12160         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12161         module's job.
12162         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12163         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12164
12165         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12166         (gl_GETDATE): Use it.
12167
12168         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12169
12170 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12171
12172         Sync from coreutils.
12173
12174         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12175         stat-time.h.
12176         * lib/argmatch.h: Include verify.h
12177         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12178         (ARGMATCH_ASSERT): Remove; unused.
12179         * lib/canonicalize.c: Assume STDC_HEADERS.
12180         * lib/exclude.c: Include "strcase.h".
12181         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12182         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12183         and stdio-safer.h.
12184         (getusershell): Call fopen, not fopen_safer.
12185         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12186         Do not include unistd-safer.h.
12187         (save_cwd): Don't call fd_safer; no longer needed
12188         now that we include fcntl--.h.
12189
12190         * lib/getdate.y (relative_time): New type.
12191         (RELATIVE_TIME_0): New constant.
12192         (parser_control): Use relative_time instead of doing it ourselves.
12193         (%union): Add new relative_time rel member.
12194         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12195         Now typeless.
12196         (relunit, relunit_snumber): Now of type rel.
12197         (zone, rel, relunit, get_date): Adjust to above changes.
12198
12199         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12200         Do not include unistd-safer.h.
12201         (getloadavg): Don't call fd_safer; no longer needed
12202         now that we include fcntl--.h.
12203
12204         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12205         (make_dir_parents): Treat ENOSYS like EEXIST.
12206
12207         Improve quality of diagnostics on restore_cwd failure.
12208         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12209         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12210         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12211         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12212         each time through the loop.  Do not diagnose restore_cwd failure;
12213         that is the caller's job (and perhaps the caller does not care).
12214
12215         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12216         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12217         If the file already exists but is not a directory, don't bother
12218         to try to make its parents.
12219         Close potential file descriptor leak if we can't chdir("/") (!).
12220         Don't always return true if chdir($PWD) fails; return true only
12221         if the requested action was done successfully (except for the
12222         chdir($PWD)).
12223         Don't log final directory unless we actually made it.
12224         Refactor to avoid duplicate code to fix up permissions.
12225         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12226
12227         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12228         to make it a bit faster and (I hope) clearer.
12229         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12230         Fix bug in formats like %2N.
12231
12232         * lib/verify.h: New file.
12233
12234 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12235
12236         Sync from coreutils.
12237         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12238
12239 2005-09-22  Jim Meyering  <jim@meyering.net>
12240
12241         Sync from coreutils.
12242
12243         * m4/lstat.m4 (gl_FUNC_LSTAT):
12244         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12245         Remove obsolete comment.
12246         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12247         * m4/xstrtod.m4: Likewise.
12248
12249         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12250
12251 2005-09-22  Jim Meyering  <jim@meyering.net>
12252
12253         Sync from coreutils.
12254
12255         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12256
12257         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12258         the .tm_year member, since otherwise gcc-4.0 would now warn about
12259         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12260
12261         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12262         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12263
12264         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12265         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12266         when run in a time zone for which daylight savings time is in effect
12267         for the starting date.
12268
12269         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12270         stop us from restricting permissions of just-created absolute-named
12271         directories.
12272         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12273         to restore initial working directory.
12274         * lib/mkdir-p.c (make_dir_parents): New parameter:
12275         different_working_dir, to tell caller if/when we change the working
12276         directory and are unable to return to the initial one.
12277         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12278         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12279         `return false'.  This fixes a bug introduced on 2004-07-30.
12280
12281         * lib/openat.c (fdopendir): Be sure to close the supplied
12282         file descriptor before returning.  This makes our replacement
12283         implementation a little closer to Solaris's, where fdopendir
12284         ties the file descriptor to the returned DIR* pointer.
12285         * lib/openat.c (unlinkat): New function.
12286         * lib/openat.h (unlinkat): Add prototype.
12287         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12288         (openat_restore_fail): Rename from openat_restore_die.
12289         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12290
12291         Provide an alternative to exiting immediately upon save_cwd or
12292         restore_cwd failure.  Now, an application can arrange e.g.,
12293         to perform a longjump in that case.
12294         * lib/openat.c: Include dirname.h.
12295         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12296         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12297         and openat_restore_die rather than calling error directly.
12298         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12299
12300         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12301         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12302         define.
12303
12304         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12305         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12306                             int utc, int nanoseconds);
12307         Background:
12308         date should not have to allocate a megabyte of virtual memory to
12309         handle a format argument like +%1048575T.  When implemented with
12310         strftime, it must allocate such a buffer, use strftime to fill it
12311         in, print it, then free it.
12312         With fprintftime, it simply prints everything and exits.
12313         With no need for memory allocation, that's one fewer way to fail.
12314         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12315         optional field width, not before, so we accept %9:z, not %:9z.
12316         (my_strftime): Be sure to use L_('x') for literals.
12317
12318         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12319         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12320         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12321         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12322         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12323         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12324         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12325         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12326         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12327         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12328         * lib/xgethostname.c, lib/xreadlink.c:
12329         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12330
12331         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12332         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12333         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12334         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12335         and don't include <sys/file.h>).
12336
12337 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12338
12339         Sync from coreutils.
12340
12341         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12342         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12343         [!LDAV_DONE]: Avoid unused variable warning.
12344
12345 2005-09-21  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/unicodeio.h (unicode_to_mb): New declaration.
12348
12349 2005-09-20  Derek Price  <derek@ximbiot.com>
12350
12351         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12352         getaddrinfo.h.
12353
12354 2005-09-20  Bruno Haible  <bruno@clisp.org>
12355
12356         * gnulib-tool: Remove trailing slashes from the values specified for
12357         --source-base, --m4-base, --tests-base, --aux-dir.
12358         Suggested by Simon Josefsson <jas@extundo.com>.
12359
12360 2005-09-20  Bruno Haible  <bruno@clisp.org>
12361
12362         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12363         func_modules_to_filelist, func_import, func_create_testdir): Make all
12364         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12365         change when gnulib-tool is invoked in a different locale.
12366
12367 2005-09-19  Simon Josefsson  <jas@extundo.com>
12368
12369         * m4/socklen.m4: Fix typo.
12370
12371 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12372
12373         Use a consistent style for including <config.h>.
12374         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12375         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12376         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12377         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12378         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12379         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12380         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12381         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12382         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12383         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12384         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12385         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12386         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12387         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12388         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12389         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12390         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12391         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12392         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12393         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12394         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12395         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12396         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12397         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12398         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12399         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12400         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12401         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12402         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12403         lib/xstrtoumax.c, lib/yesno.c:
12404         Standardize inclusion of config.h.
12405         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12406         lib/inttostr.h:  Removed inclusion of config.h from header files.
12407         * lib/inttostr.c:  Adjusted in-tree users.
12408         * lib/timespec.h: Remove superfluous warning to include config.h.
12409         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12410         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12411         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12412         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12413         config.h with HAVE_CONFIG_H.
12414
12415 2005-09-19  Jim Meyering  <jim@meyering.net>
12416
12417         * modules/pathmax (License): Change to LGPL.
12418
12419 2005-09-19  Derek Price  <derek@ximbiot.com>
12420
12421         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12422
12423 2005-09-19  Bruno Haible  <bruno@clisp.org>
12424
12425         * gnulib-tool (import): Provide default for --tests-base.
12426
12427 2005-09-19  Bruno Haible  <bruno@clisp.org>
12428
12429         * doc/quote.texi: New file, extracted from gnulib.texi.
12430         * doc/ctime.texi: New file, extracted from gnulib.texi.
12431         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12432         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12433         * doc/gnulib.texi: Include them.
12434
12435 2005-09-18  Bruno Haible  <bruno@clisp.org>
12436
12437         Portability fix.
12438         * gnulib-tool (func_readlink): New function.
12439         (func_ln_if_changed): Use it.
12440
12441 2005-09-18  Bruno Haible  <bruno@clisp.org>
12442
12443         * gnulib-tool: Support --with-tests also with --import.
12444         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12445         (func_import): Use variables $testsbase and $inctests. Emit a
12446         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12447         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12448         SUBDIRS += $testsdir.
12449         (func_create_testdir): Update.
12450
12451 2005-09-18  Bruno Haible  <bruno@clisp.org>
12452
12453         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12454         instead of $dry_run.
12455         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12456         (func_ln_if_changed): Don't handle dry-run here.
12457         (func_import): In dry-run mode, detect more precisely which actions
12458         would be performed, and don't use "...ing" verbs.
12459
12460 2005-09-18  Bruno Haible  <bruno@clisp.org>
12461
12462         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12463         (func_import): Use join on two temporary files instead of three nested
12464         loops, in order to determine which files are new or old.
12465
12466 2005-09-18  Bruno Haible  <bruno@clisp.org>
12467
12468         * gnulib-tool (func_import): Comment out code that spits out the
12469         new files with --dry-run.
12470
12471 2005-09-18  Bruno Haible  <bruno@clisp.org>
12472
12473         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12474
12475 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12476
12477         * lib/stat-time.h: New file.
12478         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12479         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12480         in a different way.
12481         (timespec_cmp): New function.
12482         * lib/utimecmp.c: Include stat-time.h.
12483         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12484         members exist, not on the obsolescent ST_MTIM_NSEC.
12485         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12486
12487 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12488
12489         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12490
12491 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12492
12493         * MODULES.html.sh (File system functions): Add stat-time.
12494         * modules/stat-time: New file.
12495         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12496         is now done in a different way, by the stat-time module.
12497         * modules/utimecmp (Depends-on): Add stat-time.
12498
12499 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12500
12501         * m4/st_mtim.m4: Remove.  Superseded by...
12502         * m4/stat-time.m4: New file.
12503         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12504         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12505
12506 2005-09-15  Derek Price  <derek@ximbiot.com>
12507
12508         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12509
12510 2005-09-15  Derek Price  <derek@ximbiot.com>
12511
12512         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12513         * lib/regex_internal.c: Ditto, using this...
12514         (__GNUC_PREREQ): ...new macro.
12515         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12516         using...
12517         (__GNUC_PREREQ): ...this new macro.
12518
12519         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12520
12521 2005-09-15  Derek Price  <derek@ximbiot.com>
12522             Paul Eggert  <eggert@cs.ucla.edu>
12523
12524         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12525         changes, consolidating in...
12526         * lib/regex_internal.h: ...this file.
12527
12528 2005-09-13  Jim Meyering  <jim@meyering.net>
12529
12530         * lib/canon-host.c: Filter through gnu indent and reword comments
12531         slightly.
12532         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12533
12534 2005-09-13  Derek Price  <derek@ximbiot.com>
12535
12536         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12537         failure.
12538         Reported by Jim Meyering  <jim@meyering.net>.
12539
12540 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12541
12542         * lib/base64.c: Typo.
12543         (base64_encode): Put b64str in initialized data section.
12544
12545 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         Merge glibc and coreutils changes into gnulib, plus a few
12548         extra fixes.
12549         * lib/md5.c: Use #error rather than a string.
12550         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12551         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12552         (__attribute__): Define to empty for non recent-GCC.
12553         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12554         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12555         Renamed from their non-__ counterparts, with new macros replacing
12556         them if not _LIBC.  Add __THROW attribute.
12557         (rol): Remove.
12558         (struct md5_ctx): Align buffer if using GCC.
12559         * lib/sha1.h (struct sha1_ctx): Likewise.
12560         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12561         The old name was backwards.
12562         (NOTSWAP): Remove; not used.
12563         (rol): New macro, moved here from md5.h.
12564         (sha1_process_block): Remove a FIXME that doesn't make sense.
12565
12566 2005-09-12  Derek Price  <derek@ximbiot.com>
12567
12568         Return usable errors from canon-host.
12569         * lib/canon-host.h: New file.
12570         * lib/canon-host.c (canon_host): Wrap...
12571         (canon_host_r): ...this new function, which now relies exclusively on
12572         getaddrinfo.
12573         (ch_strerror): New function.
12574         (last_cherror): New global.
12575         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12576         interface.
12577         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12578         void *.
12579         (freeaddrinfo): Free ai->ai_canonname when set.
12580
12581 2005-09-12  Derek Price  <derek@ximbiot.com>
12582
12583         Make canon-host require getaddrinfo.
12584         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12585         AC_LIBSOURCE canon-host.h.  Call...
12586         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12587         gl_GETADDRINFO.
12588         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12589
12590 2005-09-12  Derek Price  <derek@ximbiot.com>
12591
12592         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12593         LGPL.
12594         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12595
12596 2005-09-12  Derek Price  <derek@ximbiot.com>
12597
12598         * lib/gai_strerror.c: Include config.h when available.  Include
12599         getaddrinfo.h before other headers to test interface.
12600         Reported by Larry Jones <lawrence.jones@ugs.com>.
12601
12602 2005-09-12  Derek Price  <derek@ximbiot.com>
12603             Paul Eggert  <eggert@cs.ucla.edu>
12604
12605         * modules/glob (Files): Add glob-libc.h.
12606
12607 2005-09-12  Derek Price  <derek@ximbiot.com>
12608             Paul Eggert  <eggert@cs.ucla.edu>
12609
12610         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12611         glob_.h, glob-libc.h.
12612         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12613
12614 2005-09-12  Derek Price  <derek@ximbiot.com>
12615             Paul Eggert  <eggert@cs.ucla.edu>
12616
12617         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12618         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12619         protecting things that should be done only in gnulib contexts.
12620         * lib/glob_.h: New file, containing only the glob things needed for
12621         gnulib.
12622         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12623         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12624         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12625         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12626         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12627         and to respect the namespace rules better.
12628
12629 2005-09-08  Simon Josefsson  <jas@extundo.com>
12630
12631         * modules/socklen: New file.
12632
12633 2005-09-08  Simon Josefsson  <jas@extundo.com>
12634
12635         * m4/socklen.m4: New file.
12636
12637 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12638
12639         * modules/utimens (Files): Add m4/utimbuf.m4, since
12640         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12641         Reported by Sergey Poznyakoff.
12642
12643 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12644
12645         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12646         definitions, since that's the preferred style in glibc.
12647         Fix a minor spacing issue, and update copyright notice to match
12648         glibc's.
12649
12650 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12651
12652         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12653
12654 2005-09-06  Simon Josefsson  <jas@extundo.com>
12655
12656         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12657         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12658
12659 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12660
12661         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12662         warning.
12663
12664 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12665
12666         * config/srclist.txt: Add glibc bug 1302.
12667
12668 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         Change bitset word type from unsigned int to unsigned long int,
12671         as this has better performance on typical 64-bit hosts.
12672         Port bitset code to hosts with unusual word sizes.
12673         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12674         (build_collating_symbol):
12675         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12676         argument is a bitset.  This is merely a style issue, but it makes
12677         it clearer that an entire array is expected.
12678         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12679         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12680         Port to the case where bitset_word is not the same as unsigned int.
12681         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12682         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12683         Likewise.
12684         * lib/regexec.c (check_dst_limits_calc_pos_1,
12685         check_subexp_matching_top):
12686         (build_trtable, group_nodes_into_DFAstates):
12687         Likewise.
12688         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12689         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12690         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12691         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12692         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12693         * lib/regcomp.c (optimize_subexps, lower_subexp):
12694         Work even if bitset_word has holes in its bitwise representation.
12695         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12696         * lib/regexec.c (check_dst_limits_calc_pos_1,
12697         check_subexp_matching_top):
12698         Likewise.
12699         * lib/regex_internal.c (re_string_reconstruct):
12700         Don't assume UCHAR_MAX == 255.
12701         * lib/regex_internal.h (bitset_set_all): Likewise.
12702         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12703         All uses changed.
12704         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12705         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12706         All uses changed.
12707         (BITSET_WORD_MAX): New macro.
12708         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12709         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12710         (bitset_empty, bitset_copy):
12711         Prefer sizeof (bitset) to multiplying it out ourselves.
12712         (bitset_not_merge): Remove; unused.
12713         (bitset_contain): Return bool, not unsigned int with one bit on.
12714         All callers changed.
12715         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12716         alignment than re_node_set; do this by defining a new internal
12717         type struct dests_alloc and using it to allocate memory.
12718
12719 2005-09-05  Bruno Haible  <bruno@clisp.org>
12720
12721         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12722         links.
12723
12724 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12725
12726         * modules/size_max (Makefile.am): Add size_max.h
12727
12728 2005-09-04  Derek Price  <derek@ximbiot.com>
12729
12730         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12731
12732 2005-09-03  Simon Josefsson  <jas@extundo.com>
12733
12734         * gnulib-tool: Fix typo.
12735
12736 2005-09-03  Simon Josefsson  <jas@extundo.com>
12737
12738         * config/srclist.txt: Add glibc bug 1293.
12739
12740 2005-09-03  Derek Price  <derek@ximbiot.com>
12741
12742         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12743         From Larry Jones <lawrence.jones@ugs.com>.
12744
12745 2005-09-02  Simon Josefsson  <jas@extundo.com>
12746
12747         * modules/socklen: New file.
12748
12749 2005-09-02  Simon Josefsson  <jas@extundo.com>
12750
12751         * modules/havelib: New module.
12752
12753         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12754         Use havelib.
12755
12756 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12757
12758         Check for arithmetic overflow when calculating sizes, to prevent
12759         some buffer-overflow issues.  These patches are conservative, in the
12760         sense that when I couldn't determine whether an overflow was possible,
12761         I inserted a run-time check.
12762         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12763         macros.
12764         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12765         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12766         (re_xnrealloc, re_x2nrealloc): New inline functions.
12767         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12768         parse_bracket_exp):
12769         (build_equiv_class, build_charclass): Check for arithmetic overflow
12770         in size expression calculations.
12771         * lib/regex_internal.c (re_string_realloc_buffers):
12772         (build_wcs_upper_buffer, re_node_set_add_intersect):
12773         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12774         (re_dfa_add_node, register_state): Likewise.
12775         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12776         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12777         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12778         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12779
12780 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12783         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12784
12785 2005-09-02  Bruno Haible  <bruno@clisp.org>
12786
12787         Support for lib vs. lib64 distinction on biarch platforms.
12788         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12789         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12790         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12791
12792 2005-09-02  Bruno Haible  <bruno@clisp.org>
12793
12794         * gnulib-tool (import): In the other first-use case, provide defaults
12795         as well.
12796
12797 2005-09-02  Bruno Haible  <bruno@clisp.org>
12798
12799         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12800         patches not yet found in the latest gettext release.
12801
12802 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12805         to avoid a collision with bits/local_lim.h in glibc.
12806         All uses changed.  Problem reported by Dmitry V. Levin in
12807         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12808
12809         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12810         bugs in int versus size_t comparisons.
12811         (re_string_context_at): Fix bug where the code assumed that
12812         Idx is signed.
12813
12814         Use bool where appropriate.
12815         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12816         All callers changed.
12817         (calc_eclosure_iter): Likewise, for ROOT arg.
12818         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12819         (build_charclass_op): Likewise, for NON_MATCH arg.
12820         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12821         (re_string_construct_common): Likewise, for ICASE arg.
12822         * lib/regexec.c (re_search_2_stub, re_search_stub):
12823         Likewise, for RET_LEN arg.
12824         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12825         (set_regs): Likewise, for FL_BACKTRACK arg.
12826         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12827         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12828         (calc_eclosure_iter, parse_bracket_exp):
12829         Use bool for internal variables that are booleans.
12830         * lib/regexec.c (re_search_internal, check_matching,
12831         proceed_next_node):
12832         (set_regs, build_sifted_states, sift_states_bkref):
12833         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12834         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12835         (find_collation_sequence_value):
12836         Likewise.
12837         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12838         (re_node_set_compare):
12839         Return bool, not int. All callers changed.
12840         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12841         (build_trtable, check_node_accept): Likewise.
12842         * lib/regex_internal.h: Include stdbool.h.
12843
12844         Fix bugs uncovered when converting to bool.
12845         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12846         failure instead of charging ahead blindly.
12847         * lib/regex_internal.c (register_state): Likewise.
12848         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12849         for freeing internal storage.
12850         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12851         bitset pieces used as boolean, to avoid undefined behavior
12852         on hosts that do int overflow checking.
12853
12854 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12855
12856         * config/srclist.txt: Add glibc bugs 1285-1287.
12857
12858 2005-09-01  Jim Meyering  <jim@meyering.net>
12859
12860         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12861         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12862         Require gl_STAT_MACROS, too.
12863
12864 2005-09-01  Bruno Haible  <bruno@clisp.org>
12865
12866         * gnulib-tool (import): In the first-use case, provide defaults.
12867
12868 2005-09-01  Bruno Haible  <bruno@clisp.org>
12869
12870         * gnulib-tool (func_import): Remove the .tmp files.
12871
12872 2005-09-01  Bruno Haible  <bruno@clisp.org>
12873
12874         * gnulib-tool (func_import): Fix handling of symbolic links.
12875
12876 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12879         old glibc regex code mishandles strings longer than 2**31 bytes.
12880         This patch fixes this when the regex code is used in gnulib
12881         (i.e., outside glibc).
12882
12883         This patch should not affect the use of the regex code inside
12884         glibc.  No doubt this problem also needs to be handled for glibc
12885         as well, but the result will be an incompatible change to the
12886         glibc ABI, and the old ABI will have to be supported too.  That
12887         can be the the subject for another patch.
12888
12889         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12890         governing whether the rest of this patch is active.  By default,
12891         the macro is disabled and the patch has no effect.
12892         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12893         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12894         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12895         (re_match_2, re_set_registers): Use the new types.
12896         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12897         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12898         New macros.
12899         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12900         (re_string_context_at, bin_tree_t, re_dfastate_t):
12901         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12902         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12903         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12904         (re_string_char_size_at, re_string_wchar_at):
12905         (re_string_elem_size_at):
12906         Use the new types and macros to port to 64-bit hosts.
12907         Use unsigned types for internal values, so that the code
12908         mostly works even for arrays larger than SSIZE_MAX.
12909         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12910         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12911         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12912         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12913         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12914         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12915         (calc_inveclosure, parse_dup_op, build_range_exp):
12916         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12917         (fetch_number, create_token_tree, mark_opt_subexp):
12918         Likewise.
12919         * lib/regex_internal.c (re_string_construct_common,
12920         create_ci_newstate):
12921         (create_cd_newstate, re_string_allocate, re_string_construct):
12922         (re_string_realloc_buffers, build_wcs_upper_buffer):
12923         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12924         (re_string_reconstruct, re_string_peek_byte_case):
12925         (re_string_fetch_byte_case, re_string_context_at):
12926         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12927         (re_node_set_init_copy, re_node_set_add_intersect):
12928         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12929         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12930         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12931         (re_acquire_state, re_acquire_state_context, register_state):
12932         Likewise.
12933         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12934         search_cur_bkref_entry):
12935         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12936         (re_search_internal, re_search_2_stub, re_search_stub)
12937         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12938         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12939         (update_cur_sifted_state, check_dst_limits):
12940         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12941         (check_subexp_limits, sift_states_bkref, merge_state_array):
12942         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12943         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12944         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12945         (expand_bkref_cache, check_node_accept_bytes):
12946         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12947         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12948         (acquire_init_state_context, check_halt_node_context):
12949         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12950         (sift_states_backward, clean_state_log_if_needed):
12951         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12952         (find_recover_state, transit_state_sb, transit_state_mb):
12953         (transit_state_bkref, build_trtable, match_ctx_clean):
12954         Likewise.
12955         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12956         to work around an assumption that REG_MISSING is negative.
12957
12958         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12959         (seek_collating_symbol_entry) [defined _LIBC]:
12960         (lookup_collation_sequence_value) [defined _LIBC]:
12961         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12962         Use prototypes rather than old-style function definitions.
12963         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12964         (transit_state_sb) [0]:
12965         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12966
12967         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12968         rm_eo.
12969
12970         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12971         (optimize_subexps, lower_subexp):
12972         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12973         since the signed shift might overflow.  Use 1u<<31 instead.
12974         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12975         Likewise.
12976         * lib/regexec.c (check_dst_limits_calc_pos_1,
12977         check_subexp_matching_top): Likewise.
12978
12979         * lib/regcomp.c (optimize_subexps, lower_subexp):
12980         Use CHAR_BIT rather than 8, for clarity.
12981         * lib/regexec.c (check_dst_limits_calc_pos_1):
12982         (check_subexp_matching_top): Likewise.
12983         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12984         have to worry about portability issues when shifting it left.
12985         Remove no-longer-needed test for table_size > 0.
12986         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12987         in a word, as the resulting behavior is undefined.
12988         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12989         in one case, a <= should have been an <, and in another case the
12990         whole test was missing.
12991         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12992         the standard name CHAR_BIT.
12993         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12994         this is not true on one's complement and signed-magnitude hosts.
12995
12996         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12997         next_last_offset.
12998         (struct re_dfa_t): Remove unused member states_alloc.
12999         * lib/regcomp.c (init_dfa): Don't initialize unused members.
13000
13001 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13002
13003         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
13004         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
13005         and large-file glibc and in 32-bit large-file Solaris.
13006
13007 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
13010         lengths fit in regoff_t; this isn't true if regoff_t is the same
13011         width as size_t.
13012         * lib/regex.c (re_search_internal): 5th arg is LAST_START
13013         (= START + RANGE) instead of RANGE.  This avoids overflow
13014         problems when regoff_t is the same width as size_t.
13015         All callers changed.
13016         (re_search_2_stub): Check for overflow when adding the
13017         sizes of the two strings.
13018         (re_search_stub): Check for overflow when adding START
13019         to RANGE; if it occurs, substitute the extreme value.
13020
13021 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13022
13023         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
13024
13025 2005-08-31  Jim Meyering  <jim@meyering.net>
13026
13027         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
13028         a pointer-to-const.
13029         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
13030         (register_state): Likewise.
13031         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
13032         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
13033         (group_nodes_into_DFAstates): Likewise.
13034
13035 2005-08-31  Jim Meyering  <jim@meyering.net>
13036
13037         * check-module: Add a FIXME comment.
13038
13039 2005-08-31  Eric Blake  <ebb9@byu.net>
13040
13041         * modules/unistd-safer (Files): Add unistd--.h.
13042         * modules/stdio-safer (Files): Add stdio--.h.
13043
13044 2005-08-31  Derek Price  <derek@ximbiot.com>
13045
13046         * lib/getdelim.c (getdelim): Return EOF on EOF.
13047         Reported by Larry Jones <lawrence.jones@ugs.com>.
13048
13049 2005-08-31  Bruno Haible  <bruno@clisp.org>
13050
13051         Avoid unnecessary diffs in the generated lib/Makefile.am.
13052         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
13053         the generated files.
13054         (func_import): Don't set cmd.
13055
13056 2005-08-31  Bruno Haible  <bruno@clisp.org>
13057
13058         * lib/strstr.c: Include <stddef.h>, for NULL.
13059         * lib/strcasestr.c: Likewise.
13060         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13061
13062 2005-08-31  Bruno Haible  <bruno@clisp.org>
13063
13064         * gnulib-tool: New option --macro-prefix.
13065         (func_import): Use macro_prefix.
13066         (import): Handle option --macro-prefix.
13067
13068 2005-08-31  Bruno Haible  <bruno@clisp.org>
13069
13070         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13071         Also use new variables cached_lgpl, cached_libtool.
13072
13073 2005-08-31  Bruno Haible  <bruno@clisp.org>
13074
13075         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13076         always instantiating them.
13077
13078 2005-08-31  Bruno Haible  <bruno@clisp.org>
13079
13080         * gnulib-tool (func_import): Read the previous cached settings
13081         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13082         earlier added by gnulib but are now dropped. Warn when a gnulib file
13083         overwrites a non-gnulib file.
13084
13085 2005-08-31  Bruno Haible  <bruno@clisp.org>
13086
13087         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13088         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13089         projects that don't keep autogenerated files in CVS. Put into
13090         actioncmd only the specified modules, not the transitive closure.
13091
13092 2005-08-31  Bruno Haible  <bruno@clisp.org>
13093
13094         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13095         Create directories that shall be filled.
13096         (import): Don't look for gl_* macros in configure.ac. Recurse across
13097         all directories containing a gnulib-cache.m4 files, if meaningful.
13098
13099 2005-08-31  Bruno Haible  <bruno@clisp.org>
13100
13101         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13102         (import): Set seen_libtool when we see gl_LIBTOOL.
13103
13104 2005-08-31  Bruno Haible  <bruno@clisp.org>
13105
13106         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13107         declaration macro definitions from generated gnulib.m4.
13108
13109 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13110
13111         * lib/iconvme.h: Add prototype for iconv_alloc.
13112
13113 2005-08-29  Simon Josefsson  <jas@extundo.com>
13114
13115         * lib/iconvme.c: Fix errno.
13116
13117 2005-08-29  Bruno Haible  <bruno@clisp.org>
13118
13119         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13120         that it works when the directory contains spaces.
13121
13122 2005-08-29  Bruno Haible  <bruno@clisp.org>
13123
13124         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13125
13126 2005-08-29  Bruno Haible  <bruno@clisp.org>
13127
13128         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13129         Emit more advice.
13130
13131 2005-08-29  Bruno Haible  <bruno@clisp.org>
13132         and Stepan Kasal  <kasal@ucw.cz>
13133
13134         * check-module: If more parameters are given, check each of them
13135         separately; add more exceptions, as noted by Jim Meyering.
13136         (check_module): New procedure.
13137         (%exempt_header): Now contains all exceptions.
13138
13139 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13140
13141         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13142
13143 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13144
13145         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13146
13147 2005-08-28  Bruno Haible  <bruno@clisp.org>
13148
13149         * m4/gnulib-tool.m4: New file.
13150
13151 2005-08-27  Jim Meyering  <jim@meyering.net>
13152
13153         * modules/unistd-safer (Files): Add pipe-safer.c.
13154         * modules/fcntl-safer (Files): Add creat-safer.c.
13155
13156 2005-08-27  Jim Meyering  <jim@meyering.net>
13157
13158         * m4/stdlib-safer.m4: New file.  From coreutils.
13159         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13160         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13161         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13162         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13163         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13164
13165 2005-08-27  Jim Meyering  <jim@meyering.net>
13166
13167         * lib/fopen-safer.c: Merge minor changes from coreutils.
13168         * lib/dup-safer.c: Likewise.
13169         * lib/fd-safer.c: Likewise.
13170
13171         Merge from coreutils.
13172         * lib/stdio--.h: New file.
13173         * lib/stdlib--.h: New file.
13174         * lib/mkstemp-safer.c: New file.
13175
13176         GNU tar needs these.
13177         * lib/pipe-safer.c: New file.
13178         * lib/creat-safer.c: New file.
13179         * lib/fcntl--.h (creat): Define to creat_safer.
13180         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13181         * lib/unistd--.h (pipe): Define to pipe_safer.
13182         * lib/unistd-safer.h: Declare pipe_safer.
13183
13184 2005-08-26  Simon Josefsson  <jas@extundo.com>
13185
13186         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13187         Haible <bruno@clisp.org>.
13188
13189 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * lib/regex_internal.h: Remove all references to
13192         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13193         or better.
13194         (bitset_not, bitset_merge, bitset_not_merge):
13195         (bitset_mask, re_string_allocate, re_string_construct):
13196         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13197         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13198         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13199         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13200         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13201         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13202         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13203         (re_acquire_state_context):
13204         Remove unnecessary forward decls.
13205         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13206         Put __attribute at function definition,
13207         now that the function decl has been removed.
13208         * lib/regex_internal.c (re_string_peek_byte_case):
13209         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13210         Likewise.
13211
13212 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13213
13214         * m4/regex.m4: Add AC_PREREQ(2.50).
13215         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13216
13217 2005-08-25  Simon Josefsson  <jas@extundo.com>
13218
13219         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13220         __fsetlocking.
13221
13222 2005-08-25  Simon Josefsson  <jas@extundo.com>
13223
13224         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13225         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13226         GLIBC specific code.
13227
13228 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         Make regex safe for g++.  This fixes one real bug (an "err"
13231         that should have been "*err").  g++ problem reported by
13232         Sam Steingold.
13233         * lib/regex_internal.h (re_calloc): New macro, consistent with
13234         re_malloc etc.  All callers of calloc changed to use re_calloc.
13235         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13236         not int.  All callers changed.
13237         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13238         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13239         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13240         (find_recover_state): Change "err" to "*err"; this fixes what
13241         appears to be a real bug.
13242         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13243         versus int.
13244
13245 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13246
13247         * modules/regex (Depends-on): Add malloc, since the code
13248         assumes that !malloc(0) means failure.
13249
13250 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13253
13254         alloca modernization/simplification for regex.
13255         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13256         needs to be at the start of the file, and can be moved into
13257         regex_internal.h and simplified.
13258         * lib/regex_internal.h: Include <alloca.h>.
13259         (__libc_use_alloca) [!defined _LIBC]: New macro.
13260         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13261         now works outside glibc.
13262
13263 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13264
13265         * config/srclist.txt: Add glibc bugs 1241, 1245.
13266
13267 2005-08-25  Jim Meyering  <jim@meyering.net>
13268
13269         * lib/open-safer.c: Include <config.h>.
13270         Otherwise, we'd lose LARGEFILE support in any file using
13271         e.g. "fcntl--.h"
13272
13273 2005-08-25  Bruno Haible  <bruno@clisp.org>
13274
13275         * m4/minmax.m4: Require autoconf 2.52.
13276         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13277         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13278         alternatives of translit over the alphabet.
13279         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13280
13281 2005-08-24  Simon Josefsson  <jas@extundo.com>
13282
13283         * tests/test-getpass.c: New file.
13284
13285 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13288         for GNU regex features.
13289
13290 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13293         * lib/regex.h (regerror): Likewise.
13294
13295         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13296         requires this.  (The code never needed it.)
13297
13298         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13299         All uses of recently-renamed identifiers changed to use the new,
13300         POSIX-compliant names.  The code will build and run just fine
13301         without these changes, but it's better to eat our own dog food
13302         and use the standard-conforming names.
13303
13304         * lib/regex.h: Fix a multitude of POSIX name space violations.
13305         These changes have an effect only for programs that define
13306         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13307         do not change anything for programs compiled in the normal way.
13308         Also, there is no effect on the ABI.
13309
13310         (_REGEX_SOURCE): New macro.
13311         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13312         defined and _GNU_SOURCE is not; this fixes a name space violation.
13313
13314         Rename the following macros to obey POSIX requirements.
13315         The old names are still visible as macros if _REGEX_SOURCE is defined.
13316         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13317         RE_BACKSLASH_ESCAPE_IN_LISTS.
13318         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13319         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13320         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13321         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13322         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13323         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13324         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13325         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13326         (REG_INTERVALS): renamed from RE_INTERVALS.
13327         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13328         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13329         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13330         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13331         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13332         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13333         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13334         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13335         RE_UNMATCHED_RIGHT_PAREN_ORD.
13336         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13337         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13338         (REG_DEBUG): renamed from RE_DEBUG.
13339         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13340         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13341         unusual, since we can't clash with the POSIX REG_ICASE.
13342         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13343         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13344         (REG_NO_SUB): renamed from RE_NO_SUB.
13345         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13346         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13347         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13348         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13349         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13350         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13351         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13352         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13353         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13354         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13355         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13356         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13357         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13358         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13359         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13360         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13361         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13362         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13363         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13364         (REG_FIXED): Renamed from REGS_FIXED.
13365         (REG_NREGS): Renamed from RE_NREGS.
13366
13367         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13368         of other REG_* macros, since POSIX says the user is allowed to
13369         #undef these macros selectively.
13370
13371         (reg_errcode_t): Update comment stating what other tables need
13372         to be consistent.
13373
13374         Rename the following enum values to obey POSIX requirements.
13375         The old names are still visible as macros.
13376         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13377         is not defined, since GNU is supposed to be a superset of POSIX as
13378         much as possible, and since we want reg_errcode_t to be a signed
13379         type for implementation consistency.
13380         (_REG_NOERROR): Renamed from REG_NOERROR.
13381         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13382         (_REG_BADPAT): Renamed from REG_BADPAT.
13383         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13384         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13385         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13386         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13387         (_REG_EBRACK): Renamed from REG_EBRACK.
13388         (_REG_EPAREN): Renamed from REG_EPAREN.
13389         (_REG_EBRACE): Renamed from REG_EBRACE.
13390         (_REG_BADBR): Renamed from REG_BADBR.
13391         (_REG_ERANGE): Renamed from REG_ERANGE.
13392         (_REG_ESPACE): Renamed from REG_ESPACE.
13393         (_REG_BADRPT): Renamed from REG_BADRPT.
13394         (_REG_EEND): Renamed from REG_EEND.
13395         (_REG_ESIZE): Renamed from REG_ESIZE.
13396         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13397         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13398         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13399         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13400         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13401
13402         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13403         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13404         changed.  But support the old name if the new one is not defined
13405         and if _REGEX_SOURCE.
13406
13407         Change the following member names in struct re_pattern_buffer.
13408         The old names are still supported if !_REGEX_SOURCE.
13409         The new names are always supported, regardless of _REGEX_SOURCE.
13410         (re_buffer): Renamed from buffer.
13411         (re_allocated): Renamed from allocated.
13412         (re_used): Renamed from used.
13413         (re_syntax): Renamed from syntax.
13414         (re_fastmap): Renamed from fastmap.
13415         (re_translate): Renamed from translate.
13416         (re_can_be_null): Renamed from can_be_null.
13417         (re_regs_allocated): Renamed from regs_allocated.
13418         (re_fastmap_accurate): Renamed from fastmap_accurate.
13419         (re_no_sub): Renamed from no_sub.
13420         (re_not_bol): Renamed from not_bol.
13421         (re_not_eol): Renamed from not_eol.
13422         (re_newline_anchor): Renamed from newline_anchor.
13423
13424         Change the following member names in struct re_registers.
13425         The old names are still supported if !_REGEX_SOURCE.
13426         The new names are always supported, regardless of _REGEX_SOURCE.
13427         (rm_num_regs): Renamed from num_regs.
13428         (rm_start): Renamed from start.
13429         (rm_end): Renamed from end.
13430
13431         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13432         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13433         Prepend __ to parameter names.
13434
13435         Undo yesterday's changes.
13436
13437 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13438
13439         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13440         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13441         lib/regex.c.
13442
13443 2005-08-24  Jim Meyering  <jim@meyering.net>
13444
13445         Sync from coreutils.
13446         * m4/fcntl-safer.m4: New file.
13447
13448         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13449         and object files for this module.
13450
13451 2005-08-24  Jim Meyering  <jim@meyering.net>
13452
13453         Sync from coreutils.
13454         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13455
13456 2005-08-24  Jim Meyering  <jim@meyering.net>
13457
13458         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13459         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13460
13461 2005-08-24  Jim Meyering  <jim@meyering.net>
13462
13463         * modules/fcntl-safer: New module.
13464         * modules/fts (Depends-on): Add fcntl-safer.
13465         * MODULES.html.sh (File descriptor based Input/Output):
13466         Add fcntl-safer.
13467
13468 2005-08-24  Bruno Haible  <bruno@clisp.org>
13469
13470         Support for unit test modules.
13471         * modules/README: Mention tests modules.
13472         * modules/TEMPLATE-TESTS: New file.
13473         * gnulib-tool: New options --extract-tests-module, --with-tests and
13474         --tests-base (unused for the moment).
13475         (testsbase, inctests): New variables.
13476         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13477         (func_verify_module): Exclude TEMPLATE-TESTS.
13478         (func_verify_nontests_module, func_verify_tests_module): New functions.
13479         (func_get_dependencies): Add implicit dependency for tests modules.
13480         (func_get_tests_module): New function.
13481         (func_modules_transitive_closure): When --with-tests was specified,
13482         include the unit tests as well, unless explicitly avoided.
13483         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13484         (func_emit_tests_Makefile_am): New function.
13485         (func_create_testdir): When --with-tests was specified, emit a
13486         tests/ directory.
13487         * MODULES.html.sh (Future developments): Update.
13488
13489 2005-08-24  Bruno Haible  <bruno@clisp.org>
13490
13491         * modules/tls-tests: New file.
13492         * tests/test-tls.c: New file, from GNU gettext.
13493
13494 2005-08-24  Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/lock-tests: New file.
13497         * tests/test-lock.c: New file, from GNU gettext.
13498
13499 2005-08-24  Bruno Haible  <bruno@clisp.org>
13500
13501         * lib/lock.h: Add multiple inclusion guard.
13502         * lib/tls.h: Add multiple inclusion guard.
13503
13504 2005-08-24  Bruno Haible  <bruno@clisp.org>
13505
13506         * gnulib-tool: Add support for the --aux-dir option to
13507         --create-testdir, --create-megatestdir, --test, --megatest.
13508         (func_create_testdir, func_create_megatestdir): Optionally emit a
13509         AC_CONFIG_AUX_DIR directive.
13510         (create-testdir, create-megatestdir, test, megatest): Provide a
13511         default value for $auxdir.
13512
13513 2005-08-24  Bruno Haible  <bruno@clisp.org>
13514
13515         * gnulib-tool (import): Use compound statement instead of subshell
13516         where possible.
13517
13518 2005-08-24  Bruno Haible  <bruno@clisp.org>
13519
13520         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13521
13522 2005-08-24  Bruno Haible  <bruno@clisp.org>
13523
13524         * gnulib-tool (func_version): Update.
13525
13526 2005-08-24  Bruno Haible  <bruno@clisp.org>
13527
13528         * gnulib-tool (func_import, func_create_testdir,
13529         func_create_megatestdir): Quote all autoconf macro arguments.
13530
13531 2005-08-24  Bruno Haible  <bruno@clisp.org>
13532
13533         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13534         option --force, because --force causes the aclocal.m4 of each
13535         subdirectory to be newer than the corresponding config.h.in.
13536
13537 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13540         All contents moved to gl_REGEX.
13541         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13542         assume that it does.
13543
13544 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13545
13546         * lib/regex.h (REG_NOSYS)
13547         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13548         Define, since POSIX requires it as of 2001.
13549         (_REG_ENOSYS)
13550         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13551         New private symbol, used to keep the enum signed in all cases.
13552         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13553         Youngman in
13554         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13555
13556         * lib/regex_internal.c (re_string_skip_chars, register_state):
13557         (calc_state_hash):
13558         Remove forward decls; no longer needed now that we use prototypes.
13559         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13560         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13561         (clean_state_log_if_needed): Likewise.
13562
13563 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         * config/srclist.txt: Add glibc bugs 1231-1233.
13566
13567 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         Fix problems reported by Sam Steingold in
13570         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13571         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13572         assumed that reg_errcode_t is a signed type, which is not
13573         necessarily true if _XOPEN_SOURCE is not defined.
13574         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13575         since some compilers warn about it otherwise.
13576
13577 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13578
13579         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13580         (init_word_char, create_initial_state, duplicate_node_closure):
13581         (fetch_token, peek_token_bracket, build_range_exp):
13582         (build_collating_symbol): Remove forward decls; no longer needed
13583         now that we use prototypes.
13584
13585         * lib/regcomp.c:
13586         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13587         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13588         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13589         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13590         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13591         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13592         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13593         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13594         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13595         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13596         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13597         (build_charclass, build_charclass_op, fetch_number, create_tree):
13598         (create_token_tree, mark_opt_subexp, duplicate_tree):
13599         Use prototypes rather than old-style definitions.
13600
13601         * lib/regex_internal.c:
13602         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13603         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13604         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13605         (re_string_reconstruct, re_string_peek_byte_case):
13606         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13607         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13608         (re_node_set_init_copy, re_node_set_add_intersect):
13609         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13610         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13611         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13612         (re_acquire_state, re_acquire_state_context, register_state):
13613         (create_ci_newstate, create_cd_newstate, free_state):
13614         Likewise.
13615         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13616         re_search_2):
13617         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13618         (re_search_internal, prune_impossible_nodes):
13619         (acquire_init_state_context, check_matching, static):
13620         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13621         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13622         (update_regs, sift_states_backward, build_sifted_states):
13623         (clean_state_log_if_needed, merge_state_array):
13624         (update_cur_sifted_state, add_epsilon_src_nodes):
13625         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13626         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13627         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13628         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13629         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13630         (check_arrival, check_arrival_add_next_nodes):
13631         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13632         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13633         (check_node_accept_bytes, check_node_accept, extend_buffers):
13634         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13635         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13636         (sift_ctx_init):
13637         Likewise.
13638
13639         * lib/regex_internal.h:
13640         (re_string_allocate, re_string_construct, re_string_reconstruct):
13641         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13642         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13643         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13644         (re_string_context_at, re_string_peek_byte_case):
13645         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13646         is defined, since we now use prototypes always.
13647
13648         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13649         C89 or better.  All uses removed.
13650
13651 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * config/srclist.txt: Add glibc bugs 1220-1227.
13654
13655 2005-08-20  Jim Meyering  <jim@meyering.net>
13656
13657         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13658         of unused local, dfa.
13659
13660 2005-08-20  Bruno Haible  <bruno@clisp.org>
13661
13662         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13663
13664 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13665
13666         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13667         (re_node_set_insert_last, re_dfa_add_node):
13668         Rename local variables to avoid GCC shadowing warnings.
13669
13670 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13671
13672         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13673         [defined lint]: Suppress bogus uninitialized-variable warnings.
13674
13675         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13676         and let the caller return REG_ESPACE if out of space.  This
13677         removes an uninitialied-variable warning with GCC 4.0.1, and also
13678         avoids taking the address of a local variable.  All callers
13679         changed.
13680
13681 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13684         $LIBCSRC/posix/regexec.c.
13685         Add glibc bug 1217 for regcomp.c.
13686
13687 2005-08-19  Jim Meyering  <jim@meyering.net>
13688
13689         * lib/regexec.c (proceed_next_node): Redo local variables to
13690         avoid GCC shadowing warnings.
13691
13692 2005-08-18  Bruno Haible  <bruno@clisp.org>
13693
13694         * lib/strstr.c (strstr): Fix return value in multibyte case.
13695         * lib/strcasestr.c (strcasestr): Likewise.
13696
13697 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13698
13699         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13700
13701 2005-08-17  Jim Meyering  <jim@meyering.net>
13702
13703         Make the %s format (seconds since the epoch) work for a negative
13704         number and when used with a zero-padded field width, e.g. %015s.
13705
13706         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13707         label so that it precedes the code to set `digits'.  Otherwise,
13708         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13709         print `00-22'.  Now, it prints `-0022', as it should.
13710
13711 2005-08-17  Bruno Haible  <bruno@clisp.org>
13712
13713         * modules/strstr (Files): Add m4/mbrtowc.m4.
13714         (Depends-on): Add mbuiter.
13715
13716 2005-08-17  Bruno Haible  <bruno@clisp.org>
13717
13718         * modules/strcasestr: New file.
13719         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13720         strcasestr.
13721
13722 2005-08-17  Bruno Haible  <bruno@clisp.org>
13723
13724         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13725
13726 2005-08-17  Bruno Haible  <bruno@clisp.org>
13727
13728         * modules/mbuiter: New file.
13729         * MODULES.html.sh (Extended multibyte and wide character utilities):
13730         Add mbuiter.
13731
13732 2005-08-17  Bruno Haible  <bruno@clisp.org>
13733
13734         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13735         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13736
13737 2005-08-17  Bruno Haible  <bruno@clisp.org>
13738
13739         * m4/strcasestr.m4: New file.
13740
13741 2005-08-17  Bruno Haible  <bruno@clisp.org>
13742
13743         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13744         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13745
13746 2005-08-17  Bruno Haible  <bruno@clisp.org>
13747
13748         * lib/strcasestr.h: New file.
13749         * lib/strcasestr.c: New file.
13750
13751 2005-08-17  Bruno Haible  <bruno@clisp.org>
13752
13753         * lib/strcasecmp.c: Use mbuiter.h.
13754
13755 2005-08-17  Bruno Haible  <bruno@clisp.org>
13756
13757         * lib/mbuiter.h: New file.
13758
13759 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13760
13761         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13762         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13763         and gl_GETOPT are both invoked via different paths (as happens
13764         with GNU tar CVS because it uses both argp and getopt), the former
13765         wins.
13766
13767 2005-08-16  Bruno Haible  <bruno@clisp.org>
13768
13769         * modules/tls: New file.
13770         * MODULES.html.sh (Multithreading): Add tls.
13771
13772 2005-08-16  Bruno Haible  <bruno@clisp.org>
13773
13774         * modules/strnlen1: New file.
13775         * MODULES.html.sh (String handling): Add strnlen1.
13776
13777 2005-08-16  Bruno Haible  <bruno@clisp.org>
13778
13779         * modules/strcase (Files): Add m4/mbrtowc.m4.
13780         (Depends-on): Add strnlen1, mbchar.
13781
13782 2005-08-16  Bruno Haible  <bruno@clisp.org>
13783
13784         * modules/mbiter: New file.
13785         * MODULES.html.sh (Extended multibyte and wide character utilities):
13786         Add mbiter.
13787
13788 2005-08-16  Bruno Haible  <bruno@clisp.org>
13789
13790         * modules/mbfile: New file.
13791         * MODULES.html.sh (Extended multibyte and wide character utilities):
13792         Add mbfile.
13793
13794 2005-08-16  Bruno Haible  <bruno@clisp.org>
13795
13796         * modules/mbchar: New file.
13797         * MODULES.html.sh (Extended multibyte and wide character utilities):
13798         New section.
13799
13800 2005-08-16  Bruno Haible  <bruno@clisp.org>
13801
13802         * m4/tls.m4: New file, from GNU gettext.
13803
13804 2005-08-16  Bruno Haible  <bruno@clisp.org>
13805
13806         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13807         always.
13808         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13809
13810 2005-08-16  Bruno Haible  <bruno@clisp.org>
13811
13812         * m4/mbiter.m4: New file.
13813
13814 2005-08-16  Bruno Haible  <bruno@clisp.org>
13815
13816         * m4/mbfile.m4: New file.
13817
13818 2005-08-16  Bruno Haible  <bruno@clisp.org>
13819
13820         * m4/mbchar.m4: New file.
13821
13822 2005-08-16  Bruno Haible  <bruno@clisp.org>
13823
13824         * lib/tls.h: New file, from GNU gettext.
13825         * lib/tls.c: New file, from GNU gettext.
13826
13827 2005-08-16  Bruno Haible  <bruno@clisp.org>
13828
13829         * lib/strnlen1.h: New file.
13830         * lib/strnlen1.c: New file.
13831
13832 2005-08-16  Bruno Haible  <bruno@clisp.org>
13833
13834         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13835         (mbi_init): Update.
13836         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13837         NUL byte, not after it.
13838
13839 2005-08-16  Bruno Haible  <bruno@clisp.org>
13840
13841         * lib/strcase.h (strcasecmp): Add note in comments.
13842         * lib/strncasecmp.c: Use code from strcasecmp.c.
13843         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13844         (strcasecmp): Work correctly in multibyte locales.
13845
13846 2005-08-16  Bruno Haible  <bruno@clisp.org>
13847
13848         * lib/mbiter.h: New file.
13849
13850 2005-08-16  Bruno Haible  <bruno@clisp.org>
13851
13852         * lib/mbfile.h: New file.
13853
13854 2005-08-16  Bruno Haible  <bruno@clisp.org>
13855
13856         * lib/mbchar.h: New file.
13857         * lib/mbchar.c: New file.
13858
13859 2005-08-16  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13862         the valid ones. Makes the comparison operations transitive:
13863         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13864         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13865
13866 2005-08-15  Simon Josefsson  <jas@extundo.com>
13867
13868         * modules/ssize_t (License): Change to 'unlimited'.
13869
13870         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13871
13872 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13875         Add comments for each pending glibc patch.
13876
13877 2005-08-15  Bruno Haible  <bruno@clisp.org>
13878
13879         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13880         __cplusplus is defined.
13881
13882 2005-08-14  Jim Meyering  <jim@meyering.net>
13883
13884         Sync from coreutils.
13885
13886         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13887         Use the hash-table-based cycle-detection code not just when
13888         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13889         Reported by James Youngman in
13890         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13891         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13892         FTS_TIGHT_CYCLE_CHECK.
13893         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13894         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13895         once again.
13896         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13897         * lib/fts.c (fd_safer): Remove decl.
13898         Include fcntl--.h rather than unistd-safer.h
13899         (fts_safe_changedir): Don't call fd_safer; no longer needed
13900         now that we include fcntl--.h.
13901
13902 2005-08-12  Simon Josefsson  <jas@extundo.com>
13903
13904         * modules/getndelim2: Use ssize_t module.
13905         * modules/getnline: Likewise.
13906         * modules/safe-read: Likewise.
13907         * modules/xreadlink: Likewise.
13908
13909         * modules/ssize_t: New file.
13910
13911 2005-08-12  Simon Josefsson  <jas@extundo.com>
13912
13913         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13914
13915 2005-08-12  Simon Josefsson  <jas@extundo.com>
13916
13917         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13918         ssize_t.
13919
13920 2005-08-12  Simon Josefsson  <jas@extundo.com>
13921
13922         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13923         readline, getdelim and check_version.
13924         (Support for systems lacking ISO C 99: Sizes of integer types):
13925         Add size_max.
13926
13927 2005-08-12  Bruno Haible  <bruno@clisp.org>
13928
13929         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13930
13931 2005-08-11  Simon Josefsson  <jas@extundo.com>
13932
13933         * modules/readline: New file.
13934
13935         * modules/strnlen (Files): Add strnlen.h.
13936
13937 2005-08-11  Simon Josefsson  <jas@extundo.com>
13938
13939         * m4/readline.m4: New file.
13940
13941 2005-08-11  Simon Josefsson  <jas@extundo.com>
13942
13943         * lib/readline.h, readline.c: New file.
13944
13945 2005-08-11  Simon Josefsson  <jas@extundo.com>
13946
13947         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13948         gl_AVOID.
13949
13950 2005-08-11  Bruno Haible  <bruno@clisp.org>
13951
13952         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13953
13954 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13955
13956         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13957
13958 2005-08-10  Simon Josefsson  <jas@extundo.com>
13959
13960         * tests/test-iconvme.c: New file.
13961
13962 2005-08-10  Simon Josefsson  <jas@extundo.com>
13963
13964         * m4/strnlen.m4: New file.
13965
13966         * m4/strndup.m4: Don't check for strnlen declaration, done in
13967         strnlen.m4.
13968
13969 2005-08-10  Simon Josefsson  <jas@extundo.com>
13970
13971         * lib/strndup.c: Use strnlen.h.
13972
13973         * lib/strnlen.h: New file.
13974
13975 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13976
13977         * README: Typos.
13978
13979 2005-08-02  Simon Josefsson  <jas@extundo.com>
13980
13981         * modules/readline: New file.
13982
13983 2005-08-02  Simon Josefsson  <jas@extundo.com>
13984
13985         * modules/getdelim: New file.
13986
13987         * modules/getline: Rewrite, don't use getndelim2.
13988
13989 2005-08-02  Simon Josefsson  <jas@extundo.com>
13990
13991         * m4/getline.m4: Separate out getdelim stuff into separate module.
13992
13993         * m4/getdelim.m4: New file.
13994
13995 2005-08-02  Simon Josefsson  <jas@extundo.com>
13996
13997         * lib/getline.h, getline.c: Rewrite.
13998
13999         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
14000
14001 2005-07-31  Bruno Haible  <bruno@clisp.org>
14002
14003         * lib/lock.h (gl_lock_initializer): New macro.
14004         (gl_lock_define_initialized): Use it.
14005         (gl_rwlock_initializer): New macro.
14006         (gl_rwlock_define_initialized): Use it.
14007         (gl_recursive_lock_initializer): New macro.
14008         (gl_recursive_lock_define_initialized): Use it.
14009
14010 2005-07-30  Karl Berry  <karl@gnu.org>
14011
14012         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
14013         Report from Ben Pfaff, regarding getopt.
14014
14015 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
14016
14017         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
14018         normal way.
14019         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
14020         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
14021         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
14022         (gl_GETOPT): Use the new macros.  Most of the implementation
14023         is moved to the new macros.  This is for programs like Emacs
14024         that don't want all the functionality of gl_GETOPT.
14025
14026 2005-07-26  Bruno Haible  <bruno@clisp.org>
14027
14028         * m4/lock.m4: Update from GNU gettext.
14029
14030 2005-07-26  Bruno Haible  <bruno@clisp.org>
14031
14032         * lib/lock.h: Update from GNU gettext.
14033         * lib/lock.c: Update from GNU gettext.
14034
14035 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
14038         obsolescent AC_TRY_RUN.  Include the default includes files, for
14039         'exit'.
14040
14041 2005-07-24  Bruno Haible  <bruno@clisp.org>
14042
14043         * modules/visibility: New file.
14044         * MODULES.html.sh (Misc): Add visibility.
14045
14046 2005-07-24  Bruno Haible  <bruno@clisp.org>
14047
14048         * m4/visibility.m4: New file.
14049
14050 2005-07-24  Bruno Haible  <bruno@clisp.org>
14051
14052         * doc/visibility.texi: New file.
14053
14054 2005-07-22  Bruno Haible  <bruno@clisp.org>
14055
14056         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
14057         $(ALLOCA_H), redundant through BUILT_SOURCES.
14058         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14059         redundant through BUILT_SOURCES.
14060         * modules/byteswap (Makefile.am): Remove explicit dependency on
14061         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14062         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14063         $(FNMATCH_H), redundant through BUILT_SOURCES.
14064         * modules/getopt (Makefile.am): Remove explicit dependency on
14065         $(GETOPT_H), redundant through BUILT_SOURCES.
14066         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14067         redundant through BUILT_SOURCES.
14068         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14069         redundant through BUILT_SOURCES.
14070         * modules/stdbool (Makefile.am): Remove explicit dependency on
14071         $(STDBOOL_H), redundant through BUILT_SOURCES.
14072         * modules/stdint (Makefile.am): Remove explicit dependency on
14073         $(STDINT_H), redundant through BUILT_SOURCES.
14074         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14075         Remove explicit dependency on $(SYSEXITS_H).
14076         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14077
14078 2005-07-18  Simon Josefsson  <jas@extundo.com>
14079
14080         * lib/check-version.c (check_version): Accept identical versions too.
14081
14082 2005-07-18  Bruno Haible  <bruno@clisp.org>
14083
14084         * modules/lock: New file.
14085         * MODULES.html.sh (Multithreading): New section.
14086
14087 2005-07-18  Bruno Haible  <bruno@clisp.org>
14088
14089         * m4/lock.m4: New file, from GNU gettext.
14090
14091 2005-07-18  Bruno Haible  <bruno@clisp.org>
14092
14093         * lib/lock.h: New file, from GNU gettext.
14094         * lib/lock.c: New file, from GNU gettext.
14095
14096 2005-07-18  Bruno Haible  <bruno@clisp.org>
14097
14098         * lib/lock.h (gl_once_t): New type.
14099         (gl_once_define, gl_once): New macros.
14100         * lib/lock.c (fresh_once): New variable.
14101         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14102         functions.
14103
14104 2005-07-16  Simon Josefsson  <jas@extundo.com>
14105
14106         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14107         workaround, suggested by Bruno.
14108
14109 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * modules/xalloc (Depends-on): Add xalloc-die.
14112         * modules/xvasprintf (Depends-on): Add xalloc-die.
14113
14114 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14117         with a minor change.
14118
14119 2005-07-15  Bruno Haible  <bruno@clisp.org>
14120
14121         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14122         When using lib/poll.c, define poll as rpl_poll.
14123
14124 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14125
14126         * modules/argp (Depends-on): Remove unlocked-io.
14127
14128 2005-07-14  Derek Price  <derek@ximbiot.com>
14129
14130         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14131         for glob symlink bug.
14132
14133 2005-07-14  Bruno Haible  <bruno@clisp.org>
14134
14135         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14136         Instead, test for *_unlocked function declarations directly.
14137
14138 2005-07-11  Simon Josefsson  <jas@extundo.com>
14139
14140         * modules/size_max: New file.
14141
14142         * modules/xsize: Depend on size_max module for size_max.m4.
14143
14144 2005-07-11  Simon Josefsson  <jas@extundo.com>
14145
14146         * lib/size_max.h: New file.
14147
14148 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14149
14150         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14151         copyright symbol and the year.
14152         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14153         (version_etc_va): Use parameterized copyright notice.
14154         Reword to conform to the current GNU coding standards.
14155
14156 2005-07-11  Karl Berry  <karl@gnu.org>
14157
14158         * doc/gnulib.texi (Quoting): new node.
14159         (Initial import): more info, from Patrice.
14160
14161 2005-07-11  Bruno Haible  <bruno@clisp.org>
14162
14163         * gnulib-tool (func_usage): Document option --avoid.
14164         (Command line options): Handle --avoid.
14165         (func_acceptable): New function.
14166         (func_modules_transitive_closure): Use it.
14167
14168 2005-07-11  Bruno Haible  <bruno@clisp.org>
14169
14170         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14171         Reported by Jim Meyering.
14172
14173 2005-07-10  Bruno Haible  <bruno@clisp.org>
14174
14175         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14176         Needed when size_t is smaller than 'unsigned int'.
14177         Reported by Paul Eggert.
14178
14179 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14180
14181         * modules/argp (Depends-on): Add unlocked-io
14182
14183 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14184
14185         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14186         block of defines.
14187
14188 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14189
14190         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14191         fix now.
14192
14193 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14194         and Paul Eggert  <eggert@cs.ucla.edu>
14195
14196         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14197         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14198
14199 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14200
14201         * modules/regex (Files): Add lib/regex_internal.c,
14202         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14203         (Depends-on): Add extensions.
14204         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14205
14206 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14209         pathconf.
14210         * m4/same.m4 (gl_SAME): Likewise.
14211         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14212
14213         * m4/regex.m4: Adjust to new libc regex implementation.
14214         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14215         all the .c and .h parts of (the new) regex.
14216         Quote the m4 stuff better.
14217         Check for RE_ICASE bug of old gnulib.
14218         Check for REG_STARTEND of recent libc.
14219         Rename local variables from jm_* to gl_*.
14220         Quote operand of "test -f".
14221         Say "recent enough" version of libc, not "version 2".
14222         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14223         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14224         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14225         Remove check for btowc, isascii.
14226         Require AM_LANGINFO_CODESET.
14227
14228 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14229
14230         * lib/regex.c, regex.h: Sync from libc.
14231         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14232         * lib/regexec.c:
14233         New files, synced from libc, except that regex_internal.h
14234         currently has a small porting fix.
14235
14236 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14239         regex_internal.c, regexec.c.
14240         Add regex_internal.h too, but as a comment, since the libc version
14241         is currently broken in gnulib mode.
14242
14243 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         Support programs like Emacs that use gnulib but not gettext.
14246         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14247         * modules/gettext-h: New file.
14248         * modules/gettext (Files): Remove lib/gettext.h.
14249         (Depends-on): Add gettext-h.
14250         (Makefile.am): Remove lib_SOURCES.
14251         * modules/argmatch, modules/c-stack, modules/closeout:
14252         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14253         * modules/execute, modules/file-type, modules/getaddrinfo:
14254         * modules/getopt, modules/human, modules/javacomp:
14255         * modules/javaexec, modules/mkdir-p, modules/obstack:
14256         * modules/openat, modules/pagealign_alloc, modules/pipe:
14257         * modules/quotearg, modules/regex, modules/rpmatch:
14258         * modules/unicodeio, modules/userspec, modules/version-etc:
14259         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14260         * modules/xsetenv:
14261         Depend on gettext-h, not gettext.
14262
14263 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * gnulib-tool (func_import): Add support for 'public domain' license.
14266         * modules/alloca, modules/atexit, modules/memmove:
14267         Now public domain, not GPL.
14268         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14269         * modules/realloc, modules/strerror, modules/strtod:
14270         Now LGPL, not GPL.
14271
14272 2005-07-05  Bruno Haible  <bruno@clisp.org>
14273
14274         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14275         autoconf CVS. Needed for mingw.
14276
14277 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         Remove the dependency of the strftime module on the tzset module.
14280         * modules/strftime (Depends-on): Remove dependency on tzset.
14281
14282 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14283
14284         Remove the dependency of the strftime module on the tzset module.
14285         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14286         gl_FUNC_TZSET_CLOBBER.
14287
14288 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         Remove the dependency of the strftime module on the tzset module.
14291         * lib/strftime.c (my_strftime)
14292         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14293         Copy the input structure, to work around some of the bug with
14294         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14295         Solaris releases, you should also use the tzset module, but we won't
14296         require it as a dependency any more since we don't want LGPLed code
14297         to depend on GPLed code.
14298
14299 2005-07-02  Jim Meyering  <jim@meyering.net>
14300
14301         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14302         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14303         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14304         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14305
14306 2005-07-02  Jim Meyering  <jim@meyering.net>
14307
14308         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14309
14310 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14311
14312         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14313         declares only 'struct timespec;' (!).
14314
14315 2005-07-01  Jim Meyering  <jim@meyering.net>
14316
14317         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14318         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14319         * lib/save-cwd.c, tempname.c:
14320         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14321         and don't include <sys/file.h>).
14322
14323 2005-06-29  Jim Meyering  <jim@meyering.net>
14324
14325         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14326         type name.  Use the variable name instead.
14327         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14328         Likewise.
14329
14330 2005-06-28  Simon Josefsson  <jas@extundo.com>
14331
14332         * modules/check-version (Files): Add check-version.m4.
14333
14334 2005-06-28  Simon Josefsson  <jas@extundo.com>
14335
14336         * m4/check-version.m4: New file, suggested by Jim Meyering
14337         <jim@meyering.net>.
14338
14339 2005-06-28  Simon Josefsson  <jas@extundo.com>
14340
14341         * lib/check-version.h, lib/check-version.c: New files.
14342
14343 2005-06-28  Simon Josefsson  <jas@extundo.com>
14344
14345         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14346         collision with global variable.  Better indentation.  Don't
14347         increment buffer pointer beyond buffer end.  Based on comments
14348         from Paul Eggert <eggert@cs.ucla.edu>.
14349
14350         * lib/base64.h: Indent.
14351
14352 2005-06-28  Simon Josefsson  <jas@extundo.com>
14353
14354         * doc/gnulib.texi (Library version handling): New section.
14355
14356 2005-06-28  Jim Meyering  <jim@meyering.net>
14357
14358         * check-module (find_included_lib_files): Hard-code another
14359         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14360         but modules/fts-lgpl (correctly) does not list those files.
14361
14362         * modules/canonicalize (Files): Add lib/pathmax.h.
14363
14364 2005-06-25  Simon Josefsson  <jas@extundo.com>
14365
14366         * modules/check-version: New file.
14367
14368 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14369
14370         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14371         initializer of struct addrinfo, as an indication that we don't
14372         care how many members the structure has.
14373
14374 2005-06-24  Derek Price  <derek@ximbiot.com>
14375         and Bruno Haible  <bruno@clisp.org>
14376
14377         Remove stat module & update lstat.
14378         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14379         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14380         * m4/stat.m4: Remove this file.
14381
14382 2005-06-24  Derek Price  <derek@ximbiot.com>
14383         and Bruno Haible  <bruno@clisp.org>
14384
14385         Remove stat module & update lstat.
14386         * lib/stat.c: Remove this file...
14387         (slash_aware_lstat): ...moving this content and its support...
14388         * lib/lstat.c (rpl_lstat): ...into here.
14389         * lib/lstat.h: New file.
14390
14391 2005-06-24  Derek Price  <derek@ximbiot.com>
14392         and Bruno Haible  <bruno@clisp.org>
14393
14394         Remove stat module & update lstat.
14395         * config/srclist.txt (libc sources): Remove stat.
14396
14397 2005-06-24  Derek Price  <derek@ximbiot.com>
14398         and Bruno Haible  <bruno@clisp.org>
14399
14400         Remove stat module & update lstat.
14401         * MODULES.html.sh (stat): Remove.
14402         * MODULES.html: Regenerated.
14403         * modules/lstat (Description): Correct function name.
14404         (Files): Add "lstat.h".
14405         (Depends-on): Remove stat, add xalloc, stat-macros.
14406         * modules/stat: Remove this file.
14407         (Include): Add "lstat.h", remove <sys/stat.h>.
14408
14409 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14412         (ranged_convert): Don't save conversion in a temporary struct.
14413         This causes a warning with GCC 4.0.0, and anyway in the typical
14414         case it's not worth the extra 100 bytes or so of code.
14415         (ranged_convert, __mktime_internal): When calling a function via a
14416         pointer P, use P () rather than (*P) (), as we now assume C89 or
14417         better.
14418
14419 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14420
14421         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14422         "who -r" failed to give output.  Problem reported by Tim Waugh.
14423
14424         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14425         (xcalloc): Use it to avoid needless tests.
14426         Problem reported by Jim Meyering.
14427
14428 2005-06-20  Derek Price  <derek@ximbiot.com>
14429
14430         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14431         unnecessary for Autoconfs > 2.59c.
14432
14433 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14434
14435         * lib/argp.h (__option_is_short): Check upper limit of
14436         __key. Isprint() requires its argument to have the value
14437         of an unsigned char or EOF.
14438
14439 2005-06-16  Jim Meyering  <jim@meyering.net>
14440
14441         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14442         when either N or S is zero.
14443
14444 2005-06-16  Derek Price  <derek@ximbiot.com>
14445
14446         * m4/bison.m4: Declare YACC & YFLAGS precious.
14447
14448 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14451         multibyte string or pattern, fall back on unibyte matching.
14452         Problem reported by James Youngman.
14453
14454 2005-06-08  Bruno Haible  <bruno@clisp.org>
14455
14456         * modules/csharpcomp: New file.
14457         * MODULES.html.sh (C#): Add csharpcomp.
14458
14459 2005-06-08  Bruno Haible  <bruno@clisp.org>
14460
14461         * m4/csharpcomp.m4: New file, from GNU gettext.
14462
14463 2005-06-08  Bruno Haible  <bruno@clisp.org>
14464
14465         * lib/csharpcomp.h: New file, from GNU gettext.
14466         * lib/csharpcomp.c: New file, from GNU gettext.
14467         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14468
14469 2005-06-08  Bruno Haible  <bruno@clisp.org>
14470
14471         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14472         warning on mingw.
14473
14474 2005-06-07  Derek Price  <derek@ximbiot.com>
14475
14476         Sync from CVS.
14477         * lib/glob_.h: Indent nested #ifdef.
14478
14479 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14480
14481         Sync from coreutils.
14482         Use "file name" when talking about file names, instead of "filename"
14483         or "path", as per the GNU coding standards.
14484         * lib/mkdir-p.c: Renamed from makepath.c.
14485         (make_dir_parents): Renamed from make_path.  All callers changed.
14486         * lib/mkdir-p.h: Likewise.  All includers changed.
14487         * lib/filenamecat.c: Renamed from path-concat.c.
14488         (file_name_concat): Renamed from path_concat.  All callers changed.
14489         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14490         * lib/filenamecat.h: Likewise.  All includers changed.
14491         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14492         in comments or local variable names.
14493         * lib/basename.c: Likewise.
14494         * lib/canonicalize.c, canonicalize.h: Likewise.
14495         * lib/dirname.c, dirname.h: Likewise.
14496         * lib/euidaccess.c: Likewise.
14497         * lib/exclude.c: Likewise
14498         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14499         * lib/fsusage.c, fsuage.h: Likewise.
14500         * lib/fts.c, fts_.h: Likewise.
14501         * lib/getcwd.c: Likewise.
14502         * lib/getloadavg.c: Likewise.
14503         * lib/mkstemp.c: Likewise.
14504         * lib/mountlist.c, mountlist.h: Likewise.
14505         * lib/openat.c, openat.h: Likewise.
14506         * lib/readlink-stub.c: Likewise.
14507         * lib/readutmp.c, readutmp.h: Likewise.
14508         * lib/rename.c: Likewise.
14509         * lib/rmdir.c: Likewise.
14510         * lib/same.c: Likewise.
14511         * lib/savedir.c: Likewise.
14512         * lib/stripslash.c: Likewise.
14513         * lib/tempname.c: Likewise.
14514         * lib/xreadlink.c: Likewise.
14515         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14516         All uses changed.
14517         * lib/exclude.h: Likewise.
14518
14519         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14520         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14521         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14522         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14523         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14524         files have been getting away with it for years (MORE/BSD 4.3
14525         is extinct now).
14526         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14527         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14528
14529         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14530         Define to 256, not 255, as per modern POSIX.
14531
14532 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         Sync from coreutils.
14535         Use "file name" when talking about file names, instead of "filename"
14536         or "path", as per the GNU coding standards.
14537         * MODULES.html.sh: mkdir-p renamed from makepath.
14538         filenamecat renamed from path-concat.
14539         * modules/filenamecat: Renamed from modules/path-concat.
14540         (Files): filenamecat.h and filenamecat.c renamed from
14541         path-concat.h and path-concat.c.
14542         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14543         (Include): filenamecat.h, not path-concat.h.
14544         * modules/mkdir-p: Renamed from modules/makepath.
14545         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14546         makepath.c.
14547         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14548         (Include): mkdir-p.h, not makepath.h.
14549
14550 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         Sync from coreutils.
14553         * m4/mkdir-p.m4: Renamed from makepath.m4.
14554         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14555         Rename files from makepath.c to mkdir-p.c, and from
14556         makepath.h to mkdir-p.h.
14557         * m4/filenamecat.m4: Renamed from path-concat.m4.
14558         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14559         Rename files from path-concat.c to filenamecat.c,
14560         and from path-concat.h to filenamecat.h.
14561         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14562         "file name" in local variables or comments.
14563         * m4/rename.m4: Likewise.
14564
14565 2005-06-01  Bruno Haible  <bruno@clisp.org>
14566
14567         * modules/csharpexec: New file.
14568         * MODULES.html.sh (C#): New section.
14569
14570 2005-06-01  Bruno Haible  <bruno@clisp.org>
14571
14572         * m4/csharp.m4: New file, from GNU gettext.
14573         * m4/csharpexec.m4: New file, from GNU gettext.
14574
14575 2005-06-01  Bruno Haible  <bruno@clisp.org>
14576
14577         * lib/csharpexec.h: New file, from GNU gettext.
14578         * lib/csharpexec.c: New file, from GNU gettext.
14579         * lib/csharpexec.sh.in: New file, from GNU gettext.
14580
14581 2005-05-31  Derek Price  <derek@ximbiot.com>
14582             Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         Sync from cvs.
14585         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14586
14587 2005-05-31  Derek Price  <derek@ximbiot.com>
14588             Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         Sync from cvs.
14591         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14592
14593 2005-05-29  Derek Price  <derek@ximbiot.com>
14594
14595         * config/srclist.txt (glob_.h, glob.c): Add these files.
14596
14597 2005-05-29  Derek Price  <derek@ximbiot.com>
14598
14599         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14600         * modules/glob: New file.
14601         * modules/getlogin_r: Add link to POSIX spec in description.
14602
14603 2005-05-29  Derek Price  <derek@ximbiot.com>
14604             Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * m4/glob.m4: New file.
14607
14608 2005-05-29  Derek Price  <derek@ximbiot.com>
14609             Paul Eggert  <eggert@cs.ucla.edu>
14610
14611         * lib/glob_.h, lib/glob.c: New files.
14612
14613 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14616         * modules/fts-lgpl (Depends-on): Remove gettext.
14617
14618 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14619
14620         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14621         and don't require gt_INTTYPES_PRI.
14622
14623 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14624
14625         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14626
14627         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14628         the configuration hassle isn't worth it.
14629         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14630         (LONGEST_MODIFIER, PRIuMAX): Remove.
14631
14632 2005-05-27  Bruno Haible  <bruno@clisp.org>
14633
14634         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14635
14636 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14639         _POSIX_PTHREAD_SEMANTICS for Solaris.
14640
14641 2005-05-25  Derek Price  <derek@ximbiot.com>
14642
14643         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14644
14645 2005-05-25  Derek Price  <derek@ximbiot.com>
14646             Paul Eggert  <eggert@cs.ucla.edu>
14647
14648         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14649         * lib/getlogin_r.c, getlogin_r.h: New files.
14650
14651 2005-05-25  Bruno Haible  <bruno@clisp.org>
14652             Derek Price  <derek@ximbiot.com>
14653
14654         * lib/getlogin_r.h: Simplify API documentation.
14655
14656 2005-05-23  Derek Price  <derek@ximbiot.com>
14657
14658         * modules/minmax (Files): Add m4/minmax.m4.
14659         (configure.ac): Add gl_MINMAX.
14660
14661 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14664         so that unistd-safer.h (GPL'ed code) need not be included.
14665
14666 2005-05-22  Bruno Haible  <bruno@clisp.org>
14667
14668         * m4/minmax.m4: New file.
14669         Based on a patch by Derek Price <derek@ximbiot.com>.
14670
14671 2005-05-22  Bruno Haible  <bruno@clisp.org>
14672
14673         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14674         (INT64_MIN): Fix definition.
14675         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14676
14677         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14678         NEED_SIGNED_INT_TYPES.
14679
14680         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14681         HAVE_SYSTEM_INTTYPES.
14682
14683 2005-05-22  Bruno Haible  <bruno@clisp.org>
14684
14685         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14686         Also include <sys/param.h> if it defines MIN, MAX.
14687         Based on a patch by Derek Price <derek@ximbiot.com>.
14688
14689 2005-05-21  Jim Meyering  <jim@meyering.net>
14690
14691         * modules/fts (Files): Add m4/inttypes-pri.m4.
14692         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14693
14694 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         New fts module.
14697         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14698         (setup_dir, free_dir): New functions.
14699         (enter_dir, leave_dir): Define trivial
14700         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14701         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14702         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14703         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14704         Move to fts-cycle.c.
14705         (fts_open): Use setup_dir.
14706         (fts_close): Use free_dir.
14707         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14708         This adds a label and some gotos, but the alternatives were messier.
14709         Check for memory allocation failure when entering a dir.
14710         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14711         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14712         (FTS): New member fts_cycle, that is a union that contains the
14713         old active_dir_ht and cycle_state.  All uses changed to mention
14714         fts_cycle.ht and fts_cycle.state.
14715         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14716         fts.c, with the following changes:
14717         (setup_dir, free_dir): New functions.
14718         (enter_dir): Now returns bool.  Return true if successful, false
14719         if memory exhausted.  All callers changed.
14720         Do not bother partly cleaning up on
14721         memory allocation failure; that is free_dir's job.
14722         However, free ad if hash_insert fails, to avoid memory leak.
14723         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14724         fts->fts_options to see which union member to use.
14725
14726 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14727
14728         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14729         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14730
14731 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14734
14735 2005-05-20  Jim Meyering  <jim@meyering.net>
14736
14737         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14738         Now a macro, to pacify GCC.
14739
14740 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14741
14742         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14743         of -1.
14744
14745 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14746
14747         * lib/chown.c (rpl_chown): Return -1 on failure.
14748
14749 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14752         Don't check for stddef.h.
14753         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14754         don't use its results.
14755         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14756         since we include them unconditionally.  Don't require
14757         AM_STDBOOL_H, since stdbool is a prerequisite.
14758         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14759         since we assume C89 or better.
14760         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14761         as we don't use their results.
14762         Don't check for fchdir, memmove, memset, strrchr, as we use
14763         them unconditionally.
14764         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14765         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14766
14767 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14768
14769         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14770         Include <stddef.h> unconditionally, since we assume C89 now.
14771         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14772         * lib/fts.c: Include fts_.h first, to check interface.
14773         Do not include intprops.h; no longer needed.
14774         Include cycle-check.h and hash.h, since fts_.h no longer does.
14775         Remove unnecessary casts of closedir to void.
14776         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14777         decide whether to decrement nlinks.
14778         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14779         (FTS): Use struct hash_table * instead of Hash_table, so that
14780         we no longer need to include hash.h here.
14781
14782 2005-05-18  Jim Meyering  <jim@meyering.net>
14783
14784         * modules/dirfd (License): Change to LGPL.  Most of the code
14785         is already in the public domain.
14786
14787 2005-05-18  Jim Meyering  <jim@meyering.net>
14788
14789         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14790         Reported by Yoann Vandoorselaere.
14791
14792 2005-05-17  Jim Meyering  <jim@meyering.net>
14793
14794         * m4/fts.m4: New file, from coreutils.
14795
14796 2005-05-17  Jim Meyering  <jim@meyering.net>
14797
14798         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14799
14800 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         Sync from coreutils.
14803         * m4/unlinkdir.m4: New file.
14804
14805 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         Sync from coreutils.
14808         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14809         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14810         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14811         White space changes only.
14812         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14813         special.
14814         * lib/yesno.c: Include getline.h, not ctype.h.
14815         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14816         Use getline to remove arbitrary restriction on response length.
14817
14818 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * config/srclist-update: Spell out "Street" in FSF postal
14821         mail address; this is the style the FSF seems to prefer.
14822
14823         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14824         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14825         this updates FSF postal mail address.
14826
14827         Sync from coreutils.
14828         * modules/unlinkdir: New file.
14829         * modules/yesno (Depends-on): Add getline.
14830         * MODULES.html.sh (File system functions): Add unlinkdir.
14831
14832 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14835         lib/strsep.h:
14836         Change the initial comment to refer to GPL, not LGPL.
14837         gnulib-tool will change it to LGPL as needed.
14838
14839         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14840         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14841         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14842         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14843         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14844         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14845         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14846         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14847         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14848         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14849         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14850         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14851         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14852         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14853         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14854         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14855         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14856         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14857         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14858         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14859         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14860         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14861         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14862         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14863         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14864         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14865         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14866         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14867         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14868         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14869         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14870         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14871         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14872         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14873         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14874         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14875         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14876         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14877         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14878         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14879         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14880         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14881         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14882         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14883         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14884         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14885         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14886         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14887         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14888         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14889         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14890         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14891         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14892         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14893         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14894         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14895         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14896         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14897         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14898         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14899         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14900         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14901         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14902         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14903         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14904         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14905         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14906         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14907         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14908         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14909         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14910         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14911         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14912         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14913         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14914         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14915         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14916         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14917         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14918         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14919         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14920         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14921         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14922         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14923         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14924         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14925         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14926         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14927         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14928         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14929         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14930         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14931         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14932         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14933         lib/yesno.c, lib/yesno.h:
14934         Update FSF postal mail address.
14935
14936 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14937
14938         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14939         tests/test-memmem.c, tests/test-stpncpy.c:
14940         Update FSF postal mail address.
14941
14942 2005-05-13  Bruno Haible  <bruno@clisp.org>
14943
14944         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14945         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14946         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14947         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14948         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14949         Add support for 64-bit integers in the MSVC compiler.
14950
14951 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14952
14953         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14954
14955 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14956
14957         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14958
14959 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14960
14961         * doc/getdate.texi (General date syntax): Don't say that date
14962         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14963         Problem reported by Nic Ferrier.
14964
14965 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14966
14967         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14968         specified in ai_socktype. Fix invalid ai_protocol
14969         check. ai_protocol is usually set to 0 or depending on
14970         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14971         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14972         ai_socktype / ai_protocol in the returned addrinfo structure.
14973
14974 2005-05-10  Simon Josefsson  <jas@extundo.com>
14975
14976         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14977         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14978
14979 2005-05-10  Karl Berry  <karl@gnu.org>
14980
14981         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14982         (from http://www.gnu.org/licenses).
14983         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14984         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14985         fdl.texi suffices.
14986
14987 2005-05-10  Karl Berry  <karl@gnu.org>
14988
14989         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14990         (COPYING.DOC): remove.
14991
14992         * config/srclist-update: new FSF address.
14993
14994 2005-05-10  Derek Price  <derek@ximbiot.com>
14995
14996         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14997         possible.
14998
14999 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15000             Bruno Haible  <bruno@clisp.org>
15001
15002         * modules/inet_ntop: New file.
15003         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15004         inet_ntop.
15005
15006 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15007             Bruno Haible  <bruno@clisp.org>
15008
15009         * m4/inet_ntop.m4: New file.
15010
15011 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15012             Bruno Haible  <bruno@clisp.org>
15013
15014         * lib/inet_ntop.h: New file.
15015         * lib/inet_ntop.c: New file, from glibc with modifications.
15016
15017 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
15018
15019         * modules/time_r (License): Change to LGPL.
15020         * modules/extensions (License): Change to LGPL.  Actually,
15021         the license is more permissive than that, but currently gnulib-tool
15022         doesn't know how to handle more-permissive licenses.
15023
15024         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
15025         Problem reported by Dave Love.
15026
15027 2005-05-08  Jim Meyering  <jim@meyering.net>
15028
15029         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
15030         blank.
15031
15032 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * modules/argmatch (Depends-on): Add stdbool.
15035         * modules/backupfile (Depends-on): Likewise.
15036         * modules/chdir-long (Depends-on): Likewise.
15037         * modules/closeout (Depends-on): Likewise.
15038         * modules/cycle-check (Depends-on): Likewise.
15039         * modules/dirname (Depends-on): Likewise.
15040         * modules/fnmatch (Depends-on): Likewise.
15041         * modules/fsusage (Depends-on): Likewise.
15042         * modules/fwriteerror (Depends-on): Likewise.
15043         * modules/getcwd (Depends-on): Likewise.
15044         * modules/getloadavg (Depends-on): Likewise.
15045         * modules/hard-locale (Depends-on): Likewise.
15046         * modules/makepath (Depends-on): Likewise.
15047         * modules/mountlist (Depends-on): Likewise.
15048         * modules/nanosleep (Depends-on): Likewise.
15049         * modules/posixtm (Depends-on): Likewise.
15050         * modules/quotearg (Depends-on): Likewise.
15051         * modules/readtokens (Depends-on): Likewise.
15052         * modules/readtokens0 (Depends-on): Likewise.
15053         * modules/readutmp (Depends-on): Likewise.
15054         * modules/save-cwd (Depends-on): Likewise.
15055         * modules/strftime (Depends-on): Likewise.
15056         * modules/userspec (Depends-on): Likewise.
15057         * modules/utimecmp (Depends-on): Likewise.
15058         * modules/xgetcwd (Depends-on): Likewise.
15059         * modules/xnanosleep (Depends-on): Likewise.
15060         * modules/xstrtod (Depends-on): Likewise.
15061         * modules/yesno (Depends-on): Likewise.
15062
15063 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15066         needless checks.
15067
15068 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15069
15070         Merge from coreutils.  Among other things,
15071         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15072         * lib/fd-safer.c: New file.
15073         * lib/fcntl-safer.h, open-safer.c: Remove.
15074         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15075         * lib/dup-safer.c: Include unistd-safer.h first.
15076         Don't include errno.h.
15077         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15078         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15079         * lib/file-type.c: Rely on file-type.h change.
15080         * lib/getloadavg.c: Include unistd-safer.h.
15081         (getloadavg): Use safer open.
15082         * lib/getusershell.c: Include "stdio-safer.h".
15083         (getusershell): Use safer fopen.
15084         * lib/long-options.c (long_options): Use NULL rather than 0.
15085         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15086         'free'.
15087         * lib/modechange.c: Likewise.
15088         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15089         (MODE_DONE): New constant.
15090         (struct mode_change): Remove 'next' member.
15091         (make_node_op_equals): New function; like the old one of the
15092         same name, except it allocates an array.
15093         (mode_compile, mode_create_from_ref): Use it.
15094         (mode_compile): Allocate result as an array, not a linked list.
15095         Parse octal string ourself, so that we catch mistakes like "+0".
15096         (mode_adjust): Arg is an array, not a linked list.
15097         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15098         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15099         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15100         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15101         Remove.  This is now stat-macros.h's job.
15102         (talloc): Remove.  All callers replaced by xalloc, so that
15103         our invokers don't have to worry about reporting memory failures.
15104         (make_node_op_equals): Remove.
15105         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15106         New constants.
15107         (struct mode_change): Moved here from modechange.h.
15108         (mode_append_entry): Remove.
15109         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15110         apps to have incorrect behavior.  Use simpler algorithm for head
15111         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15112         Detect more invalid usages rather than having somewhat-random behavior.
15113         Don't insert an "a=" action, as that leads to incorrect behavior.
15114         (mode_compile, mode_create_from_ref): Return NULL on error instead
15115         of an enum, since now there's only one way to have an error.  All
15116         callers changed.
15117         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15118         at the correct time.  Simplify calculation of "+u" and its ilk.
15119         Don't mishandle "+X".
15120         (mode_free): Remove "register" and localize decls.
15121         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15122         (struct mode_change): Move to modechange.c; callers don't
15123         need to see this stuff.
15124         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15125         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15126         (mode_change, mode_adjust): Reflect the new signatures noted above.
15127         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15128         that might redefine system include files.
15129         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15130         (my_usleep): Use NULL rather than (void *) 0.
15131         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15132         Use siginterrupt to specify that system calls should be interrupted.
15133         (rpl_nanosleep): Move initialization of suspended closer to call of
15134         my_usleep.
15135         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15136         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15137         (desirable_utmp_entry): New function.
15138         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15139         using x2nrealloc, to simplify logic.
15140         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15141         size calculation.  Do not assume utmp file is a regular file.
15142         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15143         (READ_UTMP_CHECK_PIDS): New constant.
15144         * lib/save-cwd.c: Include unistd-safer.h.
15145         (save_cwd): Use fd_safer.
15146         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15147         [!_LIBC] Include "stat-macros.h" instead.
15148         * lib/unistd-safer.h (fd_safer): New decl.
15149
15150 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         * modules/getloadavg (Depends-on): Add unistd-safer.
15153         * modules/getusershell (Depends-on): Add stdio-safer.
15154         * modules/lstat (Depends-on): Remove xalloc.
15155         * modules/mkstemp (Depends-on): Add stat-macros.
15156         * modules/modechange (Depends-on): Remove xstrtol.
15157         Add stat-macros, xalloc.
15158         * modules/save-cwd (Depends-on): Add unistd-safer.
15159         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15160         * modules/unistd-safer (Files): Add lib/fd-safer.c
15161         (Makefile.am): Remove lib_SOURCES.
15162
15163         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15164         Remove fcntl-safer; unistd-safer supersedes it.
15165
15166 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15169         AC_HEADER_STAT.
15170         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15171         (gl_PREREQ_CHOWN): Remove.
15172         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15173         it.  Don't require AC_HEADER_STAT.
15174         (gl_PREREQ_LSTAT): Remove.
15175         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15176         Don't require AC_HEADER_STAT.
15177         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15178         (gl_PREREQ_RMDIR): Remove.
15179         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15180         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15181         the stat-macros module a prerequisite.
15182         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15183         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15184         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15185         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15186         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15187         variable names.
15188         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15189         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15190         variable prefixes.
15191         * m4/fcntl-safer.m4: Remove.
15192         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15193         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15194         Invoke gl_PREREQ_FD_SAFER.
15195         (gl_PREREQ_FD_SAFER): New macro.
15196         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15197         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15198         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15199         Remove duplicate call to AC_LIBOBJ(readutmp).
15200         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15201
15202         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15203         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15204
15205 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * MODULES.html.sh (Misc): Add byteswap.
15208
15209 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15210
15211         * modules/getcwd (Depends-on): Add extensions.
15212         * modules/openat (Depends-on): Likewise.
15213
15214 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15215
15216         * modules/byteswap: New file.
15217
15218 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15219
15220         * m4/byteswap.m4: New file.
15221
15222 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15223
15224         * lib/byteswap_.h: New file.
15225
15226 2005-04-25  Karl Berry  <karl@gnu.org>
15227
15228         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15229
15230 2005-04-25  Albert Chin  <china@thewrittenword.com>
15231
15232         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15233         Toolkit C bug.
15234
15235 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15236
15237         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15238         (func_ln_if_changed) Remove forcibly for no error message
15239         in case file does not exist.
15240
15241 2005-04-19  Simon Josefsson  <jas@extundo.com>
15242
15243         * gnulib-tool (Options): Make --symlink mean --symbolic.
15244
15245 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15246
15247         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15248
15249 2005-04-16  Simon Josefsson  <jas@extundo.com>
15250
15251         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15252
15253 2005-04-15  Simon Josefsson  <jas@extundo.com>
15254
15255         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15256
15257 2005-04-15  Simon Josefsson  <jas@extundo.com>
15258
15259         * gnulib-tool: Rename --symlink to --symbolic.
15260
15261 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15262
15263         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15264         symbolic links to files instead of copying/moving.  Add --aux-dir,
15265         specifying directory relative --dir where auxiliary build tools
15266         are placed.
15267
15268 2005-04-14  Bruno Haible  <bruno@clisp.org>
15269
15270         * modules/allocsa (License): Change to LGPL.
15271         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15272
15273 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15276         that "UTC +1 second" continues to work.  Problem reported
15277         by Dmitry V. Levin.
15278         (relunit_snumber): New rule.
15279         (relunit): Use it.
15280
15281 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15282
15283         * lib/getdate.y (universal_time_zone_table): New constant.
15284         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15285         universal_time_zone_table.
15286         (lookup_zone): Prefer universal_time_zone_table to
15287         local_time_zone_table, so that "GMT" time stamps are allowed in
15288         London during the summer.  Problem reported by Ian Abbott.
15289
15290 2005-04-12  Jim Meyering  <jim@meyering.net>
15291
15292         * lib/human.c (humblock): Set *options even when returning due to
15293         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15294         warning from gcc-4.
15295
15296 2005-04-09  Jim Meyering  <jim@meyering.net>
15297
15298         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15299         -Wuninitialized: initialize tm0.tm_year.
15300
15301 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15302
15303         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15304         count, since there's no maximum.  All uses changed.
15305         Add member dsts_seen.
15306         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15307         not being INT_MAX.
15308         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15309         Use pc_rels_seen to decide whther a date is absolute.
15310
15311         * lib/getdate.y (number): Don't overwrite year.
15312         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15313         check.
15314
15315 2005-04-02  Simon Josefsson  <jas@extundo.com>
15316
15317         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15318         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15319
15320 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15321
15322         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15323         where no absolute path name can be longer than PATH_MAX.
15324
15325 2005-03-27  Jim Meyering  <jim@meyering.net>
15326
15327         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15328
15329 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15330
15331         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15332         "one's complement" -> "ones' complement" in comment, as per Knuth.
15333         "value of type" -> "type or expression" in comment.
15334         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15335
15336 2005-03-26  Jim Meyering  <jim@meyering.net>
15337
15338         Comment nits.
15339         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15340         Correct typos: s/or/of/.
15341
15342 2005-03-26  Jim Meyering  <jim@meyering.net>
15343
15344         * modules/check-include-files: Move to ../ and rename to...
15345         * check-module: ...this.
15346
15347 2005-03-25  Jim Meyering  <jim@meyering.net>
15348
15349         * modules/xvasprintf (Files): Add xalloc.h.
15350
15351 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15352
15353         * modules/gettext (Files): config/config.rpath ->
15354         build-aux/config.rpath
15355         * modules/iconv (Files): Likewise.
15356         Problem reported by Oskar Liljeblad.
15357
15358 2005-03-23  Jim Meyering  <jim@meyering.net>
15359
15360         * modules/check-include-files: New script to check for
15361         missing dependencies, multiple includes, etc.
15362
15363         * modules/c-strtold (Depends-on): Add xalloc.
15364         * modules/c-strtod (Depends-on): Add xalloc.
15365         * modules/hash (Depends-on): Add xalloc.
15366         (Files): Remove lib/xalloc.h.
15367
15368         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15369         * modules/userspec (Files): Add lib/inttostr.h.
15370
15371 2005-03-23  Jim Meyering  <jim@meyering.net>
15372
15373         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15374
15375 2005-03-22  Jim Meyering  <jim@meyering.net>
15376
15377         * modules/stat-macros: New module.
15378         * modules/canonicalize, modules/euidaccess, modules/file-type,
15379         * modules/filemode, modules/lchown, modules/makepath,
15380         * modules/rmdir, modules/stat: Depend on new stat-macros module
15381         rather than listing lib/stat-macros.h manually.
15382         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15383
15384 2005-03-22  Jim Meyering  <jim@meyering.net>
15385
15386         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15387
15388 2005-03-22  Bruno Haible  <bruno@clisp.org>
15389
15390         * config/srclist.txt: Replace target directory 'config' with
15391         'build-aux'.
15392         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15393         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15394         ../build-aux/.
15395
15396 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         * modules/chdir-long (Depends-on): Add mempcpy.
15399
15400         * modules/acl, modules/backupfile, modules/c-strtod,
15401         modules/c-strtold, modules/canon-host, modules/canonicalize,
15402         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15403         modules/exclude, modules/exitfail, modules/file-type,
15404         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15405         modules/getdate, modules/getline, modules/getpagesize,
15406         modules/getpass, modules/getugroups, modules/group-member,
15407         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15408         modules/inttostr, modules/long-options, modules/makepath,
15409         modules/md5, modules/memcasecmp, modules/memcoll,
15410         modules/modechange, modules/mountlist, modules/path-concat,
15411         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15412         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15413         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15414         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15415         modules/strftime, modules/strndup, modules/strverscmp,
15416         modules/timespec, modules/unlocked-io, modules/userspec,
15417         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15418         modules/yesno:
15419         Remove lib_SOURCES line from Makefile.am section, as this is now
15420         done automatically by the corresponding Autoconf macro.
15421
15422 2005-03-21  Jim Meyering  <jim@meyering.net>
15423
15424         Changes imported from coreutils.
15425
15426         * lib/cycle-check.c: Don't include xalloc.h.
15427
15428         * lib/path-concat.c: Don't include assert.h.
15429         (path_concat): Remove assertion that would have triggered
15430         for ABASE starting with more than one slash.
15431         Reported by Andreas Schwab.
15432
15433         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15434         properly when ABASE is an absolute file name.
15435         Correct the description of this function.
15436         Include <assert.h>.
15437         Add an assertion and a test driver.
15438         This fixes a bug introduced on 2004-07-02.
15439         Andreas Schwab reported the resulting failure of cp --parents:
15440         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15441
15442 2005-03-21  Jim Meyering  <jim@meyering.net>
15443
15444         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15445         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15446
15447 2005-03-21  Jim Meyering  <jim@meyering.net>
15448         and  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15451         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15452         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15453         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15454         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15455         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15456         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15457         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15458         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15459         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15460         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15461         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15462         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15463         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15464         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15465         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15466         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15467         for these modules.
15468
15469 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15470
15471         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15472         (which shouldn't happen), generate nothing instead of returning 0
15473         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15474
15475 2005-03-16  Bruno Haible  <bruno@clisp.org>
15476
15477         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15478         HAVE_LONGLONG_64BIT.
15479
15480 2005-03-16  Bruno Haible  <bruno@clisp.org>
15481
15482         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15483         HAVE_LONGLONG_64BIT.
15484
15485 2005-03-16  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15488         HAVE_LONGLONG_64BIT.
15489
15490 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15493         reliably distinguish strftime failure from empty output on POSIX
15494         hosts.
15495
15496 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15499         (iconv_string): Don't guess a size-zero buffer, as that might cause
15500         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15501         result would be 'too large', where 'too large' is (heuristically)
15502         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15503         overflow concerns.  This will prevent some unwanted malloc failures
15504         when the inputs are very large.
15505
15506 2005-03-15  Karl Berry  <karl@gnu.org>
15507
15508         * config/srclist.txt (config.rpath): from gettext.
15509         * config/config.rpath: update.
15510
15511 2005-03-15  Bruno Haible  <bruno@clisp.org>
15512
15513         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15514         to 'negate'.
15515
15516         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15517         variable.
15518
15519         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15520         results.
15521
15522 2005-03-14  Simon Josefsson  <jas@extundo.com>
15523
15524         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15525         <fx@gnu.org>.
15526
15527 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15530         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15531         intprops.h.
15532         * lib/strtol.c: Likewise.
15533
15534 2005-03-14  Jim Meyering  <jim@meyering.net>
15535
15536         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15537         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15538         to be nonzero so that we (and caller) can detect the difference
15539         between a valid zero-length expansion and an error return, even
15540         when the underlying strftime fails before writing anything into
15541         that location.
15542
15543 2005-03-14  Bruno Haible  <bruno@clisp.org>
15544
15545         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15546         Update from GNU gettext 0.14.3.
15547
15548 2005-03-10  Jim Meyering  <jim@meyering.net>
15549
15550         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15551
15552 2005-03-10  Jim Meyering  <jim@meyering.net>
15553
15554         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15555         so that this module works on systems without fchdir.
15556
15557 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15558
15559         Factor int-properties macros into a single file, except for
15560         glibc-related files.
15561         * lib/intprops.h: New file.
15562         * lib/getloadavg.c: Include it instead of limits.h.
15563         (INT_STRLEN_BOUND): Remove.
15564         * lib/human.c: Include intprops.h.
15565         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15566         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15567         302/1000.
15568         * lib/inttostr.h: Include intprops.h instead of limits.h.
15569         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15570         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15571         for consistency with intprops.h.
15572         (time_t_is_integer, twos_complement_arithmetic): Use them.
15573         * lib/sig2str.h: Include <signal.h>, intprops.h.
15574         (INT_STRLEN_BOUND): Remove.
15575         * lib/strftime.c (TYPE_SIGNED): Remove.
15576         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15577         * lib/strtol.c: Adjust comments to match intprops.h.
15578         * lib/userspec.c: Include intprops.h.
15579         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15580         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15581         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15582         instead of rolling our own expressions.
15583         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15584
15585         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15586         instead of int.
15587         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15588         the right thing even if adding 1900 would overflow.  Similarly
15589         for tm_mon + 1 and tm_yday + 1.
15590         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15591         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15592         (DO_SIGNED_NUMBER): New macro.
15593         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15594
15595 2005-03-07  Bruno Haible  <bruno@clisp.org>
15596
15597         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15598
15599 2005-03-07  Bruno Haible  <bruno@clisp.org>
15600
15601         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15602
15603 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15604
15605         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15606         (func_import): Only replace files via --import when they have actually
15607         changed.
15608
15609 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15610
15611         * m4/mmap-anon.m4: New file.
15612         * m4/pagealign_alloc.m4: New file.
15613
15614 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15615             Bruno Haible  <bruno@clisp.org>
15616
15617         * modules/pagealign_alloc: New file.
15618         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15619
15620 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15621             Bruno Haible  <bruno@clisp.org>
15622
15623         * lib/pagealign_alloc.h: New file.
15624         * lib/pagealign_alloc.c: New file.
15625
15626 2005-03-03  Bruno Haible  <bruno@clisp.org>
15627
15628         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15629         Use an all-permissive copyright notice, recommended by RMS.
15630
15631 2005-03-02  Bruno Haible  <bruno@clisp.org>
15632
15633         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15634         of AIX, the replacement has to be done only after <string.h> is
15635         included, therefore not in config.h. stpncpy.h does the replacement,
15636         and stpncpy.c uses it.
15637
15638 2005-03-02  Bruno Haible  <bruno@clisp.org>
15639
15640         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15641         stpncpy.c uses it.
15642
15643 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15644
15645         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15646         The workaround isn't strictly needed for POSIX conformance, and
15647         it's too much of a pain to configure and maintain.  We'll ask
15648         people to fix their kernels instead.
15649         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15650         (NANOSLEEP_BUG_WORKAROUND): Remove.
15651         (xnanosleep): Remove the workaround.
15652
15653 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15656         Reported by Derek Price.
15657         (Include): Add "timespec.h".
15658
15659         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15660
15661 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15664         to detect nanosleep bug.
15665
15666 2005-03-01  Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15669
15670 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * modules/gethrxtime: New file.
15673         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15674         (Depends-on): Add gethrxtime.
15675         (configure.ac): Add gl_XNANOSLEEP.
15676         (Makefile.am): Remove lib_SOURCES line.
15677
15678 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15681         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15682
15683 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15686         * lib/timespec.h (gettime): Return void, since it always
15687         succeeds now.  All uses changed.
15688         * lib/gettime.c (gettime) Likewise.
15689         [HAVE_NANOTIME]: Prefer nanotime.
15690         Assume gettimeofday succeeds, as POSIX requires.
15691         Assime time () succeeds, since other code already does.
15692         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15693         (timespec_subtract): Remove.
15694         (NANOSLEEP_BUG_WORKAROUND): New constant.
15695         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15696         things considerably.  Use it only on GNU/Linux hosts, since the
15697         workaround shouldn't be needed elsewhere.
15698
15699 2005-02-24  Bruno Haible  <bruno@clisp.org>
15700
15701         * modules/gettext (Files): Add m4/glibc2.m4.
15702
15703 2005-02-24  Bruno Haible  <bruno@clisp.org>
15704
15705         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15706         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15707         * m4/progtest.m4:
15708         Update from GNU gettext 0.14.2.
15709         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15710
15711 2005-02-24  Bruno Haible  <bruno@clisp.org>
15712
15713         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15714         * lib/config.charset: Update from GNU gettext 0.14.2.
15715
15716 2005-02-24  Bruno Haible  <bruno@clisp.org>
15717
15718         * lib/gettext.h: Update from GNU gettext 0.14.2.
15719
15720 2005-02-23  Simon Josefsson  <jas@extundo.com>
15721
15722         * m4/iconvme.m4: New file.
15723
15724 2005-02-23  Jim Meyering  <jim@meyering.net>
15725
15726         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15727         change.
15728         Thanks to Bruno Haible for catching it.
15729
15730 2005-02-22  Simon Josefsson  <jas@extundo.com>
15731
15732         * modules/iconvme: New file.
15733
15734         * MODULES.html.sh: Add iconvme.
15735
15736 2005-02-22  Simon Josefsson  <jas@extundo.com>
15737
15738         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15739
15740 2005-02-22  Simon Josefsson  <jas@extundo.com>
15741
15742         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15743
15744 2005-02-22  Jim Meyering  <jim@meyering.net>
15745
15746         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15747         s/ifndef/ifdef/.
15748
15749 2005-02-20  Neil Conway  <neilc@samurai.com>
15750
15751         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15752         returned by OSX/Darwin if the specified buffer is not large
15753         enough for the hostname.
15754
15755 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15756
15757         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15758         pass it to _help, otherwise the latter coredumps trying to
15759         dereference state.root_argp.
15760
15761 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15762
15763         * modules/chdir-long (Depends-on): Add memrchr.
15764         * modules/memrchr (Files): Add lib/memrchr.h.
15765         (Include): "memrchr.h".
15766
15767 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15770
15771 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         * lib/memrchr.h: New file.
15774         * lib/chdir-long.c: Include it.
15775         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15776         Don't bother including stddef.h.
15777
15778 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15779
15780         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15781         inclusion.
15782         Include <sys/types.h>, for dev_t.
15783         (ME_DUMMY, ME_REMOTE): Move from here....
15784         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15785         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15786         Dmitry V. Levin.
15787         Include mountlist.h first, to test the interface.
15788
15789 2005-01-29  Bruno Haible  <bruno@clisp.org>
15790
15791         * lib/progname.c (program_name): Initialize.
15792         Needed when linking statically on MacOS X.
15793
15794 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15795
15796         Sync from coreutils.
15797         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15798         (Depends-on): Add c-strtod.
15799         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15800
15801 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         Sync from coreutils.
15804         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15805
15806         Remove files that are specific to coreutils.
15807         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15808
15809 2005-01-28  Bruno Haible  <bruno@clisp.org>
15810
15811         * modules/javacomp: New file.
15812         * MODULES.html.sh (Java): Add javacomp.
15813
15814 2005-01-28  Bruno Haible  <bruno@clisp.org>
15815
15816         * m4/javacomp.m4: New file, from GNU gettext.
15817
15818 2005-01-28  Bruno Haible  <bruno@clisp.org>
15819
15820         * lib/javacomp.sh.in: New file, from GNU gettext.
15821         * lib/javacomp.h: New file, from GNU gettext.
15822         * lib/javacomp.c: New file, from GNU gettext.
15823
15824 2005-01-26  Simon Josefsson  <jas@extundo.com>
15825
15826         * lib/gai_strerror.c: Use GPL in header.
15827
15828 2005-01-26  Bruno Haible  <bruno@clisp.org>
15829
15830         * modules/javaexec: New file.
15831         * MODULES.html.sh (Java): Add javaexec.
15832
15833 2005-01-26  Bruno Haible  <bruno@clisp.org>
15834
15835         * m4/javaexec.m4: New file, from GNU gettext.
15836
15837 2005-01-26  Bruno Haible  <bruno@clisp.org>
15838
15839         * lib/javaexec.sh.in: New file, from GNU gettext.
15840         * lib/javaexec.h: New file, from GNU gettext.
15841         * lib/javaexec.c: New file, from GNU gettext.
15842
15843 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15844
15845         * modules/lchown (Depends-on): Remove lchown.h
15846
15847 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15848
15849         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15850         must be defined if the header file was not found, in order
15851         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15852
15853 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15854
15855         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15856         initializers for struct pentry_state.
15857         (__argp_error): Check return value of __asprintf
15858         (__argp_failure): Translate error message
15859
15860         * lib/argp-parse.c: Removed braces around the expansion of N_()
15861
15862 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15863
15864         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15865         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15866         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15867         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15868         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15869         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15870         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15871         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15872         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15873         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15874         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15875         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15876         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15877         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15878         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15879         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15880         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15881         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15882         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15883         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15884         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15885         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15886         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15887         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15888         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15889         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15890         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15891         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15892         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15893         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15894         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15895         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15896         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15897         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15898         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15899         Use an all-permissive copyright notice, recommended by RMS.
15900
15901 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         * modules/chdir-long (Depends-on): Remove mempcpy.
15904
15905 2005-01-21  Jim Meyering  <jim@meyering.net>
15906
15907         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15908         same value as for Solaris 9.
15909
15910         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15911         component length.  This included changing the parameter to be
15912         of type `char *' rather than `char const *'.
15913         * lib/chdir-long.h (chdir_long): Update prototype.
15914
15915         * lib/openat.c (fdopendir, fstatat): New functions.
15916         * lib/openat.h: Include headers required for use of DIR and struct
15917         stat.
15918         [AT_SYMLINK_NOFOLLOW]: Define.
15919         (fdopendir, fstatat): Add prototypes.
15920
15921 2005-01-21  Bruno Haible  <bruno@clisp.org>
15922
15923         * modules/classpath: New file.
15924         * MODULES.html.sh (Java): Add classpath.
15925
15926 2005-01-21  Bruno Haible  <bruno@clisp.org>
15927
15928         * lib/classpath.h: New file, from GNU gettext.
15929         * lib/classpath.c: New file, from GNU gettext.
15930
15931 2005-01-20  Simon Josefsson  <jas@extundo.com>
15932
15933         * modules/version-etc-fsf: New file.
15934
15935 2005-01-20  Simon Josefsson  <jas@extundo.com>
15936
15937         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15938         * lib/version-etc.c: Remove version_etc_copyright.
15939         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15940         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15941
15942 2005-01-20  Simon Josefsson  <jas@extundo.com>
15943
15944         * lib/base64.h (isbase64): Add.
15945
15946         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15947         using a unsigned prototype, don't inline.
15948         (base64_decode): Use it.
15949
15950 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15951
15952         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15953         it.
15954
15955 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15956
15957         * lib/save-cwd.c (save_cwd): Remove code to support the case
15958         where fchdir is missing or flaky.
15959
15960 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15963
15964 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15965
15966         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15967         AC_LIBSOURCES now does this.
15968         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15969         with new ullong_max module.
15970
15971 2005-01-19  Bruno Haible  <bruno@clisp.org>
15972
15973         * modules/sh-quote: New file.
15974         * MODULES.html.sh (Executing programs): Add sh-quote.
15975
15976 2005-01-19  Bruno Haible  <bruno@clisp.org>
15977
15978         * lib/sh-quote.h: New file, from GNU gettext.
15979         * lib/sh-quote.c: New file, from GNU gettext.
15980
15981 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         Merge from coreutils.
15984         * m4/ullong_max.m4: New file.
15985         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15986         (gl_MACROS): Assume localeconv exists.
15987
15988 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15989
15990         Merge changes from coreutils, as described below in several
15991         changelogs dated today.
15992
15993         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15994         (O_DIRECTORY): Remove; not needed here, since "." must be
15995         a directory.  All uses removed.
15996         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15997         universal on Suns, and we also need to test for IRIX.
15998         Revamp code to use 'if' rather than '#if'.
15999         Avoid unnecessary comparison of cwd->desc to 0.
16000
16001         * lib/utimens.c (futimens): Robustify the previous patch, by checking
16002         for known valid error numbers rather than observed invalid ones.
16003
16004 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         * modules/ullong_max: New file.
16007
16008         * modules/chdir-long, modules/openat: New files.
16009         * modules/save-cwd (Depends-on): Depend on chdir-long.
16010         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
16011
16012 2005-01-18  Jim Meyering  <jim@meyering.net>
16013
16014         Merge from coreutils.
16015         * m4/chdir-long.m4, m4/openat.m4: New files.
16016         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
16017         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
16018         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
16019         is sane and DOES follow symlinks.  Besides, testing 20 different
16020         systems found no broken chown implementations.
16021         Prompted by a change in rsync's copy of this macro.
16022         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
16023
16024         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
16025
16026         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
16027         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
16028         NULL-means-set-to-current-time semantics.
16029         Remove temporary file immediately, rather than waiting
16030         for configure's at-exit trap code to do it.
16031
16032 2005-01-18  Jim Meyering  <jim@meyering.net>
16033
16034         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16035
16036         * lib/utimens.c (futimens): Account for the fact that futimes
16037         can also fail with errno == ENOSYS or errno == ENOENT.
16038         Patch from Dmitry V. Levin.
16039
16040         Change the name of the robust chdir function from chdir to chdir_long.
16041         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
16042         (restore_cwd): Use chdir_long, not chdir.
16043         * lib/chdir-long.c: Renamed from chdir.c.
16044         * lib/chdir-long.h: Renamed from chdir.h.
16045         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
16046         Hurd.
16047
16048 2005-01-18  Bruno Haible  <bruno@clisp.org>
16049
16050         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
16051         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
16052         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
16053         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
16054         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
16055         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
16056         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
16057         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16058         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16059         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16060         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16061         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16062         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16063         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16064         Use an all-permissive copyright notice, recommended by RMS.
16065
16066 2005-01-18  Bob Proulx  <bob@proulx.com>
16067
16068         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16069         simplify offsetof() macro construct to avoid compile failure with
16070         native HP-UX 11.0 ANSI C compiler.
16071
16072 2005-01-17  Bruno Haible  <bruno@clisp.org>
16073
16074         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16075         redundant because stpncpy.m4 takes care of it.
16076
16077 2005-01-17  Bruno Haible  <bruno@clisp.org>
16078
16079         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16080
16081 2005-01-17  Bruno Haible  <bruno@clisp.org>
16082
16083         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16084         used.
16085
16086 2005-01-17  Bruno Haible  <bruno@clisp.org>
16087
16088         * lib/fwriteerror.h (fwriteerror): Change specification to include
16089         fclose.
16090         * lib/fwriteerror.c: Include <stdbool.h>.
16091         (fwriteerror): At the end, close the file stream. Record whether
16092         stdout was already closed.
16093
16094 2005-01-17  Bruno Haible  <bruno@clisp.org>
16095
16096         * lib/execute.c (environ): Declare if needed.
16097         * lib/pipe.c (environ): Likewise.
16098         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16099
16100 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16101
16102         * modules/argp: Depend on vsnprintf
16103
16104 2005-01-10  Jim Meyering  <jim@meyering.net>
16105
16106         * modules/closeout (Depends-on): Add atexit.
16107
16108 2005-01-06  Bruno Haible  <bruno@clisp.org>
16109
16110         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16111
16112 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16113
16114         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16115         definitions to be after all include files, to avoid collisions.
16116         Problem reported by Bob Proulx.
16117
16118 2005-01-04  Jim Meyering  <jim@meyering.net>
16119
16120         Changes imported from coreutils.
16121         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16122         as the mkstemp template, use a temporary directory and an
16123         8.3-friendly template to avoid trouble on systems like DJGPP.
16124         Reported by Juan M. Guerrero via Stepan Kasal.
16125         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16126         close. Remove the temporary directory right away, rather than waiting
16127         for configure's at-exit trap code to do it.
16128         Suggestion from Stepan Kasal.
16129
16130 2005-01-01  Simon Josefsson  <jas@extundo.com>
16131
16132         * gnulib-tool: Print #include directives when --import'ing.
16133
16134 2004-12-28  Simon Josefsson  <jas@extundo.com>
16135
16136         * tests/test-base64.c: Include required header files.  Remove
16137         unused variables.
16138
16139 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16140
16141         * modules/error (Depends-on): Remove gettext.
16142
16143 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16144
16145         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16146         not needed.  This removes a dependency on the gettext module.
16147         [defined _LIBC]: Do not include <libintl.h>; not needed.
16148
16149 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16150
16151         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16152         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16153
16154 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16155
16156         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16157         HAVE_DECL_STRTOLD.
16158
16159 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * modules/getdate (Depends-on): Remove alloca-opt.
16162
16163 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16166
16167 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16168
16169         * lib/argp-parse.c: Include <stddef.h>.
16170         (alignof, alignto): New macros.
16171         (parser_init): Don't assume that void * is aligned sufficiently
16172         for struct option.
16173
16174         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16175         need to extend the stack.
16176         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16177         large.
16178
16179 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16180
16181         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16182
16183 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16186         (2004-10-24) change.  Apparently this was a false alarm.
16187
16188         * modules/getdate: Depend on alloca-opt, not alloca.
16189
16190 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16191
16192         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16193         Remove now-obsolete comment about AIX.
16194         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16195         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16196         (YYMAXDEPTH): New macro.
16197
16198 2004-12-18  Simon Josefsson  <jas@extundo.com>
16199
16200         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16201
16202 2004-12-18  Bruno Haible  <bruno@clisp.org>
16203
16204         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16205
16206 2004-12-18  Bruno Haible  <bruno@clisp.org>
16207
16208         * lib/fatal-signal.c (fatal_signals): Make non-const.
16209         (init_fatal_signals): New function.
16210         (uninstall_handlers, install_handlers): Ignore signals that were set to
16211         SIG_IGN.
16212         (at_fatal_signal): Call init_fatal_signals.
16213         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16214         SIG_IGN.
16215         Reported by Paul Eggert.
16216
16217 2004-12-18  Bruno Haible  <bruno@clisp.org>
16218
16219         * doc/alloca.texi: New file.
16220         * doc/alloca-opt.texi: New file.
16221
16222 2004-12-17  Jim Meyering  <jim@meyering.net>
16223
16224         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16225         Otherwise, install-sh could exit with improper exit status when
16226         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16227
16228 2004-12-16  Simon Josefsson  <jas@extundo.com>
16229
16230         * tests/test-base64.c: Add license.
16231
16232 2004-12-15  Stepan Kasal  <address@hidden>
16233
16234         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16235
16236 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * modules/getcwd (Files): Add m4/d-ino.m4.
16239         Suggested by Mark D. Baushke.
16240
16241 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16242
16243         * lib/getdate.y (textint): New member "negative".
16244         (time_zone_hhmm): New function.
16245         Expect 14 shift-reduce conflicts, not 13.
16246         (o_colon_minutes): New rule.
16247         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16248         (yylex): Set the "negative" member of signed numbers.
16249
16250 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16251
16252         * doc/getdate.texi (Time of day items, Time zone items):
16253         Describe new formats +00:00, UTC+00:00.
16254
16255 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16258         spurious "-l"s.  Problem reported by Stepan Kasal.
16259
16260 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16263         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16264
16265 2004-12-04  Simon Josefsson  <jas@extundo.com>
16266
16267         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16268         Vandoorselaere <yoann@prelude-ids.org>.
16269
16270 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16271
16272         Changes imported from coreutils.
16273         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16274         exist.
16275         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16276
16277 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         Changes imported from coreutils.
16280         * lib/hard-locale.c: Assume <locale.h> exists.
16281         Include "strdup.h".
16282         (GLIBC_VERSION): New macro.
16283         (hard_locale): Assume setlocale exists.
16284         Rewrite to avoid #ifdef.
16285         Use strdup rather than malloc + strcpy.
16286         * lib/human.c: Assume <locale.h> exists.
16287         (human_readable): Assume localeconv exists.
16288
16289 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * modules/hard-locale (Depends-on): Add strdup.
16292
16293 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16294
16295         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16296         convert T2, not T.  (Imported from libc.)
16297
16298 2004-11-30  Simon Josefsson  <jas@extundo.com>
16299
16300         * modules/restrict (License): Change to LGPL.
16301
16302 2004-11-30  Simon Josefsson  <jas@extundo.com>
16303
16304         * m4/restrict.m4: Add copyright and copying conditions.
16305
16306 2004-11-30  Simon Josefsson  <jas@extundo.com>
16307
16308         * m4/base64.m4: New file.
16309
16310 2004-11-30  Simon Josefsson  <jas@extundo.com>
16311
16312         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16313         base64.
16314
16315         * tests/test-base64.c: New file.
16316
16317         * modules/base64: New file.
16318
16319 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16322         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16323
16324         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16325
16326 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16327
16328         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16329         (__getcwd.c): Don't restore errno; glibc doesn't.
16330         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16331         first, falling back to our code only if its results look suspicious.
16332         Ensure that the resulting buffer is only as large as necessary.
16333
16334         * lib/readutmp.c: Include readutmp.h first.
16335         Include <errno.h>, since readutmp.h no longer does that.
16336         * lib/readutmp.h: Don't include <errno.h>,
16337         <sys/param.h>, <time.h>; not needed to establish interface.
16338         (errno): Remove decl.
16339         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16340         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16341         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16342
16343 2004-11-28  Simon Josefsson  <jas@extundo.com>
16344
16345         * lib/base64.h, base64.c: New file.
16346
16347 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16348
16349         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16350
16351 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16354         (Depends-on): Remove pathmax, same.  Add mempcpy.
16355         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16356         (Makefile.am): Append getcwd.h to lib_SOURCES.
16357         (Include): Add getcwd.h.
16358         (Maintainer): Change from Jim Meyering to "all, glibc",
16359         since getdate now uses intended-for-glibc code.
16360         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16361         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16362
16363 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16366         HP's ANSI C compiler.
16367         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16368         Declaring int functions causes warnings on some modern systems and
16369         shouldn't be needed to compile on ancient ones.
16370         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16371         defined.
16372
16373         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16374         with the following changes.
16375         (__set_errno): Parenthesize properly.
16376         Include <stdbool.h>.
16377         (MIN, MAX, MATCHING_INO): New macros.
16378         (__getcwd): Define with prototype, not K&R form.
16379         Use heuristics to allocate default buffer on stack if possible.
16380         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16381         behavior, and to avoid the PATH_MAX limit when computing
16382         ../../../../...
16383         Use MATCHING_INO to compare inode number to file.
16384         Check for arithmetic overflow in size calculations.
16385         Fix bug in reallocation of dot array that caused getcwd to fail
16386         on directories nested deeper than 75.
16387         Be more careful about saving errno on error.
16388         Do not use realloc; use only free+malloc, as this is a bit
16389         more flexible and avoids a needless copy operation.
16390         Do not inspect st_dev and st_ino for symbolic links; POSIX
16391         doesn't specify the latter.
16392         Check for closedir errors.
16393         Avoid needless casts.
16394         Use "#ifdef weak_alias" around weak_alias, to be like other
16395         glibc code.
16396         The following changes to getcwd.c have effect only when used in
16397         gnulib; they have no effect inside glibc proper.
16398         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16399         as alloca isn't used.
16400         (alloca, __alloca): Likewise.
16401         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16402         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16403         unconditionally, as gnulib assumes C89 or better.
16404         Do not include <sys/param.h>.
16405         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16406         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16407         better.
16408         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16409         Include <dirent.h> in a way that is compatible with modern Autoconf.
16410         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16411         New macros, if not already defined.
16412         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16413         Use "_LIBC", not "defined _LIBC", for consistency.
16414         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16415         a mempcpy module.
16416         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16417         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16418         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16419         credit only to Jim Meyering and adjust the copyright dates.
16420         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16421         <stdlib.h>, <unistd.h>, "pathmax.h".
16422         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16423         (INITIAL_BUFFER_SIZE): Remove.
16424         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16425
16426 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16427
16428         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16429         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16430         Use the _ONCE methods, for efficiency.
16431         Check for fcntl.h.  In test program, include <errno.h>
16432         and <fcntl.h> if available.  Remove old K&R cruft from
16433         test program.  Check for common errors in GNU/Linux,
16434         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16435         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16436         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16437         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16438         name accordingly.
16439         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16440         accommodate new getcwd.c.
16441         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16442         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16443         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16444         that's all we need now.
16445
16446 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16447
16448         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16449         argp-parse.c depends on getopt internals, that means we should
16450         always use our getopt, to be on the safe side.
16451         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16452         order not to spoil the result of an eventual previous invocation
16453         of gl_GETOPT_SUBSTITUTE.
16454
16455 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16456
16457         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16458         redefinition warnings. To avoid them, include the defines
16459         in `#if !defined __need_getopt ... #endif'. The only place
16460         where __getopt_argv_const is used is in definitions
16461         of getopt_long and getopt_long_only below, which are as well
16462         protected by `#ifndef __need_getopt'.
16463         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16464         __need_getopt after including <stdio.h> and <unistd.h> These
16465         headers might have defined it.
16466
16467 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16468
16469         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16470
16471 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16472
16473         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16474         (futimens): New function, which uses futimes if available.
16475         (futimens, utimens): Support timespec==NULL, with same semantics
16476         as utime and utimens.
16477         * lib/utimens.h (futimens): New decl.
16478
16479 2004-11-23  Jim Meyering  <jim@meyering.net>
16480
16481         * lib/getopt_.h: Remove trailing blanks.
16482
16483 2004-11-23  Jim Meyering  <jim@meyering.net>
16484
16485         * lib/__fpending.c: Add comment.
16486
16487 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         * modules/canonicalize (Depends-on): Add xreadlink.
16490         Problem reported by James Youngman.
16491
16492 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16493
16494         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16495         New macros.
16496         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16497         optopt): Use them instead of invoking ## directly; otherwise, the
16498         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16499
16500 2004-11-19  Bruno Haible  <bruno@clisp.org>
16501
16502         * lib/strtok_r.c: Move comments from here...
16503         * lib/strtok_r.h: ... to here.
16504
16505 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16508         implementations that mishandle size_t overflow.
16509
16510 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16511
16512         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16513         might fail.  Problem reported by Yoann Vandoorselaere.
16514         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16515         implementations that mishandle size_t overflow.
16516
16517 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16518
16519         * modules/canon-host (Depends-on): Add strdup.
16520
16521 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16524
16525 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16526
16527         * lib/canon-host.c: Include "strdup.h".
16528         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16529         Use strdup instead of malloc/strcpy to duplicate strings.
16530
16531         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16532         (human_space_before_unit): New constant.
16533         * lib/human.c (human_readable): Support it.
16534
16535         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16536         (xgetcwd): Set errno correctly when failing.
16537         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16538         the failure is actually due to a PATH_MAX problem.
16539
16540         Further getopt changes to make it more likely that glibc will
16541         buy the changes back.
16542         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16543         (getopt): Use it, so to preserve glibc semantic
16544         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16545         when compiling for libc.
16546         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16547         (getopt_long, getopt_long_only): Use it.
16548
16549         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16550         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16551         (getopt): Argv is now char * const *, as per standard.
16552         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16553         not char *__getopt_argv_const *.
16554         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16555         _getopt_long_only_r): Likewise.
16556         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16557         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16558         _getopt_long_r, _getopt_long_only_r): Likewise.
16559         * lib/getopt_.h (__getopt_argv_const): Remove.
16560         (getopt): Argv is now char * const *, as per standard.
16561
16562         * lib/getdate.y (tORDINAL): New token.
16563         (day, relunit): Allow it for relative times.
16564         (relative_time_table): Use tORDINAL for ordinals.
16565
16566 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16567
16568         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16569         Document that "second" isn't allowed as an ordinal number.
16570
16571 2004-11-16  Jim Meyering  <jim@meyering.net>
16572
16573         * modules/closeout (Depends-on): Add fpending.
16574
16575 2004-11-15  Jim Meyering  <jim@meyering.net>
16576
16577         * lib/closeout.c: Include "__fpending.h" once again.
16578         Include <stdbool.h>.
16579         (close_stdout): Don't fail just because stdout was closed initially,
16580         since some programs don't write to stdout in the normal course of
16581         operation (other than --version and --help), and we don't want this
16582         function to make e.g. `touch file >&-' fail.
16583         But do fail if it was closed and someone has tried to write to it.
16584         E.g., `printf foo >&-' must fail.
16585
16586 2004-11-13  Jim Meyering  <jim@meyering.net>
16587
16588         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16589
16590 2004-11-12  Simon Josefsson  <jas@extundo.com>
16591
16592         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16593         small doc fix is still pending.
16594
16595 2004-11-11  Simon Josefsson  <jas@extundo.com>
16596
16597         * modules/strtok_r: New file.
16598
16599         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16600         strtok_r.
16601
16602 2004-11-11  Simon Josefsson  <jas@extundo.com>
16603
16604         * m4/strtok_r.m4: New file.
16605
16606         * m4/getopt.m4: Replace opterr.
16607
16608 2004-11-11  Simon Josefsson  <jas@extundo.com>
16609
16610         * lib/strtok_r.h, strtok_r.c: New file.
16611
16612 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16613
16614         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16615         of replacing opterr, getopt, etc.  This should handle the
16616         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16617
16618 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16621         we can stop lying to compilers about the constness of argv when we
16622         are compiled outside glibc.
16623         (getopt, getopt_long, getopt_long_only): Use it.
16624         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16625         _getopt_internal, getopt): Likewise.
16626         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16627         _getopt_long_only_r): Likewise.
16628         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16629         _getopt_long_r, _getopt_long_only_r): Likewise.
16630
16631         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16632         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16633         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16634         the other external symbols.
16635         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16636         declaration, since the above renaming now works around collisions.
16637
16638 2004-11-11  Jim Meyering  <jim@meyering.net>
16639
16640         * lib/linebreak.c: Remove trailing blanks.
16641         * lib/alloca_.h: Likewise.
16642         * lib/acosl.c: Likewise.
16643         * lib/euidaccess.c: Likewise.
16644         * lib/allocsa.h: Likewise.
16645
16646 2004-11-10  Simon Josefsson  <jas@extundo.com>
16647
16648         * m4/getaddrinfo.m4: New file.
16649
16650 2004-11-10  Simon Josefsson  <jas@extundo.com>
16651
16652         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16653
16654 2004-11-10  Simon Josefsson  <jas@extundo.com>
16655
16656         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16657         getaddrinfo.
16658
16659         * modules/getaddrinfo: New file.
16660
16661 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16662
16663         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16664
16665 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * lib/mktime.c (SHR): New macro, which is a portable
16668         substitute for >> that should work even on Crays.
16669         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16670         Problem reported by Mark D. Baushke in
16671         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16672         * lib/getdate.y (SHR): Likewise.
16673         (tm_diff): Use it.
16674         * lib/strftime.c (SHR): Likewise.
16675         (tm_diff): Use it.
16676         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16677         quote_these_too, so that right shifts are well defined.  All uses
16678         changed.
16679
16680 2004-11-10  Jim Meyering  <jim@meyering.net>
16681
16682         Ensure that no close failure goes unreported.
16683         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16684         return early when it seems there's nothing to flush.
16685         Don't include __fpending.h.
16686
16687 2004-11-10  Jim Meyering  <jim@meyering.net>
16688
16689         * modules/closeout (Depends-on): Remove fpending.
16690
16691 2004-11-10  Jim Meyering  <jim@meyering.net>
16692
16693         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16694
16695 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16698         gl_FUNC_STRFTIME.
16699         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16700         and AC_REQUIRE when possible, to avoid duplicate checks.
16701         Check for <wchar.h>.
16702
16703 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16704
16705         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16706
16707 2004-11-09  Bruno Haible  <bruno@clisp.org>
16708
16709         * m4/sockpfaf.m4: New file.
16710
16711 2004-11-05  Bruno Haible  <bruno@clisp.org>
16712
16713         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16714         Reported by Mark D. Baushke <mdb@cvshome.org>.
16715
16716 2004-11-04  Bruno Haible  <bruno@clisp.org>
16717
16718         2004-09-11  Bruno Haible  <bruno@clisp.org>
16719                 * allocsa.valgrind: New file.
16720         2004-02-06  Bruno Haible  <bruno@clisp.org>
16721                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16722                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16723                 Reported by Christopher Seip <chris.seip@hp.com>.
16724
16725 2004-11-04  Bruno Haible  <bruno@clisp.org>
16726
16727         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16728         (Makefile.am): Distribute it.
16729
16730 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16731
16732         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16733         with errno == ERANGE if the buffer is too small.
16734         Problem reported by Mark D. Baushke.
16735
16736 2004-11-03  Albert Chin  <china@thewrittenword.com>
16737             Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16740         equivalent, substitute $ac_type for equivalent type rather than
16741         blindly using uint32_t *always* which won't work if uint32_t is not
16742         available.  Define _UINT32_T to work around typedef of uint32_t if
16743         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16744         2.5.1.
16745
16746 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16747
16748         * m4/jm-macros.m4: Sync from coreutils.
16749         (gl_MACROS): Check for mbrlen, for pathchk.
16750         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16751
16752 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * lib/xreadlink.c (MAXSIZE): New macro.
16755         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16756         size does not exceed MAXSIZE.  Avoid cast.
16757         As suggested by Mark D. Baushke in
16758         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16759         if readlink fails with buffer size just under MAXSIZE, try again
16760         with MAXSIZE.
16761
16762 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16765
16766 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16767         and  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16770         (get_date): Overparenthesize to avoid GCC warning.
16771
16772 2004-11-02  Bruno Haible  <bruno@clisp.org>
16773
16774         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16775         returns void.
16776
16777 2004-11-02  Bruno Haible  <bruno@clisp.org>
16778
16779         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16780         function returns void.
16781
16782 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16785         fflush_unlocked, flockfile, funlockfile, funlockfile,
16786         fputs_unlocked, putc_unlocked.
16787
16788 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16789
16790         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16791         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16792         already declared.
16793
16794 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         * modules/getdate (Files): Add doc/getdate.texi.
16797         (Depends-on): Add setenv, xalloc.
16798
16799 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16800
16801         * lib/getdate.y: Add support for TZ="foo" within a date string.
16802         Fix some bugs near time_t boundaries.  Reject dates with
16803         out-of-range components, e.g., "Sept 31".
16804         Include <stdlib.h>, "setenv.h", "xalloc.h".
16805         (ISDIGIT_LOCALE): Remove; unused.
16806         Note that the TZ and time functions used here are not reentrant.
16807         (mktime_ok, get_tz): New functions.
16808         (TZBUFSIZE): New constant.
16809         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16810         This requires that we sometimes generate our own TZ="XXX..." setting.
16811
16812 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16813
16814         * doc/getdate.texi: New file, from coreutils with modifications for
16815         the new TZ parsing.
16816
16817 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16818
16819         * lib/mktime.c (not_equal_tm): Remove redundant check.
16820
16821 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * modules/regex (lib_SOURCES): Add regex.c.
16824         Reported by James Youngman in
16825         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16826
16827 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         * lib/getdate.y: Use Bison 1.875 features, and some minor
16830         code cleanups.  This change does not affect semantics.
16831         Don't include <stdlib.h>; no longer needed.
16832         Don't include unlocked-io.h; only the "#if TEST" code uses
16833         stdio, and performance isn't crucial there.
16834         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16835         Bison 1.875 features as described below.
16836         All uses of "PC." replaced by "pc->".
16837         (YYSTYPE): Add a forward declaration.
16838         (yylex, yyerror): Use full prototypes in forward decls.
16839         Use "%pure-parser" rather than obsolescent "%pure_parser".
16840         Use %parse-param and %lex-param instead of obsolescent
16841         YYPARSE_PARAM and YYLEX_PARAM.
16842         (meridian_table, month_and_day_table, time_units_table,
16843         relative_time_table, time_zone_table, military_table,
16844         lookup_zone, lookup_word, get_date):
16845         Use NULL instead of 0 where appropriate.
16846         (to_hour): Avoid abort (), to avoid a dependency on
16847         stdlib.h.
16848         (yyerror, yylex): Now accepts parser_control * arg.
16849         (main) [TEST]: Use '\0' rather than 0 for char.
16850
16851 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16852
16853         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16854
16855 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16858         It's now the caller's responsibility to handle the case where
16859         !HAVE_GETPAGESIZE && !defined getpagesize.
16860
16861         * lib/mktime.c (leapyear): Arg is long int, not int.
16862
16863 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16866
16867 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16870         missing.  Problem reported by James Youngman.
16871
16872 2004-10-16  Simon Josefsson  <jas@extundo.com>
16873
16874         * gnulib-tool: Fix comments.  Fix parse problem.
16875         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16876
16877 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16880         implementation of getopt_long.  Problem reported by Alexander Taler in:
16881         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16882
16883 2004-10-15  Bruno Haible  <bruno@clisp.org>
16884
16885         * gnulib-tool: Untabify. Initialize supplied_libname.
16886         (func_usage): More homogenous output.
16887         (func_modules_transitive_closure, func_modules_to_filelist,
16888         func_emit_lib_Makefile_am): New functions.
16889         (func_import): New function, extracted from big case statement. Use
16890         func_get_license, func_modules_transitive_closure,
16891         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16892         opt_lgpl. Don't use test -a, as it's not portable.
16893         (func_create_testdir): Use func_modules_transitive_closure,
16894         func_modules_to_filelist, func_emit_lib_Makefile_am.
16895
16896 2004-10-15  Bruno Haible  <bruno@clisp.org>
16897
16898         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16899
16900 2004-10-15  Bruno Haible  <bruno@clisp.org>
16901
16902         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16903         the portions belonging to each module.
16904         Suggested by Derek Robert Price <derek@ximbiot.com>.
16905
16906 2004-10-12  Simon Josefsson  <jas@extundo.com>
16907
16908         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16909         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16910         to real functions.
16911
16912 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16913
16914         * modules/vsnprintf: New file.
16915
16916 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16917
16918         * m4/vsnprintf.m4: New file.
16919
16920 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16921
16922         * lib/vsnprintf.h: New file.
16923         * lib/vsnprintf.c: New file.
16924
16925 2004-10-11  Bruno Haible  <bruno@clisp.org>
16926
16927         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16928         vsnprintf.
16929
16930 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16931
16932         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16933
16934 2004-10-07  Bruno Haible  <bruno@clisp.org>
16935
16936         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16937         fits into the provided buffer.
16938
16939 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16940
16941         * lib/diacrit.c, diacrit.h: Add GPL notice.
16942
16943         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16944         notice.
16945         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16946         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16947         This avoids a potential constant-folding bug.
16948
16949 2004-10-05  Bruno Haible  <bruno@clisp.org>
16950
16951         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16952         for the declaration of strsep.
16953
16954 2004-10-05  Bruno Haible  <bruno@clisp.org>
16955
16956         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16957
16958 2004-10-04  Simon Josefsson  <jas@extundo.com>
16959
16960         * modules/memmem: New file.
16961         * tests/test-memmem.c: New file.
16962         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16963
16964 2004-10-04  Simon Josefsson  <jas@extundo.com>
16965
16966         * m4/memmem.m4: New file.
16967
16968 2004-10-04  Simon Josefsson  <jas@extundo.com>
16969
16970         * lib/memmem.h: New file.
16971         * lib/memmem.c: New file, taken from glibc.
16972
16973 2004-10-04  Simon Josefsson  <jas@extundo.com>
16974
16975         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16976         '#ifdef USE_UNLOCKED_IO'.
16977
16978 2004-10-04  Simon Josefsson  <jas@extundo.com>
16979
16980         * config/srclist.txt: Add memmem from glibc.
16981
16982 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16985
16986         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16987         modules/exclude, modules/getdate, modules/getline,
16988         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16989         modules/getusershell, modules/linebuffer, modules/md5,
16990         modules/mountlist, modules/posixtm, modules/readtokens,
16991         modules/readutmp, modules/regex, modules/sha1,
16992         modules/version-etc, modules/yesno:
16993         Remove dependency on unlocked-io.
16994
16995 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16996
16997         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16998
16999         * m4/unlocked-io.m4: Add copyright notice.
17000         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
17001
17002 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17003
17004         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
17005         * lib/xmalloc.c (xmemdup): Likewise.
17006         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
17007         XFREE): Remove these long-obsolescent macros.
17008         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
17009         * lib/xstrdup.c: Remove.
17010
17011         * lib/regex.c (re_comp): Cast gettext return value to char *,
17012         Problem reported by Martin Neitzel via Mark D. Baushke.
17013
17014 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
17015
17016         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
17017         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
17018         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
17019         regex.c, sha1.c, version-etc.c, yesno.c:
17020         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
17021         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
17022         the includer's responsibility.
17023
17024         Sync from coreutils.
17025
17026         * lib/modechange.c (mode_compile): Don't decrement a pointer that
17027         points to the start of a string, as the C Standard says the
17028         resulting behavior is undefined.
17029
17030         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
17031         simple -> simple_backups, numbered_existing ->
17032         numbered_existing_backups, numbered -> numbered_backups
17033         to avoid shadowing problems.  All uses changed.
17034         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
17035         * lib/backupfile.c (check_extension, numbered_backup):
17036         Rename locals to avoid shadowing 'basename'.
17037         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
17038         once.
17039
17040         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
17041         * lib/.cvsignore: Add getopt.h.
17042
17043 2004-10-04  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/README: New file.
17046         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
17047         not a module.
17048
17049 2004-10-02  Jim Meyering  <jim@meyering.net>
17050
17051         * lib/dirfd.h, getpagesize.h: Add copyright notice.
17052
17053 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17054
17055         * modules/strsep: New file.
17056
17057 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17058
17059         * m4/strsep.m4: New file.
17060
17061 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17062
17063         * lib/strsep.h: New file.
17064         * lib/strsep.c: New file.
17065
17066 2004-10-01  Simon Josefsson  <jas@extundo.com>
17067
17068         * lib/snprintf.c (snprintf): Handle size==0.
17069
17070 2004-10-01  Simon Josefsson  <jas@extundo.com>
17071             Bruno Haible  <bruno@clisp.org>
17072
17073         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17074         (snprintf): Declare 'args'.
17075
17076 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17077
17078         * lib/snprintf.c: Remove comments as to why each header is needed.
17079
17080 2004-10-01  Bruno Haible  <bruno@clisp.org>
17081
17082         * MODULES.html.sh: Add strsep.
17083
17084 2004-09-30  Simon Josefsson  <jas@extundo.com>
17085
17086         * modules/snprintf: New file.
17087
17088 2004-09-30  Simon Josefsson  <jas@extundo.com>
17089
17090         * m4/snprintf.m4: New file.
17091
17092 2004-09-30  Simon Josefsson  <jas@extundo.com>
17093
17094         * lib/snprintf.h, lib/snprintf.c: New files.
17095
17096 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17097
17098         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17099         (hol_entry_help): Never translate an empty string.
17100         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17101         * lib/argp.h (OPTION_NO_TRANS): New option.
17102
17103 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17104
17105         * modules/argp (Maintainer): Replace Simon Josefsson
17106         by Sergey Poznyakoff.
17107
17108 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17109
17110         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17111         changes merged back into glibc.
17112
17113 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17116
17117 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17118
17119         * lib/xvasprintf.c: Include xalloc.h.
17120         (xvasprintf): Use xalloc_die, not xmalloc_die.
17121
17122 2004-09-29  Bruno Haible  <bruno@clisp.org>
17123
17124         * modules/alloca-opt: New file, derived from modules/alloca.
17125         * modules/allocsa: Depend on alloca-opt instead of alloca.
17126         * modules/setenv: Likewise.
17127         * modules/vasnprintf: Likewise.
17128         * MODULES.html.sh: Add alloca-opt.
17129
17130 2004-09-28  Simon Josefsson  <jas@extundo.com>
17131
17132         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17133         LGPL, and to replace license template from GPL to LGPL.
17134
17135 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17136
17137         * modules/dummy: Change license to LGPL.
17138
17139 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17142
17143 2004-09-24  Simon Josefsson  <jas@extundo.com>
17144
17145         * modules/minmax (License): Change from GPL to LGPL.
17146
17147 2004-09-23  Simon Josefsson  <jas@extundo.com>
17148
17149         * gnulib-tool (--import): Typo.
17150
17151 2004-09-23  Simon Josefsson  <jas@extundo.com>
17152
17153         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17154
17155 2004-09-22  Bruno Haible  <bruno@clisp.org>
17156
17157         * modules/*: Add 'License' field.
17158         * gnulib-tool: Accept --extract-license option.
17159         (func_get_license): New function.
17160
17161 2004-09-21  Bruno Haible  <bruno@clisp.org>
17162
17163         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17164         Reported by Simon Josefsson.
17165
17166 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17167
17168         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17169         gl_AC_TYPE_LONG_LONG.
17170
17171 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17172
17173         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17174
17175 2004-09-18  Simon Josefsson  <jas@extundo.com>
17176         and  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17179         calls with autoreconf.  Define GL_LIB.
17180
17181 2004-09-14  Karl Berry  <karl@gnu.org>
17182
17183         * config/srclist.txt: unsync setenv.c, sigh.
17184
17185 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17186
17187         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17188         Problem reported by Bruno Haible in:
17189         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17190
17191 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17192
17193         * config/srclist.txt: Comment out argp-pvh.c.
17194
17195 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17196
17197         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17198         in case some system header has #define'd it.  Problem reported by
17199         Soeren D. Schulze in
17200         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17201
17202 2004-09-09  Karl Berry  <karl@gnu.org>
17203
17204         * regex.[ch]: delete from the root.  These were supposed to be
17205                 synced with emacs cvs, but this has not happened for about
17206                 a year, and anyway nothing else uses emacs regex.[ch].
17207                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17208                 lib/regex[.ch] is untouched.
17209
17210 2004-09-09  Bruno Haible  <bruno@clisp.org>
17211
17212         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17213
17214 2004-09-09  Bruno Haible  <bruno@clisp.org>
17215
17216         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17217         modifications.
17218         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17219
17220 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17221
17222         * modules/xvasprintf: New file.
17223         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17224
17225 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17226
17227         * lib/xvasprintf.h: New file.
17228         * lib/xvasprintf.c: New file.
17229         * lib/xasprintf.c: New file.
17230
17231 2004-09-08  Bruno Haible  <bruno@clisp.org>
17232
17233         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17234
17235 2004-09-08  Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17238         length is > INT_MAX.
17239         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17240         more.
17241
17242 2004-09-08  Bruno Haible  <bruno@clisp.org>
17243
17244         * lib/stdint_.h: New file, taken from GNU clisp.
17245
17246 2004-09-08  Bruno Haible  <bruno@clisp.org>
17247             Oskar Liljeblad  <oskar@osk.mine.nu>
17248
17249         * modules/stdint: New file.
17250         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17251
17252 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17253
17254         Import from coreutils.
17255         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17256         strings on unbounded length.  alloca's performance benefits aren't
17257         that important here.
17258         (V_STRDUP): Remove.
17259         (parse_with_separator): New function, with most of the internals
17260         of the old parse_user_spec.  Allow user to omit both user and group,
17261         for compatibility with FreeBSD.
17262         Clone only the user name, not the entire spec.
17263         Do not set *uid, *gid unless entirely successful.
17264         Avoid memory leak in some failing cases.
17265         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17266         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17267         (parse_user_spec): Rewrite to use parse_with_separator.
17268
17269 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17270
17271         * modules/userspec: Don't depend on alloca.
17272
17273 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17274
17275         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17276
17277 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17278
17279         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17280         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17281         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17282
17283 2004-08-16  Simon Josefsson  <jas@extundo.com>
17284
17285         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17286         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17287         Add --dry-run for --import.
17288         Let user provided command line parameters override configure.ac
17289         settings.
17290
17291 2004-08-12  Simon Josefsson  <jas@extundo.com>
17292
17293         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17294         as discussed with Paul Eggert in threads rooted at
17295         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17296         and
17297         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17298         Before, the test was empty, and relied on ELIDE_CODE in source
17299         code.)
17300         (gl_PREREQ_GETOPT): New macro.
17301         (gl_GETOPT): Use them.
17302
17303 2004-08-12  Simon Josefsson  <jas@extundo.com>
17304
17305         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17306         * lib/getopt_.h: Renamed from getopt.h.
17307
17308 2004-08-12  Simon Josefsson  <jas@extundo.com>
17309
17310         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17311         Change default library name from libfoo to libgnu.
17312         Now, if you have a configure.ac that says:
17313                 gl_SOURCE_BASE(gl)
17314                 gl_M4_BASE(gl/m4)
17315                 gl_MODULES(error getopt etcetera)
17316                 gl_INIT
17317         you can import all you need by running:
17318                 ../gnulib/gnulib-tool --import
17319
17320         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17321         (Makefile.am): Rewrite, use logic from argz.
17322         (Include): Use <getopt.h> instead of "getopt.h".
17323
17324 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17325
17326         * modules/argp (Files): Add m4/unlocked-io.m4.
17327         (Depends-on): Add extensions.
17328
17329 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17332         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17333         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17334         Check for program_invocation_name, program_invocation_short_name,
17335         flockfile, funlockfile, features.h, _getopt_long_only_r.
17336
17337 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17338
17339         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17340         its complicated substitute.
17341         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17342         and program_invocation_name.
17343         (__argp_basename) [!_LIBC]: Remove; the only use was
17344         replaced by its body.
17345         (__argp_short_program_name): Change condition from
17346         !defined __argp_short_program_name to
17347         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17348         to match argp-namefrob.h.
17349         (__argp_failure): Don't assume strerror_r returns char *.
17350         * lib/argp-parse.c (N_): Define unconditionally.
17351         (argp_default_options): Fill out initializers with 0 to avoid
17352         gcc warnings.
17353
17354 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17355
17356         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17357         getopt1.c.
17358
17359 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17360
17361         Merge from coreutils.
17362
17363         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17364
17365         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17366         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17367
17368 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17369
17370         Merge from coreutils.
17371
17372         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17373         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17374         for Reliant Unix 5.43.
17375
17376         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17377         (union fooround): Use uintmax_t, not long int.
17378         The rest is a merge from libc:
17379         [defined _LIBC]: Include <shlib-compat.h>.
17380         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17381
17382         * lib/settime.c (settime): Recode to avoid warning with
17383         Sun Forte C 6U2.
17384
17385         * lib/strverscmp.c: Convert to UTF-8.
17386
17387 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17388
17389         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17390         m4/uintmax_t.m4.
17391
17392 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17393
17394         * modules/xalloc-die: New file.
17395         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17396
17397         * modules/md5 (Files): Add m4/uint32_t.m4.
17398         * modules/sha1: Renamed from modules/sha.
17399         (Files):
17400         Rename lib/sha.h to lib/sha1.h.
17401         Rename lib/sha.c to lib/sha1.c.
17402         Rename m4/sha.m4 to m4/sha1.m4.
17403         (lib_SOURCES): Likewise.
17404         (configure.ac): Rename gl_SHA to gl_SHA1.
17405         (Include): sha.h -> sha1.h.
17406
17407 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17408
17409         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17410         * m4/sha1.m4: Renamed from sha.m4.
17411         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17412
17413 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17414
17415         * lib/obstack.h (obstack_empty_p):
17416         Don't assume that chunk->contents is suitably aligned.
17417         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17418         Likewise. Problem reported by Benno in
17419         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17420
17421         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17422         readable.  This could be improved further but it'd take some work.
17423
17424 2004-08-08  Simon Josefsson  <jas@extundo.com>
17425
17426         * modules/xgethostname (Depends-on): Remove exit and error (not
17427         used).
17428
17429         * modules/getpass-gnu: Add getpass.h.
17430         (Depends-on): Add stdbool.
17431         * modules/getpass: Add getpass.h.
17432
17433 2004-08-08  Simon Josefsson  <jas@extundo.com>
17434
17435         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17436         Check getpass declaration.
17437
17438 2004-08-08  Simon Josefsson  <jas@extundo.com>
17439
17440         * lib/xgethostname.c: Don't include error.h (not used).
17441
17442         * lib/getpass.h: Add.
17443         * lib/getpass.c: Include getpass.h first.
17444
17445 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17446
17447         * lib/xalloc-die.c: New file.
17448         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17449         All uses removed.
17450         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17451         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17452         xalloc-die.c.
17453         (_, N_, xalloc_die): Move to xalloc-die.c.
17454         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17455         so that we needn't mess with xalloc_msg_memory_exhausted.
17456
17457         * lib/sha1.h: Renamed from sha.h.
17458         (SHA1_H): Renamed from _SHA_H.
17459         (sha1_ctx): Renamed from sha_ctx.
17460         (sha1_init_ctx): Renamed from sha_init_ctx.
17461         (sha1_process_block): Renamed from sha_process_block.
17462         (sha1_process_bytes): Renamed from sha_process_bytes.
17463         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17464         (sha1_read_ctx): Renamed from sha_read_ctx.
17465         (sha1_stream): Renamed from sha_stream.
17466         (sha1_buffer): Renamed from sha_buffer.
17467         * lib/sha1.c: Likewise; renamed from sha.c.
17468         Do not include <sys/types.h>.
17469         Include <stddef.h> rather than <stdlib.h>.
17470
17471 2004-08-08  Bruno Haible  <bruno@clisp.org>
17472
17473         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17474         FILESYSTEM_PREFIX_LEN.
17475         * lib/progreloc.c: Likewise.
17476         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17477
17478 2004-08-06  Simon Josefsson  <jas@extundo.com>
17479
17480         * modules/progname (Depends-on): Don't depend on stdbool.
17481
17482 2004-08-06  Simon Josefsson  <jas@extundo.com>
17483
17484         * modules/getsubopt: New file.
17485         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17486         getsubopt.
17487
17488 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         More merge from coreutils.
17491
17492         * m4/utimens.m4, m4/utimecmp.m4: New files.
17493         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17494         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17495         prereq.m4, sha.m4: Import changes from coreutils.
17496
17497 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         More merge from coreutils.
17500         * modules/raise, modules/readtokens0, modules/utimens:
17501         * modules/utimecmp, module/xnanosleep: New files.
17502         * modules/strftime: Add lib/strftime.h.
17503         Change include from <time.h> to "strftime.h".
17504         * modules/yesno: Add lib/yesno.h.
17505         * modules/backupfile: Remove lib/addext.c.
17506         * modules/euidaccess: Add stat-macros.h.
17507         * modules/canonicalize, modules/euidaccess,
17508         modules/filemode, modules/lchown, modules/makepath,
17509         modules/rmdir, modules/stat: Likewise.
17510
17511 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17512
17513         Merge from tar.
17514         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17515         SIZE_MAX is a valid preprocessor constant.
17516         (__argp_basename): Change from "#ifndef _LIBC"
17517         to "#ifndef __argp_short_program_name", so that
17518         we don't compile these functions for tar.
17519
17520         More merges from coreutils.
17521         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17522         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17523         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17524         * lib/addext.c: Remove; no longer needed.
17525         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17526         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17527         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17528         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17529         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17530         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17531         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17532         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17533         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17534         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17535         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17536         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17537         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17538         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17539         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17540         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17541         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17542         Import changes from coreutils.
17543
17544 2004-08-05  Simon Josefsson  <jas@extundo.com>
17545
17546         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17547
17548 2004-08-05  Simon Josefsson  <jas@extundo.com>
17549
17550         * m4/getsubopt.m4: New file.
17551
17552 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17553
17554         Merge from coreutils.
17555
17556         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17557         * m4/getcwd-path-max.m4: New files.
17558
17559         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17560         FILESYSTEM_PREFIX_LEN ->
17561         FILE_SYSTEM_PREFIX_LEN.
17562         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17563         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17564         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17565         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17566
17567         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17568         prerequisite modules now handle the DOS stuff.
17569         Don't check for unistd.h.
17570
17571 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17572
17573         Merge from coreutils.
17574
17575         * lib/.gdb-history: Remove; this doesn't belong here.
17576
17577         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17578         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17579         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17580         * lib/getcwd.c: New files.
17581
17582         * lib/dirname.h: Include <stdbool.h>.
17583         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17584         for consistency with POSIX terminology.  All uses changed.
17585         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17586         (strip_trailing_slashes): Use bool for booleans.
17587         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17588
17589         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17590         sometimes returns a positive errno value even when it succeeds.
17591         (print_errno_message) [!LIBC]: Fall back on strerror if
17592         __strerror_r fails.
17593
17594         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17595         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17596         (longest_relative_suffix): New function.
17597         (path_concat): Use it.  Assume first argument is not NULL.
17598         Port to DOS.  Omit redundant separators.
17599         Report an error instead of returning NULL.
17600         Use mempcpy instead of memcpy.
17601         (xpath_concat): Remove: not declared or used.
17602
17603         * lib/same.h: Include <stdbool.h>
17604         (same_name): Return bool, not int.
17605         * lib/same.c (same_name): Likewise.
17606         (errno): Don't declare; we assume C89 or better now.
17607
17608         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17609         if not already defined.
17610
17611         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17612         * lib/dup-safer.c (errno): Likewise.
17613
17614 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17615
17616         Merge from coreutils.
17617         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17618         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17619         * modules/path-concat: Don't depend on strdup.
17620
17621 2004-08-03  Simon Josefsson  <jas@extundo.com>
17622
17623         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17624         * lib/progname.h: Don't include stdbool.h.
17625
17626 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17627
17628         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17629         * MODULES.html.sh (func_all_modules): Remove fatal.
17630
17631 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17632
17633         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17634
17635 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17638         working.
17639
17640 2004-08-02  Simon Josefsson  <jas@extundo.com>
17641
17642         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17643         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17644         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17645
17646 2004-08-01  Simon Josefsson  <jas@extundo.com>
17647
17648         * lib/xgetdomainname.c: Include stdlib.h, for free().
17649
17650 2004-07-19  Bruno Haible  <bruno@clisp.org>
17651
17652         * MODULES.html.sh (func_all_modules): Add dummy.
17653
17654 2004-07-16  Simon Josefsson  <jas@extundo.com>
17655
17656         * modules/dummy: New file.
17657
17658 2004-07-16  Simon Josefsson  <jas@extundo.com>
17659
17660         * lib/dummy.c: New file.
17661
17662 2004-07-16  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/backupfile.h: Add extern "C" for C++.
17665         * lib/closeout.h: Likewise.
17666         * lib/copy-file.h: Likewise.
17667         * lib/findprog.h: Likewise.
17668         * lib/full-write.h: Likewise.
17669         * lib/pathname.h: Likewise.
17670         * lib/progname.h: Likewise.
17671         * lib/stpcpy.h: Likewise.
17672         * lib/stpncpy.h: Likewise.
17673         * lib/strcase.h: Likewise.
17674         * lib/strstr.h: Likewise.
17675         * lib/xalloc.h: Likewise.
17676
17677         * lib/mbswidth.h: Add extern "C" for C++.
17678         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17679
17680 2004-07-13  Robert Millan  <robertmh@gnu.org>
17681
17682         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17683
17684 2004-07-09  Simon Josefsson  <jas@extundo.com>
17685
17686         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17687         failed without this.)
17688
17689 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17690
17691         * modules/chown (Files): Add lib/fchown-stub.c, since
17692         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17693
17694 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17695
17696         * lib/fchown-stub.c: New file.
17697
17698 2004-06-24  Jim Meyering  <jim@meyering.net>
17699
17700         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17701
17702 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17703
17704         * modules/argz: Omit "#include".
17705
17706         * MODULES.html.sh (func_all_modules): Add calloc, to match
17707         2004-06-01 addition of calloc module.
17708
17709 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * m4/argz.m4: New file, which is autoupdated from libtool.
17712
17713 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17714
17715         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17716         libtool.
17717
17718 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17719
17720         * config/srclist-update: Don't insist on "USA." before the
17721         close-comment, as libtool omits the period and puts the */ on a
17722         separate line.
17723         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17724         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17725
17726 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17727
17728         * modules/argz: New file.
17729         * MODULES.html.sh (func_all_modules): Add argz.
17730
17731 2004-06-12  Jim Meyering  <jim@meyering.net>
17732         and  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * modules/hash (Files): Add lib/xalloc.h.
17735         * modules/pipe (Depends-on): Add wait-process.
17736         * modules/stat (Depends-on): Add xalloc.
17737         * modules/userspec (Files): Add lib/userspec.h.
17738         * modules/xstrto
17739
17740         Upgrade from gettext-0.13.
17741         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17742         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17743         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17744
17745 2004-06-10  Jim Meyering  <jim@meyering.net>
17746
17747         * lib/calloc.c: New file.
17748
17749 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17750
17751         * lib/getdate.y (yylex): Allow space between sign and number.
17752         Problem reported by Dan Jacobson.
17753
17754 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         Merge from coreutils CVS.
17757
17758         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17759         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17760         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17761         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17762         xstrtol.m4: Fix copyright date and/or serial number.
17763
17764         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17765         See if we need an fchown replacement.
17766         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17767         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17768         and use the replacement function if we detect either defect.
17769
17770         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17771         gl_UTIMECMP.
17772
17773 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17774         and  Jim Meyering  <jim@meyering.net>
17775
17776         Merge from coreutils CVS.
17777
17778         * lib/stat-macros.h: New file, with contents from file-type.h
17779         and coreutils' system.h.
17780         * lib/file-type.c: Include "stat-macros.h".
17781         * lib/file-type.h (file_type): Move all macro definitions to new file,
17782         stat-macros.h.
17783
17784         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17785         Wrap old code with this conditional.
17786         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17787         function that does not dereference symlinks.
17788         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17789
17790         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17791         dependency problems.
17792         (xreadlink): Accept new arg SIZE, for efficiency.
17793         All decls and uses changed.
17794         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17795
17796         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17797         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17798
17799         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17800         sysexits.h.
17801
17802 2004-06-01  Jim Meyering  <jim@meyering.net>
17803
17804         * m4/calloc.m4: New file.
17805
17806 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17809         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17810         Also, fix a typo in a diagnostic.
17811
17812 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17813
17814         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17815         or AC_FUNC_REALLOC.
17816
17817 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17818
17819         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17820         macros to be defined.
17821         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17822         the allocator returns NULL because the requested size is zero.
17823
17824 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17825
17826         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17827         var.  Add comment explaining why libc still defines it.  This
17828         merges the following patch from glibc:
17829         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17830
17831 2004-05-20  Andreas Schwab  <schwab@suse.de>
17832
17833         * m4/free.m4: Replace free if it not known to work, not the other
17834         way round.
17835
17836 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17837
17838         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17839         present in glibc since revision 1.1 of this file.
17840         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17841         obstack_alignment_mask, obstack_alloc, obstack_base,
17842         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17843         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17844         obstack_grow0, obstack_init, obstack_int_grow,
17845         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17846         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17847         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17848         nonexistent functions.
17849
17850 2004-05-18  Karl Berry  <karl@gnu.org>
17851
17852         * config/srclist.txt: break link for vasnprintf.c.
17853
17854 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         Port obstack to the AS/400, where pointers are 16 bytes wide and
17857         you cannot cast an integer to a valid pointer.  This patch is
17858         currently waiting to be integrated into glibc; see
17859         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17860
17861         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17862         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17863         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17864         (struct obstack): temp member is now a union of a pointer and
17865         an integer, instead of an integer.  All integer uses changed.
17866         This does not affect the physical layout of struct obstack,
17867         except on hosts (like the AS/400) where the size or alignment of
17868         void * is greater than that of ptrdiff_t.
17869         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17870         __STDC__)]: Store temporary in pointer member of union, not
17871         integer member.
17872         * lib/obstack.c: Include <stddef.h>, for offsetof.
17873         (struct fooalign): Remove; it doesn't need a name.
17874         (union fooround): Change double to long double, and add void *.
17875         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17876         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17877         not a macro.  Hence the values are always int; so remove all
17878         casts-to-int in uses.
17879
17880 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17881
17882         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17883         we can get this patch merged into glibc.
17884
17885 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17886             Paul Eggert  <eggert@cs.ucla.edu>
17887
17888         * m4/argp: Depend on alloca.
17889
17890 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17891             Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17894         freecoding.
17895
17896 2004-05-17  Bruno Haible  <bruno@clisp.org>
17897
17898         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17899         precision that consists of a '.' followed by an empty digit string.
17900         Patch by Tor Lillqvist <tml@iki.fi>.
17901
17902 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17903
17904         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17905         for backward compatibility with older code.  We need our own
17906         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17907         it under some other name, and our alloca.h will define it.
17908
17909 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17910             Derek Price  <derek@ximbiot.com>
17911
17912         * lib/alloca.c: Include <alloca.h>, to get our interface.
17913         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17914         include <alloca.h> first.  Use C89 prototype for alloca; this
17915         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17916         Use #elif for simplicity, since we can assume C89 now.
17917         Don't try to source the system alloca.h since it will not be found
17918         and to prevent recursively including its replacement.
17919         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17920         * lib/regex.c: Likewise.
17921
17922 2004-05-16  Derek Price  <derek@ximbiot.com>
17923             Paul Eggert  <eggert@cs.ucla.edu>
17924
17925         getline cleanup.  This changes the getndelim2 API: both order of
17926         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17927         no delimiter).
17928
17929         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17930         interface does that.
17931         (getline): Always use getdelim, so that we don't have two
17932         copies of this code.
17933         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17934         if available.
17935         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17936         (GETNDELIM2_MAXIMUM): New macro.
17937         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17938         instead of the old practice of delim2==0.  All callers changed.
17939         Return -1 on overflow, instead of returning junk.
17940         Do not set *linesize unless allocation succeeds.
17941         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17942         that we include sys/types.h.
17943         * lib/getnline.h: Likewise.
17944         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17945         (getndelim2): Reorder arguments.
17946         * lib/getnline.c (getnline, getndelim):
17947         Don't discard the NMAX argument.
17948         (getnline): Invoke getndelim, to avoid code duplication.
17949         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17950         of (size_t) -1 by callers of the getnline family.
17951
17952 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17955         Check for gettimeofday.
17956         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17957         Check for settimeofday, stime.
17958
17959 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17960
17961         * lib/nanosleep.c (suspended): Change its type from int to
17962         sig_atomic_t volatile.
17963         (first_call): Make it private to rpl_nanosleep, and have it
17964         be zero initially as that's a bit faster.
17965         (my_usleep): Round up fractional times instead of truncating them,
17966         as this is the usual meaning for 'sleep'.
17967
17968         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17969         doesn't work.
17970         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17971         (ENOSYS): Define if not defined.
17972         (settime): Fall back on stime if it exists and settimeofday fails.
17973         But don't bother with fallbacks if a method fails with errno == EPERM.
17974
17975 2004-05-11  Jim Meyering  <jim@meyering.net>
17976
17977         Prior to this change, the save_cwd caller required read access to the
17978         current directory on most systems (ones with the fchdir function).
17979
17980         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17981         fails, try write-only, and finally, resort to using xgetcwd.
17982
17983 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17984
17985         * lib/obstack.c, obstack.h: Import changes from libc.
17986
17987 2004-04-28  Bruno Haible  <bruno@clisp.org>
17988
17989         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17990         also implicitly appends .exe to executables.
17991         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17992         accepts Windows pathnames.
17993         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17994         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17995         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17996         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17997         Reported by Derek Robert Price <derek@ximbiot.com>.
17998
17999 2004-04-21  Karl Berry  <karl@gnu.org>
18000
18001         * config/srclist.txt (localcharset.c): break sync.
18002
18003 2004-04-20  Paul Eggert  <eggert@twinsun.com>
18004
18005         * m4/host-os.m4: Add a copyright notice.
18006
18007 2004-04-20  Jim Meyering  <jim@meyering.net>
18008
18009         Change UTILS_ to gl_ in AC_DEFINE'd names.
18010         Change utils_- and jm_-prefixed variables, too.
18011         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
18012         UTILS_FUNC_MKDIR_TRAILING_SLASH.
18013         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18014
18015         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
18016         Don't emit trailing blanks.
18017         Also rename jm_-prefixed variables to have gl_ prefix.
18018
18019         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
18020         Also rename jm_-prefixed variables to have gl_ prefix.
18021
18022         * m4/jm-macros.m4: Reflect the renamings.
18023         * m4/prereq.m4: Likewise.
18024
18025 2004-04-20  Jim Meyering  <jim@meyering.net>
18026
18027         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
18028         memory.
18029
18030 2004-04-20  Jim Meyering  <jim@meyering.net>
18031             Bruno Haible  <bruno@clisp.org>
18032
18033         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
18034         memory when realloc fails.
18035
18036 2004-04-19  Jim Meyering  <jim@meyering.net>
18037
18038         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
18039         now that readutmp.c may call `free (0)'.
18040
18041 2004-04-19  Bruno Haible  <bruno@clisp.org>
18042
18043         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
18044         * m4/inttypes_h.m4: Likewise.
18045         * m4/stdint_h.m4: Likewise.
18046         * m4/intmax_t.m4: Likewise.
18047         * m4/uintmax_t.m4: Likewise.
18048
18049 2004-04-18  Jim Meyering  <jim@meyering.net>
18050
18051         * m4/prereq.m4: Don't forbid jm_ prefix.
18052
18053         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
18054         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
18055         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
18056         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
18057         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18058         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18059         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18060         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18061         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18062         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18063         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18064         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18065         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18066         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18067         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18068         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18069         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18070         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18071         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18072
18073 2004-04-18  Jim Meyering  <jim@meyering.net>
18074
18075         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18076         failure, don't leak memory and do call END_UTMP_ENT.
18077
18078 2004-04-16  Jim Meyering  <jim@meyering.net>
18079
18080         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18081         coreutils' stat program.
18082         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18083
18084 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18085
18086         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18087         C89.
18088         (CHAR_BIT): Remove, since we assume C89.
18089         Include <stdint.h> if available, as per current Autoconf CVS advice.
18090
18091 2004-03-31  Jim Meyering  <jim@meyering.net>
18092
18093         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18094         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18095         * m4/xalloc.m4: Likewise.
18096
18097 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18098
18099         Merge from coreutils.
18100
18101         * m4/inttostr.m4: New file.
18102         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18103         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18104         Require gl_CLOCK_TIME.
18105         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18106
18107 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18108
18109         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18110         not bool, to be more consistent with Unix conventions.
18111         Suggested by Bruno Haible.
18112
18113         Merge from coreutils.
18114
18115         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18116         * lib/umaxtostr.c: New files.
18117
18118         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18119         the usual <time.h> dance.
18120         (get_date): Change signature to support fractional time stamps.
18121         All callers changed.
18122         * lib/getdate.y: Include "getdate.h" first, as we can now
18123         assume C89 and don't need to worry about 'const'.
18124         Similarly, include "unlocked-io.h" near start, not in middle.
18125         Include <limits.h>.
18126         (textint.value): Use long int rather than int.
18127         (textint.digits): Use size_t rather than int.
18128         (BILLION, LOG10_BILLION): New constants.
18129         (parser_control): New member rel_ns.  Members day_ordinal,
18130         time_zone, month, day, hour, minutes, rel_year, rel_month,
18131         rel_day, rel_hour, rel_minutes, rel_seconds
18132         are now long int, not int.  Member seconds is now struct timespec,
18133         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18134         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18135         not int.
18136         (%union.intval): Now long int, not int.
18137         New member timespec.
18138         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18139         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18140         (spec): Now is a timespec or an item list.
18141         (timespec, items): New nonterminals.
18142         (time, rel, relunit, number, get_date):
18143         Add support for fractional seconds.
18144         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18145         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18146         (to_hour): First arg is now long int, not int.
18147         (to_year): Returns long int, not int.
18148         Don't treat year -70 like 70.
18149         (tm_diff): Returns long int, not int.
18150         (lookup_word): Use bool instead of int when appropriate.
18151         (yylex): Use size_t for count, not int.
18152         Detect overflow when parsing large integer constants.
18153         Add support for fractions.
18154         (get_date): Make pointers 'const' if possible.
18155         Use more-portable code to detect integer overflow.
18156         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18157         Don't use ctime; it's not reliable if the year has >4 digits.
18158
18159         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18160         This is for compatibility with BSD.
18161
18162         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18163         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18164         From coreutils' system.h.
18165
18166         * lib/userspec.c: Don't include "posixver.h".
18167         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18168         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18169         compatible extension.  Simplify code by removing a boolean int
18170         that was always nonzero if a string was nonnull.
18171
18172 2004-03-30  Jim Meyering  <jim@meyering.net>
18173
18174         Merge from coreutils.
18175
18176         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18177         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18178         on some systems one must include <grp.h> before it.
18179         Reported by Christian Krackowizer.
18180
18181 2004-03-30  Jim Meyering  <jim@meyering.net>
18182
18183         Merge from coreutils.
18184
18185         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18186
18187         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18188         an empty input stream.
18189
18190         * lib/readtokens.c: Include <stdbool.h>.
18191         (readtoken): Use `size_t' rather than int/long.
18192         All callers adjusted.
18193         Use `bool' rather than `int' where appropriate.
18194         Use memset rather than an explicit loop.
18195         Use x2nrealloc rather than xrealloc.
18196         Allow the use of `\0' as a delimiter.
18197         (readtokens): Likewise.
18198         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18199
18200 2004-03-30  Jim Meyering  <jim@meyering.net>
18201
18202         * m4/realloc.m4: Remove file, since now it does no more than
18203         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18204         the `configure.ac' section of module/realloc.
18205         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18206
18207 2004-03-30  Bruno Haible  <bruno@clisp.org>
18208
18209         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18210         nonnull.
18211
18212 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18213
18214         Merge changes to getloadavg.c from coreutils and Emacs.
18215
18216         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18217         Define to an expression, not to the empty string.
18218         Include cloexec.h and xalloc.h.
18219         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18220         Use set_cloexec_flag rather than rolling our own.
18221         * lib/cloexec.c, lib/cloexec.h: New files.
18222
18223 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18224
18225         * m4/cloexec.m4: New file.
18226
18227 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18228
18229         * lib/getopt.h: Sync with libc CVS.
18230
18231 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18232             Bruno Haible  <bruno@clisp.org>
18233
18234         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18235         mbswidth.
18236
18237 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18238             Bruno Haible  <bruno@clisp.org>
18239
18240         * lib/mbswidth.h: Include <wchar.h> only if
18241         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18242         <wchar.h>.
18243         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18244
18245 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18246
18247         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18248         Sync with libc CVS.
18249         * lib/getopt_int.h: New file, also synced from libc.
18250
18251 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18252
18253         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18254         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18255         Bring back getopt.c, getopt.h, getopt1.c.
18256
18257 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18258
18259         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18260         All uses changed.  Check for sa_sigaction member; this fixes
18261         a bug first reported by Jason Andrade in
18262         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18263
18264 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18265
18266         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18267         '#if' expressions.  Unlike the code it replaces, it does not
18268         depend on (defined _SC_PAGESIZE).  However, it does depend on
18269         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18270         first reported by Jason Andrade in
18271         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18272
18273 2004-02-25  Simon Josefsson  <jas@extundo.com>
18274
18275         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18276
18277 2004-02-25  Simon Josefsson  <jas@extundo.com>
18278
18279         * lib/strdup.h: New file.
18280         * lib/strdup.c: Include it.
18281         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18282         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18283
18284 2004-02-23  Karl Berry  <karl@gnu.org>
18285
18286         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18287         (from fencepost.gnu.org:/gd/gnuorg).
18288
18289 2004-02-23  Karl Berry  <karl@gnu.org>
18290
18291         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18292         * config/srclist.txt: add maintain/standards documents.
18293
18294 2004-02-18  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18297         Reported by Derek Robert Price <derek@ximbiot.com>.
18298
18299 2004-02-16  Karl Berry  <karl@gnu.org>
18300
18301         * config/mkinstalldirs, install-sh: update from automake.
18302
18303 2004-02-06  Karl Berry  <karl@gnu.org>
18304
18305         * m4/po.m4: update from gettext 0.14.1.
18306
18307 2004-02-06  Karl Berry  <karl@gnu.org>
18308
18309         * lib/config.charset: update from gettext 0.14.1.
18310
18311 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18312
18313         Add comments and code, prompted by suggestions from Bruno Haible
18314         for sh-quote.
18315         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18316         describing the enum quoting_style values.
18317         * lib/quotearg.c (quotearg_alloc): New function.
18318         (quotearg_buffer_restyled): Treat lone { and } as special.
18319         Treat = as special.  Work around bug with older shells
18320         that "see" a '\' that is really the 2nd byte of a multibyte char.
18321         Quote empty string with shell_quoting_style.
18322
18323 2004-02-03  Bruno Haible  <bruno@clisp.org>
18324
18325         * m4/pipe.m4: New file, from GNU gettext.
18326
18327 2004-02-03  Bruno Haible  <bruno@clisp.org>
18328
18329         * lib/pipe.h: New file, from GNU gettext.
18330         * lib/pipe.c: New file, from GNU gettext.
18331
18332 2004-01-27  Bruno Haible  <bruno@clisp.org>
18333
18334         * m4/execute.m4: New file, from GNU gettext.
18335
18336 2004-01-27  Bruno Haible  <bruno@clisp.org>
18337
18338         * lib/execute.h: New file, from GNU gettext.
18339         * lib/execute.c: New file, from GNU gettext.
18340         * lib/w32spawn.h: New file, from GNU gettext.
18341
18342 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18343
18344         Merge from diffutils.
18345
18346         * lib/file-type.c (file_type): Add typed memory objects.
18347         * lib/file-type.h (S_TYPEISTMO): New macro.
18348
18349         * lib/c-stack.h (c_stack_action): Remove argv argument.
18350         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18351         (die): Don't calculate message unless segv_action returns.
18352         (get_stack_location, min_address_from_argv, max_address_from_argv,
18353         volatile stack_base, volatile_stack_size): Remove.
18354         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18355         that every segmentation violation is a stack overflow.  (Ouch!)
18356         See Debian bug 136249 (still outstanding) for more info about why
18357         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18358
18359 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18360
18361         Exit-status fix from coreutils.
18362
18363         Use exit_failure consistently in place of EXIT_FAILURE,
18364         so that program exit statuses are consistent on failure.
18365
18366         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18367         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18368         * lib/argmatch.h: Comment fix to match the above.
18369         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18370         Now a macro referring to exit_failure, instead of a separate
18371         variable.  Include "exitfail.h" to get it.
18372         * lib/xstrtol.h: Include "exitfail.h".
18373         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18374
18375         * lib/long-options.c (parse_long_options): Use prototype
18376         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18377         for clarity.
18378
18379 2004-01-21  Jim Meyering  <jim@meyering.net>
18380
18381         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18382         so as not to conflict with a different-sized __mktime_internal
18383         function in GNU libc.
18384         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18385         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18386
18387 2004-01-20  Karl Berry  <karl@gnu.org>
18388
18389         * config/config.guess: update from config.
18390
18391         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18392
18393 2004-01-20  Bruno Haible  <bruno@clisp.org>
18394
18395         Safer stack allocation.
18396         * lib/setenv.c: Include allocsa.h.
18397         (alloca): Remove fallback definition.
18398         (freea): Remove macro.
18399         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18400         instead of freea.
18401
18402 2004-01-20  Bruno Haible  <bruno@clisp.org>
18403
18404         * m4/eealloc.m4: New file, from GNU gettext.
18405
18406 2004-01-20  Bruno Haible  <bruno@clisp.org>
18407
18408         * m4/allocsa.m4: New file, from GNU gettext.
18409
18410 2004-01-20  Bruno Haible  <bruno@clisp.org>
18411
18412         * lib/xallocsa.h: New file, from GNU gettext.
18413         * lib/xallocsa.c: New file, from GNU gettext.
18414
18415 2004-01-20  Bruno Haible  <bruno@clisp.org>
18416
18417         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18418
18419 2004-01-20  Bruno Haible  <bruno@clisp.org>
18420
18421         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18422         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18423         specially.
18424
18425 2004-01-20  Bruno Haible  <bruno@clisp.org>
18426
18427         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18428         patch.
18429
18430 2004-01-20  Bruno Haible  <bruno@clisp.org>
18431
18432         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18433
18434 2004-01-20  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/eealloc.h: New file.
18437
18438 2004-01-20  Bruno Haible  <bruno@clisp.org>
18439
18440         * lib/binary-io.h: Avoid warnings on Cygwin.
18441
18442 2004-01-20  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/allocsa.h: New file, from GNU gettext.
18445         * lib/allocsa.c: New file, from GNU gettext.
18446
18447 2004-01-18  Karl Berry  <karl@gnu.org>
18448
18449         * doc/gpl.texi, doc/lgpl.texi: new files.
18450
18451 2004-01-18  Karl Berry  <karl@gnu.org>
18452
18453         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18454         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18455
18456 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18457
18458         Merge from coreutils.
18459
18460         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18461         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18462         (gl_DEFAULT_POSIX2_VERSION): Move
18463         the documentation from 'configure' into 'config.hin',
18464         so that 'configure --help' isn't burdened by it and
18465         we don't have to worry about its formatting there.
18466         Reword the documentation so that it's more succinct
18467         and can be run together into a single paragraph.
18468         * m4/same.m4 (gl_SAME): Check for pathconf.
18469
18470 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18471
18472         Merge from coreutils.
18473
18474         * lib/posixver.c: Include posixver.h.
18475
18476         * lib/same.c: Include <stdbool.h>, <limits.h>.
18477         (_POSIX_NAME_MAX): Define if not defined.
18478         (MIN): New macro.
18479         (same_name): If file names are silently truncated, report
18480         that the file names are the same if they are the same after
18481         the silent truncation.
18482
18483         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18484         conversion function.
18485         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18486         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18487         longer needed.
18488
18489 2004-01-15  Jim Meyering  <jim@meyering.net>
18490
18491         Merge from coreutils.
18492
18493         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18494         if no library is required.
18495         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18496         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18497         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18498         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18499         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18500         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18501         value, $ac_cv_search_crypt, if it's "none required".
18502         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18503         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18504         not gl_FUNC_GETLOADAVG.
18505         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18506         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18507
18508 2004-01-15  Jim Meyering  <jim@meyering.net>
18509
18510         Merge from coreutils.
18511
18512         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18513         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18514         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18515
18516         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18517         optional configure-time default.
18518
18519         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18520
18521         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18522
18523 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18524
18525         Merge from coreutils.
18526
18527         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18528         value, $ac_cv_search_nanosleep, if it's "none required".
18529
18530 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18531
18532         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18533         with like-named macro in fnmatch.c.
18534         (EXT): Use an internal constant instead.
18535
18536         Merge fnmatch patches from glibc.
18537         * lib/fnmatch.c (mbsinit): Remove define.
18538         Add libc_hidden_ver (__fnmatch, fnmatch).
18539         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18540         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18541
18542 2004-01-14  Karl Berry  <karl@gnu.org>
18543
18544         * config/install-sh: update from automake.
18545
18546 2004-01-13  Karl Berry  <karl@gnu.org>
18547
18548         * config/install-sh: update from automake.
18549
18550 2004-01-09  Karl Berry  <karl@gnu.org>
18551
18552         * config/install-sh: update from automake.
18553
18554 2004-01-05  Karl Berry  <karl@gnu.org>
18555
18556         * config/config.{sub,guess}: update from config.
18557
18558 2003-12-31  Karl Berry  <karl@gnu.org>
18559
18560         * config/depcomp: update from automake.
18561
18562 2003-12-14  Karl Berry  <karl@gnu.org>
18563
18564         * lib/config.charset: update from gettext-runtime.
18565
18566 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18567
18568         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18569         Bug reported by Alfred M. Szmidt.
18570
18571 2003-12-03  Bruno Haible  <bruno@clisp.org>
18572
18573         * m4/gettext.m4: Upgrade from gettext-0.13.
18574         * m4/po.m4: Upgrade from gettext-0.13.
18575         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18576         * m4/intmax.m4: New file, from gettext-0.13.
18577         * m4/printf-posix.m4: New file, from gettext-0.13.
18578
18579 2003-11-29  Karl Berry  <karl@gnu.org>
18580
18581         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18582
18583 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18584             Bruno Haible  <bruno@clisp.org>
18585
18586         * lib/printf-parse.h: Don't include sys/types.h.
18587         (ARG_NONE): New macro.
18588         (char_directive): Change type of *arg_index fields to size_t.
18589         * lib/printf-parse.c: Don't include sys/types.h.
18590         (SSIZE_MAX): Remove macro.
18591         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18592         Remove unnecessary overflow check.
18593         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18594         fields.
18595
18596 2003-11-25  Bruno Haible  <bruno@clisp.org>
18597
18598         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18599
18600 2003-11-25  Bruno Haible  <bruno@clisp.org>
18601
18602         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18603         gt_TYPE_SSIZE_T.
18604
18605 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18606
18607         * modules/alloca: Remove dependency on xalloc.
18608
18609 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18610
18611         * lib/alloca.c: Remove dependency on xalloc module.
18612         (xalloc_die): Remove.
18613         (memory_full) [!defined emacs]: New macro.
18614         [!defined emacs]: Don't include xalloc.h.
18615         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18616         address arithmetic overflows.  Change datatypes a bit to avoid
18617         unnecessary casts.
18618
18619 2003-11-22  Jim Meyering  <jim@meyering.net>
18620
18621         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18622         s/size/size_t/.
18623
18624 2003-11-21  Karl Berry  <karl@gnu.org>
18625
18626         * config/config.{sub,guess}: update from config.
18627
18628 2003-11-18  Karl Berry  <karl@gnu.org>
18629
18630         * config/config.{sub,guess}: update from config.
18631
18632         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18633
18634 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18635
18636         * README: Mention that S+T cannot overflow if S is the size of
18637         an existing object and T is sufficiently small.
18638
18639 2003-11-17  Jim Meyering  <jim@meyering.net>
18640
18641         On systems without utime and without a utimes function capable of
18642         dealing with a NULL struct utimbuf* argument, this utime replacement
18643         could -- in unusual circumstances -- leak a file descriptor.
18644         * lib/utime.c: Include <unistd.h> and <errno.h>.
18645         (utime_null): Be sure to close `fd' and to preserve errno.
18646         Reported by Geoff Collyer via Arnold Robbins.
18647
18648 2003-11-17  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18651         (Depends-on): Add xsize.
18652
18653 2003-11-17  Bruno Haible  <bruno@clisp.org>
18654
18655         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18656
18657 2003-11-17  Bruno Haible  <bruno@clisp.org>
18658
18659         * lib/vasnprintf.c (alloca): Remove fallback definition.
18660         (freea): Remove definition.
18661         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18662         Reported by Paul Eggert.
18663
18664 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18665             Bruno Haible  <bruno@clisp.org>
18666
18667         Protect against address arithmetic overflow.
18668         * lib/printf-args.h: Include stddef.h.
18669         (arguments): Change type of field 'count' to size_t.
18670         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18671         'unsigned int' where appropriate.
18672         * lib/printf-parse.h: Include sys/types.h.
18673         (char_directive): Change type of *arg_index fields to ssize_t.
18674         (char_directives): Change type of fields 'count', max_*_length to
18675         size_t.
18676         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18677         (SSIZE_MAX): Define fallback value.
18678         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18679         instead of 'int' where appropriate. Check a_allocated, d_allocated
18680         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18681         * lib/vasnprintf.c: Include xsize.h.
18682         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18683         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18684         overflow. Avoid wraparound when converting a width or precision from
18685         decimal to binary.
18686
18687 2003-11-16  Bruno Haible  <bruno@clisp.org>
18688
18689         Update from GNU gettext.
18690         * lib/printf-parse.c: Generalize to it can be compiled for wide
18691         strings.
18692         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18693         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18694         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18695         SNPRINTF): New macros.
18696         Don't include <alloca.h> if the file is used inside libintl.
18697         (local_wcslen): New function, for Solaris 2.5.1.
18698         (VASNPRINTF): Use it instead of wcslen.
18699
18700 2003-11-16  Bruno Haible  <bruno@clisp.org>
18701
18702         * lib/xsize.h (xmax): New function.
18703         (xsum, xsum3, xsum4): Declare as "pure" functions.
18704
18705 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18706
18707         * modules/xalloc (Files): Undo latest change, since xalloc.h
18708         no longer needs SIZE_MAX or PTRDIFF_MAX.
18709
18710 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18711
18712         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18713         gl_PTRDIFF_MAX.
18714
18715 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18716
18717         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18718         "return", to pacify some unknown compiler.  Problem reported
18719         by Joerg Schilling.
18720
18721 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18722
18723         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18724         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18725         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18726         heuristic is just as accurate as far as we know, and it removes a
18727         dependency on size_max.m4 and ptrdiff_max.m4.
18728
18729 2003-11-11  Bruno Haible  <bruno@clisp.org>
18730
18731         * modules/xsize (Files): Add m4/size_max.m4.
18732         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18733
18734 2003-11-11  Bruno Haible  <bruno@clisp.org>
18735
18736         * m4/size_max.m4: New file.
18737         * m4/ptrdiff_max.m4: New file.
18738         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18739         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18740         (gl_XALLOC): Invoke it.
18741
18742 2003-11-11  Bruno Haible  <bruno@clisp.org>
18743
18744         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18745         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18746         defined.
18747
18748 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18749
18750         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18751         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18752         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18753         From Bruno Haible.
18754         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18755         not (size_t) -1, since it's defined here.
18756
18757 2003-11-09  Karl Berry  <karl@gnu.org>
18758
18759         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18760
18761 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18762
18763         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18764         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18765         Reject sizes of exactly SIZE_MAX bytes.
18766         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18767         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18768
18769 2003-11-05  Bruno Haible  <bruno@clisp.org>
18770
18771         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18772         SIZE_MAX defined in <limits.h> on Solaris.
18773
18774 2003-11-04  Jim Meyering  <jim@meyering.net>
18775
18776         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18777         variable names, rather than @VAR@.
18778         * modules/poll: Likewise.
18779
18780 2003-11-04  Bruno Haible  <bruno@clisp.org>
18781
18782         * modules/xsize: New file.
18783         * modules/linebreak: Depend on xsize.
18784         * MODULES.html.sh (func_all_modules): Add xsize.
18785
18786 2003-11-04  Bruno Haible  <bruno@clisp.org>
18787
18788         * m4/xsize.m4: New file.
18789
18790 2003-11-04  Bruno Haible  <bruno@clisp.org>
18791
18792         * lib/xsize.h: New file.
18793         * lib/linebreak.c: Include xsize.h.
18794         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18795         argument for overflow.
18796         Suggested by Paul Eggert.
18797
18798 2003-11-03  Karl Berry  <karl@gnu.org>
18799
18800         * config/config.{guess,sub}: update from config.
18801
18802 2003-11-03  Jim Meyering  <jim@meyering.net>
18803
18804         * modules/userspec (lib_SOURCES): Add userspec.h.
18805         (Include): Add "userspec.h".
18806         Improve description.
18807
18808 2003-11-03  Jim Meyering  <jim@meyering.net>
18809
18810         * lib/userspec.c: Include "userspec.h".
18811         * lib/userspec.h: New file.
18812
18813 2003-11-03  Bruno Haible  <bruno@clisp.org>
18814
18815         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18816
18817 2003-11-03  Bruno Haible  <bruno@clisp.org>
18818
18819         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18820         available, to avoid (extremely rare) race condition.
18821         Suggested by Paul Eggert.
18822
18823 2003-11-02  Karl Berry  <karl@gnu.org>
18824
18825         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18826
18827 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18828
18829         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18830         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18831         (read_filesystem_list): Set and use me_type_malloced.
18832         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18833         whatever the type happens to be), for brevity and consistency.
18834         Check for size calculation overflow on Alphas running OSF/1.
18835
18836 2003-10-31  Jim Meyering  <jim@meyering.net>
18837
18838         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18839
18840         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18841
18842 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18843             Bruno Haible  <bruno@clisp.org>
18844
18845         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18846         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18847
18848 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18849
18850         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18851         netbsd*-gnu*.  Suggested by Robert Millan.
18852
18853 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18854
18855         * modules/group-member: Depend on stdbool.
18856
18857 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18858
18859         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18860
18861 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18862
18863         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18864         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18865         after the 'gnu' in these cases.  This fixes some bugs in the
18866         previous change, and is based on suggestions by Robert Millan.
18867
18868 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18869
18870         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18871         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18872         no longer needed.
18873         * lib/quotearg.c (quotearg_n_options): Use it.
18874         * lib/group-member.c: Include <stdbool.h>.
18875         (free_group_info): Arg is now const *; don't free arg.
18876         (get_group_info): Now returns bool and accepts struct group_info *,
18877         rather than returning a malloc'ed struct group_info *.
18878         All uses changed.  Check for overflow in internal size calculation.
18879
18880         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18881         rather than xmalloc/xrealloc.
18882         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18883         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18884         conformance bug: the old code used a pointer after freeing the
18885         storage that it addressed.
18886         * lib/hash.c (hash_initialize): Simplify the code by using
18887         xalloc_oversized rather than doing it by hand.
18888         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18889         the buffer preserved.  Use free and xmalloc instead.
18890         * lib/quotearg.c (quotearg_n_options): Likewise.
18891         Use a simpler test for size overflow.  Don't use xalloc_oversized
18892         because unsigned int might be wider than size_t (!); this suggests
18893         that we should switch from unsigned int to size_t for slot numbers.
18894
18895 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18896
18897         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18898         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18899         NetBSD kernels.  Requested by Richard Stallman.
18900
18901 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18902
18903         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18904         to allocate the returned structure.  Do not allocate a subarray,
18905         as x2nrealloc will do that.
18906         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18907         instead of xnrealloc.
18908         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18909
18910 2003-10-27  Bruno Haible  <bruno@clisp.org>
18911
18912         * lib/stdbool_.h: Better support for BeOS.
18913
18914 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18915
18916         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18917         now uses inline.
18918
18919 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18920
18921         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18922         callers that want to do their own size-overflow checking.  Include
18923         <stdbool.h>, since xalloc_oversized returns bool.
18924         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18925         to use xalloc_oversized.
18926
18927         Add two functions x2realloc, x2nrealloc, for programs that grow
18928         arrays dynamically by doubling their sizes.
18929         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18930         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18931         New functions.
18932
18933         Port to C99 semantics for 'inline' of external functions.
18934         Bug reported by Bruno Haible.
18935         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18936         with the old contents of xnmalloc.
18937         (xnmalloc, xmalloc): Use it.
18938         (xnrealloc_inline): New static inline function,
18939         with the old contents of xnrealloc.
18940         (xnrealloc, xrealloc): Use it.
18941
18942         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18943         that.
18944
18945 2003-10-26  Karl Berry  <karl@gnu.org>
18946
18947         * config/srclist.txt (COPYING.DOC): no longer available from
18948         /gd/gnuorg; don't know where the ultimate source is.
18949
18950 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18951
18952         Fix several address-calculation bugs in the hash modules,
18953         plus some minor code cleanup.
18954
18955         * lib/hash.h: Include <stdbool.h>, for bool.
18956         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18957         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18958         hash_get_n_entries, hash_get_max_bucket_length,
18959         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18960         hash_rehash): Use size_t rather than unsigned.
18961         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18962         hash_get_n_buckets_used, hash_get_n_entries,
18963         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18964         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18965         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18966         Likewise.
18967         (SIZE_MAX): Define if not defined.
18968         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18969         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18970         hash_print):
18971         Use const * when possible.
18972         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18973         (check_tuning): Fix bug: if tuning parameters were very close to
18974         0 or 1, rounding errors could have caused subscript violations.
18975         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18976         (hash_initialize): Add 'fail:' label
18977         to free table and return NULL, and use it to simplify code.
18978         Use calloc rather than clearing the storage ourself.
18979         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18980         buffer size calculations.
18981         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18982         Include <stddef.h>, for size_t.
18983         * lib/hash-pjw.c (hash_pjw): Likewise.
18984         Switch to method described by Bruno Haible.
18985         Include <limits.h>, for CHAR_BIT.
18986         (SIZE_BITS): New macro.
18987
18988 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18989
18990         * m4/getline.m4 (AM_FUNC_GETLINE):
18991         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18992         hosts.  Problem reported by Derek Robert Price in
18993         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18994         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18995         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18996
18997 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18998
18999         * lib/getndelim2.c (getndelim2): When size calculation overflows,
19000         ceiling the allocation at NMAX bytes rather than silently
19001         discarding input bytes before NMAX is reached.  This makes
19002         a difference only if NMAX exceeds SIZE_MAX / 2.
19003
19004         * lib/obstack.c: Merge from glibc.
19005         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
19006         Add libc_hidden_def (_obstack_newchunk).
19007         (_obstack_free) [! defined _LIBC]: Remove.
19008         [defined _LIBC]: Make a strong alias from obstack_free, rather than
19009         a clone of the function body.
19010         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
19011         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
19012
19013         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
19014         glibc.
19015         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
19016         arg to memcpy.
19017
19018         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
19019         (obstack_ptr_grow_fast, obstack_int_grow_fast):
19020         Don't use lvalue casts, as GCC plans to remove support for them
19021         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
19022         was also present in the non-GCC version, indicating that this
19023         code had always been buggy and had never been widely used.
19024         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
19025         Use the fast variant of each macro, rather than copying the
19026         definiens of the fast variant; that way, we'll be more likely to
19027         catch future bugs in the fast variants.
19028
19029 2003-10-20  Bruno Haible  <bruno@clisp.org>
19030
19031         * modules/wait-process: New file.
19032         * MODULES.html.sh (func_all_modules): Add wait-process.
19033
19034 2003-10-20  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/wait-process.m4: New file.
19037
19038 2003-10-20  Bruno Haible  <bruno@clisp.org>
19039
19040         * lib/wait-process.h: New file, from GNU gettext.
19041         * lib/wait-process.c: New file, from GNU gettext.
19042
19043 2003-10-19  Jim Meyering  <jim@meyering.net>
19044
19045         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
19046         HPUX 10.20.
19047
19048 2003-10-18  Karl Berry  <karl@gnu.org>
19049
19050         * config/config.guess: update from config.
19051
19052 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19053
19054         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
19055         (getgroups): First arg is int, not size_t.
19056         Don't let 'free' mangle errno.
19057
19058 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19059
19060         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19061
19062 2003-10-16  Karl Berry  <karl@gnu.org>
19063
19064         * config/config.{guess,sub}: update from config.
19065
19066 2003-10-16  Jim Meyering  <jim@meyering.net>
19067
19068         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19069         memcpy.
19070
19071 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19072
19073         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19074         (SIZE_MAX): Remove.
19075         (new_exclude, add_exclude_file): Initial size no longer needs to
19076         be a power of 2.
19077         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19078         our own address arithmetic overflow checking.
19079
19080         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19081         (fnmatch): Do not alloca more than 2000 wide characters;
19082         instead, use malloc for large buffers.
19083         Check for address arithmetic overflow, and return -1
19084         with errno set to ENOMEM in that case.
19085         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19086         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19087         instead, return -1.  Check for address arithmetic overflow.
19088
19089 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19090
19091         Handle invalid suffixes and overflow independently, so that
19092         callers can treat them independently as needed.  Fix some bugs in
19093         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19094         suffix for a human-readable blocksize.  The major caller-visible
19095         change is the addition of a new
19096         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19097         that both overflow and suffix chars were found.
19098
19099         * lib/human.c (humblock): Don't check separately for invalid suffix
19100         char; that is xstrtoumax's job (now that its bug is fixed).
19101         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19102         INTMAX_MAX]: New macros.
19103         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19104         TYPE_MAXIMUM): New macros.
19105         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19106         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19107         if overflow occurs, as it's what __strtol does and it's more useful
19108         in practice.
19109         (__xstrtol): If __strtol reports some error other than ERANGE,
19110         reflect it to the caller as LONGINT_INVALID.  If it reports
19111         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19112         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19113         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19114         value.
19115         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19116         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19117         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19118         [defined UINTMAX_MAX]: New macros.
19119
19120 2003-10-14  Bruno Haible  <bruno@clisp.org>
19121
19122         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19123
19124 2003-10-14  Bruno Haible  <bruno@clisp.org>
19125
19126         * m4/sig_atomic_t: New file, from GNU gettext.
19127         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19128
19129 2003-10-14  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19132         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19133         Also use volatile where needed.
19134
19135 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19136
19137         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19138         Change maintainer from Bruno Haible to 'all'.
19139
19140 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19141
19142         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19143
19144 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19145
19146         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19147         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19148         and define in terms of the other primitives.
19149         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19150         (SIZE_MAX): Define if not already defined.
19151         (array_size_overflow): New function.
19152         (xalloc_die): Abort instead of exiting if 'error' returns.
19153         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19154         (xmalloc, xrealloc): Use them.
19155         (xcalloc): Check for address arithmetic overflow.
19156         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19157         a bit faster than strcpy.
19158
19159 2003-10-10  Simon Josefsson  <jas@extundo.com>
19160
19161         * modules/argp (Depends-on): Add restrict and strcase.
19162
19163 2003-10-10  Simon Josefsson  <jas@extundo.com>
19164
19165         * m4/argp.m4: Add AC_C_INLINE.
19166
19167 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19168
19169         Merge getpass from libc, plus a few fixes.
19170
19171         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19172         Include <stdbool.h>.
19173         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19174         __fsetlocking to empty.
19175         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19176         do include <bits/libc-lock.h>.
19177         Do not include <fcntl.h>; not needed.
19178         [_LIBC]: Include <wchar.h>.
19179         (NOTCANCEL_MODE): New macro.
19180         (flockfile, funlockfile) [_LIBC]: New macros.
19181         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19182         [!_LIBC]: New macros.
19183         (call_fclose): New function.
19184         (getpass): Use it.  Save tty stream separately; this simplifies the
19185         code and makes it more reliable if stdin happens to equal stdout.
19186         Invoke __fsetlocking on tty.
19187         Handle thread cancellation if needed.
19188         Namespace cleanup (use __tcgetattr, __getline).
19189         Use bool for Booleans.
19190         [USE_IN_LIBIO]: Handle wide streams.
19191         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19192         stream might go where.
19193
19194         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19195         doesn't have to include <stdio.h> before us.
19196         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19197         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19198         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19199         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19200         if not declared, so that we can use getpass.c code from libc without
19201         rewriting it.
19202         (flockfile, ftrylockfile, funlockfile): New macros.
19203
19204 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19205
19206         * modules/getpass: Depend on stdbool.
19207
19208 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19209
19210         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19211
19212 2003-10-07  Karl Berry  <karl@gnu.org>
19213
19214         * config/config.{guess,sub}: update from config.
19215
19216 2003-10-06  Jim Meyering  <jim@meyering.net>
19217             Bruno Haible  <bruno@clisp.org>
19218
19219         This lets translators provide better translations for the
19220         "Written by ..." part of --version output.
19221         * lib/version-etc.h: Include stdarg.h.
19222         (version_etc_copyright): Declare as readonly.
19223         (version_etc): Make this function variadic with a NULL-terminated list
19224         of author name strings.
19225         (version_etc_va): New declaration.
19226         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19227         (version_etc_copyright): Declare as readonly.
19228         (version_etc_va): New function. Provide a different translatable string
19229         for each possible number of authors < 10. Abbreviate when there are 10
19230         authors or more.
19231         (version_etc): Make this function variadic. Call version_etc_va.
19232         Suggestion from Gary V. Vaughan.
19233
19234         * lib/long-options.h (parse_long_options): Change prototype: the
19235         authors string is moved to the end and becomes variadic.
19236         * lib/long-options.c: Include stdarg.h.
19237         (parse_long_options): Make this function variadic, too.
19238         Call version_etc_va, not version_etc.
19239
19240 2003-10-06  Bruno Haible  <bruno@clisp.org>
19241
19242         * modules/version-etc-2: Remove file.
19243         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19244
19245 2003-10-06  Bruno Haible  <bruno@clisp.org>
19246
19247         * modules/fatal-signal: New file.
19248         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19249
19250 2003-10-06  Bruno Haible  <bruno@clisp.org>
19251
19252         * m4/fatal-signal.m4: New file.
19253         * m4/signalblocking.m4: New file, from GNU gettext.
19254
19255 2003-10-06  Bruno Haible  <bruno@clisp.org>
19256
19257         * lib/version-etc-2.h: Remove file.
19258         * lib/version-etc-2.c: Remove file.
19259
19260 2003-10-06  Bruno Haible  <bruno@clisp.org>
19261
19262         * lib/fatal-signal.h: New file, from GNU gettext.
19263         * lib/fatal-signal.c: New file, from GNU gettext.
19264
19265 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19266
19267         * README: Rework advice for preventing empty .o files.
19268         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19269         not <sys/types.h>.
19270
19271 2003-10-04  Karl Berry  <karl@gnu.org>
19272
19273         * lib/argp*: update from libc.
19274
19275 2003-10-04  Karl Berry  <karl@gnu.org>
19276
19277         * config/config.{guess,sub}: update from config.
19278
19279 2003-10-02  Bruno Haible  <bruno@clisp.org>
19280
19281         * modules/lchown (Include): Add lchown.h.
19282         * modules/time_r (Include): Use "..." syntax.
19283         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19284
19285 2003-10-01  Simon Josefsson  <jas@extundo.com>
19286
19287         * MODULES.html.sh (func_all_modules): Move gethostname from section
19288         'based on' to section 'lacking' POSIX:2001.
19289
19290 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19291
19292         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19293         to output mode on the same stream.
19294
19295 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19296
19297         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19298         Fix arg typo in previous patch.
19299
19300 2003-09-28  Jim Meyering  <jim@meyering.net>
19301
19302         * lib/error.c: Correct cpp indentation.
19303
19304 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19305
19306         * modules/free: New file.
19307
19308 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19309
19310         * m4/free.m4: New file.
19311
19312 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19313
19314         * lib/minmax.h (MIN, MAX)
19315         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19316         Omit the special code that used __typeof__, since we worry that
19317         it could be more trouble than it's worth.  See:
19318         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19319         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19320
19321         * lib/free.c: New file.
19322
19323 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19324
19325         Trivial fixes to Makefile.am parts of module listings.
19326         * modules/strstr: Append strstr.h to lib_SOURCES.
19327         * modules/strcase: Likewise, for strcase.h.
19328
19329 2003-09-27  Karl Berry  <karl@gnu.org>
19330
19331         * config/mkinstalldirs: update from automake.
19332
19333 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19334
19335         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19336         (error_tail): Do not loop, reallocating temporary buffer, since
19337         the output cannot contain more wide characters than the input
19338         contains bytes, the size must be big enough already.  This avoids
19339         one potential size overflow calculation.  Check for size overflow
19340         when calculating temporary buffer size.  Free temporary buffer
19341         when done, if it was allocated with malloc; this plugs a memory
19342         leak.  Remove casts from void * to pointers, that are no longer
19343         needed now that we're assuming C89 or better.
19344
19345         Merge error changes from glibc.
19346
19347         * lib/error.c, error.h: Update copyright notice header to match glibc.
19348         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19349         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19350         Disable cancellation while printing error.
19351         * lib/error.h: Prepend __ to parameter names.
19352
19353 2003-09-26  Jim Meyering  <jim@meyering.net>
19354
19355         * lib/error.c (error_tail): Move some declarations
19356         into inner scope where the local variables are used.
19357
19358 2003-09-26  Bruno Haible  <bruno@clisp.org>
19359
19360         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19361         stpncpy().
19362         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19363
19364 2003-09-26  Bruno Haible  <bruno@clisp.org>
19365
19366         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19367         (stpncpy): Define as alias for gnu_stpncpy.
19368         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19369
19370 2003-09-25  Simon Josefsson  <jas@extundo.com>
19371
19372         * lib/xgetdomainname.h: New file.
19373         * lib/xgetdomainname.c: New file.
19374
19375 2003-09-25  Simon Josefsson  <jas@extundo.com>
19376             Bruno Haible  <bruno@clisp.org>
19377
19378         * modules/getdomainname: New file.
19379         * modules/xgetdomainname: New file.
19380         * MODULES.html.sh (func_all_modules): Add getdomainname,
19381         xgetdomainname.
19382
19383 2003-09-25  Simon Josefsson  <jas@extundo.com>
19384             Bruno Haible  <bruno@clisp.org>
19385
19386         * m4/getdomainname.m4: New file.
19387
19388 2003-09-25  Simon Josefsson  <jas@extundo.com>
19389             Bruno Haible  <bruno@clisp.org>
19390
19391         * lib/getdomainname.h: New file.
19392         * lib/getdomainname.c: New file.
19393
19394 2003-09-25  Karl Berry  <karl@gnu.org>
19395
19396         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19397
19398 2003-09-25  Karl Berry  <karl@gnu.org>
19399
19400         * config/install-sh: update from automake.
19401
19402 2003-09-25  Bruno Haible  <bruno@clisp.org>
19403
19404         * modules/version-etc-2: New file, from modules/version-etc with
19405         modifications.
19406         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19407
19408 2003-09-25  Bruno Haible  <bruno@clisp.org>
19409
19410         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19411         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19412
19413 2003-09-24  Simon Josefsson  <jas@extundo.com>
19414
19415         * modules/xgethostname: Add xgethostname.h.
19416
19417 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19418
19419         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19420         the buffer associated with the argument.  Bug reported by
19421         Simon Josefsson.
19422
19423 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19424
19425         * README: Document assumptions that 'int' is at least 32 bits
19426         wide, that integer arithmetic is 2's complement without overflow,
19427         that there are no holes in integer values, that adding sizes of
19428         two nonoverlapping objects can't overflow, and that all-bits-zero
19429         yields scalar zero.  Fix spelling and capitalization typos.
19430
19431 2003-09-19  Karl Berry  <karl@gnu.org>
19432
19433         * lib/argp.h: update from libc.
19434
19435 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19436
19437         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19438         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19439         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19440
19441 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19442
19443         * gnulib-tool: Use "test -h", not "test -L", for portability
19444         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19445         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19446         (sed_extract_prog): Issue s commands one-by-one, rather than
19447         using \| in one s command.
19448
19449 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19450
19451         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19452         input error, instead of returning NULL the next time we are called
19453         (and therefore losing track of errno).
19454
19455 2003-09-16  Bruno Haible  <bruno@clisp.org>
19456
19457         * gnulib-tool (func_create_testdir): Warn about duplicated
19458         dependencies.
19459
19460 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19461
19462         * modules/argmatch, modules/fatal, modules/obstack,
19463         modules/xalloc, modules/xgethostname: Sort dependencies by
19464         importance, not alphabetically.
19465
19466 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19467
19468         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19469         fails, so that the caller gets the proper errno.
19470
19471         * lib/readutmp.c (read_utmp): Likewise.
19472         Check for fstat error.  Close stream and free storage
19473         when failing.
19474
19475 2003-09-14  Karl Berry  <karl@gnu.org>
19476
19477         * config/srclist.txt (strdup.c): disable for c89 changes.
19478
19479 2003-09-14  Jim Meyering  <jim@meyering.net>
19480
19481         * lib/getloadavg.c: Correct cpp indentation.
19482         * lib/strdup.c: Likewise.
19483         * lib/vasnprintf.c: Likewise.
19484
19485 2003-09-14  Bruno Haible  <bruno@clisp.org>
19486
19487         * modules/fwriteerror: New file.
19488         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19489
19490 2003-09-14  Bruno Haible  <bruno@clisp.org>
19491
19492         * lib/fwriteerror.h: New file.
19493         * lib/fwriteerror.c: New file.
19494
19495 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19496
19497         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19498         modules/xgethostname, modules/xalloc: Depend on exit.
19499
19500 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19501
19502         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19503
19504         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19505         and AC_MINIX, too, so that their extensions are available.
19506
19507         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19508         This macro has been superseded by gl_BACKUPFILE.
19509
19510         More patches to assume C89 or better.
19511
19512         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19513
19514         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19515         unconditionally.
19516         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19517         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19518         Include <string.h>, <stdlib.h> unconditionally.
19519         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19520         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19521         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19522         headers or for string.h.
19523         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19524         or strtoul.
19525
19526         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19527         headers.
19528         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19529         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19530         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19531         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19532         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19533         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19534         memcpy, memset.
19535         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19536         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19537         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19538         strtol.
19539         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19540         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19541         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19542         strtoul.
19543
19544 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19545
19546         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19547         * lib/obstack.c [!defined _LIBC]: Likewise.
19548         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19549         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19550         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19551
19552         More changes to assume C89 or better.
19553
19554         * lib/error.c (error_tail): Assume vprintf.
19555
19556         * lib/argmatch.c (getenv): Remove decl.
19557         * lib/progreloc.c (get_full_program_name): Define via prototype.
19558         * lib/setenv.c (clearenv): Likewise.
19559         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19560         needed.
19561         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19562         (malloc, memcpy): Remove decls.
19563         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19564         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19565         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19566         (memcpy): Remove macro.
19567         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19568         (__P): Remove.  All uses removed.
19569         (PTR): Remove.  All uses changed to void *.
19570         (CHAR_BIT, NULL): Remove.
19571         (spaces, zeros, memset_space, memset_zero)
19572         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19573         Remove.
19574         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19575         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19576         Define with prototype.
19577         Remove now-unnecessary prototype decl.
19578         (extra_args_spec): Assume ANSI C.  All uses changed.
19579         (extra_args_spec_iso): Remove.
19580         (my_strftime, emacs_strftimeu): Define via prototype.
19581         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19582         unconditionally.
19583         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19584         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19585         (strtoul, strtol): Remove decls.
19586         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19587         LONG_MAX): Remove.
19588         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19589         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19590         (LOCALE_PARAM_PROTO): New macro.
19591         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19592         (INTERNAL (strtol), strtol): Define with a prototype.
19593         (PARAMS): Remove.  All uses removed.
19594         * lib/tempname.c: Include <string.h> unconditionally.
19595         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19596         * lib/xgethostname.c (main): Define with a prototype.
19597         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19598         Include <stdlib.h> unconditionally.
19599         (calloc, malloc, realloc, free): Remove decls.
19600         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19601         Include <stdlib.h> unconditionally.  Sort include file names.
19602         (strtod): Remove.
19603         (xstrtod): Define with a prototype.
19604         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19605         (strtol, strtoul): Remove decls.
19606
19607 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19608
19609         More patches to assume C89 or better.
19610         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19611         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19612         string.h, memchr, STDC_HEADERS.
19613
19614 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19615
19616         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19617         Include <stdlib.h>, <string.h> unconditionally.
19618         Remove now-unnecessary cast to char *.
19619         * lib/strnlen.c: Include <string.h> unconditionally.
19620         * lib/yesno.c (yesno): Define with a prototype.
19621
19622 2003-09-11  Bruno Haible  <bruno@clisp.org>
19623
19624         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19625
19626 2003-09-10  Jim Meyering  <jim@meyering.net>
19627
19628         * lib/error.c: Correct indentation of cpp directives.
19629
19630 2003-09-10  Bruno Haible  <bruno@clisp.org>
19631
19632         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19633         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19634         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19635         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19636         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19637         <stdlib.h> and <string.h> checks.
19638         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19639         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19640
19641 2003-09-10  Bruno Haible  <bruno@clisp.org>
19642
19643         * lib/strcspn.c: Include <string.h> unconditionally.
19644         * lib/strpbrk.c: Include <string.h> unconditionally.
19645         * lib/strstr.c: Include <string.h> unconditionally.
19646         * lib/unicodeio.c: Include <string.h> unconditionally.
19647         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19648         * lib/unsetenv.c: Likewise.
19649         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19650         * lib/yesno.c: Include <stdlib.h> unconditionally.
19651         (rpmatch): Add prototype.
19652
19653 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19654
19655         More patches to assume C89 or better.
19656         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19657         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19658         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19659         or for string.h.
19660         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19661         stdlib.h.
19662         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19663         C headers.
19664         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19665         string.h.
19666         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19667         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19668         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19669         or for string.h.
19670         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19671         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19672         C headers.
19673         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19674         memcpy.
19675         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19676         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19677         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19678         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19679         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19680         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19681         string.h, free.
19682         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19683         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19684         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19685         C headers, or for string.h.
19686         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19687         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19688         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19689         headers, memory.h, stdlib.h, string.h, strings.h.
19690         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19691         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19692         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19693         strchr.
19694         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19695         headers, memory.h, string.h.
19696         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19697         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19698         free.
19699         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19700         headers.
19701         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19702         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19703         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19704         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19705         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19706
19707 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19708
19709         More K&R removal.
19710
19711         * lib/acosl.c (main): Use a prototype.
19712         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19713         tanl.c: Likewise.
19714
19715         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19716
19717         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19718         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19719         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19720         with a prototype.
19721         * lib/getopt.c (const): Remove macro.
19722         Include <string.h> unconditionally.
19723         (my_index): Remove; all uses changed to strchr.
19724         (strlen): Remove decl.
19725         (exchange): Remove forward decl; no longer needed.
19726         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19727         Define with prototype.
19728         * lib/getopt1.c (const): Remove macro.
19729         (getopt_long, getopt_long_only, main): Define with prototype.
19730
19731         * lib/getugroups.c: Include <string.h> unconditionally.
19732
19733         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19734         (getusershell, setusershell, endusershell, readname, main):
19735         Define with prototypes.
19736
19737         * lib/group-member.c: Include group-member.h first.
19738         Include <stdlib.h> unconditionally.
19739
19740         * lib/hard-locale.c: Include hard-locale.h first.
19741         Include <stdlib.h>, <string.h> unconditionally.
19742
19743         * lib/hash.c (free, malloc): Remove decls.
19744         Include <stdlib.h> unconditionally.
19745
19746         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19747         (getenv): Do not declare.
19748
19749         * lib/idcache.c: Include <string.h> unconditionally.
19750
19751         * lib/long-options.c: Include long-options.h first, to test interface.
19752         Include <stdlib.h> unconditionally.
19753
19754         * lib/makepath.c: Include makepath.h first, to test interface.
19755         Include <stdlib.h> and <string.h> unconditionally.
19756
19757         * lib/linebuffer.c: Include <stdlib.h>.
19758         (free): Remove decl.
19759
19760         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19761         stddef.h. rpl_malloc returns void *, not char *.
19762         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19763         prototype.
19764
19765         * lib/md5.h: Include <limits.h> unconditionally.
19766         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19767         (__P): Remove; all uses removed.
19768         * lib/md5.c: Include "md5.h" first.
19769         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19770         md5_buffer, md5_process_bytes, md5_process_block):
19771         Define with prototypes.
19772         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19773         * lib/sha.c: Include "sha.h" first.
19774         Include <stdlib.h>, <string.h> unconditionally.
19775
19776         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19777         * lib/memcmp.c (__ptr_t): Likewise.
19778         * lib/memrchr.c (__ptr_t): Likewise.
19779         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19780         Include <string.h> unconditionally.
19781         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19782         * lib/memchr.c: Include <stdlib.h> unconditionally.
19783         * lib/memchr.c (LONG_MAX): Remove.
19784         * lib/memrchr.c (LONG_MAX): Likewise.
19785         * lib/memchr.c (__memchr): Define via a prototype.
19786         * lib/memrchr.c (__memrchr): Likewise.
19787         * lib/memcmp.c (__P): Remove, and remove all uses.
19788         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19789         Remove forward decls; no longer needed.
19790         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19791         Use types required by C89 in prototype.
19792
19793         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19794         * lib/savedir.c: Likewise.
19795         * lib/mkdir.c (free): Remove decl.
19796         * lib/rmdir.c (rmdir): Define with a prototype.
19797         * lib/savedir.c: Include savedir.h first, to test interface.
19798
19799         * lib/mktime.c (STDC_HEADERS): Remove.
19800         Include <stdlib.h>, <string.h> unconditionally.
19801
19802         * lib/modechange.c: Include <stdlib.h> unconditionally.
19803         (malloc): Remove decl.
19804
19805         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19806         (free): Remove decl.
19807
19808         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19809         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19810         (This type really should be intptr_t, but that's a C99ism.)
19811         (_obstack_memcpy): Remove: all uses changed to memcpy.
19812         Include <string.h> unconditionally.
19813         (struct obstack): Assume __STDC__ for types of members
19814         chunkfun, freefun, extra_arg.
19815         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19816         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19817         obstack_begin, obstack_specify_allocation,
19818         obstack_specify_allocation_with_arg, obstack_chunkfun,
19819         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19820         Remove unprototyped decls and the macros that use them.
19821         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19822         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19823         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19824         (defined __STDC__ && __STDC__)]:
19825         Remove nonprototyped code.
19826         Include <stdlib.h> unconditionally.
19827         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19828         _obstack_allocated_p, _obstack_free, obstack_free,
19829         _obstack_memory_used, print_and_abort):
19830         Define using prototypes.
19831         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19832         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19833         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19834         obstack_next_free, obstack_object_size, obstack_room) [0]:
19835         Remove unused, unprototyped code.
19836
19837         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19838
19839         * lib/physmem.c (physmem_total, physmem_available, main): Define
19840         with prototypes.
19841
19842         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19843         (main): Define with a prototype.
19844
19845         * lib/posixver.c (getenv): Remove decl.
19846
19847         * lib/putenv.c (malloc): Returns void *, not char *.
19848         Include <string.h> unconditionally.
19849         (strchr, memcpy, NULL): Do not define.
19850
19851         * lib/readtokens.c: Include readtokens.h first, to test interface.
19852         Include <stdlib.h>, <string.h> unconditionally.
19853         (init_tokenbuffer): Define with a prototype.
19854
19855         * lib/regex.c (PARAMS): Remove.  All uses removed.
19856         All uses of _RE_ARGS removed, too.
19857         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19858         unconditionally.
19859         (bzero): Assume memset exists.
19860         (memcmp, memcpy, NULL): Remove.
19861         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19862         char, or assignments to local vars of type signed char.
19863         (init_syntax_once, PREFIX(extract_number_and_incr),
19864         PREFIX(print_partial_compiled_pattern),
19865         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19866         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19867         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19868         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19869         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19870         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19871         wcs_compile_range, byte_compile_range, truncate_wchar,
19872         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19873         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19874         count_mbs_length, wcs_re_match_2_internal,
19875         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19876         PREFIX(alt_match_null_string_p),
19877         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19878         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19879         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19880         now-unnecessary declaration, if any.
19881         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19882         regcomp, regexec):
19883         Remove now-unnecessary casts among pointer types.
19884         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19885
19886         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19887         (free): Remove decl.
19888
19889         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19890
19891         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19892         (free): Remove decl.
19893
19894         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19895         * lib/xgetcwd.c: Likewise.
19896
19897         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19898         (free): Remove decl.
19899
19900         * lib/strchrnul.c (strchrnul): Define with a prototype.
19901         Fix bug: c_in was not converted to char before searching.
19902
19903         The following changes are not K&R related:
19904
19905         * lib/group-member.h: Include <sys/types.h>, so that this file is
19906         self-contained.
19907         * lib/makepath.h: Likewise.
19908
19909         * lib/getusershell.c (readname, default_index, line_size, readname):
19910         Use size_t, not int, for sizes.
19911         (readname): If the size overflows, report an error instead of
19912         looping forever.
19913
19914 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19915
19916         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19917         libc.
19918
19919 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19920
19921         * README: New section: portability guidelines.
19922
19923 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19924
19925         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19926         C89 spec.
19927
19928 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19929
19930         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19931
19932 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19933
19934         Assume C89 or better; remove K&R cruft.
19935         A few of these changes were first proposed by Derek Robert Price
19936         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19937
19938         * lib/addext.c: Include <string.h> unconditionally.
19939         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19940         Don't declare getenv or malloc.
19941
19942         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19943         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19944         (NULL): Remove.
19945         (find_stack_direction, alloca): Use prototypes.
19946
19947         * lib/atexit.c (atexit): Define using a prototype.
19948
19949         * lib/basename.c, dirname.c, stripslash.c:
19950         Include <string.h> unconditionally.
19951
19952         * lib/bcopy.c: Include <stddef.h>.
19953         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19954
19955         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19956
19957         * lib/error.h (error, error_at_line, error_print_progname)
19958         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19959         * lib/error.c: Include error.h first, to check interface.
19960         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19961         (VA_START): Remove; all uses changeed to va_start.
19962         (exit, strerror): Remove decls.
19963         (error_print_progname): Prototype uncondionally.
19964         Don't include <errno.h>; no longer needed.
19965         (private_strerror): Remove.
19966         (error_tail): Always define.
19967         (error, error_at_line): Assume C89 or better; always use prototypes.
19968         * lib/fatal.c: Include "fatal.h" first, to test interface.
19969         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19970         (VA_START): Remove; all uses changed to va_start.
19971         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19972         this case.
19973         (exit): Remove decl.
19974         (fatal): Prototype unconditionally.  Assume va_start works.
19975         Abort at end, to pacify gcc.
19976
19977         * lib/euidaccess.c (main): Define with a prototype.
19978
19979         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19980
19981         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19982
19983         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19984         prototypes.
19985         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19986         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19987         (getenv): Remove decl.
19988         (fnmatch): Define using a prototype.
19989         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19990         (FCT): Define using a prototype.
19991
19992         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19993
19994         * lib/gethostname.c: Include <stddef.h>.
19995         (gethostname): Define with prototype.  Length is size_t, not int.
19996
19997 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19998
19999         Assume C89 or better; remove K&R cruft.
20000         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
20001         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
20002         string.h, getenv, malloc.
20003         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
20004         headers.
20005         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
20006         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
20007         do not check for strerror.
20008         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
20009         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
20010         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
20011         do not check for doprnt or vprintf.
20012         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
20013         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
20014
20015 2003-09-08  Paul Eggert  <eggert@twinsun.com>
20016
20017         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
20018         getversion.c should have been removed then, but was accidentally
20019         preserved.
20020
20021         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
20022         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
20023
20024 2003-09-08  Karl Berry  <karl@gnu.org>
20025
20026         * config/config.sub, config.guess, srclistvars.sh: update from savannah
20027                 config, forget about prep.
20028
20029         * config/depcomp, missing: update from automake.
20030
20031 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20032
20033         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
20034         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20035
20036 2003-09-07  Paul Eggert  <eggert@twinsun.com>
20037
20038         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
20039         copy_tm_result.  Bug reported by Simon Josefsson in
20040         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
20041
20042 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20043
20044         * m4/time_r.m4: New file.
20045         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
20046         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
20047         is. Check for timegm declaration.
20048         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
20049         Do not check for gmtime_r.
20050         Replace mktime if __mktime_internal does not exist and if mktime
20051         hasn't been replaced already.
20052
20053 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20054
20055         * lib/time_r.c, lib/time_r.h: New files.
20056
20057         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20058         __localtime_r.
20059         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20060         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20061
20062         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20063         __gmtime_r.
20064         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20065         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20066         Include <time_r.h>.
20067
20068         * lib/timegm.c: Switch to glibc implementation, with the following
20069         changes:
20070         [defined HAVE_CONFIG_H]: Include <config.h>.
20071         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20072         (__mktime_internal) [!defined _LIBC]: New decl.
20073         (__gmtime_r) [!defined _LIBC]: New macro and function.
20074         (timegm): Use a prototype, since gnulib assumes C89.
20075         Do not bother declaring tmp to be const, as it's not really usefu.
20076         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20077         (timegm): Declare only if HAVE_DECL_TIMEGM.
20078
20079 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20080
20081         * MODULES.html.sh (func_all_modules): Add time_r.
20082         * modules/time_r: New file.
20083         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20084         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20085
20086 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20087
20088         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20089         Bug reported by Lute Kamstra in
20090         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20091
20092         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20093         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20094         course with correspondingly smaller numbers for tomorrow and
20095         yesterday.  From Tadayoshi Funaba.  Originally installed into
20096         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20097         coreutils merge?).
20098
20099 2003-08-31  Simon Josefsson  <jas@extundo.com>
20100
20101         * modules/timegm: New file.
20102         * MODULES.html.sh (func_all_modules): Add timegm.
20103
20104 2003-08-31  Simon Josefsson  <jas@extundo.com>
20105
20106         * m4/timegm.m4: New file.
20107
20108 2003-08-31  Simon Josefsson  <jas@extundo.com>
20109
20110         * lib/timegm.h: New file.
20111         * lib/timegm.c: New file.  Based on
20112         wget-1.8.2/src/http.c:mktime_from_utc.
20113
20114 2003-08-31  Karl Berry  <karl@gnu.org>
20115
20116         * lib/argp.h: update from libc.
20117
20118 2003-08-28  Bruno Haible  <bruno@clisp.org>
20119
20120         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20121         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20122         followed by '#define fnmatch fnmatch_posix' gives an error.
20123
20124 2003-08-28  Bruno Haible  <bruno@clisp.org>
20125
20126         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20127         warning on QNX, which defines O_BINARY to 000000.
20128
20129 2003-08-27  Jim Meyering  <jim@meyering.net>
20130
20131         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20132         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20133         would fail after 32.  Reported by Danny Levinson.  Details here:
20134         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20135
20136 2003-08-24  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20139         MSVC7 <stdio.h> is included later.
20140
20141 2003-08-22  Simon Josefsson  <jas@extundo.com>
20142
20143         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20144
20145 2003-08-20  Karl Berry  <karl@gnu.org>
20146
20147         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20148
20149 2003-08-20  Bruno Haible  <bruno@clisp.org>
20150
20151         * modules/progname: New file.
20152         * MODULES.html.sh (func_all_modules): Add progname.
20153
20154 2003-08-20  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/progname.h: New file, from GNU gettext.
20157         * lib/progname.c: New file, from GNU gettext.
20158         * lib/progreloc.c: New file, from GNU gettext.
20159
20160 2003-08-19  Jim Meyering  <jim@meyering.net>
20161
20162         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20163         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20164
20165 2003-08-19  Bruno Haible  <bruno@clisp.org>
20166
20167         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20168         more.
20169
20170 2003-08-19  Bruno Haible  <bruno@clisp.org>
20171
20172         * lib/xstrdup.c: Assume <string.h> exists.
20173
20174 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20175
20176         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20177         in makefile rules.
20178
20179 2003-08-18  Jim Meyering  <jim@meyering.net>
20180
20181         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20182         * m4/lib-ld.m4: Likewise.
20183
20184 2003-08-18  Jim Meyering  <jim@meyering.net>
20185
20186         * lib/setenv.h: Indent nested cpp directive.
20187         * lib/vasnprintf.c: Remove trailing blanks.
20188
20189 2003-08-17  Simon Josefsson  <jas@extundo.com>
20190
20191         * modules/xstrndup: New file.
20192         * MODULES.html.sh (func_all_modules): Add xstrndup.
20193
20194 2003-08-17  Simon Josefsson  <jas@extundo.com>
20195
20196         * modules/argp: Fix autoconf macro name. Add more dependencies.
20197
20198 2003-08-17  Simon Josefsson  <jas@extundo.com>
20199
20200         * m4/xstrndup.m4: New file.
20201
20202 2003-08-17  Simon Josefsson  <jas@extundo.com>
20203
20204         * m4/argp.m4: New file.
20205
20206 2003-08-17  Simon Josefsson  <jas@extundo.com>
20207             Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/xstrndup.h: New file.
20210         * lib/xstrndup.c: New file.
20211
20212 2003-08-17  Bruno Haible  <bruno@clisp.org>
20213
20214         * modules/strndup (Files, Include): Add lib/strndup.h.
20215
20216 2003-08-17  Bruno Haible  <bruno@clisp.org>
20217
20218         * modules/euidaccess (Files): Add lib/euidaccess.h.
20219
20220 2003-08-17  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/strndup.h: New file.
20223
20224 2003-08-17  Bruno Haible  <bruno@clisp.org>
20225
20226         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20227         like AC_GNU_SOURCE.
20228         * modules/extensions (configure.ac): Comment out the invocation of
20229         gl_USE_SYSTEM_EXTENSIONS.
20230
20231 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20232
20233         Merges from coreutils, etc.
20234         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20235         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20236         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20237         fixing a typo.
20238         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20239         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20240
20241 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20242
20243         Document merge from coreutils.
20244         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20245         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20246         * modules/utime: Add m4/utimes-null.m4.
20247
20248 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20249
20250         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20251         space, undoing this 2003-08-12 change:
20252         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20253
20254 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20255
20256         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20257         strtoul.c from libc, undoing this 2003-08-12 change:
20258         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20259
20260 2003-08-16  Jim Meyering  <jim@meyering.net>
20261
20262         Merges from coreutils.
20263         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20264         prefix.  Adjust cache variables similarly.  Create 500 rather than
20265         just 300 files, to exercise bug on Darwin6.5, too.
20266         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20267         $missing_dir.
20268         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20269         AM_SYS_POSIX_TERMIOS.
20270         Reported by mkc@mathdogs.com.
20271         Also change use of $am_cv_sys_posix_termios
20272         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20273         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20274         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20275         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20276         in /proc/mounts until it finds one with matching device number.  This
20277         is unnecessary when the FILE argument *is* a mount point.  No stat call
20278         is necessary in that case.  So, disable the statvfs-testing code on
20279         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20280         as RedHat bug# 84846.
20281         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20282         to 1MB, so as not to render systems with no stack size limit (e.g.,
20283         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20284         Include <unistd.h>.  On some systems,
20285         it is required for the definition of _SC_PAGESIZE.
20286
20287 2003-08-16  Jim Meyering  <jim@meyering.net>
20288
20289         Merge from coreutils.
20290         * lib/xstrtoimax.c: #else #if -> #elif.
20291         * lib/xstrtoumax.c: Likewise.
20292
20293 2003-08-16  Jim Meyering  <jim@meyering.net>
20294
20295         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20296         * m4/utimes.m4: Removed.
20297         * m4/utimes-null.m4: Renamed from utimes.m4.
20298
20299         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20300         to 1MB, so as not to render systems with no stack size limit (e.g.,
20301         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20302         Include <unistd.h>.  On some systems,
20303         it is required for the definition of _SC_PAGESIZE.
20304
20305 2003-08-16  Jim Meyering  <jim@meyering.net>
20306         and Paul Eggert  <eggert@cs.ucla.edu>
20307
20308         Merges from coreutils, etc.
20309
20310         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20311         using the latest version from cvs.  This avoids problems with #line
20312         directives using a vendor (Sun) compiler.
20313         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20314         Don't set GETGROUPS_LIB here; now it's
20315         done via getgroups.m4's wrapper function.
20316         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20317         rather than just in sh-util/configure.in, so that the
20318         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20319         same.
20320         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20321         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20322         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20323         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20324         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20325         Remove code that is now done by the newly-required macros.
20326         Append $(EXEEXT) to DF_PROG.
20327         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20328         Do not invoke or require the following here,
20329         since prereq.m4 or some gnulib .m4 now does this for us:
20330         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20331         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20332         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20333         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20334         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20335         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20336         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20337         AC_FUNC_OBSTACK.
20338         Do not replace the following functions, as this is now the job
20339         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20340         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20341         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20342         atexit getpass, strdup, getpagesize.
20343         Replace 'raise'.
20344         Do not check for the following functions, as this is now the job
20345         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20346         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20347         setregid.
20348         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20349         Check for sys/sysctl.h.
20350         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20351         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20352         of checking for ssize_t ourselves.
20353
20354         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20355         Require every macro that gnulib/modules/* suggests for us.
20356         (jm_PREREQ_ADDEXT): New macro.
20357         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20358         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20359
20360         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20361         (gl_PHYSMEM): Use it.
20362         Also check for `table' function.
20363         Check for new headers and functions.
20364         Add check for sys/sysmp.h.
20365         With suggestions from Kaveh Ghazi.
20366         Ignore headers that are present but cannot be compiled.  This
20367         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20368         C 5.4.
20369
20370 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20371
20372         Document merge from coreutils.
20373         * modules/userspec: Depend on posixver.
20374         * modules/strftime: Depend on tzset.
20375
20376 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20377
20378         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20379         rather than tab, after '#' in shell-script copyright notices.
20380         Suggested by Bruno Haible.
20381
20382 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20383
20384         * config/srclist-update: Use three spaces, rather than tab, after '#'
20385         in shell-script copyright notices.  Suggested by Bruno Haible.
20386         Remove unnecessary parenthesization in regular expression.
20387
20388 2003-08-15  Jim Meyering  <jim@meyering.net>
20389
20390         Merge from coreutils.
20391         * lib/xgethostname.c: Include <stdlib.h>.
20392         (xghostname): Don't exit for anything other than memory-related
20393         failure; just return NULL.
20394         * lib/userspec.c: Include "posixver.h".
20395         (parse_user_spec): Accept `.' as a separator only
20396         in pre-POSIX-200112 mode.
20397         * lib/strtoimax.c: Use #elif rather than #else #if.
20398         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20399         Remove function, now that we can rely on a working tzset function.
20400         [!_LIBC]: Ensure that the required autoconf test has been run.
20401         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20402         Use underlying_strftime for %r.
20403         * lib/sha.c: Merge in some clean-up and optimization changes from
20404         glibc.
20405         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20406         Ensure that it is a multiple of 64.
20407         Rearrange loop exit tests so as to avoid performing an
20408         additional fread after encountering an error or EOF.
20409         * lib/realloc.c: Update copyright date.
20410
20411 2003-08-15  Jim Meyering  <jim@meyering.net>
20412         and Paul Eggert  <eggert@twinsun.com>
20413
20414         Merge from coreutils.
20415         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20416         member but strut utmpx does not.  Needed for AIX 4.3.3.
20417         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20418
20419 2003-08-15  Jim Meyering  <jim@meyering.net>
20420         and Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         Merges from coreutils, etc.
20423         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20424         Require gl_FUNC_TZSET_CLOBBER.
20425         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20426         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20427         members.
20428
20429 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20430
20431         Help the merge from coreutils.
20432         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20433         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20434         * m4/tzset.m4: Use it too.
20435
20436 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20437
20438         * modules/tzset: New file.
20439
20440 2003-08-14  Jim Meyering  <jim@meyering.net>
20441
20442         Merges from coreutils.
20443         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20444         variable names, rather than @FNMATCH_H@.
20445         * modules/alloca: Likewise for $(ALLOCA_H).
20446
20447         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20448         the three copies of the literal target, `fnmatch.h'.
20449         * modules/alloca (alloca.h): Likewise.
20450
20451 2003-08-14  Jim Meyering  <jim@meyering.net>
20452
20453         Merge from coreutils.
20454         * m4/tzset.m4: New file.
20455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20456         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20457         otherwise, AIX 5.1 systems would end up using the latter.
20458         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20459         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20460         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20461         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20462
20463 2003-08-14  Jim Meyering  <jim@meyering.net>
20464
20465         Merge from coreutils.
20466         * lib/obstack.h: Whitespace changes.
20467         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20468         and xcalloc return values.
20469         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20470         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20471         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20472         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20473         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20474         error from mntctl.
20475         Use mntctl's return value to drive the entry-processing loop, since
20476         we can't rely on the value of the vmt_length member in the last
20477         entry.  On some systems doing so could result in exhausting
20478         virtual memory.  Based in part on a patch from Mike Jetzer.
20479
20480 2003-08-14  Jim Meyering  <jim@meyering.net>
20481         and Paul Eggert  <eggert@twinsun.com>
20482
20483         Merges from coreutils, plus other fixes.
20484         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20485         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20486         for credits and details.  Thanks to Kaveh Ghazi for helping
20487         to keep these files in sync.
20488         (ARRAY_SIZE): Define it.
20489         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20490         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20491         (memcasecmp): Don't assume size_t fits in unsigned int.
20492         Remove casts and duplicate code.
20493         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20494         (memcpy): Remove definition.
20495         Merge in some clean-up and optimization changes from glibc.
20496         [BLOCKSIZE]: Move definition to top of file.
20497         Ensure that it is a multiple of 64.
20498         Rearrange loop exit tests so as to avoid performing an
20499         additional fread after encountering an error or EOF.
20500         * lib/md5.h (md5_uintptr): Define.
20501         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20502         return to the initial working directory.  Preserve errno
20503         for caller.
20504         * lib/idcache.c: Include "xalloc.h".
20505         (xmalloc, xrealloc): Remove decls.
20506         (getuser): Remove casts no longer required in C89.
20507         * lib/human.c: Include stdio.h, for sprintf.
20508         * lib/group-member.c: Include "xalloc.h".
20509         (xmalloc, xrealloc): Remove decls.
20510         (get_group_info): Remove casts no longer required in C89.
20511         * lib/getusershell.c (readname): Remove casts no longer required in
20512         C89.
20513         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20514         * lib/getline.c: Whitespace fix, from coreutils.
20515
20516 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20517
20518         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20519         Check for isascii.
20520
20521         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20522         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20523         Undo previous (whitespace-only) change.
20524
20525 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20526
20527         * lib/exclude.c: Include <ctype.h>
20528         (IN_CTYPE_DOMAIN): New macro.
20529         (is_space): New fn.
20530         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20531         and empty lines.
20532
20533         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20534         Undo previous (whitespace-only) change.
20535
20536 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20537
20538         * config/srclist-update: Change update back to the old behavior,
20539         leaving whitespace alone.  Use one 'sed' command rather than a
20540         pipeline.
20541         (fixlicense): Now a variable, not a function.
20542         (remove_trailing_blanks): Remove.
20543         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20544         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20545         Undo previous (whitespace-only) change.
20546
20547 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20548
20549         Merge from coreutils.
20550         * modules/euidaccess: Add lib_SOURCES, include for new
20551         file euidaccess.h
20552
20553 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20554
20555         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20556         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20557         Normalize leading white space and remove trailing white space.
20558
20559         Merge from coreutils
20560         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20561
20562         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20563         0.12.1.  These files are now being upgraded automatically by
20564         ../config/srclist-update.
20565
20566 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20567
20568         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20569         Normalize leading white space and remove trailing white space.
20570         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20571         notice, as per ../config/srclist-update.
20572
20573         Merge from coreutils.
20574         * lib/euidaccess.h: New file.
20575         * lib/euidaccess.c: Include it.
20576         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20577         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20578         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20579
20580 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20581
20582         * config/srclist-update: Add copyright notice.
20583         (remove_id_lines, remove_trailing_blanks): New constants.
20584         (fixfile): Use them to normalize spacing a bit in copied files.
20585         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20586         Normalize leading white space and remove trailing white space.
20587
20588         * config/texinfo.tex: Sync with texinfo.
20589
20590         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20591         strtoul.c from libc, to merge coreutils whitespace changes.
20592
20593         * config/srclist.txt: Get the following m4 files from gettext:
20594         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20595         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20596         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20597         wint_t.m4.
20598
20599 2003-08-12  Karl Berry  <karl@gnu.org>
20600
20601         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20602         been made.
20603
20604 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20605
20606         * modules/gnu-source, m4/gnu-source.m4:
20607         Remove; we're assuming Autoconf 2.54 or later now.
20608         Suggested by Bruno Haible.
20609         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20610
20611 2003-08-11  Bruno Haible  <bruno@clisp.org>
20612
20613         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20614
20615 2003-08-11  Bruno Haible  <bruno@clisp.org>
20616
20617         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20618         (vasnprintf): Use it instead of wcslen.
20619
20620 2003-08-11  Bruno Haible  <bruno@clisp.org>
20621
20622         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20623         value to ensure that _Bool promotes to int. Use #define for _Bool when
20624         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20625
20626 2003-08-10  Karl Berry  <karl@gnu.org>
20627
20628         * lib/regex.h: update from libc (whitespace fix).
20629
20630 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20631
20632         Merge some files from coreutils.  These changes were
20633         originally made by Jim Meyering.
20634         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20635         many older Unixes require this.
20636         * lib/alloca.c (alloca): Remove cast to argument of free;
20637         no longer needed in C89.
20638         * lib/alloca_.h, regex.h: Fix white space to match
20639         what GNU indent does.
20640
20641 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20642
20643         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20644         apparently Emacs's Unicode mode got confused before my 2003-08-05
20645         checkin.
20646
20647 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20648
20649         * m4/extensions.m4: New file.
20650         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20651         Require gl_USE_SYSTEM_EXTENSIONS.
20652         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20653         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20654
20655 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20656
20657         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20658         * modules/extensions, modules/gnu-source: New files.
20659         * modules/timespec, modules/unlocked-io: Depend on extensions.
20660
20661 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20662
20663         * modules/restrict: New file.
20664         * MODULES.html.sh (func_all_modules): Add restrict.
20665         * modules/regex: Depend on restrict.
20666
20667 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20668
20669         * m4/restrict.m4: New file.
20670         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20671
20672 2003-08-07  Bruno Haible  <bruno@clisp.org>
20673
20674         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20675         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20676
20677 2003-08-07  Bruno Haible  <bruno@clisp.org>
20678
20679         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20680         makes the module 'getndelim2' compatible with the module 'getline'.
20681
20682 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20683
20684         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20685         byte with "\201" to avoid glitches when editing that source file
20686         with multi-gnome-terminal.
20687
20688 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20689
20690         * lib/bumpalloc.h: Remove.
20691
20692 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20693
20694         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20695         * modules/bumpalloc: Remove.
20696
20697 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20698
20699         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20700         GNU coding style.
20701
20702         Merge from coreutils.
20703         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20704         1. From glibc.
20705         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20706         from Karl Berry, implemented by Jim Meyering.
20707         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20708         from Dmitry V. Levin.
20709         Remove anachronistic cast of xrealloc.
20710         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20711         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20712         type. Otherwise, it wouldn't compile with at least /bin/cc on
20713         ymp-cray-unicos9.0.2.X.
20714         Combine two mostly-identical uses of alloca into one.
20715         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20716
20717 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20718
20719         [From Emacs.]
20720
20721         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20722         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20723         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20724         obsolete NLIST_NAME_UNION.
20725         [__GNU__]: Undef BSD and FSCALE.
20726         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20727
20728 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20729
20730         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20731         an enum type, so that it's guaranteed to promote to int.  See:
20732         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20733
20734 2003-08-03  Karl Berry  <karl@gnu.org>
20735
20736         * config/depcomp: update from automake.
20737
20738 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20739
20740         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20741         (strerror): Don't assume that a printable int fits in 14 bytes.
20742
20743 2003-07-31  Bruno Haible  <bruno@clisp.org>
20744
20745         * modules/getpass-gnu: New file.
20746         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20747
20748 2003-07-31  Bruno Haible  <bruno@clisp.org>
20749
20750         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20751
20752 2003-07-24  Karl Berry  <karl@gnu.org>
20753
20754         * config/missing: update from automake.
20755
20756 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20757             Bruno Haible  <bruno@clisp.org>
20758
20759         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20760         * lib/getline.c (getline, getdelim): Likewise.
20761         Remove _GNU_SOURCE define; now it's defined in config.h through
20762         m4/getline.m4.
20763
20764 2003-07-23  Karl Berry  <karl@gnu.org>
20765
20766         * config/config.sub: update from prep.
20767
20768 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20769
20770         * modules/xalloc (Depends-on): Add exitfail.
20771         * modules/xmemcoll: Likewise.
20772
20773 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20774
20775         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20776         over-parenthesization in macros.
20777
20778         Sync with coreutils.
20779
20780         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20781         required by C99.
20782
20783         Use `exit_failure' for xalloc and xmemcoll instead of their own
20784         private exit-failure variables.
20785         * lib/xalloc.h (xalloc_exit_failure): Remove.
20786         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20787         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20788         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20789         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20790         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20791
20792 2003-07-20  Jim Meyering  <jim@meyering.net>
20793
20794         * modules/closeout (Depends-on): Add exitfail.
20795         Suggestion from Bruno Haible.
20796
20797 2003-07-19  Karl Berry  <karl@gnu.org>
20798
20799         * config/config.sub: update from prep.
20800
20801 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20802
20803         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20804         Remove.
20805         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20806         to test that it can stand by itself.  Include "exitfail.h".
20807         Clients should set exit_failure instead.
20808         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20809
20810 2003-07-18  Bruno Haible  <bruno@clisp.org>
20811
20812         * modules/getndelim2: New file.
20813         * modules/getline: Share files with module getndelim2.
20814         * modules/getnline: Depend on getndelim2 instead of sharing files with
20815         it. Add getnline.c to lib_SOURCES.
20816         * MODULES.html.sh (func_all_modules): Add getndelim2.
20817
20818 2003-07-18  Bruno Haible  <bruno@clisp.org>
20819
20820         * m4/getndelim2.m4: New file.
20821         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20822         invoke gl_PREREQ_GETNDELIM2.
20823         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20824         gl_PREREQ_GETNDELIM2.
20825         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20826         gl_GETNDELIM2.
20827
20828 2003-07-18  Bruno Haible  <bruno@clisp.org>
20829
20830         * lib/getndelim2.h: New file.
20831         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20832         getndelim2.h.
20833         (getndelim2): Make non-static. Change return type to ssize_t.
20834         * lib/getline.h: Change argument names.
20835         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20836         * lib/getnline.c: Include getndelim2.h.
20837
20838 2003-07-18  Andreas Schwab  <schwab@suse.de>
20839
20840         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20841
20842 2003-07-17  Karl Berry  <karl@gnu.org>
20843
20844         * config/config.sub: update from prep.
20845
20846 2003-07-17  Bruno Haible  <bruno@clisp.org>
20847
20848         * modules/getnline: New file.
20849         * modules/getline: Add lib/getndelim2.c to source file list.
20850         * MODULES.html.sh (func_all_modules): Add getnline.
20851
20852 2003-07-17  Bruno Haible  <bruno@clisp.org>
20853
20854         * m4/getnline.m4: New file.
20855
20856 2003-07-17  Bruno Haible  <bruno@clisp.org>
20857
20858         * m4/Makefile.am.in: Remove file.
20859         * m4/Makefile.am: Remove file.
20860         * m4/Makefile.in: Remove file.
20861
20862 2003-07-17  Bruno Haible  <bruno@clisp.org>
20863
20864         * lib/getnline.h: New file.
20865         * lib/getnline.c: New file.
20866         * lib/getndelim2.c: New file, extracted from getline.c.
20867         (getndelim2): Renamed from getdelim2, with added nmax argument.
20868         * lib/getline.c: Include getndelim2.c.
20869         (getdelim2): Moved out to getndelim2.c.
20870         (getline, getdelim): Update.
20871
20872 2003-07-17  Bruno Haible  <bruno@clisp.org>
20873
20874         * lib/Makefile.am: Remove file.
20875         * lib/Makefile.in: Remove file.
20876
20877 2003-07-17  Bruno Haible  <bruno@clisp.org>
20878
20879         * configure.in: Remove file.
20880         * Makefile.in: Remove file.
20881
20882 2003-07-17  Bruno Haible  <bruno@clisp.org>
20883
20884         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20885
20886 2003-07-16  Karl Berry  <karl@gnu.org>
20887
20888         * config/srclist-update: was running fixlicense twice, which caused
20889                 texinfo.tex to be nullified for some reason.  Simplify,
20890                 $gplsrc is no longer needed as far as I can see?
20891
20892 2003-07-16  Jim Meyering  <jim@meyering.net>
20893
20894         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20895
20896 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20897
20898         * config/srclist.txt: Get the following files from gettext-runtime/intl
20899         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20900         ref-del.sin.  From Bruno Haible.
20901         * config/srclist-update (fixfile): Change grep pattern again, since the
20902         previous fix didn't work (there was another trailing $).  Use
20903         '[$]' to escape the $s.
20904
20905 2003-07-15  Karl Berry  <karl@gnu.org>
20906
20907         * lib/vasnprintf.c: update from gettext.
20908
20909 2003-07-15  Karl Berry  <karl@gnu.org>
20910
20911         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20912         gets expanded when surrounded by '$'.
20913
20914 2003-07-15  Jim Meyering  <jim@meyering.net>
20915
20916         * modules/save-cwd: Don't depend on error.  From Derek Price.
20917
20918 2003-07-15  Jim Meyering  <jim@meyering.net>
20919
20920         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20921
20922 2003-07-14  Simon Josefsson  <jas@extundo.com>
20923
20924         * modules/mempcpy: New file.
20925         * MODULES.html.sh (func_all_modules): Add mempcpy.
20926
20927 2003-07-14  Simon Josefsson  <jas@extundo.com>
20928
20929         * m4/mempcpy.m4: New file.
20930
20931 2003-07-14  Simon Josefsson  <jas@extundo.com>
20932
20933         * lib/mempcpy.h: New file.
20934         * lib/mempcpy.c: New file.
20935
20936 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20937
20938         * modules/getdate, modules/posixtm: Depend on mktime.
20939
20940 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20941
20942         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20943         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20944         unicodeio.c, unicodeio.h, unlocked-io.h:
20945         Switch from LGPL to GPL.
20946
20947 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20948
20949         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20950         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20951         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20952         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20953         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20954         updated automatically by ../config/srclist-update.  This changes
20955         their license from LPGL to GPL.
20956
20957 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20958
20959         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20960         assumed to refer to the root of the most recent stable gettext version.
20961         * config/srclistvars.sh: Add defaults for eggert.
20962         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20963         Match "This program" as well as "The program".  This is needed
20964         for gettext.
20965
20966 2003-07-14  Jim Meyering  <jim@meyering.net>
20967
20968         Don't emit diagnostics.  Let callers do that.
20969         * lib/save-cwd.c: Don't include "error.h".
20970         (save_cwd): Don't call error.  Ensure that errno is valid
20971         when returning nonzero.
20972
20973         * lib/save-cwd.h (restore_cwd): Update prototype.
20974         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20975         Simplify.  Don't call error upon failure.  Let callers do that.
20976         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20977         when auditing is enabled.  But don't bother updating the #if.
20978
20979 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20980
20981         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20982         it breaks C++ compilation.
20983         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20984
20985 2003-07-10  Simon Josefsson  <jas@extundo.com>
20986
20987         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20988
20989 2003-07-10  Jim Meyering  <jim@meyering.net>
20990
20991         * m4/clock_time.m4: Remove trailing blank.
20992         * m4/intmax_t.m4: Likewise.
20993
20994 2003-07-10  Jim Meyering  <jim@meyering.net>
20995
20996         * lib/vasnprintf.c: Remove trailing blanks.
20997         Make cpp indentation consistent.
20998
20999 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21000
21001         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
21002         posixver.c, strftime.c, strnlen.c, strverscmp.c:
21003         Switch from LGPL to GPL.
21004
21005 2003-07-09  Paul Eggert  <eggert@twinsun.com>
21006
21007         * config/srclist.txt: Sort sublists.  Add
21008         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
21009         that differ from gnulib for one reason or another; we'd like this list
21010         to be smaller but for now let's document what we have.
21011
21012 2003-07-08  Paul Eggert  <eggert@twinsun.com>
21013
21014         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
21015         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
21016         and sweeter "eval x=$x".
21017         * config/srclist.txt: Get lib/argp* from glibc.
21018
21019 2003-07-07  Paul Eggert  <eggert@twinsun.com>
21020
21021         * lib/mktime.c: Fix some boundary cases and remove need for floating
21022         point.
21023
21024         Issue a compile-time diagnostic if time_t is floating point, or if
21025         two's complement arithmetic is not in effect, or if arithmetic
21026         right shift does not propagate the sign.  These assumptions were
21027         all in the original code but they weren't checked.
21028
21029         (TIME_T_MIDPOINT, verify): New macros.
21030         (__isleap): Remove; it has integer overflow problems.
21031         (leapyear): New function, without those problems.
21032         (ydhms_tm_diff): Remove; splitting into two parts.
21033         (ydhms_diff): New function, containing the arithmetic part of
21034         the old ydhms_tm_diff function.  Issue a compile-time
21035         diagnostic if we are not using C99 integer division.
21036         Avoid casts when possible.
21037         (guess_time_tm): New function, containing the checking part of
21038         the old ydhms_tm_diff function.  Return the new value, rather than
21039         the difference between it and the old.  Accept a new argument T
21040         so that *T specifies the old value.  Check for overflow in the result.
21041
21042         (__mktime_internal): Use a time_t offset, not a long int offset.
21043         This undoes the 2003-06-04 change, which is no longer needed now
21044         that we have better overflow checking.
21045         (localtime_offset): Likewise.
21046
21047         (__mktime_internal): Avoid harmful overflow on hosts where time_t
21048         and long are 64-bit but int is only 32-bit.
21049         (ydhms_diff): Use long int to store year1 and yday1.
21050         Issue a compile-time diagnostic if long int is not wide enough.
21051
21052         (__mktime_internal): Use long int to store adjusted year and yday.
21053         Use plain C rather than preprocessor commands, if that doesn't
21054         affect efficiency.
21055         Check for overflow (and try to repair) after each probe
21056         rather than checking only at the very end.  This avoids some bugs
21057         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21058         does not equal GMT offset at maximum time).
21059         Use integer to check for overflow rather than floating point; this
21060         is more portable to non-IEEE hosts, and is a tad faster.
21061         When we detect that we are oscillating between two values,
21062         don't check whether tm_isdst has the requested value, since
21063         we already know the answer.  When tm_isdst has the wrong value,
21064         use a different heuristic to find the right one, based on the
21065         extreme values actually observed in practice in tz2003a,
21066         rather than the (overly optimistic) "previous 3 calendar quarters".
21067
21068         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21069         "T const" to accommodate glibc style.
21070         (check_result): Use less-confusing report format.  "long" -> "long int.
21071         (main): Likewise.
21072         Don't loop if the iteration overflows time_t.
21073         Allow a negative step in the iteration.
21074
21075 2003-07-06  Karl Berry  <karl@gnu.org>
21076
21077         * config/depcomp: update from automake.
21078         * config/config.sub: update from prep.
21079
21080 2003-07-03  Karl Berry  <karl@gnu.org>
21081
21082         * config/config.guess: update from prep.
21083
21084 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21085
21086         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21087         xreadlink.c now includes it unconditionally.
21088
21089 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21090
21091         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21092         having it depend on HAVE_SYS_TYPES_H.
21093
21094 2003-07-01  Bruno Haible  <bruno@clisp.org>
21095
21096         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21097         <sys/types.h> should be sufficient.
21098         Reported by Paul Eggert.
21099
21100 2003-06-26  Karl Berry  <karl@gnu.org>
21101
21102         * config/depcomp: update from automake.
21103
21104 2003-06-26  Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/human: Depend on module stdbool.
21107
21108 2003-06-25  Bruno Haible  <bruno@clisp.org>
21109
21110         * modules/readlink: New file.
21111         * modules/xreadlink: Depend on it.
21112         * MODULES.html.sh (func_all_modules): Add readlink.
21113
21114 2003-06-25  Bruno Haible  <bruno@clisp.org>
21115
21116         * m4/readlink.m4: New file.
21117
21118 2003-06-25  Bruno Haible  <bruno@clisp.org>
21119
21120         * lib/readlink.c: New file.
21121
21122 2003-06-22  Karl Berry  <karl@gnu.org>
21123
21124         * config/srclist.txt: update mkinstalldirs from automake.
21125         * config/mkinstalldirs: update.
21126
21127 2003-06-22  Bruno Haible  <bruno@clisp.org>
21128
21129         Portability to mingw32.
21130         * m4/ssize_t.m4: New file, from GNU gettext.
21131         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21132         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21133
21134 2003-06-22  Bruno Haible  <bruno@clisp.org>
21135
21136         * modules/safe-read: Add m4/ssize_t.m4.
21137         * modules/xreadlink: Add m4/ssize_t.m4.
21138
21139 2003-06-20  Bruno Haible  <bruno@clisp.org>
21140
21141         Assume C89, so PARAMS isn't needed.
21142         * lib/unicodeio.h (PARAMS): Remove.
21143         * lib/unicodeio.c: Don't use PARAMS.
21144
21145 2003-06-18  Karl Berry  <karl@gnu.org>
21146
21147         * config/config.{guess,sub}: update from prep.
21148
21149 2003-06-18  Jim Meyering  <jim@meyering.net>
21150
21151         Merge changes from coreutils.
21152         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21153         Remove explicit declarations of xmalloc and realloc.
21154         Include xalloc.h.
21155         (read_utmp): Remove anachronistic cast of xmalloc.
21156
21157 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21158
21159         Assume C89, so PARAMS isn't needed.
21160         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21161         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21162         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21163         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21164         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21165         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21166         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21167         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21168         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21169         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21170         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21171         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21172         no longer needed. Anyway, config.h should always be included before any
21173         other file.
21174
21175 2003-06-11  Simon Josefsson  <jas@extundo.com>
21176
21177         * modules/sysexits: New file.
21178         * MODULES.html.sh (func_all_modules): Add sysexits.
21179
21180 2003-06-11  Simon Josefsson  <jas@extundo.com>
21181
21182         * lib/sysexit_.h: New file.
21183
21184 2003-06-11  Derek Price  <derek@ximbiot.com>
21185
21186         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21187         necessary.
21188
21189 2003-06-11  Bruno Haible  <bruno@clisp.org>
21190
21191         * m4/sysexits.m4: New file.
21192
21193 2003-06-10  Simon Josefsson  <jas@extundo.com>
21194
21195         * lib/argp.h: New file, from glibc.
21196         * lib/argp-ba.c: New file, from glibc.
21197         * lib/argp-eexst.c: New file, from glibc.
21198         * lib/argp-fmtstream.c: New file, from glibc.
21199         * lib/argp-fmtstream.h: New file, from glibc.
21200         * lib/argp-fs-xinl.c: New file, from glibc.
21201         * lib/argp-help.c: New file, from glibc.
21202         * lib/argp-namefrob.h: New file, from glibc.
21203         * lib/argp-parse.c: New file, from glibc.
21204         * lib/argp-pv.c: New file, from glibc.
21205         * lib/argp-pvh.c: New file, from glibc.
21206         * lib/argp-xinl.c: New file, from glibc.
21207
21208 2003-06-10  Simon Josefsson  <jas@extundo.com>
21209
21210         * modules/strchrnul: New file.
21211
21212 2003-06-10  Simon Josefsson  <jas@extundo.com>
21213
21214         * modules/argp: New file.
21215
21216 2003-06-10  Simon Josefsson  <jas@extundo.com>
21217
21218         * m4/strchrnul.m4: New file.
21219
21220 2003-06-10  Simon Josefsson  <jas@extundo.com>
21221
21222         * lib/strchrnul.h: New file.
21223         * lib/strchrnul.c: New file.
21224
21225 2003-06-10  Bruno Haible  <bruno@clisp.org>
21226
21227         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21228
21229 2003-06-07  Karl Berry  <karl@gnu.org>
21230
21231         * config/config.{guess,sub}: update from prep.
21232
21233 2003-06-07  Jim Meyering  <jim@meyering.net>
21234
21235         * modules/strtod: Use $(...) notation, not @...@ for
21236         AC_REPLACE'd variables.
21237         * modules/localcharset: Likewise.
21238
21239 2003-06-07  Jim Meyering  <jim@meyering.net>
21240
21241         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21242         in place of my name in the copyright comment.
21243         Remove definition and uses of __P.
21244
21245         From coreutils.
21246         * lib/stat.c: Don't declare xmalloc explicitly.
21247         Instead, include "xalloc.h".
21248         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21249         xrealloc, and xcalloc return values.
21250         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21251         Improve comment.
21252         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21253
21254 2003-06-07  Bruno Haible  <bruno@clisp.org>
21255
21256         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21257         avoid AC_CONFIG_LINKS.
21258         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21259         fnmatch.h, to avoid AC_CONFIG_LINKS.
21260         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21261
21262 2003-06-07  Bruno Haible  <bruno@clisp.org>
21263
21264         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21265         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21266         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21267         directory.
21268         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21269         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21270         directory.
21271
21272 2003-06-06  Jim Meyering  <jim@meyering.net>
21273
21274         Merge from coreutils.
21275         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21276         Consolidate declarations and initializations of *_base* locals.
21277
21278         Merge from coreutils.
21279         This avoids a core dump on systems without GNU putenv,
21280         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21281         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21282         (unsetenv): New static function, from GNU libc.
21283         (rpl_putenv): Use it.
21284
21285         * lib/modechange.c: Remove trailing blanks.
21286
21287         Merge from coreutils.
21288         * lib/fsusage.c: Remove declaration of statfs.
21289         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21290
21291         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21292
21293 2003-06-06  Jim Meyering  <jim@meyering.net>
21294
21295         * lib/stdbool_.h: Renamed from stdbool.h.in.
21296
21297 2003-06-06  Jim Meyering  <jim@meyering.net>
21298             Bruno Haible  <bruno@clisp.org>
21299
21300         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21301         Adjust Makefile.am snippet not to redirect directly to target.
21302         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21303
21304 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21305
21306         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21307         mismatch, look in future quarters as well as past.  This fixes a
21308         bug when processing fall-backwards gaps immediately after a long
21309         period of daylight-saving time.
21310
21311         * lib/mktime.c: Assume freestanding C89 or better.
21312         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21313         (__P): Remove; not used.
21314         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21315         (mktime, not_equal_tm, print_tm, check_result,
21316         main): Use prototypes.  Use const * where appropriate.
21317         (main): Fix typo in testing code that uncovered by above changes.
21318         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21319
21320 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21321
21322         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21323         locale.h, localeconv.  This merges changes from coreutils.
21324
21325         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21326         It can be removed after the next Autoconf is released.
21327         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21328         needed.
21329
21330 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21331
21332         * lib/mktime.c: Fix Debian bug 177940
21333         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21334         (localtime_offset): Now long int, not time_t, because we want it
21335         to be guaranteed to be signed.  All uses changed.
21336         (__mktime_internal): If overflow would occur when adding offset,
21337         don't add it.
21338
21339         Merge 'human' changes from coreutils.  Rewrite to support
21340         locale-specific notations like thousands separators.
21341         * lib/human.c: Simplify authorship notice.
21342         Include human.h immediately after config.h.
21343         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21344         <limits.h>: Do not include, since human.h does.
21345         (SIZE_MAX, UINTMAX_MAX): New macros.
21346         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21347         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21348         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21349         (power_letter): Renamed from suffixes.
21350         (generate_suffix_backwards): Remove.
21351         (adjust_value): Now takes int style (because of human.h changes)
21352         and long double value (for greater precision on some platforms).
21353         (group_number): New function.
21354         (human_readable): Use it.  Use integer options, not enum.
21355         Put the options before the sizes in the arg list.
21356         Support all the new options.
21357         The old human_readable function has been removed;
21358         use inttostr.h instead.
21359         (human_readable, default_block_size, humblock):
21360         Use uintmax_t, not int, for block sizes.
21361         (human_readable_inexact, block_size_types): Remove.
21362         (block_size_opts): New constant.
21363         (human_options): Renamed from human_block_size, with new signature
21364         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21365         * lib/human.h: Add copyright and authorship notice.
21366         Include <limits.h> and <stdbool.h> unconditionally.
21367         (PARAMS): Remove.  All uses removed.
21368         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21369         (enum human_inexact_style): Remove tag; now a nameless enum.
21370         (human_floor, human_ceiling, human_round_to_even): Now have
21371         values 2, 0, 1 rather than -1, 1, 0.
21372         (human_group_digits, human_suppress_point_zero, human_autoscale,
21373         human_base_1024, human_SI, human_B): New constants.
21374         (human_readable_inexact, human_block_size): Remove.
21375         (human_readable): Size args are now uintmax_t, not int.
21376         (human_options): New decl.
21377
21378         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21379         unnecessary now that we assume C89 or better.  This change
21380         imported from coreutils.
21381
21382         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21383         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21384         in the 2003-05-30 sync from glibc.
21385
21386         .h files should stand alone, but we shouldn't include <sys/types.h>
21387         if we can get away with just <stddef.h>.
21388
21389         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21390         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21391         rather than <sys/types.h>, as we merely need size_t.
21392         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21393         to get size_t.
21394         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21395         Include <stdio.h>, to get FILE.
21396         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21397         memcasecmp.h has included <stddef.h> and all we need is size_t.
21398         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21399         our interface, instead of including <sys/types.h>
21400
21401 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21402
21403         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21404         now, as glibc mktime is buggy on non-glibc systems.
21405
21406 2003-06-03  Karl Berry  <karl@gnu.org>
21407
21408         * config/config.sub: update from prep.
21409
21410 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21411
21412         [from coreutils]
21413         Fix some minor time-related bugs with POSIX time arguments.
21414         Some valid time stamps were being rejected (notably -1, and
21415         time stamps before 1900 on 64-bit hosts).  And some invalid
21416         time stamps were being accepted, e.g. September 31.
21417
21418         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21419         that we can return (time_t) -1 successfully.
21420         * lib/posixtm.c: Likewise.
21421         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21422         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21423         (t): Remove static var.
21424         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21425         of static var.  All uses changed.
21426         (year): Do not reject years before 1900; they can occur with
21427         64-bit time_t.
21428         (posix_time_parse): Do not check for out-of-range components;
21429         that is now the caller's responsibility, since our checks were
21430         only approximations.
21431         (posixtime): Use mktime to check for out-of-range components,
21432         since it knows them exactly.
21433         If mktime returns (time_t) -1, check whether an error actually occurred
21434         by invoking localtime on -1.
21435         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21436         posixtime failures better.
21437         Improve the test data (in comments only).
21438
21439 2003-06-02  Karl Berry  <karl@gnu.org>
21440
21441         * config/mkinstalldirs (version): new variable.
21442         (--version): new option.
21443         (usage): improve message.
21444
21445 2003-05-30  Karl Berry  <karl@gnu.org>
21446
21447         * lib/mktime.c: update from libc.
21448
21449 2003-05-30  Bruno Haible  <bruno@clisp.org>
21450
21451         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21452         * config/config.rpath: Upgrade to gettext-0.12.1.
21453
21454 2003-05-30  Bruno Haible  <bruno@clisp.org>
21455
21456         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21457         * m4/nls.m4: New file, from gettext-0.12.1.
21458         * m4/po.m4: New file, from gettext-0.12.1.
21459         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21460
21461 2003-05-30  Bruno Haible  <bruno@clisp.org>
21462
21463         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21464         * lib/localcharset.h: Likewise.
21465         * lib/localcharset.c: Likewise.
21466
21467 2003-05-29  Karl Berry  <karl@gnu.org>
21468
21469         * config/config.rpath: update from gettext.
21470
21471 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21472
21473         Assume the headers required for C89 freestanding compilers.
21474         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21475         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21476         * m4/human.m4 (gl_HUMAN): Likewise.
21477         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21478         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21479         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21480         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21481         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21482         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21483
21484 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21485
21486         Assume the headers required for C89 freestanding compilers.
21487         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21488         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21489         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21490         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21491         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21492         define, since <limits.h> is guaranteed to do that.
21493         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21494         * lib/exclude.c: Include <stdbool.h> unconditionally.
21495         * lib/tempname.c: Include <stddef.h> unconditionally.
21496         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21497         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21498         <stddef.h> does that.
21499         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21500         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21501         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21502         needed.
21503         * lib/xstrtol.c: Likewise.
21504         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21505         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21506
21507         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21508         warnings on some platforms.
21509
21510         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21511         arbitrarily.
21512
21513 2003-05-26  Jim Meyering  <jim@meyering.net>
21514
21515         Merge in a change from coreutils:
21516         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21517         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21518         that condition, rather than `-1' which is slightly misleading.
21519         Change the name of the cache variable to have the gl_ prefix.
21520         Prompted by a patch from Richard Dawe for DJGPP.
21521
21522 2003-05-24  Karl Berry  <karl@gnu.org>
21523
21524         * config/config.guess: update from prep.
21525
21526 2003-05-22  Karl Berry  <karl@gnu.org>
21527
21528         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21529
21530 2003-05-20  Karl Berry  <karl@gnu.org>
21531
21532         * config/config.guess: update from prep.
21533
21534 2003-05-18  Karl Berry  <karl@gnu.org>
21535
21536         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21537         might actually be set by the user.
21538
21539         * config/depcomp, install-sh, mdate-sh: update from automake.
21540
21541 2003-05-17  Bruno Haible  <bruno@clisp.org>
21542
21543         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21544         invalid expansion for AC_EGREP_CPP.
21545         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21546         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21547         Suggested by Akim Demaille <akim@epita.fr> in
21548         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21549
21550 2003-05-12  Jim Meyering  <jim@meyering.net>
21551
21552         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21553         the space-padded-by-default conversion specifiers, %e, %k, %l.
21554
21555 2003-05-12  Bruno Haible  <bruno@clisp.org>
21556
21557         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21558         the string is longer than 4 KB.
21559
21560 2003-05-11  Karl Berry  <karl@gnu.org>
21561
21562         * config/config.{guess,sub}: update from prep.
21563
21564 2003-05-09  Bruno Haible  <bruno@clisp.org>
21565
21566         * modules/error: Add m4/strerror_r.m4 to file list.
21567
21568 2003-05-03  Bruno Haible  <bruno@clisp.org>
21569
21570         Upgrade to Unicode-4.0.
21571         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21572         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21573         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21574         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21575         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21576         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21577         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21578         Change width of U+E0100..U+E01EF from 1 to 0.
21579
21580 2003-04-25  Jim Meyering  <jim@meyering.net>
21581
21582         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21583         of type size_t, not int.
21584
21585 2003-04-25  Bruno Haible  <bruno@clisp.org>
21586
21587         * lib/copy-file.c: Include <stddef.h>, for size_t.
21588
21589 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21590
21591         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21592         code which expansion is under static control.  Patch imported from
21593         Akim Demaille's patch to Bison; see
21594         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21595
21596 2003-04-14  Bruno Haible  <bruno@clisp.org>
21597
21598         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21599
21600 2003-04-11  Jim Meyering  <jim@meyering.net>
21601
21602         Merge changes from Coreutils.
21603
21604         2003-03-22  Jim Meyering  <jim@meyering.net>
21605
21606         * lib/strftime.c (widen): Cast alloca return value to proper type.
21607
21608         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21609
21610         From GNU libc.
21611         * lib/strftime.c (my_strftime): Handle very large width
21612         specifications for numeric values correctly.  Improve checks for
21613         overflow.
21614
21615         2003-01-19  Jim Meyering  <jim@meyering.net>
21616
21617         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21618         definitions.
21619         (nl_get_alt_digit) [! defined my_strftime]: Define.
21620         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21621         _nl_get_alt_digit and _nl_get_walt_digit.
21622
21623         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21624         libc. These changes have no effect outside of _LIBC.
21625
21626 2003-04-10  Bruno Haible  <bruno@clisp.org>
21627
21628         * modules/findprog: New file.
21629         * MODULES.html.sh (func_all_modules): Add it.
21630
21631 2003-04-10  Bruno Haible  <bruno@clisp.org>
21632
21633         * m4/findprog.m4: New file.
21634         * m4/eaccess.m4: New file.
21635
21636 2003-04-10  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/findprog.h: New file, from GNU gettext.
21639         * lib/findprog.c: New file, from GNU gettext.
21640
21641 2003-04-05  Jim Meyering  <jim@meyering.net>
21642
21643         Merge changes from Coreutils.
21644
21645         * lib/exclude.h (PARAMS): Remove definition and uses.
21646         * lib/exclude.c: Remove uses of `PARAMS'.
21647
21648         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21649         Add test-cases for DOS filenames. Declare program_name.
21650         (main): Set up program_name.  Patch by Rich Dawe.
21651
21652         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21653         error from mntctl.
21654         Use mntctl's return value to drive the entry-processing loop, since
21655         we can't rely on the value of the vmt_length member in the last
21656         entry.  On some systems doing so could result in exhausting
21657         virtual memory.  Based in part on a patch from Mike Jetzer.
21658
21659 2003-04-04  Bruno Haible  <bruno@clisp.org>
21660
21661         * modules/linebreak: New file.
21662         * MODULES.html.sh (func_all_modules): Add it.
21663
21664 2003-04-04  Bruno Haible  <bruno@clisp.org>
21665
21666         * m4/linebreak.m4: New file.
21667
21668 2003-04-04  Bruno Haible  <bruno@clisp.org>
21669
21670         * lib/linebreak.h: New file, from GNU gettext.
21671         * lib/linebreak.c: New file, from GNU gettext with slight
21672         modifications.
21673         * lib/lbrkprop.h: New file, from GNU gettext.
21674
21675 2003-04-03  Bruno Haible  <bruno@clisp.org>
21676
21677         * modules/utf8-ucs4: New file.
21678         * modules/utf16-ucs4: New file.
21679         * modules/ucs4-utf8: New file.
21680         * modules/ucs4-utf16: New file.
21681         * MODULES.html.sh (func_all_modules): Add them.
21682
21683 2003-04-03  Bruno Haible  <bruno@clisp.org>
21684
21685         * m4/utf-ucs4.m4: New file.
21686         * m4/ucs4-utf.m4: New file.
21687
21688 2003-04-03  Bruno Haible  <bruno@clisp.org>
21689
21690         * lib/utf8-ucs4.h: New file, from GNU gettext.
21691         * lib/utf16-ucs4.h: New file, from GNU gettext.
21692         * lib/ucs4-utf8.h: New file, from GNU gettext.
21693         * lib/ucs4-utf16.h: New file, from GNU gettext.
21694
21695 2003-04-02  Bruno Haible  <bruno@clisp.org>
21696
21697         * modules/binary-io: New file.
21698         * MODULES.html.sh (func_all_modules): Add it.
21699
21700 2003-04-02  Bruno Haible  <bruno@clisp.org>
21701
21702         * lib/binary-io.h: New file, from GNU gettext.
21703
21704 2003-04-01  Bruno Haible  <bruno@clisp.org>
21705
21706         * modules/pathname: New file.
21707         * MODULES.html.sh (func_all_modules): Add it.
21708
21709 2003-04-01  Bruno Haible  <bruno@clisp.org>
21710
21711         * lib/pathname.h: New file, from GNU gettext.
21712         * lib/concatpath.c: New file, from GNU gettext.
21713
21714 2003-03-30  Bruno Haible  <bruno@clisp.org>
21715
21716         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21717
21718 2003-03-30  Bruno Haible  <bruno@clisp.org>
21719
21720         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21721         function chown() doesn't exist.
21722
21723 2003-03-28  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/copy-file: New file.
21726         * MODULES.html.sh (func_all_modules): Add it.
21727
21728 2003-03-28  Bruno Haible  <bruno@clisp.org>
21729
21730         * m4/copy-file.m4: New file.
21731
21732 2003-03-28  Bruno Haible  <bruno@clisp.org>
21733
21734         * lib/copy-file.h: New file, from GNU gettext.
21735         * lib/copy-file.c: New file, from GNU gettext.
21736
21737 2003-03-18  Jim Meyering  <jim@meyering.net>
21738
21739         * lib/quote.c (quote_n): Fix typo in comment.
21740
21741 2003-03-18  Bruno Haible  <bruno@clisp.org>
21742
21743         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21744         checking.
21745         * m4/onceonly_2_57.m4: Likewise.
21746
21747 2003-03-17  Bruno Haible  <bruno@clisp.org>
21748
21749         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21750         (m4_quote): Remove macro.
21751         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21752
21753 2003-03-14  Jim Meyering  <jim@meyering.net>
21754
21755         Merge changes from Coreutils.
21756         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21757         to be const, in order to avoid warnings.
21758         (obstack_room): Likewise.
21759         (obstack_empty_p): Likewise.
21760
21761 2003-03-14  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21764         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21765
21766 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21767
21768         Merge changes from Bison.
21769         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21770         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21771         when compiling Bison 1.875's `bitset bset = obstack_alloc
21772         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21773         * lib/hash.c: Include <stdbool.h> unconditionally.
21774
21775 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21776
21777         * m4/onceonly.m4 (m4_quote): New macro.
21778         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21779         Quote AC_FOREACH variable-expansions properly.
21780
21781 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21782
21783         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21784
21785 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21786
21787         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21788         Reported by Bruce Becker; see:
21789         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21790
21791 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21792             Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21795         Reported by John Hughes, see
21796         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21797
21798 2003-02-20  Bruno Haible  <bruno@clisp.org>
21799
21800         * MODULES.html.sh (func_all_modules): Add poll.
21801
21802 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21803
21804         * modules/poll: New file.
21805
21806 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21807
21808         * lib/poll_.h: New file.
21809         * lib/poll.c: New file.
21810
21811 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21812
21813         * m4/poll.m4: New file.
21814
21815 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21816
21817         * modules/mathl: New file.
21818
21819 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21820
21821         * lib/mathl.h: New file.
21822         * lib/acosl.c: New file.
21823         * lib/asinl.c: New file.
21824         * lib/atanl.c: New file.
21825         * lib/ceill.c: New file.
21826         * lib/cosl.c: New file.
21827         * lib/expl.c: New file.
21828         * lib/floorl.c: New file.
21829         * lib/frexpl.c: New file.
21830         * lib/ldexpl.c: New file.
21831         * lib/logl.c: New file.
21832         * lib/sincosl.c: New file.
21833         * lib/sinl.c: New file.
21834         * lib/sqrtl.c: New file.
21835         * lib/tanl.c: New file.
21836         * lib/trigl.c: New file.
21837         * lib/trigl.h: New file.
21838
21839 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21840
21841         * m4/mathl.m4: New file.
21842
21843 2003-02-18  Bruno Haible  <bruno@clisp.org>
21844
21845         * MODULES.html.sh (func_all_modules): Add mathl.
21846
21847 2003-02-17  Bruno Haible  <bruno@clisp.org>
21848
21849         * modules/mkdtemp: New module.
21850         * MODULES.html.sh (func_all_modules): Add it.
21851
21852 2003-02-17  Bruno Haible  <bruno@clisp.org>
21853
21854         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21855
21856 2003-02-17  Bruno Haible  <bruno@clisp.org>
21857
21858         * lib/mkdtemp.h: New file, from GNU gettext.
21859         * lib/mkdtemp.c: New file, from GNU gettext.
21860
21861 2003-02-02  Jim Meyering  <jim@meyering.net>
21862
21863         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21864         e.g. glibc-2.2.93.
21865
21866 2003-01-31  Bruno Haible  <bruno@clisp.org>
21867
21868         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21869         'rpl_rename'.
21870         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21871         'rpl_strnlen'.
21872         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21873         'rpl_strtod'.
21874         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21875         'rpl_utime'.
21876
21877 2003-01-31  Bruno Haible  <bruno@clisp.org>
21878
21879         * lib/rename.c: #undef rename before defining rpl_rename.
21880         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21881
21882 2003-01-30  Bruno Haible  <bruno@clisp.org>
21883
21884         * modules/vasnprintf, modules/vasprintf: New modules.
21885         * MODULES.html.sh (func_all_modules): Add them.
21886
21887 2003-01-30  Bruno Haible  <bruno@clisp.org>
21888
21889         * m4/signed.m4: New file, from GNU gettext.
21890         * m4/longdouble.m4: New file, from GNU gettext.
21891         * m4/wchar_t.m4: New file, from GNU gettext.
21892         * m4/wint_t.m4: New file, from GNU gettext.
21893         * m4/vasnprintf.m4: New file.
21894         * m4/vasprintf.m4: New file.
21895
21896 2003-01-30  Bruno Haible  <bruno@clisp.org>
21897
21898         * lib/printf-args.h: New file, from GNU gettext.
21899         * lib/printf-args.c: New file, from GNU gettext.
21900         * lib/printf-parse.h: New file, from GNU gettext.
21901         * lib/printf-parse.c: New file, from GNU gettext.
21902         * lib/vasnprintf.h: New file, from GNU gettext.
21903         * lib/vasnprintf.c: New file, from GNU gettext.
21904         * lib/asnprintf.c: New file, from GNU gettext.
21905         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21906         * lib/vasprintf.c: New file, from GNU gettext.
21907         * lib/asprintf.c: New file, from GNU gettext.
21908
21909 2003-01-29  Bruno Haible  <bruno@clisp.org>
21910
21911         * modules/stpncpy: New module.
21912         * MODULES.html.sh (func_all_modules): Add it.
21913
21914 2003-01-29  Bruno Haible  <bruno@clisp.org>
21915
21916         * m4/stpncpy.m4: New file.
21917
21918 2003-01-29  Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21921         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21922
21923 2003-01-28  Bruno Haible  <bruno@clisp.org>
21924
21925         * modules/c-ctype: New module.
21926         * MODULES.html.sh (func_all_modules): Add it.
21927
21928 2003-01-28  Bruno Haible  <bruno@clisp.org>
21929
21930         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21931         Paul Eggert.
21932         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21933         Paul Eggert.
21934
21935 2003-01-27  Bruno Haible  <bruno@clisp.org>
21936
21937         * modules/xsetenv: New module.
21938         * MODULES.html.sh (func_all_modules): Add it.
21939
21940 2003-01-27  Bruno Haible  <bruno@clisp.org>
21941
21942         * lib/xsetenv.h: New file, from GNU gettext.
21943         * lib/xsetenv.c: New file, from GNU gettext.
21944
21945 2003-01-23  Jim Meyering  <jim@meyering.net>
21946
21947         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21948         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21949
21950 2003-01-23  Bruno Haible  <bruno@clisp.org>
21951
21952         * modules/minmax: New module.
21953         * MODULES.html.sh (func_all_modules): Add it.
21954
21955 2003-01-23  Bruno Haible  <bruno@clisp.org>
21956
21957         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21958         Eggert.
21959
21960 2003-01-22  Bruno Haible  <bruno@clisp.org>
21961
21962         * modules/exit: New module.
21963         * MODULES.html.sh (func_all_modules): Add it.
21964
21965 2003-01-22  Bruno Haible  <bruno@clisp.org>
21966
21967         * lib/exit.h: New file, from GNU gettext.
21968
21969 2003-01-19  Bruno Haible  <bruno@clisp.org>
21970
21971         * gnulib-tool: Recognize option --extract-maintainer.
21972         (func_get_maintainer): New function.
21973         * modules/*: Add Maintainer entry.
21974
21975 2003-01-16  Jim Meyering  <jim@meyering.net>
21976
21977         * m4/regex.m4: The `regex' struct is both input and output.
21978         Initialize it before each use.  Patch by Tim Waugh.
21979
21980 2003-01-16  Bruno Haible  <bruno@clisp.org>
21981
21982         * MODULES.html.sh: Add a table of contents. Add the module name as
21983         leftmost column. Add hyperlinks.
21984
21985 2003-01-15  Bruno Haible  <bruno@clisp.org>
21986
21987         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21988
21989 2003-01-15  Bruno Haible  <bruno@clisp.org>
21990
21991         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21992         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21993         suffix.
21994
21995 2003-01-15  Bruno Haible  <bruno@clisp.org>
21996
21997         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21998
21999 2003-01-15  Bruno Haible  <bruno@clisp.org>
22000
22001         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
22002         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
22003
22004 2003-01-14  Jim Meyering  <jim@meyering.net>
22005
22006         * lib/same.c (same_name): Tweak a comment.
22007
22008 2003-01-14  Bruno Haible  <bruno@clisp.org>
22009
22010         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
22011         when a string comparison is sufficient.
22012
22013 2003-01-14  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
22016         'unsigned int'.
22017
22018 2003-01-14  Bruno Haible  <bruno@clisp.org>
22019
22020         * lib/hash-pjw.c: Add comment about low quality of this function.
22021
22022 2003-01-13  Bruno Haible  <bruno@clisp.org>
22023
22024         * modules/stpcpy: Distribute lib/stpcpy.h.
22025         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
22026
22027 2003-01-13  Bruno Haible  <bruno@clisp.org>
22028
22029         * modules/*: Add a description.
22030         * modules/strpbrk: Fix Makefile.am snippet.
22031         * modules/strtoimax: Fix dependencies.
22032         * modules/strtoumax: Likewise.
22033
22034 2003-01-13  Bruno Haible  <bruno@clisp.org>
22035
22036         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
22037         * modules/alloca (Makefile.am): All object files depend on alloca.h.
22038         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
22039
22040 2003-01-13  Bruno Haible  <bruno@clisp.org>
22041
22042         * gnulib-tool (func_create_testdir): Store config/* files in the main
22043         directory.
22044         * config.rpath: Move to ...
22045         * config/config.rpath: ... here.
22046         * modules/gettext: Contains config/config.rpath, not config.rpath.
22047         * modules/iconv: Likewise.
22048
22049 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22050
22051         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22052         to avoid collisions with libcurses and libreadline.
22053
22054         * m4/getstr.m4: Remove.
22055         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
22056
22057 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22058
22059         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22060         to avoid collisions with libcurses and libreadline.
22061
22062         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22063         * lib/getstr.h, getstr.c: Remove.
22064         * lib/getline.c: Include "getline.h", to check interface.
22065         Move body of old getstr.c here: this defines MIN_CHUNK and
22066         declares getdelim2, which is renamed from getstr.
22067         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22068
22069         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22070         All uses changed.
22071         * lib/linebuffer.h: Likewise.
22072         (readline): Remove backward-compatibility macro.
22073
22074 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22075
22076         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22077         to avoid collisions with libcurses and libreadline.
22078         * getstr: Remove.
22079         * MODULES.html.sh: Remove getstr.
22080         * modules/getline: Depend on unlocked-io, not getstr.
22081
22082 2003-01-12  Jim Meyering  <jim@meyering.net>
22083
22084         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22085
22086 2003-01-10  Bruno Haible  <bruno@clisp.org>
22087
22088         * modules/alloca: Change Makefile.am requirements. Simplify Include
22089         requirements. Add lib/alloca_.h to file list.
22090
22091 2003-01-10  Bruno Haible  <bruno@clisp.org>
22092
22093         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22094
22095 2003-01-10  Bruno Haible  <bruno@clisp.org>
22096
22097         * lib/alloca_.h: New file.
22098         * lib/getdate.y: Unconditionally include alloca.h.
22099         * lib/makepath.c: Likewise.
22100         * lib/setenv.c: Likewise.
22101         * lib/userspec.c: Likewise.
22102
22103 2003-01-09  Karl Berry  <karl@gnu.org>
22104
22105         * MODULES.html.sh: include `dirname $0` in PATH, to find
22106         gnulib-tool.
22107
22108 2003-01-09  Bruno Haible  <bruno@clisp.org>
22109
22110         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22111         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22112
22113 2003-01-09  Bruno Haible  <bruno@clisp.org>
22114
22115         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22116
22117 2003-01-09  Bruno Haible  <bruno@clisp.org>
22118
22119         * lib/stdbool.h.in: New file.
22120
22121 2003-01-09  Bruno Haible  <bruno@clisp.org>
22122
22123         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22124         * MODULES.html.sh: Likewise.
22125
22126 2003-01-08  Jim Meyering  <jim@meyering.net>
22127
22128         * lib/full-write.c: Undefine and define-away `const' after inclusion
22129         of errno.h, not before.  Suggestion from Bruno Haible.
22130
22131 2003-01-08  Bruno Haible  <bruno@clisp.org>
22132
22133         * modules/full-read: Depend on full-write.
22134
22135 2003-01-08  Bruno Haible  <bruno@clisp.org>
22136
22137         * lib/safe-read.c: Include specification header first, to ensure its
22138         selfcontainedness.
22139         * lib/full-write.c: Likewise.
22140
22141 2003-01-07  Jim Meyering  <jim@meyering.net>
22142
22143         * lib/full-write.c: Rework so that it may serve to define full_read,
22144         too.
22145         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22146
22147 2003-01-07  Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22150         <inttypes.h>.
22151         * lib/xstrtol.h: Likewise.
22152         * lib/xstrtoimax.c: Likewise.
22153         * lib/xstrtoumax.c: Likewise.
22154         * lib/human.h: Likewise.
22155
22156         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22157         on systems that have <inttypes.h> but not <stdint.h>.
22158
22159 2003-01-07  Bruno Haible  <bruno@clisp.org>
22160
22161         * MODULES.html.sh: Add copyright notice.
22162         (missed_files): Omit CVS directory entries.
22163         (func_module): Make it work with sed-3.02.
22164         * MODULES.txt: Remove file.
22165
22166 2003-01-06  Jim Meyering  <jim@meyering.net>
22167
22168         * lib/version-etc.c: Update year in translatable copyright string.
22169
22170 2003-01-03  Karl Berry  <karl@gnu.org>
22171
22172         * config/config.{guess,sub}: update from prep.
22173
22174 2003-01-02  Karl Berry  <karl@gnu.org>
22175
22176         * doc/COPYING.DOC: belatedly updated to 1.2.
22177
22178 2003-01-01  Karl Berry  <karl@gnu.org>
22179
22180         * gnulib-tool (func_verify_module): report module name $module in
22181         error message, not $1.
22182         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22183         be created, only if it doesn't exist.
22184         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22185
22186 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22187
22188         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22189
22190 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22191
22192         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22193         memcmp if strcoll doesn't work.
22194
22195 2002-12-31  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22198         nonempty.
22199
22200 2002-12-31  Bruno Haible  <bruno@clisp.org>
22201
22202         * lib/memcoll.c (STRCOLL): New macro.
22203         (memcoll): Use it.
22204
22205 2002-12-31  Bruno Haible  <bruno@clisp.org>
22206
22207         * lib/localcharset.h: New file.
22208         * lib/localcharset.c: Include it.
22209         * lib/unicodeio.c: Likewise.
22210
22211 2002-12-31  Bruno Haible  <bruno@clisp.org>
22212
22213         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22214         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22215
22216 2002-12-31  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/getline.h: Include <stddef.h>, for size_t.
22219
22220         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22221         * lib/unicodeio.c: Don't include <stddef.h>.
22222
22223 2002-12-31  Bruno Haible  <bruno@clisp.org>
22224
22225         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22226         HAVE_TM_ZONE.
22227
22228 2002-12-24  Karl Berry  <karl@gnu.org>
22229
22230         * config/config.guess: update from prep.
22231
22232 2002-12-24  Bruno Haible  <bruno@clisp.org>
22233
22234         General infrasructure.
22235         * m4/README: Rewritten.
22236         * m4/onceonly.m4: New file.
22237         * m4/onceonly_2_57.m4: New file.
22238
22239         Module atexit.
22240         * m4/atexit.m4: New file.
22241
22242         Module strtod.
22243         * m4/strtod.m4: New file.
22244
22245         Module strtol.
22246         * m4/strtol.m4: New file.
22247
22248         Module strtoul.
22249         * m4/strtoul.m4: New file.
22250
22251         Module memchr.
22252         * m4/memchr.m4: New file.
22253
22254         Module memcmp.
22255         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22256         (jm_FUNC_MEMCMP): Invoke it.
22257
22258         Module memcpy.
22259         * m4/memcpy.m4: New file.
22260
22261         Module memmove.
22262         * m4/memmove.m4: New file.
22263
22264         Module memset.
22265         * m4/memset.m4: New file.
22266
22267         Module strcspn.
22268         * m4/strcspn.m4: New file.
22269
22270         Module strpbrk.
22271         * m4/strpbrk.m4: New file.
22272
22273         Module strstr.
22274         * m4/strstr.m4: New file.
22275
22276         Module strerror.
22277         * m4/strerror.m4: New file.
22278
22279         Module mktime.
22280         * m4/mktime.m4: Renamed from jm-mktime.m4.
22281         (gl_PREREQ_MKTIME): New macro.
22282         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22283
22284         Module malloc.
22285         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22286         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22287         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22288
22289         Module realloc.
22290         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22291         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22292         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22293
22294         Module strftime.
22295         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22296         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22297         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22298         gl_TM_GMTOFF.
22299         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22300
22301         Module xalloc.
22302         * m4/xalloc.m4: New file.
22303
22304         Module alloca.
22305         * m4/alloca.m4: New file.
22306
22307         Module putenv.
22308         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22309         (jm_FUNC_PUTENV): Invoke it.
22310
22311         Module setenv.
22312         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22313         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22314         when invoked twice.
22315         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22316         gt_FUNC_SETENV.
22317
22318         Module memrchr.
22319         * m4/memrchr.m4: New file.
22320
22321         Module stpcpy.
22322         * m4/stpcpy.m4: New file.
22323
22324         Module strcase.
22325         * m4/strcase.m4: New file.
22326
22327         Module strdup.
22328         * m4/strdup.m4: New file.
22329
22330         Module strnlen.
22331         * m4/strnlen.m4: New file.
22332
22333         Module strndup.
22334         * m4/strndup.m4: New file.
22335
22336         Module xstrtod.
22337         * m4/xstrtod.m4: New file.
22338
22339         Module xstrtol.
22340         * m4/xstrtol.m4: New file.
22341
22342         Module getdate.
22343         * m4/getdate.m4: New file.
22344
22345         Module unlocked-io.
22346         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22347         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22348         * m4/jm-glibc-io.m4n: Remove file.
22349
22350         Module long-options.
22351         * m4/long-options.m4: New file.
22352
22353         Module md5.
22354         * m4/md5.m4: New file.
22355
22356         Module sha.
22357         * m4/sha.m4: New file.
22358
22359         Module getstr.
22360         * m4/getstr.m4: New file.
22361
22362         Module getline.
22363         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22364         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22365         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22366         simply getline. Infoke gl_PREREQ_GETLINE.
22367
22368         Module obstack.
22369         * m4/obstack.m4: New file.
22370
22371         Module hash.
22372         * m4/hash.m4: New file.
22373
22374         Module readtokens.
22375         * m4/readtokens.m4: New file.
22376
22377         Module strverscmp.
22378         * m4/strverscmp.m4: New file.
22379
22380         Module stdbool.
22381         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22382         OSF/1.
22383
22384         Module strtoll.
22385         * m4/strtoll.m4: New file.
22386
22387         Module strtoull.
22388         * m4/strtoull.m4: New file.
22389
22390         Module strtoimax.
22391         * m4/strtoimax.m4: New file.
22392
22393         Module strtoumax.
22394         * m4/strtoumax.m4: New file.
22395
22396         Module xstrtoimax.
22397         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22398         jm_AC_PREREQ_XSTRTOIMAX.
22399         Moved the strtol prerequisites to strtol.m4.
22400         Moved the strtoll prerequisites to strtoll.m4.
22401         Moved the strtoimax prerequisites to strtoimax.m4.
22402
22403         Module xstrtoumax.
22404         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22405         jm_AC_PREREQ_XSTRTOUMAX.
22406         Moved the strtoul prerequisites to strtoul.m4.
22407         Moved the strtoull prerequisites to strtoull.m4.
22408         Moved the strtoumax prerequisites to strtoumax.m4.
22409
22410         Module chown.
22411         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22412         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22413
22414         Module dup2.
22415         * m4/dup2.m4: New file.
22416
22417         Module ftruncate.
22418         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22419         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22420
22421         Module getgroups.
22422         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22423         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22424
22425         Module gettimeofday.
22426         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22427         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22428         gl_PREREQ_GETTIMEOFDAY.
22429
22430         Module mkdir.
22431         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22432         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22433
22434         Module mkstemp.
22435         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22436         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22437         jm_AC_TYPE_UINTMAX_T.
22438         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22439
22440         Module stat.
22441         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22442         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22443
22444         Module lstat.
22445         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22446         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22447
22448         Module timespec.
22449         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22450         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22451         * m4/st_mtim.m4: Indentation.
22452
22453         Module nanosleep.
22454         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22455         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22456         gl_PREREQ_NANOSLEEP.
22457
22458         Module regex.
22459         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22460         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22461         (gl_REGEX): New macro.
22462
22463         Module rename.
22464         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22465         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22466
22467         Module rmdir.
22468         * m4/rmdir.m4: New file.
22469
22470         Module utime.
22471         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22472         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22473         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22474
22475         Module dirname.
22476         * m4/dirname.m4: New file.
22477
22478         Module getopt.
22479         * m4/getopt.m4: New file.
22480
22481         Module unistd-safer.
22482         * m4/unistd-safer.m4: New file.
22483
22484         Module fnmatch.
22485         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22486         declaration.
22487         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22488         (gl_FUNC_FNMATCH_POSIX): New macro.
22489         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22490         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22491         simply fnmatch.
22492
22493         Module exclude.
22494         * m4/exclude.m4: New file.
22495
22496         Module human.
22497         * m4/human.m4: New file.
22498
22499         Module acl.
22500         * m4/acl.m4: Nop.
22501
22502         Module backupfile.
22503         * m4/backupfile.m4: New file.
22504         * m4/d-ino.m4: Indentation.
22505
22506         Module fsusage.
22507         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22508         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22509         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22510
22511         Module dirfd.
22512         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22513         requirements.
22514
22515         Module euidaccess.
22516         * m4/euidaccess.m4: New file.
22517
22518         Module file-type.
22519         * m4/file-type.m4: New file.
22520
22521         Module fileblocks.
22522         * m4/fileblocks.m4: New file.
22523
22524         Module filemode.
22525         * m4/filemode.m4: New file.
22526
22527         Module isdir.
22528         * m4/isdir.m4: New file.
22529
22530         Module lchown.
22531         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22532         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22533
22534         Module makepath.
22535         * m4/makepath.m4: New file.
22536
22537         Module modechange.
22538         * m4/modechange.m4: New file.
22539
22540         Module mountlist.
22541         * m4/mountlist.m4: New file.
22542         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22543         Indentation.
22544
22545         Module path-concat.
22546         * m4/path-concat.m4: New file.
22547
22548         Module pathmax.
22549         * m4/pathmax.m4: New file.
22550
22551         Module same.
22552         * m4/same.m4: New file.
22553
22554         Module save-cwd.
22555         * m4/save-cwd.m4: New file.
22556
22557         Module savedir.
22558         * m4/savedir.m4: New file.
22559
22560         Module xgetcwd.
22561         * m4/xgetcwd.m4: New file.
22562         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22563
22564         Module xreadlink.
22565         * m4/xreadlink.m4: New file.
22566
22567         Module safe-read.
22568         * m4/safe-read.m4: New file.
22569
22570         Module safe-write.
22571         * m4/safe-write.m4: New file.
22572
22573         Module closeout.
22574         * m4/closeout.m4: New file.
22575
22576         Module stdio-safer.
22577         * m4/stdio-safer.m4: New file.
22578
22579         Module getpass.
22580         * m4/getpass.m4: New file.
22581
22582         Module getugroups.
22583         * m4/getugroups.m4: New file.
22584
22585         Module group-member.
22586         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22587         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22588
22589         Module idcache.
22590         * m4/idcache.m4: New file.
22591
22592         Module userspec.
22593         * m4/userspec.m4: New file.
22594
22595         Module gettime.
22596         * m4/clock_time.m4: New file.
22597         * m4/gettime.m4: New file.
22598
22599         Module settime.
22600         * m4/settime.m4: New file.
22601
22602         Module posixtm.
22603         * m4/posixtm.m4: New file.
22604
22605         Module gethostname.
22606         * m4/gethostname.m4: New file.
22607
22608         Module canon-host.
22609         * m4/canon-host.m4: New file.
22610
22611         Module gettext.
22612         * m4/codeset.m4: New file, from gettext-0.11.5.
22613         * m4/gettext.m4: New file, from gettext-0.11.5.
22614         * m4/glibc21.m4: New file, from gettext-0.11.5.
22615         * m4/iconv.m4: New file, from gettext-0.11.5.
22616         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22617         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22618         * m4/inttypes.m4: New file, from gettext-0.11.5.
22619         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22620         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22621         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22622         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22623         * m4/lib-link.m4: New file, from gettext-0.11.5.
22624         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22625         * m4/progtest.m4: New file, from gettext-0.11.5.
22626         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22627         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22628         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22629
22630         Module localcharset.
22631         * m4/localcharset.m4: New file.
22632
22633         Module hard-locale.
22634         * m4/hard-locale.m4: New file.
22635
22636         Module mbswidth.
22637         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22638         onceonly macros.
22639         * m4/mbrtowc.m4: Add comment.
22640
22641         Module memcasecmp.
22642         * m4/memcasecmp.m4: New file.
22643
22644         Module memcoll.
22645         * m4/memcoll.m4: New file.
22646
22647         Module unicodeio.
22648         * m4/unicodeio.m4: New file.
22649
22650         Module rpmatch.
22651         * m4/rpmatch.m4: New file.
22652
22653         Module yesno.
22654         * m4/yesno.m4: New file.
22655
22656         Module exitfail.
22657         * m4/exitfail.m4: New file.
22658
22659         Module c-stack.
22660         * m4/c-stack.m4 (gl_C_STACK): New macro.
22661         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22662
22663         Module error.
22664         * m4/error.m4 (gl_ERROR): New macro.
22665         (jm_PREREQ_ERROR): Use onceonly macros.
22666
22667         Module fatal.
22668         * m4/fatal.m4: New file.
22669
22670         Module getloadavg.
22671         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22672         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22673
22674         Module getpagesize.
22675         * m4/getpagesize.m4: New file.
22676
22677         Module getusershell.
22678         * m4/getusershell.m4: New file.
22679
22680         Module physmem.
22681         * m4/physmem.m4: New file.
22682
22683         Module posixver.
22684         * m4/posixver.m4: New file.
22685
22686         Module quotearg.
22687         * m4/quotearg.m4: New file.
22688
22689         Module quote.
22690         * m4/quote.m4: New file.
22691
22692         Module readutmp.
22693         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22694
22695         Module sig2str.
22696         * m4/sig2str.m4: New file.
22697
22698         Other.
22699         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22700         ulonglong.m4.
22701         * m4/intmax_t.m4: New file.
22702         * m4/d-type.m4: Indentation.
22703         * m4/jm-macros.m4: Update.
22704         * m4/prereq.m4 (jm_PREREQ): Update.
22705         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22706         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22707         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22708         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22709         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22710         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22711         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22712         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22713         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22714         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22715         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22716         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22717         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22718         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22719         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22720         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22721         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22722         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22723         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22724
22725 2002-12-24  Bruno Haible  <bruno@clisp.org>
22726
22727         * MODULES.txt: Update according to m4/ changes.
22728
22729         Module gettext.
22730         * config.rpath: New file, from gettext-0.11.5.
22731
22732         * modules/*: New module descriptions.
22733         * gnulib-tool: New file.
22734         * MODULES.html.sh: New file.
22735
22736 2002-12-21  Karl Berry  <karl@gnu.org>
22737
22738         * doc/fdl.texi: update to version 1.2.
22739
22740 2002-12-19  Karl Berry  <karl@gnu.org>
22741
22742         * config/config.guess: update from prep.
22743
22744 2002-12-18  Bruno Haible  <bruno@clisp.org>
22745
22746         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22747         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22748
22749 2002-12-17  Bruno Haible  <bruno@clisp.org>
22750
22751         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22752         stdlib.h, string.h.
22753
22754 2002-12-17  Bruno Haible  <bruno@clisp.org>
22755
22756         * lib/canon-host.c (strdup): Remove unused declaration.
22757
22758         * lib/fsusage.c: Include full_read.h.
22759         (get_fs_usage): Use full_read instead of safe_read.
22760
22761         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22762
22763 2002-12-12  Karl Berry  <karl@gnu.org>
22764
22765         * config/config.guess: update from prep.
22766
22767 2002-12-11  Bruno Haible  <bruno@clisp.org>
22768
22769         * m4/setenv.m4: New file, from gettext-0.11.5.
22770
22771 2002-12-11  Bruno Haible  <bruno@clisp.org>
22772
22773         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22774         not unsetenv().
22775         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22776         modifications:
22777
22778         2002-12-11  Bruno Haible  <bruno@clisp.org>
22779
22780                 * setenv.c (alloca): Fall back to malloc.
22781                 (freea): New macro.
22782                 (setenv): Use freea() to free memory allocated with alloca().
22783
22784         2002-11-13  Bruno Haible  <bruno@clisp.org>
22785
22786                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22787                 function declarations.
22788                 * unsetenv.c (unsetenv): Likewise.
22789
22790         2002-03-04  Bruno Haible  <bruno@clisp.org>
22791
22792                 Portability to AIX 4.3.3.
22793                 * unsetenv.c: New file, extracted from setenv.c.
22794                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22795
22796         2001-12-20  Bruno Haible  <bruno@clisp.org>
22797
22798                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22799                 use malloc instead. For SunOS 4.
22800
22801         2001-12-11  Bruno Haible  <bruno@clisp.org>
22802
22803                 * setenv.c: Declare alloca.
22804                 (compar_fn_t): New typedef.
22805                 (KNOWN_VALUE, STORE_VALUE): Use it.
22806
22807         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22808         setenv.h.
22809
22810 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22811
22812         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22813         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22814         Choose values that are less likely to collide with system fnmatch
22815         options.
22816         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22817         defined (e.g., a pure POSIX system).
22818         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22819         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22820
22821 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22822
22823         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22824         a pain in practice to deal with generated m4 files.  This change
22825         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22826
22827         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22828         and jm-glibc-io.m4, as they are no longer a special case.
22829         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22830         kludge and the auto-generation stuff.  Check only whether the
22831         functions are declared, not whether they exist, since older hosts
22832         that don't declare the functions can't use the optimization anyway.
22833
22834 2002-12-06  Jim Meyering  <jim@meyering.net>
22835
22836         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22837
22838         Merge in changes from libc's misc/error.c, in preparation
22839         for the merge of gnulib's changes back into libc.
22840
22841         * lib/error.c (_): Define only if not already defined.
22842         Move definition to follow all #include directives.
22843         Include unlocked-io.h only if !_LIBC.
22844         [_LIBC]: Include <libio/libioP.h>.
22845         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22846         (fflush): Tweak definition to use INTUSE.
22847         (putc): Define.
22848
22849 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22850
22851         * lib/alloca.c [defined emacs]: Include "lisp.h".
22852         (xalloc_die) [defined emacs]: New macro.
22853         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22854         [! defined emacs]: Include <xalloc.h>.
22855         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22856         (pointer): Typedef to POINTER_TYPE *.
22857         (malloc): Remove decl; we now always use xmalloc.
22858         (alloca): Use old-style definition, since Emacs needs this.
22859         Check for arithmetic overflow when computing combined size.
22860
22861 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22862
22863         Do not generate unlocked-io.h automatically, since it's easier to
22864         maintain it by hand.
22865
22866         * lib/unlocked-io.h: New file, from GNU diffutils,
22867         but with proper copyright notice and attribution.
22868         * lib/gen-uio: Remove.
22869         * lib/Makefile.am: Add copyright notice.
22870         (libfetish_a_SOURCES): Add unlocked-io.h.
22871         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22872         (DISTCLEANFILES, io_functions): Remove macros.
22873         (EXTRA_DIST): Remove gen_uio.
22874         (unlocked-io.h): Remove rule.
22875
22876 2002-12-04  Jim Meyering  <jim@meyering.net>
22877
22878         Reflect the fact that stat.c and lstat.c are no longer generated.
22879         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22880         (DISTCLEANFILES): Likewise.
22881         (EXTRA_DIST): Likewise.
22882         (all_local): Don't depend on stat.c or lstat.c.
22883         (stat.c, lstat.c): Remove rules.
22884         (EXTRA_DIST): Remove xstat.in.
22885
22886         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22887         * lib/stat.c: New file.  Contents mostly from xstat.in.
22888         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22889         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22890
22891         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22892         too.
22893         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22894
22895 2002-12-03  Jim Meyering  <jim@meyering.net>
22896
22897         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22898         but not semantics, to minimize the differences between these two files.
22899         (safe_read): Change comment to mention SAFE_READ_ERROR.
22900
22901         * lib/safe-read.c (IS_EINTR): Define.
22902         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22903
22904 2002-12-02  Jim Meyering  <jim@meyering.net>
22905
22906         * lib/safe-read.c (EINTR): Define.
22907         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22908         (INT_MAX): Provide fallback.
22909         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22910
22911         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22912
22913 2002-12-02  Bruno Haible  <bruno@clisp.org>
22914
22915         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22916         Define, taken from safe-read.c.
22917         (INT_MAX): Provide fallback.
22918         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22919         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22920
22921         * lib/safe-read.c (EINTR): Remove definition.
22922         (safe_read): Don't use EINTR if it is absent.
22923
22924 2002-12-01  Jim Meyering  <jim@meyering.net>
22925
22926         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22927         zero.
22928         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22929
22930 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22931
22932         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22933         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22934         with `if (! (value < limit)) abort ();', for readability.
22935
22936 2002-11-26  Karl Berry  <karl@gnu.org>
22937
22938         * lib/strdup.c: copy from libc again, with jim's ok.
22939         * lib/.cppi-disable: re-add strdup.c
22940
22941 2002-11-25  Karl Berry  <karl@gnu.org>
22942
22943         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22944         instead of "strtol.c".
22945
22946 2002-11-25  Karl Berry  <karl@gnu.org>
22947
22948         * config/install-sh: update from automake for variable quoting, $0 in
22949         error msgs, etc.
22950
22951         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22952         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22953         entry.
22954
22955 2002-11-25  Jim Meyering  <jim@meyering.net>
22956
22957         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22958
22959 2002-11-24  Karl Berry  <karl@gnu.org>
22960
22961         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22962         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22963
22964 2002-11-24  Jim Meyering  <jim@meyering.net>
22965
22966         Update from coreutils:
22967
22968         * lib/mktime.c: Merge in changes from libc.
22969
22970         Avoid a link-time failure on some Linux systems.
22971         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22972         (otherwise).
22973         (__mon_yday): Declare with the STATIC attribute.
22974         (__mktime_internal): Likewise.
22975         Based on a report from Greg Schafer.
22976
22977 2002-11-23  Jim Meyering  <jim@meyering.net>
22978
22979         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22980         Use `unsigned', not `int', as type of index.
22981
22982         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22983
22984         * lib/fsusage.c: Remove unneeded parentheses around operands of
22985         `defined'.
22986
22987 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22988
22989         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22990         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22991         so that we can be included first.
22992         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22993         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22994         No need to include stddef.h or sys/types.h any more.
22995         Surround local include files with "", not "<>".
22996         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22997         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22998         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22999         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
23000         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
23001         (ISPRINT): Remove; no longer needed now that we assume C89.
23002
23003         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
23004         Preserve errno.
23005
23006         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
23007         quotearg_char): Use SIZE_MAX rather than
23008         (size_t) -1 when we are talking about "infinity".
23009
23010         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
23011
23012 2002-11-22  Paul Eggert  <eggert@twinsun.com>
23013
23014         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
23015         hint that one should use `if (! x) abort ();' rather than `assert
23016         (x);', and anyway it's one less thing to worry about configuring.
23017         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
23018         hash_rehash, hash_insert): Use abort rather than assert.
23019
23020 2002-11-22  Bruno Haible  <bruno@clisp.org>
23021
23022         * lib/safe-read.h: Assume C89. Add comments.
23023         (safe_read): Change return type to size_t.
23024         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
23025         byte counts > SSIZE_MAX correctly.
23026         * lib/safe-write.h: New file.
23027         * lib/safe-write.c: New file.
23028         * lib/full-read.h: New file.
23029         * lib/full-read.c: New file.
23030         * lib/full-write.h: Assume C89. Add comments.
23031         * lib/full-write.c: Include safe-write.h.
23032         (full_write): Rewritten to use safe_write.
23033         Suggested by Jim Meyering and Paul Eggert.
23034
23035 2002-11-21  Jim Meyering  <jim@meyering.net>
23036
23037         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
23038
23039         Merge in changes from the coreutils.
23040
23041         2002-09-25  Paul Eggert  <eggert@twinsun.com>
23042         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
23043         <stdint.h>.
23044         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
23045         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
23046         int.  Work more efficiently if X is the same width as uintmax_t.
23047         Do not compare X to -1, to avoid bogus compiler warning.
23048         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
23049         Don't assume that f_frsize and f_bsize are the same type.
23050
23051         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
23052         warning on FreeBSD.
23053
23054         * lib/makepath.c (make_path): Restore umask *before* creating the final
23055         component.
23056         (make_path): Minor reformatting.
23057
23058         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23059         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23060         HAVE_MALLOC/HAVE_REALLOC.
23061
23062         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23063         dummy ones.  At least on GNU/Linux systems, `auto' means something
23064         else.
23065         From Michael Stone.
23066
23067 2002-11-21  Bruno Haible  <bruno@clisp.org>
23068
23069         Remove case insensitive option matching.
23070         * lib/argmatch.h (argcasematch): Remove declaration.
23071         (ARGCASEMATCH): Remove macro.
23072         (__xargmatch_internal): Remove case_sensitive argument.
23073         (XARGMATCH): Update.
23074         (XARGCASEMATCH): Remove macro.
23075         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23076         case_sensitive argument.
23077         (argcasematch): Remove function.
23078         (__xargmatch_internal): Remove case_sensitive argument.
23079         (main): Use XARGMATCH instead of XARGCASEMATCH.
23080
23081         * lib/xmalloc.c: Change compile-time error message. Add comment about
23082         required autoconf version.
23083
23084 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23085
23086         Merge argmatch cleanups from Bison.  Assume C89.
23087
23088         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23089         Include stdlib.h, for EXIT_FAILURE.
23090         Always include <string.h>, since we assume C89.
23091         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23092         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23093         Include <stddef.h> instead, since it's all we need for size_t.
23094         (PARAMS): Remove.  All uses removed.
23095         (ARRAY_CARDINALITY): Do not bother to #undef.
23096         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23097         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23098         Remove unnecessary parentheses.
23099         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23100         Insert necessary parentheses.
23101         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23102         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23103
23104 2002-11-19  Bruno Haible  <bruno@clisp.org>
23105
23106         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23107         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23108
23109         * lib/mbswidth.h (PARAMS): Remove macro.
23110         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23111         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23112
23113         * lib/gcd.h (PARAMS): Remove macro.
23114         (gcd): Use ANSI C function declarations.
23115         * lib/gcd.c (gcd): Likewise.
23116
23117 2002-11-15  Bruno Haible  <bruno@clisp.org>
23118
23119         * lib/strcspn.c: Include <stddef.h>.
23120         (strcspn): Use ANSI C function declaration. Change return type to
23121         size_t. Use NULL.
23122         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23123         (strpbrk): Use NULL.
23124         * lib/strpbrk.h (PARAMS): Remove macro.
23125         (strpbrk): Use ANSI C function declaration.
23126         * lib/strstr.c: Don't include <sys/types.h>.
23127         * lib/strstr.h (PARAMS): Remove macro.
23128         (strstr): Use ANSI C function declarations.
23129
23130 2002-11-14  Karl Berry  <karl@gnu.org>
23131
23132         * config/mkinstalldirs: `do' on separate line, instead of
23133         `for var; do'.
23134
23135 2002-11-06  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23138         * lib/gcd.c (gcd): Likewise.
23139
23140 2002-11-05  Bruno Haible  <bruno@clisp.org>
23141
23142         * lib/gcd.h: New file, from gettext-0.11.5.
23143         * lib/gcd.c: New file, from gettext-0.11.5.
23144
23145 2002-11-05  Bruno Haible  <bruno@clisp.org>
23146
23147         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23148         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23149         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23150         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23151
23152         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23153         <libintl.h>.
23154         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23155         <libintl.h>.
23156
23157         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23158         * lib/human.c: Include gettext.h instead of <libintl.h>.
23159         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23160         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23161         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23162         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23163         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23164         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23165         (textdomain): Remove definition.
23166         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23167
23168         * lib/long-options.c: Remove include of <libintl.h> and definition of
23169         _.
23170         * lib/same.c: Remove include of <libintl.h> and definition of _.
23171
23172 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23173
23174         * lib/config.charset: A few additions for Solaris.
23175
23176 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23177
23178         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23179         * lib/localcharset.c (locale_charset): Declare as extern "C".
23180
23181 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23182
23183         * lib/config.charset: msdos in uk_UA uses CP1125.
23184
23185 2002-11-04  Bruno Haible  <bruno@clisp.org>
23186
23187         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23188         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23189         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23190         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23191         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23192
23193 2002-11-04  Bruno Haible  <bruno@clisp.org>
23194
23195         * lib/localcharset.c (locale_charset): Don't return an empty string.
23196
23197 2002-11-04  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23200         aliases.
23201
23202 2002-11-04  Bruno Haible  <bruno@clisp.org>
23203
23204         * lib/config.charset: Update for newest glibc. Add canonical names
23205         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23206
23207 2002-11-04  Bruno Haible  <bruno@clisp.org>
23208
23209         * lib/config.charset: Add support for NetBSD.
23210
23211 2002-11-04  Bruno Haible  <bruno@clisp.org>
23212
23213         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23214
23215 2002-11-01  Bruno Haible  <bruno@clisp.org>
23216
23217         * configure.in: Add AC_CONFIG_AUX_DIR call.
23218         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23219         test/Makefile.
23220         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23221
23222 2002-09-28  Karl Berry  <karl@gnu.org>
23223
23224         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23225         installed automake until the next release, since changes have been
23226         made.
23227
23228 2002-09-25  Karl Berry  <karl@gnu.org>
23229
23230         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23231         * lib/getopt*: copy from libc/posix.
23232         * lib/gettext.h: copy from gettext.
23233         * lib/.cppi-disable: add strdup.c, gettext.h.
23234
23235 2002-09-25  Karl Berry  <karl@gnu.org>
23236
23237         * config/srclist.txt: enable gettext.h check.
23238         * config/config.{guess,sub}: update from prep.
23239         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23240                 from automake 1.6.3.
23241         See srclist*.
23242
23243 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23244
23245         * regex.c (PATFETCH): Remove the translating fetch.
23246         (PATFETCH_RAW): Rename to PATFETCH.
23247         (set_image_of_range): New fun.
23248         (SET_RANGE_TABLE_WORK_AREA): Use it.
23249         (regex_compile): Don't translate the pattern chars so eagerly.
23250         Only do it when inserting an `exactn' bytecode or when handling
23251         a char-range.
23252         (mutually_exclusive_p): Avoid empty statement.
23253
23254 2002-07-06  Jim Meyering  <meyering@lucent.com>
23255
23256         * m4/README: Don't mention Makefile.am.in.
23257         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23258
23259 2002-07-01  Jim Meyering  <meyering@lucent.com>
23260
23261         * lib/c-stack.c: Include sys/time.h.
23262         From Volker Borchert.
23263
23264 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23265
23266         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23267
23268 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23269
23270         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23271         New macro.  Use it uniformly instead of
23272         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23273         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23274         reported by Vin Shelton.
23275
23276 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23277
23278         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23279         Do not assume SA_SIGINFO behavior.
23280         Bug reported by Jim Meyering on NetBSD 1.5.2.
23281
23282 2002-06-22  Jim Meyering  <meyering@lucent.com>
23283
23284         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23285         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23286
23287         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23288         now that configure.ac uses AC_GNU_SOURCE.
23289         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23290         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23291
23292         Update to latest tools.  Suggestions from Paul Eggert.
23293         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23294         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23295         * m4/fnmatch.m4: Likewise.
23296         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23297         to AC_HEADER_STDBOOL
23298
23299 2002-06-22  Jim Meyering  <meyering@lucent.com>
23300
23301         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23302         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23303
23304 2002-06-22  Jim Meyering  <meyering@lucent.com>
23305
23306         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23307
23308         * lib/exitfail.c, exitfail.h: Likewise.
23309         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23310
23311         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23312         of fnmatch.h.
23313         (EXTRA_DIST): Add fnmatch_loop.c.
23314         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23315
23316         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23317         * lib/fnmatch.c: Update from diffutils-2.8.2.
23318         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23319         * lib/fnmatch.h: Remove file.
23320
23321 2002-06-21  Jim Meyering  <meyering@lucent.com>
23322
23323         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23324         * m4/mbrtowc.m4: Likewise.
23325
23326         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23327         * m4/mbswidth.m4: Reflect name change:
23328         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23329         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23330
23331         * m4/lib-link.m4: Update from gettext-0.11.2.
23332         * m4/gettext.m4: Likewise.
23333
23334         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23335         From Alfred M. Szmidt.
23336
23337 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23338
23339         * lib/file-type.h: Report an error if neither S_ISREG nor
23340         S_IFREG is defined, instead of using a test specific to glibc
23341         2.2.  This should be safe, since POSIX requires S_ISREG and
23342         Unix Version 7 had S_IFREG.  We don't need to check for
23343         <sys/types.h> since we don't use any symbols that it defines.
23344
23345 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23346
23347         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23348         $@-t, so that each temporary file name is unique and valid in the first
23349         8 characters, for operation under DOS.
23350
23351 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23352
23353         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23354
23355 2002-06-15  Jim Meyering  <meyering@lucent.com>
23356
23357         Work even with DJGPP 2.03, which lacks support for symlinks.
23358         From Richard Dawe.
23359         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23360         is defined.
23361         * lib/lchown.c (S_ISLNK): Likewise.
23362
23363 2002-06-15  Jim Meyering  <meyering@lucent.com>
23364
23365         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23366         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23367         have been included before this file.
23368
23369 2002-06-14  Jim Meyering  <meyering@lucent.com>
23370
23371         * lib/file-type.h: Use the version from diffutils-2.8.2.
23372         * lib/file-type.c: Likewise.
23373
23374 2002-06-07  Jim Meyering  <meyering@lucent.com>
23375
23376         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23377         They're needed at least for NetBSD 1.5.2.
23378         ($statxfs_includes): Include those same headers.
23379         ($statxfs_includes): Include sys/vfs.h if available.
23380         ($statxfs_includes): Likewise for sys/statvfs.h.
23381         Check for the following members in both structs statfs and statvfs:
23382         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23383
23384 2002-06-01  Jim Meyering  <meyering@lucent.com>
23385
23386         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23387         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23388
23389 2002-05-28  Jim Meyering  <meyering@lucent.com>
23390
23391         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23392         Reported by Volker Borchert.
23393
23394 2002-05-27  Jim Meyering  <meyering@lucent.com>
23395
23396         Fix a problem seen only on nonconforming systems whereby ls.c's
23397         use of localtime, and then of gettimeofday would cause trouble:
23398         the localtime call used to initialize rpl_gettimeofday's save
23399         mechanism would clobber ls's current local time information so
23400         that in any long listing the first file would always be listed
23401         with date 1970-01-01.  Analysis by Volker Borchert.
23402
23403         * lib/gettimeofday.c (localtime): Undefine.
23404         (rpl_localtime): New function.
23405
23406 2002-05-27  Jim Meyering  <meyering@lucent.com>
23407
23408         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23409         localtime.
23410
23411         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23412         use the replacement function; it wouldn't resolve at link time.
23413         Reported by Volker Borchert.
23414
23415 2002-05-22  Jim Meyering  <meyering@lucent.com>
23416
23417         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23418         file-type.h.
23419         * lib/file-type.h: New file.
23420         * lib/file-type.c (file_type): New file/function.  Extracted from
23421         diffutils.
23422
23423 2002-04-30  Jim Meyering  <meyering@lucent.com>
23424
23425         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23426
23427 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23428
23429         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23430
23431 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23432
23433         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23434         Do not check for alloca.h (no longer used) or stdbool.h (was never
23435         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23436
23437 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23438
23439         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23440
23441 2002-04-29  Jim Meyering  <meyering@lucent.com>
23442
23443         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23444         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23445         Use AC_FUNC_STRNLEN here instead.
23446
23447         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23448         With autoconf-2.53a, it's part of AC_PROG_CC.
23449
23450 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23451
23452         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23453         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23454
23455 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23456
23457         * lib/sig2str.h, lib/sig2str.c: New files.
23458         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23459
23460 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23461
23462         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23463         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23464         of 127, since 64 is the largest conceivable number for ancient
23465         nonstandard hosts.
23466         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23467
23468 2002-04-28  Jim Meyering  <meyering@lucent.com>
23469
23470         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23471
23472 2002-04-24  Jim Meyering  <meyering@lucent.com>
23473
23474         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23475         (jm_PREREQ): Use it.
23476
23477         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23478         mach/mach.h fcntl.h.
23479         Check for this function: setlocale.
23480
23481 2002-04-24  Jim Meyering  <meyering@lucent.com>
23482
23483         * lib/gettext.h: New file, from Gettext.
23484         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23485         (libfetish_a_SOURCES): Add gettext.h.
23486
23487 2002-04-16  Jim Meyering  <meyering@lucent.com>
23488
23489         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23490         ut_pid, ut_id, ut_exit.
23491
23492 2002-04-16  Jim Meyering  <meyering@lucent.com>
23493
23494         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23495         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23496         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23497
23498 2002-04-12  Jim Meyering  <meyering@lucent.com>
23499
23500         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23501         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23502         existence of the getmntinfo function.  Needed for Darwin 5.3.
23503
23504         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23505         This is necessary at least on Darwin 5.3.
23506
23507         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23508         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23509         strnlen.o in the library, and that makes some versions of ranlib
23510         object.
23511
23512 2002-04-12  Jim Meyering  <meyering@lucent.com>
23513
23514         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23515
23516 2002-04-09  Jim Meyering  <meyering@lucent.com>
23517
23518         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23519         to be more precise.  Rather than saying we're checking whether the
23520         function `works', say what we're testing.
23521         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23522         Reported by Bruno Haible.
23523
23524 2002-03-10  Jim Meyering  <meyering@lucent.com>
23525
23526         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23527         Suggestion from Santiago Vila.
23528
23529 2002-03-08  Jim Meyering  <meyering@lucent.com>
23530
23531         * lib/rename.c: Mention that this wrapper is needed also on
23532         mips-dec-ultrix4.4 systems.
23533
23534 2002-03-02  Jim Meyering  <meyering@lucent.com>
23535
23536         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23537         not HAVE_CLOCK_SETTIME.
23538
23539 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23540
23541         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23542         Check for clock_settime.
23543
23544 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23545
23546         * lib/nanosleep.h: Rename to....
23547         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23548
23549         * lib/gettime.c: New file.
23550         * lib/settime.c: New file.
23551         * lib/stime.c: Remove.
23552
23553         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23554         timespec.h.  Remove nanosleep.h.
23555
23556 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23557
23558         * m4/acl.m4: New file.
23559         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23560         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23561
23562 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23563
23564         * lib/acl.c, lib/acl.h: New files.
23565         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23566
23567 2002-02-24  Jim Meyering  <meyering@lucent.com>
23568
23569         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23570         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23571         cause trouble.  Reported by Nelson Beebe.
23572
23573 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23574
23575         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23576         compilers that don't know that xalloc_die never returns.
23577
23578 2002-02-20  Jim Meyering  <meyering@lucent.com>
23579
23580         * lib/getdate.c: Regenerate using bison-1.33.
23581
23582 2002-02-17  Jim Meyering  <meyering@lucent.com>
23583
23584         * config/config.guess (main): Don't use `head -1'; it's no longer
23585         portable. Use `sed 1q' instead.
23586
23587 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23588
23589         * m4/codeset.m4: Upgrade to gettext-0.11.
23590         * m4/gettext.m4: Upgrade to gettext-0.11.
23591         * m4/glibc21.m4: Upgrade to gettext-0.11.
23592         * m4/iconv.m4: Upgrade to gettext-0.11.
23593         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23594         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23595         * m4/lib-ld.m4: New file, from gettext-0.11.
23596         * m4/lib-link.m4: New file, from gettext-0.11.
23597         * m4/lib-prefix.m4: New file, from gettext-0.11.
23598         * m4/progtest.m4: Upgrade to gettext-0.11.
23599
23600 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23601
23602         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23603         (jm_PREREQ): Use it.
23604
23605 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23606
23607         * lib/posixver.c, lib/posixver.h: New files.
23608         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23609
23610 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23611             Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23614         (fwrite_success_callback): New declaration.
23615         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23616         print_unicode_char. Call failure callback instead of error.
23617         (fwrite_success_callback): New function.
23618         (exit_failure_callback): New function.
23619         (fallback_failure_callback): New function.
23620         (print_unicode_char): Call unicode_to_mb.
23621
23622 2002-01-26  Jim Meyering  <meyering@lucent.com>
23623
23624         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23625         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23626
23627 2002-01-26  Jim Meyering  <meyering@lucent.com>
23628
23629         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23630
23631 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23632
23633         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23634
23635 2002-01-22  Jim Meyering  <meyering@lucent.com>
23636
23637         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23638         Otherwise, some versions of automake would omit the rule that makes
23639         Makefile from Makefile.in.
23640
23641 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23642
23643         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23644         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23645         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23646         (memcoll): Set errno to zero if there is no error.
23647
23648         * lib/quotearg.c (quotearg_buffer_restyled):
23649         Fix bug with quoting buffers containing NUL when backslashing escapes.
23650         This bug was exposed by the other changes in this patch.
23651         (quotearg_n_options): New arg ARGSIZE.
23652         All callers changed.
23653         (quoting_options_from_style): New function.
23654         (quotearg_n_style): Use it.
23655         (quotearg_n_style_mem): New function.
23656
23657         * lib/quotearg.h (quotearg_n_style_mem): New function.
23658
23659 2002-01-19  Jim Meyering  <meyering@lucent.com>
23660
23661         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23662         Remove useless quotes: DF_PROG="df".
23663         * m4/strnlen.m4: New file.
23664
23665 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23666
23667         * lib/backupfile.c (ISDIGIT): Comment fix.
23668         * lib/getdate.y (ISDIGIT): Likewise.
23669         * lib/posixtm.c (ISDIGIT, year): Likewise.
23670         * lib/strverscmp.c (ISDIGIT): Likewise.
23671         * lib/userspec.c (ISDIGIT): Likewise.
23672
23673 2002-01-16  Jim Meyering  <meyering@lucent.com>
23674
23675         * lib/getdate.y: Add three semicolons, each just before a closing
23676         brace. Bison (as of version 1.31) no longer papers over that mistake.
23677
23678 2002-01-05  Jim Meyering  <meyering@lucent.com>
23679
23680         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23681
23682 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23683
23684         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23685         not silently exit merely because the output buffer happens to
23686         have nothing pending.
23687
23688 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23689
23690         See the big note in ../ChangeLog.
23691         * lib/human.c (suffixes): Prefer K to k for 1024.
23692         (generate_suffix_backwards): New function.
23693         (human_readable_inexact): Use it.
23694         * lib/xstrtol.c (__xstrtol): If there is no number but there
23695         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23696         Accept 'K' as well as 'k'.
23697
23698 2001-12-15  Jim Meyering  <meyering@lucent.com>
23699
23700         * lib/regex.h (__restrict_arr): Update from libc.
23701
23702         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23703         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23704         (STREQ): Define.
23705
23706 2001-12-14  Jim Meyering  <meyering@lucent.com>
23707
23708         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23709         Suggestion from Bruno Haible.
23710
23711 2001-12-10  Jim Meyering  <meyering@lucent.com>
23712
23713         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23714         xrealloc, Instead, include "xalloc.h".
23715         (initbuffer): Don't cast xmalloc return value to char*.
23716         (readline): Reword comment.
23717         Don't cast xrealloc return value to char*
23718         Return NULL, not 0.
23719
23720 2001-12-09  Jim Meyering  <meyering@lucent.com>
23721
23722         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23723         about `signed and unsigned type in conditional expression'.
23724         * lib/posixtm.c (posix_time_parse): Likewise.
23725
23726         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23727
23728         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23729         to avoid a pedantic warning.
23730
23731         * lib/getstr.c: Don't include assert.h.
23732         (getstr): Remove warning-evoking assertions.
23733         Return -1 if offset parameter is out of bounds.
23734         Change the type of a local from int to size_t.
23735
23736         * lib/strftime.c (my_strftime_localtime_r): Include this function
23737         definition in the `#if ! HAVE_TM_GMTOFF' block.
23738
23739         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23740         Include xalloc.h instead.
23741
23742 2001-12-02  Jim Meyering  <meyering@lucent.com>
23743
23744         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23745         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23746         included.
23747
23748         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23749         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23750
23751 2001-11-30  Akim Demaille  <akim@epita.fr>
23752
23753         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23754         before being defined.
23755
23756 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23757
23758         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23759         First arg is int, not unsigned.
23760         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23761         (SIZE_MAX, UINT_MAX): New macros.
23762         (quotearg_n_options): Abort if N is negative.
23763         Avoid overflow check on hosts where size_t is 64 bits and int
23764         is 32 bits, as overflow is impossible there.
23765         Fix off-by-one typo that caused unnecessary reallocation.
23766
23767 2001-11-27  Jim Meyering  <meyering@lucent.com>
23768
23769         * lib/tempname.c: Merge with version from libc.
23770         * lib/regex.c: Likewise.
23771
23772         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23773         systems for which STDC_HEADERS is 0, it was not included, resulting in
23774         a warning about an integer-to-pointer conversion problem with getenv.
23775         Reported by Volker Borchert.
23776
23777 2001-11-26  Jim Meyering  <meyering@lucent.com>
23778
23779         * lib/gtod.h: Remove file.
23780         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23781         * lib/gettimeofday.c: Don't include gtod.h.
23782         (GTOD_init): Remove function.
23783         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23784         Suggestion from Volker Borchert.
23785
23786 2001-11-23  Jim Meyering  <meyering@lucent.com>
23787
23788         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23789         it.
23790         * lib/hash.c (struct hash_table): Define it here instead.
23791
23792 2001-11-22  Jim Meyering  <meyering@lucent.com>
23793
23794         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23795
23796 2001-11-20  Jim Meyering  <meyering@lucent.com>
23797
23798         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23799         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23800
23801 2001-11-19  Jim Meyering  <meyering@lucent.com>
23802
23803         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23804         directory.  Use "conftestXXXXXX" as the template.
23805         Suggestion from Paul Eggert.
23806
23807         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23808         immediately, so the test doesn't mistakenly hit the max-open-files
23809         limit.
23810
23811 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23812
23813         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23814         (TEMPORARIES): New macro.
23815         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23816         removes an artificial limitation (e.g. HP-UX 10.20, where
23817         TMP_MAX is 17576).
23818
23819 2001-11-18  Jim Meyering  <meyering@lucent.com>
23820
23821         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23822
23823 2001-11-18  Jim Meyering  <meyering@lucent.com>
23824
23825         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23826         on SunOS 4.
23827
23828         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23829         files will be created before anything else.
23830
23831 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23832
23833         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23834         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23835
23836 2001-11-17  Jim Meyering  <meyering@lucent.com>
23837
23838         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23839         Prompted by a report from Bob Proulx.
23840
23841         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23842         Instead, require UTILS_FUNC_MKSTEMP.
23843
23844 2001-11-17  Jim Meyering  <meyering@lucent.com>
23845
23846         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23847         Now, that's done as part of AC_FUNC_STRTOD.
23848
23849 2001-11-17  Jim Meyering  <meyering@lucent.com>
23850
23851         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23852         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23853         rather than group writable.  Patch by Juan F. Codagnone.
23854
23855         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23856         xrealloc, Instead, include "xalloc.h".
23857
23858         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23859         Remove explicit declarations of xmalloc, xrealloc,
23860         and xstrdup.  Instead, include "xalloc.h".
23861
23862         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23863         unlocked-io.h.
23864         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23865         Likewise.
23866         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23867
23868         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23869         Reported by Padraig Brady.
23870
23871         * lib/mkstemp.c: #undef mkstemp.
23872         Include config.h.
23873         (rpl_mkstemp): Rename from mkstemp.
23874         Protoize.
23875
23876 2001-11-16  Jim Meyering  <meyering@lucent.com>
23877
23878         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23879         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23880         determine the amount of total physical memory, use pstat_getstatic.
23881         HPUX-11 doesn't define _SC_PHYS_PAGES.
23882         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23883         If sysconf couldn't be used to determine the amount of available
23884         physical memory, use both pstat_getstatic and pstat_getdynamic.
23885         Based on a patch from Bob Proulx.
23886
23887 2001-11-10  Jim Meyering  <meyering@lucent.com>
23888
23889         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23890         (jm_PREREQ): Use it.
23891
23892 2001-11-09  Jim Meyering  <meyering@lucent.com>
23893
23894         * m4/jm-macros.m4: Require autoconf-2.52f.
23895         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23896         Use these AC_-prefixed names, not the AM_-prefixed ones.
23897
23898         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23899
23900 2001-11-05  Jim Meyering  <meyering@lucent.com>
23901
23902         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23903
23904 2001-11-04  Jim Meyering  <meyering@lucent.com>
23905
23906         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23907         $DEFS.
23908
23909 2001-11-03  Jim Meyering  <meyering@lucent.com>
23910
23911         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23912         of AC_DEFUN.
23913
23914         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23915         know the name of the variable in the macro definition.
23916
23917 2001-11-03  Jim Meyering  <meyering@lucent.com>
23918
23919         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23920         in argmatch_to_argument call.
23921
23922         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23923         argument.
23924
23925         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23926         e.g., a fault due to an attempt to free a NULL pointer.
23927
23928 2001-11-01  Jim Meyering  <meyering@lucent.com>
23929
23930         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23931         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23932
23933 2001-11-01  Jim Meyering  <meyering@lucent.com>
23934
23935         * lib/dirfd.c, lib/dirfd.h: New files.
23936         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23937
23938         * lib/hash.c (hash_print) [TESTING]: Clean up.
23939
23940 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23941
23942         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23943         to avoid a warning if -Wall.
23944
23945 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23946
23947         * README: New file
23948         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23949         (per RMS's instructions, this is now the canonical source)
23950         * lgpl/, gpl/: New directories.
23951
23952 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23953
23954         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23955
23956 2001-10-21  Jim Meyering  <meyering@lucent.com>
23957
23958         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23959         this code would end up calling gettext even in packages built
23960         with --disable-nls.
23961         * lib/getopt.c (_): Likewise.
23962         * lib/regex.c (_): Likewise.
23963
23964 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23965
23966         * m4/error.m4 (jm_PREREQ_ERROR):
23967         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23968         AC_FUNC_STRERROR_R does that.
23969         Check for strerror declaration.
23970
23971         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23972         are supposed to have them these days.
23973         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23974         Merge changes from latest Autoconf CVS.
23975         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23976         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23977         POSIX decided to standardize on the int flavor of strerror_r.
23978
23979 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23980
23981         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23982         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23983         Use strerror_r that is only a macro, even if it is not a function.
23984         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23985         (private_strerror): Use prototypes, not old-style function definition.
23986         (print_errno_message): New function.
23987         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23988         char*-flavored one.
23989         (error_tail, error, error_at_line): Use it.
23990
23991 2001-10-11  Jim Meyering  <meyering@lucent.com>
23992
23993         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23994         and quote_n (1, ... to avoid clobbering a buffer.
23995
23996 2001-10-05  Jim Meyering  <meyering@lucent.com>
23997
23998         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23999         hash-pjw.h.
24000         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
24001         * lib/hash-pjw.h: New file.
24002
24003 2001-09-30  Jim Meyering  <meyering@lucent.com>
24004
24005         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
24006         `struct fsstat' has the `f_fstypename' member.
24007         Use that to define FS_TYPE, which is now used to make
24008         the getfsstat link test tighter.
24009
24010 2001-09-30  Jim Meyering  <meyering@lucent.com>
24011
24012         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
24013         Include <sys/ucred.h>, for Apple Darwin.
24014         Include sys/mount.h and sys/fs_types.h only if available.
24015         (FS_TYPE): Define.
24016         (read_filesystem_list): Use FS_TYPE.
24017
24018 2001-09-29  Paul Eggert  <eggert@twinsun.com>
24019
24020         * lib/exclude.c (excluded_filename): 0 -> false, since it's
24021         a boolean context.
24022
24023 2001-09-29  Jim Meyering  <meyering@lucent.com>
24024
24025         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24026         [one-argument getmntent function]): Include stdio.h before mntent.h.
24027         SunOS 4.1.x needs it for the declaration of `FILE'.
24028         Patch by Volker Borchert.
24029
24030         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
24031         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
24032         sys/fs_types.h, and make the link-test for getfsstat guard #include
24033         directives with appropriate #if HAVE_*_H tests so that we can
24034         detect getfsstat on Apple Darwin1.3.7 systems.
24035         Reported by Nelson Beebe.
24036         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
24037
24038 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24039
24040         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24041         #defines strtoimax.  Also treat the other strto* functions
24042         like strtoimax.
24043
24044         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24045         Check for strtoul and strtoumax,
24046         as those declarations are made even in the signed case.
24047         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
24048         Likewise, for strtol and strtoimax.
24049
24050 2001-09-28  Paul Eggert  <eggert@twinsun.com>
24051
24052         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
24053         #defines strtoimax.  Also treat the other strto* functions
24054         like strtoimax.
24055
24056         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
24057         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24058         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24059
24060 2001-09-26  Jim Meyering  <meyering@lucent.com>
24061
24062         Most macros in unlocked-io.h had the wrong number of arguments.
24063         * lib/gen-uio: New script.
24064         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24065         * lib/unlocked-io.hin: Remove file.
24066         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24067         rather than trying to embed it here.
24068         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24069         Reported by Padraig Brady.
24070
24071 2001-09-25  Volker Borchert  <bt@teknon.de>
24072
24073         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24074         `result'.
24075
24076 2001-09-24  Jim Meyering  <meyering@lucent.com>
24077
24078         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24079
24080 2001-09-23  Jim Meyering  <meyering@lucent.com>
24081
24082         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24083         instead of the mere test for existence of mntent.h.  The latter
24084         would get a false-positive on AIX 3.4 systems.
24085         In the outer getmntent if-block, don't die if neither of the getmntent
24086         tests succeeds.  Instead, just fall through and continue with the
24087         remaining tests.
24088
24089 2001-09-23  Jim Meyering  <meyering@lucent.com>
24090
24091         * lib/mountlist.c: Remove useless parentheses in #if directives.
24092         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24093         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24094
24095 2001-09-22  Jim Meyering  <meyering@lucent.com>
24096
24097         * m4/gettext.m4: New file.  From gettext.
24098         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24099         * m4/progtest.m4: Likewise
24100         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24101         * m4/glibc21.m4: Likewise.
24102
24103         * m4/libintl.m4: Remove.  No longer used.
24104
24105 2001-09-22  Jim Meyering  <meyering@lucent.com>
24106
24107         * lib/localcharset.c: Update from latest gettext.
24108         * lib/config.charset: Likewise.
24109
24110 2001-09-20  Jim Meyering  <meyering@lucent.com>
24111
24112         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24113         strtoimax.
24114         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24115         strtoumax.
24116
24117 2001-09-20  Jim Meyering  <meyering@lucent.com>
24118
24119         * lib/xstrtol.c (strtoimax): Guard declaration with
24120         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24121         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24122         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24123         (strtoumax): Likewise, for completeness (it wasn't necessary).
24124
24125 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24126
24127         * lib/strtoimax.c (HAVE_LONG_LONG):
24128         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24129         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24130         to work around bug in IBM C compiler.
24131
24132 2001-09-17  Jim Meyering  <meyering@lucent.com>
24133
24134         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24135         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24136         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24137         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24138         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24139         whenever the right hand side need not be expanded by the shell.
24140
24141 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24142
24143         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24144         library.  It's not correct, as some older glibcs are buggy.
24145         fnmatch wasn't fixed until glibc 2.2.
24146
24147         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24148         special shell magic here.
24149
24150 2001-09-16  Jim Meyering  <meyering@lucent.com>
24151
24152         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24153         * m4/jm-macros.m4: Require it.
24154
24155 2001-09-16  Jim Meyering  <meyering@lucent.com>
24156
24157         * lib/mkdir.c: New file.
24158
24159 2001-09-15  Jim Meyering  <meyering@lucent.com>
24160
24161         * m4/jm-macros.m4: Check for help2man.
24162
24163 2001-09-11  Jim Meyering  <meyering@lucent.com>
24164
24165         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24166         The body, by Paul Eggert, was moved here from configure.in.
24167         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24168
24169 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24170
24171         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24172         (jm_PREREQ): Use it.
24173
24174 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24175
24176         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24177         Use ssize_t, not int, to store result of readlink.
24178         Check for ssize_t overflow as well as size_t overflow,
24179         as POSIX says the result of readlink is implementation-defined
24180         when ssize_t overflows.
24181         Remove unnecessary cast to char*.
24182         Use free+malloc instead of realloc, as the storage doesn't need
24183         to be preserved and it's clearer and can be more efficient that way.
24184         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24185         * lib/xreadlink.h (xreadlink): Update prototype.
24186
24187 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24188
24189         * lib/xgetcwd.c: Revert some of the previous change; intead,
24190         fix the HAVE_GETCWD_NULL code to behave more like the
24191         !HAVE_GETCWD_NULL code used to.
24192
24193         Include "xalloc.h".
24194         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24195         invoke xalloc_die.
24196
24197 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24198
24199         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24200         sys/param.h, as pathmax.h includes them.
24201
24202 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24203
24204         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24205         (jm_PREREQ_XGETCWD): New macro.
24206
24207         * m4/getcwd.m4: New file.
24208
24209 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24210
24211         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24212         like the HAVE_GETCWD_NULL code.
24213         Include pathmax.h if not HAVE_GETCWD.
24214         Do not include xalloc.h.
24215         (INITIAL_BUFFER_SIZE): New symbol.
24216         Do not use xmalloc / xrealloc, since the caller is responsible for
24217         handling errors.  Preserve errno around `free' during failure.
24218         Do not overrun buffer when using getwd.
24219
24220 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24221
24222         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24223         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24224         getcwd (NULL, 0).
24225
24226 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24227
24228         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24229         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24230         spotted by Jim Meyering.
24231
24232 2001-09-03  Jim Meyering  <meyering@lucent.com>
24233
24234         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24235         failure.
24236
24237 2001-09-02  Jim Meyering  <meyering@lucent.com>
24238
24239         * lib/error.c: Update from GNU libc.
24240
24241 2001-09-01  Jim Meyering  <meyering@lucent.com>
24242
24243         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24244         Used by df.
24245
24246 2001-09-01  Jim Meyering  <meyering@lucent.com>
24247
24248         * lib/xreadlink.c: New file.
24249         * lib/xreadlink.h: New file.
24250         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24251         xreadlink.h.
24252
24253         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24254         doesn't conflict with sparc Solaris 7's definition in
24255         /usr/include/sys/int_types.h.
24256
24257         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24258         files.
24259         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24260         and strncasecmp as r-values.  Unixware didn't have declarations.
24261
24262 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24263
24264         * lib/xstrtol.h: Add copyright notice.
24265         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24266         LONGINT_INVALID_SUFFIX_CHAR.
24267
24268 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24269
24270         * lib/xstrtol.c (strtoimax): New decl.
24271
24272 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24273
24274         * lib/xgetcwd.c: Don't include pathmax.h.
24275         Include stdlib.h and unistd.h if available.
24276         Include xalloc.h.
24277         (xmalloc, xstrdup, free): Remove decls.
24278         (xgetcwd): Don't assume sizes fit in unsigned.
24279         Check for overflow when computing sizes.
24280         Simplify reallocation code.
24281
24282 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24283
24284         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24285         a directory's st_size can have an arbitrary value, so the old
24286         usage could waste an arbitrary amount of memory.  All uses
24287         changed.
24288         * lib/savedir.h: Update prototype.
24289
24290 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24293
24294         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24295         old strtoimax.c.
24296
24297         Also, make the following further changes to make this file's
24298         configuration more similar to that of strtol.c:
24299         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24300         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24301         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24302         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24303         changed to signed values.
24304
24305         And make the following changes as well:
24306         Fix copyright notice, as 1999 was missing.
24307         (verify): New macro.
24308         (strtoimax): Check sizes at compile-time, not run-time.
24309         Prefer strtol to strtoll if both work.
24310         (main): Remove; it was not that useful and was a pain to maintain.
24311
24312         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24313
24314 2001-08-31  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24317         Use an initial, malloc'd, buffer of length 128 rather than
24318         a statically allocated one of length 1024.
24319
24320 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24321
24322         Simplify code, partly by assuming autoconf 2.52 semantics.
24323
24324         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24325
24326         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24327         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24328         All uses removed.
24329         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24330         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24331         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24332         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24333         jm_AC_HEADER_INTTYPES_H.
24334         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24335
24336         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24337
24338         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24339         Quote first arg of AC_DEFUN.
24340         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24341         since they are needed to parse the include file even if we need
24342         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24343         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24344         but with opposite signedness.
24345
24346 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24347
24348         Merge 'exclude' changes from tar 1.13.22.
24349         This fixes one or two unlikely storage allocation overflow bugs,
24350         but doesn't change user-visible behavior otherwise.
24351
24352 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24353
24354         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24355         (jm_PREREQ_EXCLUDE): New macro.
24356
24357 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24358
24359         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24360         tm to be declared.
24361
24362 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24363
24364         * lib/hash.c: Remove '2001' from copyright notice.
24365
24366 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24367
24368         * lib/full-write.h: New file.
24369         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24370         * lib/full-write.c: Correct credits, as cccp.c no longer
24371         exists and anyway it was so heavily changed from the old cccp
24372         code as to be unrecognizable.  Include full-write.h.
24373         (full_write) Return size_t, with short writes meaning failure.
24374         All callers changed.  This fixes a bug with large buffers
24375         on 64-bit hosts.
24376         * lib/utime.c: Include full-write.h.
24377
24378 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24379
24380         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24381         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24382         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24383         Include if available.
24384         (<xalloc.h>): Include
24385         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24386         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24387         collide with FNM macros.
24388         (struct patopts): New struct.
24389         (struct exclude): Use it, as exclude patterns now come with options.
24390         (new_exclude): Support above changes.
24391         (new_exclude, add_exclude_file):
24392         Initial size must now be a power of two to simplify overflow checking.
24393         (free_exclude, fnmatch_no_wildcards): New function.
24394         (excluded_filename): No longer requires options arg, as the options
24395         are determined by add_exclude.  Now returns bool, not int.
24396         (excluded_filename, add_exclude):
24397         Add support for the fancy new exclusion options.
24398         (add_exclude, add_exclude_file): Now takes int options arg.
24399         Check for arithmetic overflow when computing sizes.
24400         (add_exclude_file): xrealloc might modify errno, so don't
24401         realloc until after errno might be used.
24402
24403         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24404         New macros.
24405         (free_exclude): New decl.
24406         (add_exclude, add_exclude_file): Now takes int options arg.
24407         (excluded_filename): No longer requires options arg, as the options
24408         are determined by add_exclude.  Now returns bool, not int.
24409
24410 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24411
24412         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24413
24414 2001-08-27  Jim Meyering  <meyering@lucent.com>
24415
24416         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24417
24418         * lib/version-etc.c (N_): Remove definition.
24419         Revert most of last change.
24420         Instead, simply don't mark the `Copyright...' string for translation.
24421         Based on advice from Paul Eggert.
24422
24423         * lib/strtoxmax.c: Tweak comment.
24424
24425 2001-08-26  Jim Meyering  <meyering@lucent.com>
24426
24427         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24428
24429         * m4/xstrtoimax.m4: New file.
24430         * m4/xstrtoumax.m4: Add comments explaining why we
24431         AC_REPLACE_FUNCS(strtol).
24432
24433 2001-08-26  Jim Meyering  <meyering@lucent.com>
24434
24435         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24436         of copyright with `%s' so translators don't get an untranslated
24437         message in 2002.
24438         (COPYRIGHT_YEAR): Define.
24439         (version_etc): Use fprintf rather than fputs.
24440         Suggestion from Ulrich Drepper.
24441
24442         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24443
24444         * lib/strtoll.c: New file, from GNU libc.
24445         * lib/xstrtoimax.c: New file.
24446
24447         * lib/xstrtol.h: Add xstrtoimax.
24448         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24449         * lib/strtoimax.c: New file.  Likewise, but first define
24450         STRTOUXMAX_SIGNED.
24451
24452         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24453         ...
24454         * lib/strtoxmax.c: ... then renamed to this.
24455
24456 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24457
24458         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24459         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24460         (jm_AC_TYPE_INTMAX_T): New macro.
24461         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24462
24463         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24464
24465         * m4/longlong.m4: Renamed from ulonglong.m4.
24466         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24467         * m4/uintmax_t.m4: Removed.
24468
24469 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24470
24471         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24472         Port to Solaris 8, where 'sed' requires a space after the 'r'
24473         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24474         Redirect output to $tmp just once.
24475
24476 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24477
24478         * lib/addext.c (<errno.h>): Include.
24479         (errno): Declare if not defined.
24480         (addext): Work correctly when pathconf returns -1 and leaves
24481         errno alone because there is no limit.  Also, work even if
24482         pathconf returns a value greater than SIZE_MAX.
24483
24484 2001-08-12  Jim Meyering  <meyering@lucent.com>
24485
24486         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24487         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24488         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24489         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24490         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24491         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24492         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24493         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24494         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24495         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24496         utime.m4, utimes.m4, xstrtoumax.m4:
24497         Quote the first argument in each use of AC_DEFUN.
24498
24499 2001-08-12  Jim Meyering  <meyering@lucent.com>
24500
24501         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24502         Simply `return getcwd (NULL, 0);'.
24503         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24504         Use 1300 as initial value for length, not PATH_MAX.
24505
24506         * lib/pathmax.h: Clean up cpp syntax.
24507
24508 2001-08-12  Jim Meyering  <meyering@lucent.com>
24509
24510         * lib/gettimeofday.c: New file.
24511         * lib/gtod.h: New file.
24512         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24513
24514 2001-08-05  Jim Meyering  <meyering@lucent.com>
24515
24516         * m4/jm-macros.m4: Require autoconf-2.52.
24517
24518 2001-08-04  Jim Meyering  <meyering@lucent.com>
24519
24520         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24521         stmt, to get in sync with glibc.
24522
24523 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24524
24525         The following changes are from gettext 0.10.39 as maintained by
24526         Bruno Haible.
24527
24528         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24529         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24530         with inverted sense.  All uses changed.
24531
24532         * lib/mbswidth.c: Don't include <limits.h>.
24533         Include <stdlib.h> and <string.h> unconditionally.
24534         (iswcntrl, mbsinit, ISCNTRL): New macros.
24535         (mbsnwidth): Use K&R style function declarations.
24536         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24537         can optimize it when MB_CUR_MAX == 1.
24538         The width of control characters is zero, not 1.
24539
24540 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24541
24542         The following changes are from gettext 0.10.39 as maintained by
24543         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24544
24545         * m4/codeset.m4: Upgrade to serial AM1.
24546         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24547         all uses changed.  Quote first arg of AC_DEFUN.
24548         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24549
24550         * m4/iconv.m4: Upgrade to serial AM2.
24551         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24552         Add --with-libconv-prefix.
24553         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24554         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24555         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24556         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24557         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24558
24559         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24560         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24561         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24562         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24563         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24564         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24565         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24566         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24567         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24568
24569         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24570         string.h any more.
24571
24572         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24573         not the default value.
24574
24575         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24576         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24577         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24578         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24579         Also check for iswcntrl, used for wcwidth fallback.
24580         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24581         to Autoconf 2.13.
24582
24583 2001-08-03  Jim Meyering  <meyering@lucent.com>
24584
24585         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24586         as it was in the original.  Reported by Paul Eggert.
24587
24588 2001-07-16  Jim Meyering  <meyering@lucent.com>
24589
24590         * m4/gettimeofday.m4: New file.
24591         Prompted by a report from Bernhard Baehr.
24592
24593 2001-07-15  Jim Meyering  <meyering@lucent.com>
24594
24595         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24596         stuff. Now it's in ../Makefile.cfg.
24597
24598 2001-07-15  Jim Meyering  <meyering@lucent.com>
24599
24600         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24601         (BUILT_SOURCES): Add unlocked-io.h.
24602         (io_functions): Define.
24603         (unlocked-io.h): New rule.
24604         (DISTCLEANFILES): Add unlocked-io.h.
24605         (all-local): Depend on unlocked-io.h, to ensure it is created.
24606
24607         * lib/unlocked-io.hin: New file
24608
24609         * lib/regex.c: Update from glibc.
24610
24611 2001-07-05  Jim Meyering  <meyering@lucent.com>
24612
24613         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24614         recommendation.
24615         (libfetish_a_SOURCES): Put all .h files here instead.
24616         Remove a thus-exposed (better checks in automake) duplicate and
24617         two unnecessary .h files.
24618
24619 2001-07-04  Jim Meyering  <meyering@lucent.com>
24620
24621         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24622         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24623         distcheck failure.
24624
24625 2001-07-02  Jim Meyering  <meyering@lucent.com>
24626
24627         The following changes were prompted by suggestions from Bruno Haible.
24628
24629         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24630         is now generated.
24631         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24632         definition of EXTRA_DIST.
24633         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24634         ensure that the generated file is created/updated whenever the list
24635         of $(unlocked_functions) is changed.
24636         (jm-glibc-io.m4): New rule.
24637         (unlocked-io.h): New rule -- currently unused.
24638
24639 2001-06-24  Jim Meyering  <meyering@lucent.com>
24640
24641         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24642         unmatched right bracket, rather than kludging it with an extra,
24643         falsely-matching quote in a comment.  Patch by Akim Demaille.
24644
24645 2001-06-11  Jim Meyering  <meyering@lucent.com>
24646
24647         * lib/regex.c: Update from GNU libc.
24648
24649 2001-05-27  Jim Meyering  <meyering@lucent.com>
24650
24651         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24652         Check for ut_type in struct utmp.
24653
24654 2001-05-27  Jim Meyering  <meyering@lucent.com>
24655
24656         * lib/readutmp.h (UT_TYPE): Define.
24657
24658 2001-05-24  Jim Meyering  <meyering@lucent.com>
24659
24660         * lib/argmatch.c: Include "quote.h".
24661         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24662         quote function.  Reported by Göran Uddeborg.
24663
24664 2001-05-22  Jim Meyering  <meyering@lucent.com>
24665
24666         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24667         now that we use the package-supplied version unconditionally.
24668         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24669
24670 2001-05-21  Jim Meyering  <meyering@lucent.com>
24671
24672         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24673         shell syntax errors.
24674
24675 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24676
24677         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24678
24679 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24680
24681         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24682         Don't bother to check library strftime, since
24683         we'll be using our own my_strftime function anyway.
24684         Define my_strftime instead of strftime.
24685
24686 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24687
24688         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24689         which is not yet declared.
24690
24691 2001-05-15  Jim Meyering  <meyering@lucent.com>
24692
24693         * m4/regex.m4: Use proper quoting so brackets appear in the test
24694         program.
24695         Reported by, and with help from, Bruno Haible.
24696
24697 2001-05-13  Jim Meyering  <meyering@lucent.com>
24698
24699         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24700         undefined.
24701
24702 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24703
24704         dirname code cleanup.  base_name now behaves more compatibly
24705         with POSIX basename when given file names that have trailing
24706         slashes, and similarly for dir_name.  Add new primitives
24707         base_len and dir_len.  Put the directory-name-related decls
24708         into dirname.h.
24709
24710         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24711         * lib/backupfile.c (base_name): Likewise.
24712         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24713         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24714         * lib/makepath.c (strip_trailing_slashes): Likewise.
24715         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24716         ISSLASH): Likewise.
24717         * lib/rename.c (strip_trailing_slashes): Likewise.
24718         * lib/same.c (base_name): Likewise.
24719         * lib/stripslash.c (ISSLASH): Likewise.
24720
24721         * lib/addext.c: Include <dirname.h> after size_t is defined.
24722         * lib/backupfile.c: Likewise.
24723
24724         * lib/addext.c (addext): Use base_len to trim redundant
24725         trailing slashes instead of doing it ourselves.
24726         But do not trim the last slash if it is not redundant.
24727
24728         * lib/backupfile.c (find_backup_file_name,
24729         max_backup_version): Use base_len instead of rolling it ourselves.
24730         Handle the case of "" and (on DOS) "C:" correctly.
24731
24732         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24733         needed. Include <string.h>, <dirname.h>.
24734         (base_name): Allow file names ending in slashes, other than names
24735         that are all slashes.  In this case, return the basename followed
24736         by the slashes.  This is more general, and can be used in places
24737         where the original base_name purposely had an assertion failure.
24738         (base_len): New function.
24739
24740         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24741         Do not include <assert.h>; no longer needed.
24742         Include xalloc.h.
24743         (memrchr): Remove decl.
24744         (dir_name_r): Remove.
24745         (dir_len): Renamed from dirlen.  All callers changed.
24746         Rewrite in terms of base_name, for simplicity and consistency.
24747         (dir_name): Never return NULL.  All callers changed.
24748         Do not include <stdlib.h> in test program; no longer needed.
24749         return 0; is fine for test program.
24750
24751         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24752         New macros.
24753         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24754
24755         * lib/path-concat.c (path_concat): Use base_len to compute
24756         base length, not strlen; this means we cannot rely on memcpy
24757         to null-terminate.
24758
24759         * lib/same.c (STREQ): Remove.
24760         (same_name): Handle the case where the basename ends in trailing '/'.
24761
24762         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24763         a slash was stripped.  Do not strip the last slash after a
24764         file system prefix.
24765
24766 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24767
24768         * lib/Makefile.am (libfetish_a_SOURCES):
24769         Add strftime.c, since we now compile it on all hosts.
24770
24771         * lib/strftime.c (my_strftime):
24772         Define to nstrftime if emacs, but only if my_strftime is not defined.
24773         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24774         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24775         Add one more extra argument: a nanoseconds value.
24776         All uses changed.
24777         (ns): New macro.
24778         (my_strftime function): Add %N format.
24779         (emacs_strftimeu): Renamed from emacs_strftime,
24780         with extra ut argument.
24781
24782 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24783
24784         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24785
24786 2001-04-21  Jim Meyering  <meyering@lucent.com>
24787
24788         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24789         doesn't interfere.
24790
24791 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24792
24793         * m4/ftruncate.m4: Check for chsize.
24794         Link with ftruncate.o unconditionally if ftruncate is missing.
24795         This was required when cross-compiling to i586-mingw32msvc.
24796
24797 2001-04-08  Jim Meyering  <meyering@lucent.com>
24798
24799         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24800         recomputed; that's necessary when the offset spans a DST transition.
24801         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24802
24803 2001-04-02  Jim Meyering  <meyering@lucent.com>
24804
24805         * lib/regex.h, regex.c: Update from GNU libc.
24806
24807 2001-03-24  Jim Meyering  <meyering@lucent.com>
24808
24809         * m4/jm-macros.m4: Require autoconf-2.49d.
24810
24811 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24812
24813         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24814
24815 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24816
24817         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24818
24819 2001-03-17  Jim Meyering  <meyering@lucent.com>
24820
24821         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24822         now that the version in autoconf is equivalent.
24823         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24824
24825         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24826         Suggestion from Akim Demaille.
24827
24828         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24829         (jm_PREREQ_TEMPNAME): New function.
24830
24831 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24832
24833         * lib/tempname.c (uint64_t): Define to uintmax_t if
24834         not defined, and if UINT64_MAX is not defined.
24835         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24836         Reported by John David Anglin.
24837
24838 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24839
24840         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24841         resolve alias if codeset is empty.
24842         * lib/config.charset (BeOS): Use wildcard syntax.
24843
24844 2001-03-13  Jim Meyering  <meyering@lucent.com>
24845
24846         * lib/path-concat.c (path_concat)
24847         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24848         concatenating e.g., `C:' and `foo'.
24849         From Bruno Haible.
24850
24851 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24852
24853         * lib/localcharset.c (locale_charset): Don't use
24854         setlocale(LC_CTYPE,NULL). Don't return NULL.
24855         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24856
24857 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24858
24859         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24860         support for DOS/DJGPP.
24861
24862 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24863
24864         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24865         lacks mkstemp.  Compile our own tempname.c if we compile our own
24866         mkstemp.c, as mkstemp relies on tempname.
24867
24868 2001-03-01  Jim Meyering  <meyering@lucent.com>
24869
24870         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24871         AH_VERBATIM really does output its argument verbatim.
24872
24873 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24874
24875         * lib/Makefile.am (libfetish_a_SOURCES):
24876         Add dup-safer.c, fopen-safer.c.
24877         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24878
24879         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24880         * lib/unistd-safer.h: New files.
24881
24882 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24883
24884         The mkstemp replacement is taken from glibc 2.2.2, with some
24885         portability fixes for use outside glibc, as follows:
24886
24887         * lib/tempname.c (struct_stat64): New macro.
24888         (direxists, __gen_tempname): Use it.
24889         This avoids a portability problem with Solaris 8.
24890
24891         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24892         (<stddef.h>, <stdint.h>, <string.h>):
24893         Include only if STDC_HEADERS || _LIBC.
24894         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24895         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24896         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24897         (__set_errno): Define this macro if <errno.h> doesn't.
24898         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24899         Define these macros if <stdio.h> doesn't.
24900         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24901         Define these macros if <sys/stat.h>
24902         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24903         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24904         __xstat64): Define if not _LIBC.
24905         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24906         (__gen_tempname): Invoke gettimeofday only if
24907         HAVE_GETTIMEOFDAY || _LIBC;
24908         otherwise, fall back on plain "time".
24909         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24910
24911         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24912
24913         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24914
24915 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24916
24917         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24918
24919 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24920
24921         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24922         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24923         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24924         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24925
24926 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24927
24928         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24929         Remove workaround macros for hosts that have mbrtowc but not
24930         mbstate_t, as we now insist on proper declarations for both
24931         before using mbrtowc.
24932
24933 2001-02-17  Jim Meyering  <meyering@lucent.com>
24934
24935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24936         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24937         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24938         UnixWare 7.1.1.
24939
24940         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24941         rather than AC_CACHE_VAL.
24942
24943 2001-02-17  Jim Meyering  <meyering@lucent.com>
24944
24945         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24946         around included file name.
24947
24948         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24949
24950         * lib/strftime.c: Update from GNU libc (the only changes were to
24951         comments).
24952
24953 2001-02-17  Jim Meyering  <meyering@lucent.com>
24954
24955         * lib/regex.c: Update from libc.
24956
24957 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24958
24959         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24960         clash.
24961
24962 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24963
24964         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24965         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24966         Reported by Mark Hounschell via Paul Eggert.
24967
24968 2001-02-07  Jim Meyering  <meyering@lucent.com>
24969
24970         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24971
24972 2001-02-05  Jim Meyering  <meyering@lucent.com>
24973
24974         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24975         it includes the patch required for `large file' support with at least
24976         HP-UX's 10.20 /bin/cc.
24977
24978 2001-02-03  Jim Meyering  <meyering@lucent.com>
24979
24980         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24981         AS_IF, now that it works once again (mysteriously).
24982         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24983
24984 2001-01-30  Jim Meyering  <meyering@lucent.com>
24985
24986         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24987         * m4/chown.m4: Rename conftestchown to conftest.chown.
24988         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24989         s/conftestdir2/conftest.d2/.
24990         * m4/utimes.m4: s/conftestdata/conftest.data/
24991         Inspired by Pavel Roskin's change in autoconf.
24992
24993 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24994
24995         * lib/config.charset: Update for FreeBSD 4.2.
24996
24997 2001-01-27  Jim Meyering  <meyering@lucent.com>
24998
24999         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
25000         a use of AS_IF.
25001         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
25002
25003 2001-01-26  Jim Meyering  <meyering@lucent.com>
25004
25005         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
25006         quotearg.c includes it.
25007
25008 2001-01-26  Jim Meyering  <meyering@lucent.com>
25009
25010         * lib/quotearg.c: Include stddef.h.
25011         * lib/quote.c: Include stddef.h.
25012         Reported by Axel Kittenberger.
25013
25014         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
25015         line in double quotes so that it evokes a better diagnostic.
25016         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
25017         Reported by Axel Kittenberger.
25018
25019 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
25020
25021         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
25022         as if it was a `charset'.
25023
25024 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25025
25026         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
25027         has const.
25028
25029 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
25030
25031         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
25032         to avoid a warning.  Add back 'const' to inptr.
25033
25034 2001-01-20  Jim Meyering  <meyering@lucent.com>
25035
25036         Be sure that headers are checked before used in code compiled
25037         for the type checks.
25038         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
25039         In place of that, invoke jm_CHECK_ALL_TYPES.
25040         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
25041         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
25042         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
25043         The check for ssize_t was mistakenly run before the test for unistd.h.
25044
25045         The configure-time check for stdbool.h was missing.
25046         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
25047         (jm_PREREQ_HASH): New function.
25048
25049 2001-01-17  Jim Meyering  <meyering@lucent.com>
25050
25051         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
25052         for autoconf-2.49c.
25053         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
25054
25055 2001-01-16  Jim Meyering  <meyering@lucent.com>
25056
25057         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25058         From Bruno Haible.
25059
25060 2001-01-14  Jim Meyering  <meyering@lucent.com>
25061
25062         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25063         foo and bar.  Create conftestdir/ in the script, not in the C code.
25064         Remove directories in the script, not in the C code.
25065         Remove conftestdir{,2} before trying to create the directory.
25066         Make the entire configure script fail if the mkdir fails.
25067
25068 2001-01-14  Jim Meyering  <meyering@lucent.com>
25069
25070         * lib/rename.c: New file.  From Volker Borchert.
25071         Include stdlib.h, string.h or strings.h, and xalloc.h.
25072         Use strip_trailing_slashes rather than open-coding it.
25073
25074 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25075
25076         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25077
25078 2001-01-03  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25081         of local `inptr' to avoid warning with some system declarations of
25082         iconv.
25083
25084 2001-01-02  Volker Borchert  <bt@teknon.de>
25085
25086         * m4/rename.m4: New file.
25087         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25088
25089 2001-01-01  Jim Meyering  <meyering@lucent.com>
25090
25091         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25092         even on systems with utmpx.h.  It's necessary for the declaration of
25093         utmp's ut_user member.  Reported by Andreas Jaeger.
25094
25095         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25096         available. They are required for the declarations of getgrgid and
25097         getpwuid resp.
25098         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25099         Reported by Andreas Jaeger.
25100
25101 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25102
25103         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25104         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25105         so `make install' also works in VPATH builds.
25106
25107 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25108
25109         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25110         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25111         can be used in subdirectories.
25112
25113 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25114
25115         * lib/modechange.c: Do not assume that mode_t uses the
25116         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25117         the other-execute bit of FOO even if S_IXOTH != 1.
25118
25119         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25120         WOTH, XOTH, ALLM): New macros.
25121         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25122          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25123         Use them.
25124         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25125         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25126         (mode_compile):
25127         No need to use uintmax_t; unsigned long is long enough.
25128         Don't bother to get suffix since we don't use it.
25129
25130 2000-12-26  Jim Meyering  <meyering@lucent.com>
25131
25132         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25133         better with autoheader.
25134
25135 2000-12-24  Jim Meyering  <meyering@lucent.com>
25136
25137         * lib/hash.c (is_prime): Return explicit boolean values.
25138         (hash_get_first): Return NULL to appease Irix5.6's 89.
25139         Reported by Nelson Beebe.
25140
25141 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25142
25143         * lib/localcharset.c (locale_charset): Add support for Win32.
25144
25145 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25146
25147         * lib/physmem.h, lib/physmem.c: New files.
25148
25149         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25150         (noinst_HEADERS): Add physmem.h.
25151
25152         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25153         't' for compatibility with Solaris 8 sort.
25154
25155 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25156
25157         * lib/config.charset: Add support for BeOS.
25158
25159 2000-12-17  Jim Meyering  <meyering@lucent.com>
25160
25161         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25162         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25163
25164 2000-12-16  Jim Meyering  <meyering@lucent.com>
25165
25166         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25167         N and M) would have treated it like `chown N:N FILE'.
25168
25169         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25170
25171 2000-12-16  Jim Meyering  <meyering@lucent.com>
25172
25173         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25174         SHELLS_FILE to a file name that's useful on djgpp systems.
25175         Include stdlib.h.
25176         (ADDITIONAL_DEFAULT_SHELLS): Define.
25177         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25178         Based mostly on a patch from Prashant TR.
25179
25180 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25181
25182         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25183         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25184         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25185
25186 2000-12-08  Andreas Schwab  <schwab@suse.de>
25187
25188         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25189         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25190
25191 2000-12-07  Jim Meyering  <meyering@lucent.com>
25192
25193         * lib/stripslash.c (ISSLASH): Define.
25194         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25195         `/'.
25196         From Prashant TR.
25197
25198         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25199         (dir_name_r): Declare this function as static.
25200         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25201         manifest itself on a name containing a mix of slashes and
25202         backslashes.
25203         Make this function work with names starting with a DOS-style
25204         drive letter and colon prefix.
25205         (dir_name): Append `.' if necessary.
25206         Based mostly on patches from Prashant TR and Eli Zaretskii.
25207
25208         * lib/dirname.h (dir_name_r): Remove prototype.
25209
25210 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25211
25212         * m4/off_t-format.m4: Remove this file.
25213         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25214
25215 2000-12-06  Jim Meyering  <meyering@lucent.com>
25216
25217         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25218         replacement strtoull, we may well need the replacement strtoul, too.
25219         Check for declarations of strtoul and strtoull.
25220         Check for strtol.  Mainly as a cue to cause automake to include
25221         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25222         Check for limits.h -- strtol.c needs it.
25223
25224 2000-12-05  Jim Meyering  <meyering@lucent.com>
25225
25226         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25227
25228 2000-12-04  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25231         Also include memory.h, stdlib.h, unistd.h if appropriate.
25232         Reported by Andreas Jaeger (conflicting declaration of malloc).
25233
25234 2000-12-02  Jim Meyering  <meyering@lucent.com>
25235
25236         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25237         * m4/jm-macros.m4 (jm_MACROS): require it.
25238
25239 2000-12-02  Jim Meyering  <meyering@lucent.com>
25240
25241         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25242
25243 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25244
25245         * lib/memrchr.c: Include <config.h> before any system include file.
25246
25247 2000-11-30  Jim Meyering  <meyering@lucent.com>
25248
25249         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25250
25251 2000-11-30  Jim Meyering  <meyering@lucent.com>
25252
25253         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25254
25255 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25256
25257         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25258
25259 2000-11-26  Jim Meyering  <meyering@lucent.com>
25260
25261         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25262
25263 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25264
25265         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25266         size of (size_t) -1; it's not portable.
25267
25268 2000-11-17  Jim Meyering  <meyering@lucent.com>
25269
25270         * lib/strstr.c: Update from GNU libc.
25271
25272 2000-11-17  Akim Demaille  <akim@epita.fr>
25273
25274         * lib/obstack.h: Formatting changes.
25275         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25276         prevent type checking.
25277         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25278         cast the value to (void *): assigning a `foo *' to a `void *'
25279         variable is valid.
25280         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25281
25282 2000-11-16  Jim Meyering  <meyering@lucent.com>
25283
25284         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25285
25286 2000-11-11  Jim Meyering  <meyering@lucent.com>
25287
25288         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25289
25290 2000-11-10  Jim Meyering  <meyering@lucent.com>
25291
25292         * lib/obstack.h: Update from GNU libc.
25293         * lib/obstack.c: Likewise.
25294
25295 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25296
25297         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25298
25299 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25300
25301         * lib/getusershell.c (setusershell): Use rewind rather than
25302         fseek/fseeko, to avoid configuration hassles with fseeko.
25303         Don't bother opening SHELLS_FILE if shellstream is NULL;
25304         it's not necessary.
25305
25306 2000-11-05  Jim Meyering  <meyering@lucent.com>
25307
25308         * lib/makepath.h (make_dir): Declare.
25309         * lib/makepath.c (make_dir): Remove `static' attribute.
25310         Tweak a comment.
25311
25312 2000-11-04  Jim Meyering  <meyering@lucent.com>
25313
25314         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25315
25316 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25317
25318         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25319         last one in a bucket, advance to the next bucket.
25320
25321 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25322
25323         * lib/fnmatch.c: Do not comment out all the code if we are using
25324         the GNU C library, because in some cases we are replacing buggy
25325         code in the GNU C library itself.
25326
25327 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25328
25329         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25330         (regex_compile): Catch bogus \(\1\).
25331
25332 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25333
25334         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25335         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25336         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25337
25338 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25339
25340         * lib/error.h, getline.h, modechange.h:
25341         Remove "2000" from Copyright line, as the file hasn't been
25342         changed this year other than in the copyright notice.
25343
25344         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25345         was changed this year.
25346
25347 2000-10-29  Jim Meyering  <meyering@lucent.com>
25348
25349         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25350         renaming.
25351         * m4/ls-mntd-fs.m4: Likewise
25352
25353 2000-10-29  Jim Meyering  <meyering@lucent.com>
25354
25355         * lib/xstat.in: Fix grammar in comment.
25356
25357 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25358
25359         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25360         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25361         doesn't define __restrict_arr.
25362
25363 2000-10-28  Jim Meyering  <meyering@lucent.com>
25364
25365         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25366         (jm_PREREQ_MEMCHR): New function.
25367
25368 2000-10-28  Jim Meyering  <meyering@lucent.com>
25369
25370         * lib/memchr.c: Update from libc.
25371         Adjust for portability:
25372         [HAVE_STDLIB_H]: Include stdlib.h.
25373         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25374         Undef __memchr, too.
25375         [!weak_alias]: Define __memchr to memchr.
25376
25377         * lib/regex.c: Update from libc.
25378         * lib/regex.h: Likewise.
25379         * lib/getopt1.c: Likewise.
25380         * lib/memcmp.c: Likewise.
25381
25382         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25383         Avoid using fseek, when possible -- it's broken by design.
25384         Patch by Ulrich Drepper.
25385
25386 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25387
25388         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25389         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25390         Giving in to popular pressure to shut up the compiler with casts.
25391
25392 2000-10-26  Jim Meyering  <meyering@lucent.com>
25393
25394         * lib/strftime.c: Update from libc.
25395
25396 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25397
25398         * regex.c: More `unsigned char' -> `re_char' changes.
25399         Also change several `int' into `re_wchar_t'.
25400         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25401         (PUSH_FAILURE_POINTER): Don't cast any more.
25402         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25403         We want GCC to complain, since this piece of code makes
25404         re_match non-reentrant, which *should* be fixed.
25405         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25406         (EXTEND_BUFFER): Use RETALLOC.
25407         (SET_LIST_BIT): Don't cast.
25408         (re_wchar_t): New type.
25409         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25410         that those two functions will always properly return.
25411         (IMMEDIATE_QUIT_CHECK): Cast to void.
25412         (analyse_first): Use recursion rather than an explicit stack.
25413         (re_compile_fastmap): Can't fail anymore.
25414         (re_search_2): Don't check re_compile_fastmap for failure.
25415         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25416         Now also sets the new value (passed in a new argument).
25417         (re_match_2_internal): Use it.
25418         Also, use a new var `reg' of type size_t when looping through regs
25419         rather than reuse the inappropriate `mcnt'.
25420
25421 2000-10-25  Jim Meyering  <meyering@lucent.com>
25422
25423         * lib/obstack.c: Update from libc.
25424
25425 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25426
25427         * regex.c (regex_compile): Change the way of handling a range from
25428         a char less than 256 to a char not less than 256.
25429
25430 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25431
25432         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25433         NT-Emacs only.
25434         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25435         so that re_search functions only quit when callers expect them to.
25436
25437 2000-10-23  Jim Meyering  <meyering@lucent.com>
25438
25439         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25440         wrong.  That set_locale call must not have any side effects.
25441         From Paul Eggert.
25442
25443 2000-10-22  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25446         [CYCLIC]: Remove now-unused definition.
25447
25448         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25449         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25450         Suggestion from Ulrich Drepper.
25451
25452 2000-10-21  Jim Meyering  <meyering@lucent.com>
25453
25454         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25455         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25456         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25457
25458 2000-10-21  Jim Meyering  <meyering@lucent.com>
25459
25460         * lib/dirname.c (memrchr): Declare if necessary.
25461         (dir_name): Remove the restriction that there be no
25462         trailing slashes.  Now, this code skips past them, effectively
25463         ignoring them.
25464         [TEST_DIRNAME] (main): New unit tests.
25465
25466         * lib/memrchr.c: New file from GNU libc.
25467         Undef __memrchr, too.
25468         [!weak_alias]: Define __memrchr to memrchr.
25469         Guard weak_alias use with `#ifdef weak_alias'.
25470
25471 2000-10-21  Jim Meyering  <meyering@lucent.com>
25472
25473         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25474         (dir_name): Use dir_name_r.
25475         * lib/dirname.h (dir_name_r): Declare it.
25476
25477 2000-10-17  Jim Meyering  <meyering@lucent.com>
25478
25479         * lib/quote.h (PARAMS): Define and use.
25480         Reported by Akim Demaille.
25481
25482         * lib/getopt.c: Update from libc.
25483
25484 2000-10-16  Jim Meyering  <meyering@lucent.com>
25485
25486         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25487         setlocale.
25488         From Jan Fedak.
25489
25490 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25491
25492         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25493
25494 2000-09-25  Jim Meyering  <meyering@lucent.com>
25495
25496         * lib/md5.h (rol): Define (from GnuPG).
25497
25498         * lib/sha.c: Give credit (GnuPG) where due.
25499         (M): Use rol rather than open-coding it.
25500         Add a FIXME comment.
25501
25502 2000-09-21  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25505         Reported by Michael Stone.
25506
25507 2000-09-20  Jim Meyering  <meyering@lucent.com>
25508
25509         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25510         (noinst_HEADERS): Add sha.h.
25511         Based on code from Scott G. Miller and from GnuPG.
25512
25513 2000-09-18  Jim Meyering  <meyering@lucent.com>
25514
25515         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25516         LIBS. Otherwise, everyone ends up linking with -lelf for some
25517         configurations.
25518         Reported by Mike Stone.
25519
25520 2000-09-15  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/regex.c: Update from libc.
25523
25524 2000-09-10  Jim Meyering  <meyering@lucent.com>
25525
25526         * lib/getopt.c (_getopt_internal): Update from glibc.
25527
25528 2000-09-09  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25531         think it should be used as a general replacement for isascii.
25532         * lib/fnmatch.c: Likewise.
25533         * lib/mbswidth.c: Likewise
25534         * lib/regex.c: Likewise.
25535
25536         Don't use atoi.
25537         * lib/userspec.c: Include sys/param.h and limits.h.
25538         Include xstrtol.h.
25539         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25540         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25541         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25542         UID, GID.  Check range.
25543
25544 2000-09-06  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/getopt.c (_getopt_internal): Update from glibc.
25547
25548 2000-08-30  Jim Meyering  <meyering@lucent.com>
25549
25550         * lib/strftime.c: Merge in changes from GNU libc.
25551
25552 2000-08-26  Jim Meyering  <meyering@lucent.com>
25553
25554         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25555         * m4/fpending.m4: New file.
25556
25557 2000-08-26  Jim Meyering  <meyering@lucent.com>
25558
25559         * lib/closeout.c: Include "__fpending.h".
25560         (close_stdout_status): Return right away if there's nothing to flush.
25561
25562         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25563         * lib/__fpending.c: New file.
25564         * lib/__fpending.h: New file.
25565
25566 2000-08-20  Jim Meyering  <meyering@lucent.com>
25567
25568         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25569         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25570         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25571
25572 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25573
25574         Improve fileutils installation on systems where running
25575         programs (like install) can't be unlinked.
25576         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25577         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25578
25579 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25580
25581         Standardize on "memory exhausted" instead of "Memory exhausted"
25582         or "virtual memory exhausted".
25583         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25584         "virtual memory exhausted".
25585         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25586         our own message.
25587         * lib/userspec.c (parse_user_spec): Likewise.
25588         * lib/bumpalloc.h: comment fix
25589         * lib/same.c, userspec.c: Include xalloc.h.
25590
25591         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25592         not char *const and pointing to a constant array.
25593         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25594         (xrealloc): Comment fix.
25595
25596         * lib/userspec.c (parse_user_spec):
25597         Don't translate a message until just before returning,
25598         to avoid unnecessary translation.
25599
25600 2000-08-07  Jim Meyering  <meyering@lucent.com>
25601
25602         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25603         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25604         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25605         getgroups.c, gethostname.c, getopt.h, group-member.c,
25606         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25607         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25608         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25609         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25610         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25611         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25612         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25613         yesno.c: Back out Copyright date changes for each file with no change
25614         this year.  This eases coordination with other programs using the same
25615         source code modules.  From Paul Eggert.
25616
25617 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25618
25619         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25620         not char, for compatibility with glibc 2.1.3 strftime.c.
25621
25622 2000-08-03  Greg McGary  <greg@mcgary.org>
25623
25624         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25625         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25626         (EXTEND_BUFFER): Use them.
25627
25628 2000-08-01  Jim Meyering  <meyering@lucent.com>
25629
25630         * lib/dirname.c (ISSLASH): Define.
25631         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25632         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25633         both `\' and `/' may be use as path separators.
25634         Based on a patch from Prashant TR.
25635
25636 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25637
25638         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25639         slot vector a constant, since it might get modified.
25640
25641 2000-07-31  Jim Meyering  <meyering@lucent.com>
25642
25643         * lib/xmalloc.c: Use `virtual memory exhausted', not
25644         `Memory exhausted'.
25645         * lib/obstack.c (print_and_abort): Likewise.
25646
25647 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25648
25649         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25650         buffer, so that the caller can always quote one small
25651         component of a "memory exhausted" message in slot 0.
25652         From a suggestion by Jim Meyering.
25653
25654 2000-07-30  Jim Meyering  <meyering@lucent.com>
25655
25656         * lib/makepath.c (make_path): Quote the other instance, too.
25657
25658         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25659         (STATIC_BUF_SIZE): Define.
25660         (quotearg_n_options): Use only statically allocated storage when
25661         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25662         than STATIC_BUF_SIZE.
25663
25664 2000-07-29  Jim Meyering  <meyering@lucent.com>
25665
25666         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25667         * lib/dirname.c (dir_name): Likewise.
25668
25669         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25670         `/'.
25671
25672         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25673         (dir_name): Assert that there are no trailing slashes.
25674
25675 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25676
25677         * lib/mbswidth.h (mbswidth): Add a flags argument.
25678         (mbswidth): New declaration.
25679         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25680         * lib/mbswidth.c (mbswidth): Add a flags argument.
25681         (mbsnwidth): New function.
25682
25683 2000-07-24  Jim Meyering  <meyering@lucent.com>
25684
25685         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25686
25687 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25688
25689         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25690
25691 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25692
25693         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25694         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25695         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25696         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25697         invoke multibyte primitives.
25698
25699 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25700
25701         * lib/quotearg.c:
25702         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25703         so that mbstate_t is always defined.
25704
25705         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25706         be 1 in at least one GCC installation, and this configuration
25707         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25708         performance on hosts that have mbrtowc but have only unibyte
25709         locales, but I assume these hosts are rare.
25710
25711 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25712
25713         * lib/mbswidth.c (_XOPEN_SOURCE):
25714         Don't define; this causes problems on Solaris 7.
25715         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25716
25717 2000-07-23  Jim Meyering  <meyering@lucent.com>
25718
25719         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25720         too: getgrgid, getpwuid, getuid.
25721
25722 2000-07-23  Jim Meyering  <meyering@lucent.com>
25723
25724         * lib/basename.c (base_name): Add an assertion.
25725
25726 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25727
25728         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25729         shadow its mbsinit function.
25730
25731 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25732
25733         * lib/mbswidth.h: New file.
25734         * lib/mbswidth.c: New file.
25735         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25736         (noinst_HEADERS): Add mbswidth.h.
25737
25738 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25739
25740         * lib/config.charset: Add support for FreeBSD. Improve support for
25741         HP-UX and IRIX 6.
25742
25743 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25744
25745         * m4/mbswidth.m4: New file.
25746         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25747
25748 2000-07-15  Jim Meyering  <meyering@lucent.com>
25749
25750         * lib/makepath.c: Include quote.h.
25751         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25752         corresponding argument in a `quote (...)' call.
25753         Give better diagnostics.
25754
25755         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25756         (noinst_HEADERS): Add quote.h.
25757
25758         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25759         from tar's src/misc.c.
25760         * lib/quote.h: New file.  Prototypes for same.
25761
25762 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25763
25764         From a suggestion by Bruno Haible.
25765         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25766         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25767         to decide whether to define the BeOS workaround macro;
25768         this adjusts to the change to AC_MBSTATE_T.
25769
25770 2000-07-14  Jim Meyering  <meyering@lucent.com>
25771
25772         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25773         jm_AC_TYPE_UINTMAX_T.
25774
25775 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25776
25777         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25778
25779         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25780         quotearg_buffer_restyled): Add support for
25781         clocale_quoting_style.  Undo previous change to
25782         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25783         and "{RIGHT QUOTATION MARK}" msgids.
25784
25785 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25786
25787         From a suggestion by Bruno Haible.
25788         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25789         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25790         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25791         and mbstate_t, to a single-part test that simply defines mbstate_t.
25792         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25793         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25794
25795 2000-07-10  Jim Meyering  <meyering@lucent.com>
25796
25797         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25798
25799         * m4/gnu-source.m4: Output to confdefs.h directly.
25800         Suggestion from Akim Demaille.
25801
25802 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25803
25804         The old behavior of quoting `like this' doesn't look good with
25805         newer, ISO-style fonts.  See:
25806         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25807
25808         Instead, quote "like this" by default.  Let the translator
25809         tailor the locale-specific quoting behavior by providing
25810         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25811
25812         * lib/quotearg.c (N_): New macro.
25813         (gettext_default): New function.
25814         (quotearg_buffer_restyled): Use
25815         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25816         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25817
25818 2000-07-09  Jim Meyering  <meyering@lucent.com>
25819
25820         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25821         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25822
25823         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25824         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25825
25826 2000-07-09  Jim Meyering  <meyering@lucent.com>
25827
25828         * lib/Most files: Update copyright dates to include 2000.
25829
25830 2000-07-08  Jim Meyering  <meyering@lucent.com>
25831
25832         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25833         if not defined.
25834         (xgethostname): Remove now-unnecessary #ifdef.
25835         Move declaration of `err' into loop where it's used.
25836
25837 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25838         and Bruno Haible  <haible@clisp.cons.org>
25839
25840         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25841         only if the test for an object-type mbstate_t fails.  This
25842         prevents us from mistakenly reporting that mbstate_t is a
25843         system object type after we "#define mbstate_t int" to work
25844         around its lack.
25845
25846 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25847         and Bruno Haible  <haible@clisp.cons.org>
25848
25849         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25850
25851 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25852
25853         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25854         to strerror_r.
25855         Include <ctype.h> for use of isalpha.
25856
25857 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25858
25859         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25860         by allocating a larger buffer. Test the gethostname return value for
25861         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25862         returns an error and ENAMETOOLONG isn't defined.
25863
25864 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25865
25866         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25867         dimension.
25868
25869 2000-07-04  Jim Meyering  <meyering@lucent.com>
25870
25871         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25872         of the deprecated AC_CHECKING.
25873
25874 2000-07-04  Jim Meyering  <meyering@lucent.com>
25875
25876         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25877         Reported by Bruno Haible.
25878
25879 2000-07-04  Jim Meyering  <meyering@lucent.com>
25880
25881         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25882         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25883         lacks mbrtowc.
25884
25885 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25886
25887         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25888         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25889
25890 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25891         and Bruno Haible  <haible@clisp.cons.org>
25892
25893         * lib/quotearg.c (mbrtowc):
25894         Assign to *pwc, and return 1 only if result is nonzero.
25895         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25896
25897 2000-07-03  Jim Meyering  <meyering@lucent.com>
25898
25899         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25900
25901 2000-07-03  Jim Meyering  <meyering@lucent.com>
25902
25903         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25904         This is necessary to get a definition of e.g., UTMP_FILE on
25905         HP-UX 10.20.
25906         From Bob Proulx.
25907
25908 2000-07-02  Jim Meyering  <meyering@lucent.com>
25909
25910         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25911
25912         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25913         AC_LIBOBJ(function_name).
25914         * m4/chown.m4: Likewise.
25915         * m4/fnmatch.m4: Likewise.
25916         * m4/ftruncate.m4: Likewise.
25917         * m4/getgroups.m4: Likewise.
25918         * m4/getline.m4: Likewise.
25919         * m4/group-member.m4: Likewise.
25920         * m4/jm-macros.m4: Likewise.
25921         * m4/lstat.m4: Likewise.
25922         * m4/malloc.m4: Likewise.
25923         * m4/memcmp.m4: Likewise.
25924         * m4/nanosleep.m4: Likewise.
25925         * m4/putenv.m4: Likewise.
25926         * m4/realloc.m4: Likewise.
25927         * m4/regex.m4: Likewise.
25928         * m4/stat.m4: Likewise.
25929         * m4/strftime.m4: Likewise.
25930
25931 2000-07-02  Jim Meyering  <meyering@lucent.com>
25932
25933         * lib/quotearg.c (mbstate_t): Don't define here.
25934
25935 2000-07-02  Jim Meyering  <meyering@lucent.com>
25936
25937         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25938
25939 2000-07-01  Jim Meyering  <meyering@lucent.com>
25940
25941         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25942
25943 2000-07-01  Jim Meyering  <meyering@lucent.com>
25944
25945         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25946         problem.
25947
25948 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25949
25950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25951         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25952
25953 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25954
25955         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25956         per change in ../m4/ls-mntd-fs.m4.
25957         (read_filesystem_list): Ignore symbolic links.
25958
25959 2000-06-29  Jim Meyering  <meyering@lucent.com>
25960
25961         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25962         for declaration of strcmp.
25963
25964         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25965
25966         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25967         Avoid warning by casting result to `char *' to remove `const'.
25968
25969 2000-06-28  Jim Meyering  <meyering@lucent.com>
25970
25971         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25972         included by quotearg.c, for which we perform this test.  From
25973         Bruno Haible.
25974
25975 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25976
25977         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25978         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25979         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25980
25981 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25982
25983         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25984
25985 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25986
25987         savedir now sets errno on failure and invokes xmalloc to get memory.
25988         Fix a couple of other minor bugs while we're at it.
25989
25990         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25991         (NAMLEN): Remove macro.
25992         (malloc, realloc): Remove decls.
25993         (stpcpy): Likewise.
25994         ("xalloc.h"): Include.
25995         (NAME_SIZE_DEFAULT): New macro.
25996         (savedir): Use xmalloc / xrealloc to allocate memory.
25997         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25998         Skip "" directory entries.
25999         Use strlen to calculate directory entry length, since the old method
26000         is rarely used these days and isn't worth supporting.
26001         Don't use a pointer after freeing it.
26002         Check for integer overflow when calculating allocation size.
26003         Use memcpy to copy entries, instead of stpcpy.
26004         Set errno properly when returning NULL.
26005         Check for readdir error.
26006
26007 2000-06-26  Jim Meyering  <meyering@lucent.com>
26008
26009         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
26010
26011 2000-06-25  Jim Meyering  <meyering@lucent.com>
26012
26013         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
26014         Linux header bug when _XOPEN_SOURCE is defined to 500.
26015
26016 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26017
26018         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
26019         deficiency.
26020
26021 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
26022
26023         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
26024         Include xalloc.h.
26025         Don't include <stdlib.h>.  Don't declare malloc, realloc.
26026
26027 2000-06-24  Jim Meyering  <meyering@lucent.com>
26028
26029         * m4/strerror_r.m4: Revive this file -- to try out an experimental
26030         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
26031         for which strerror does return char*, but which lacks a conveniently
26032         accessible declaration of the function.  If the compile-test says
26033         strerror_r doesn't work, then resort to a `run'-test that works on
26034         BeOS and segfaults on DEC Unix.
26035
26036 2000-06-24  Jim Meyering  <meyering@lucent.com>
26037
26038         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
26039
26040 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26041
26042         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
26043         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
26044
26045 2000-06-23  Paul Eggert  <eggert@twinsun.com>
26046
26047         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
26048         (mbrtowc, mbstate_t): Define substitutes if
26049         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
26050         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
26051         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
26052
26053 2000-06-23  Jim Meyering  <meyering@lucent.com>
26054
26055         * m4/afs.m4: Add missing AC_MSG_RESULT.
26056         Reported by Bruno Haible.
26057
26058         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26059         Suggestion from Bruno Haible.
26060
26061 2000-06-23  Jim Meyering  <meyering@lucent.com>
26062
26063         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26064
26065 2000-06-21  Jim Meyering  <meyering@lucent.com>
26066
26067         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26068
26069 2000-06-21  Jim Meyering  <meyering@lucent.com>
26070
26071         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26072         (noinst_HEADERS): Add getstr.h.
26073
26074         * lib/getline.c (getstr): Move into a separate file.
26075         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26076         the following changes: new parameter, delim2; both delim[12]
26077         parameters have type `int', not `char'.  The latter would lose
26078         with 8-bit delimiters.
26079         * lib/getstr.h: New file.
26080
26081 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26082
26083         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26084         than 1024, return a memory chunk of least possible size, instead
26085         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26086         Use free/xmalloc instead of xrealloc to avoid copying for very long
26087         paths.
26088
26089 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26090
26091         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26092         the empty string.
26093
26094 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26095
26096         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26097         address, not strdup.  Include <stdlib.h> and don't declare free().
26098
26099 2000-06-19  Jim Meyering  <meyering@lucent.com>
26100
26101         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26102
26103 2000-06-18  Jim Meyering  <meyering@lucent.com>
26104
26105         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26106
26107         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26108         `checking whether...' message to be consistent with that of the
26109         lstat test.
26110
26111 2000-06-18  Jim Meyering  <meyering@lucent.com>
26112
26113         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26114         Besides, these days every porting target provides a mkdir function.
26115
26116         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26117         needed. (this snippet comes from src/system.h).
26118
26119 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26120
26121         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26122
26123 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26124
26125         * lib/human.c (adjust_value): New function.
26126         (human_readable_inexact): Apply rounding style even when
26127         printing approximate values.
26128
26129 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26130
26131         * lib/human.c (human_readable_inexact): Allow an input block
26132         size that is not a multiple of the output block size, and vice versa.
26133         Reported by Piergiorgio Sartor.
26134
26135 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26136
26137         * lib/getdate.y (get_date): Apply relative times after time
26138         zone indicator, not before.  Reported by Todd A. Jacobs.
26139
26140 2000-06-13  Jim Meyering  <meyering@lucent.com>
26141
26142         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26143
26144         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26145
26146 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26147
26148         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26149
26150 2000-06-12  Jim Meyering  <meyering@lucent.com>
26151
26152         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26153         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26154         optional argument.
26155         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26156         the optional argument, `lib'.
26157
26158 2000-06-08  Jim Meyering  <meyering@lucent.com>
26159
26160         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26161
26162 2000-06-04  Paul Eggert  <eggert@twinsun.com>