331b8226c122ff716da8a0eb5c26913f3176bcda
[gnulib.git] / ChangeLog
1 2007-03-02  Bruno Haible  <bruno@clisp.org>
2
3         * modules/gettext (configure.ac): Require gettext infrastructure
4         from version 0.16.1.
5
6 2007-03-02  Bruno Haible  <bruno@clisp.org>
7
8         * modules/carray-list-tests (Depends-on): Add progname.
9         * tests/test-carray_list.c: Include progname.h.
10         (main): Call set_program_name.
11
12         * modules/avltreehash-list-tests (Depends-on): Add progname.
13         * tests/test-avltreehash_list.c: Include progname.h.
14         (main): Call set_program_name.
15
16         * modules/avltree-oset-tests (Depends-on): Add progname.
17         * tests/test-avltree_oset.c: Include progname.h.
18         (main): Call set_program_name.
19
20         * modules/avltree-list-tests (Depends-on): Add progname.
21         * tests/test-avltree_list.c: Include progname.h.
22         (main): Call set_program_name.
23
24         * modules/array-oset-tests (Depends-on): Add progname.
25         * tests/test-array_oset.c: Include progname.h.
26         (main): Call set_program_name.
27
28         * modules/array-list-tests (Depends-on): Add progname.
29         * tests/test-array_list.c: Include progname.h.
30         (main): Call set_program_name.
31
32         * modules/argp-tests (Depends-on): Add progname.
33         * tests/test-argp.c: Include argp.h first. Include progname.h.
34         (main): Call set_program_name.
35
36 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37
38         * doc/gnulib-tool.texi (Initial import): Reword description of
39         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
40         limited effect even if defined after the first system include.
41
42 2007-03-01  Bruno Haible  <bruno@clisp.org>
43
44         * build-aux/config.libpath: Update to libtool-1.5.22.
45         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
46
47 2007-03-01  Bruno Haible  <bruno@clisp.org>
48
49         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
50         foo_CFLAGS.
51         Reported by Ralf Wildenhues.
52
53 2007-03-01  Bruno Haible  <bruno@clisp.org>
54
55         * build-aux/install-reloc: Remove object files left over by some
56         compilers.
57         Reported by Ralf Wildenhues.
58
59 2007-03-01  Bruno Haible  <bruno@clisp.org>
60
61         * build-aux/install-reloc: Break long lines.
62
63 2007-03-01  Bruno Haible  <bruno@clisp.org>
64
65         * doc/relocatable.texi: Document that it may not work on OpenBSD.
66         Reported by Ralf Wildenhues.
67
68 2007-03-01  Bruno Haible  <bruno@clisp.org>
69
70         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
71         include ordering constraints.
72
73 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
74
75         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
76         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
77         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
78         as another example.
79         * lib/time_.h: Fix misspelling.
80         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
81         Require gl_HEADER_TIME_H_DEFAULTS.
82         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
83         * m4/time_r.m4 (gl_TIME_R): Likewise.
84         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
85
86 2007-03-01  Bruno Haible  <bruno@clisp.org>
87
88         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
89         * m4/utimens.m4 (gl_UTIMENS): Likewise.
90
91 2007-03-01  Jim Meyering  <jim@meyering.net>
92
93         * modules/xreadlink (Maintainer): Add my name.
94         * modules/xreadlink-with-size (Depends-on): Alphabetize.
95
96 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
97             Bruno Haible  <bruno@clisp.org>
98
99         * build-aux/install-reloc: Compile also c-ctype.c.
100         * build-aux/relocatable.sh.in: New file.
101         * doc/relocatable.texi: New file.
102         * doc/relocatable-maint.texi: New file.
103         * doc/gnulib.texi: Include relocatable-maint.texi.
104         * lib/progreloc.c: Include unistd.h unconditionally.
105         * lib/relocwrapper.c: Include unistd.h unconditionally.
106         Include c-ctype.h.
107         (add_dotbin): Use c_tolower.
108         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
109         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
110         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
111         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
112         to m4/relocatable-lib.m4.
113         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
114         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
115         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
116         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
117         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
118         * modules/relocatable: New file.
119         * modules/relocatable-lib: New file.
120         * modules/relocatable-script: New file.
121
122 2007-02-28  Bruno Haible  <bruno@clisp.org>
123
124         Import --enable-relocatable infrastructure.
125         * build-aux/config.libpath: New file, from GNU gettext.
126         * build-aux/install-reloc: New file, from GNU gettext.
127         * build-aux/reloc-ldflags: New file, from GNU gettext.
128         * lib/relocatable.h: New file, from GNU gettext.
129         * lib/relocatable.c: New file, from GNU gettext.
130         * lib/relocwrapper.c: New file, from GNU gettext.
131         * m4/relocatable.m4: New file, from GNU gettext.
132
133 2007-02-28  Bruno Haible  <bruno@clisp.org>
134
135         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
136
137         * modules/xreadlink: New file, from GNU gettext with modifications.
138         * lib/xreadlink.c: New file, from GNU gettext.
139         * lib/xreadlink.h: Add comments.
140         (xreadlink): New declaration.
141
142         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
143         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
144         lib/xreadlink-with-size.c.
145         (configure.ac): Remove gl_XREADLINK invocation.
146         (Makefile.am): Augment lib_SOURCES.
147         * m4/xreadlink.m4: Remove file.
148         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
149         (xreadlink_with_size): Renamed from xreadink.
150         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
151         * modules/canonicalize (Depends-on): Replace xreadlink with
152         xreadlink-with-size.
153         * lib/canonicalize.c (canonicalize_filename_mode): Update.
154
155 2007-02-25  Jim Meyering  <jim@meyering.net>
156
157         * build-aux/announce-gen: When complaining about excess arguments,
158         list them.
159
160 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
161
162         * README: Document signed integer overflow situation more
163         accurately.
164
165 2007-02-25  Bruno Haible  <bruno@clisp.org>
166
167         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
168         'a' or 'A' conversion.
169
170 2007-02-25  Bruno Haible  <bruno@clisp.org>
171
172         * modules/filename: Renamed from modules/pathname.
173         (Files): Replace lib/pathname.h with lib/filename.h. Replace
174         lib/concatpath.c with lib/concat-filename.c.
175         (Makefile.am): Update.
176         (Include): Replace pathname.h with filename.h.
177         * lib/filename.h: Renamed from lib/pathname.h.
178         (concatenated_filename): Renamed from concatenated_pathname.
179         * lib/concat-filename.c: Renamed from lib/concatpath.c.
180         (concatenated_filename): Renamed from concatenated_pathname.
181         * lib/findprog.c: Include filename.h instead of pathname.h.
182         (find_in_path): Update.
183         * lib/javacomp.c: Include filename.h instead of pathname.h.
184         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
185         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
186         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
187         is_oldgcj_14_13_usable, is_javac_usable): Update.
188         * lib/javaexec.c: Include filename.h instead of pathname.h.
189         (execute_java_class): Update.
190         * modules/findprog: Update.
191         * modules/javacomp: Update.
192         * modules/javaexec: Update.
193         * MODULES.html.sh (File system functions): Add 'filename', remove
194         'pathname'.
195
196 2007-02-25  Bruno Haible  <bruno@clisp.org>
197
198         * modules/printf-frexpl-tests: New file.
199         * tests/test-printf-frexpl.c: New file.
200
201         * modules/printf-frexpl: New file.
202         * lib/printf-frexpl.h: New file.
203         * lib/printf-frexpl.c: New file.
204         * m4/printf-frexpl.m4: New file.
205
206 2007-02-25  Bruno Haible  <bruno@clisp.org>
207
208         * modules/printf-frexp-tests: New file.
209         * tests/test-printf-frexp.c: New file.
210
211         * modules/printf-frexp: New file.
212         * lib/printf-frexp.h: New file.
213         * lib/printf-frexp.c: New file.
214         * m4/printf-frexp.m4: New file.
215
216 2007-02-25  Bruno Haible  <bruno@clisp.org>
217
218         Assume automake >= 1.10 for the tests.
219         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
220         * modules/arctwo-tests: Likewise.
221         * modules/argp-tests: Likewise.
222         * modules/avltree-list-tests: Likewise.
223         * modules/avltree-oset-tests: Likewise.
224         * modules/avltreehash-list-tests: Likewise.
225         * modules/carray-list-tests: Likewise.
226         * modules/crc-tests: Likewise.
227         * modules/des-tests: Likewise.
228         * modules/gc-arcfour-tests: Likewise.
229         * modules/gc-arctwo-tests: Likewise.
230         * modules/gc-des-tests: Likewise.
231         * modules/gc-hmac-md5-tests: Likewise.
232         * modules/gc-hmac-sha1-tests: Likewise.
233         * modules/gc-md2-tests: Likewise.
234         * modules/gc-md4-tests: Likewise.
235         * modules/gc-md5-tests: Likewise.
236         * modules/gc-pbkdf2-sha1-tests: Likewise.
237         * modules/gc-rijndael-tests: Likewise.
238         * modules/gc-sha1-tests: Likewise.
239         * modules/gc-tests: Likewise.
240         * modules/getaddrinfo-tests: Likewise.
241         * modules/hmac-md5-tests: Likewise.
242         * modules/hmac-sha1-tests: Likewise.
243         * modules/linked-list-tests: Likewise.
244         * modules/linkedhash-list-tests: Likewise.
245         * modules/lock-tests: Likewise.
246         * modules/md2-tests: Likewise.
247         * modules/md4-tests: Likewise.
248         * modules/md5-tests: Likewise.
249         * modules/rbtree-list-tests: Likewise.
250         * modules/rbtree-oset-tests: Likewise.
251         * modules/rbtreehash-list-tests: Likewise.
252         * modules/read-file-tests: Likewise.
253         * modules/rijndael-tests: Likewise.
254         * modules/stdint-tests: Likewise.
255         * modules/tls-tests: Likewise.
256
257 2007-02-24  Bruno Haible  <bruno@clisp.org>
258
259         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
260         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
261         function; instead check whether isnan with a double argument links.
262         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
263         function; instead check whether isnan with a 'long double' argument
264         links.
265         Reported by Eric Blake <ebb9@byu.net>.
266
267 2007-02-24  Bruno Haible  <bruno@clisp.org>
268
269         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
270         defined.
271         * lib/isnanl.c: Remove all code. Just include isnan.c.
272         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
273
274 2007-02-25  Jim Meyering  <jim@meyering.net>
275
276         Avoid conflicting types for 'unsetenv' on FreeBSD.
277         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
278         conflicting with FreeBSD's (5.0 and 6.1) function declaration
279         in stdlib.h.
280
281 2007-02-24  Bruno Haible  <bruno@clisp.org>
282
283         * modules/isnanl-nolibm-tests: New file.
284         * tests/test-isnanl.c: New file.
285
286         * modules/isnanl-nolibm: New file.
287         * lib/isnanl.h: New file.
288         * lib/isnanl.c: New file.
289         * m4/isnanl.m4: New file.
290
291 2007-02-24  Bruno Haible  <bruno@clisp.org>
292
293         * modules/isnan-nolibm-tests: New file.
294         * tests/test-isnan.c: New file.
295
296         * modules/isnan-nolibm: New file.
297         * lib/isnan.h: New file.
298         * lib/isnan.c: New file.
299         * m4/isnan.m4: New file.
300
301 2007-02-24  Bruno Haible  <bruno@clisp.org>
302
303         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
304         assume that an exponent fits in 20 bits.
305
306 2007-02-24  Jim Meyering  <jim@meyering.net>
307
308         * m4/regex.m4: Update the description of the configure-time option,
309         --without-included-regex, to state accurately what the defaults are,
310         and perhaps to give people an idea why using this option is risky.
311
312 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
313
314         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
315         loops on small arguments.  This attempts to avoid the problem
316         Bruno Haible reported for AIX 4.3.2 in
317         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
318
319 2007-02-23  Bruno Haible  <bruno@clisp.org>
320
321         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
322         Needed for help2man.
323
324 2007-02-23  Karl Berry  <karl@gnu.org>
325
326         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
327         exists, foo.h should be cvs-ignored, not committed.
328
329 2007-02-23  Eric Blake  <ebb9@byu.net>
330
331         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
332         * lib/stat-time.h (includes): Likewise.
333         * lib/utimecmp.c (includes): Likewise.
334         * lib/utimens.h (includes): Likewise.
335         * lib/getdate.y (includes): Also include "timespec.h" for use
336         internal to the module.
337         * modules/utimens (Depends-on): Revert yesterday's patch.
338         * modules/nanosleep (Depends-on): Add missing dependency.
339
340 2007-02-22  Bruno Haible  <bruno@clisp.org>
341
342         * lib/glob.c: Don't include getlogin_r.h.
343
344 2007-02-22  Jim Meyering  <jim@meyering.net>
345
346         * modules/utimens (Depends-on): Add timespec, required for
347         utimens.h's inclusion of timespec.h.
348
349 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
350
351         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
352         long unreadable paths in GNU/Linux.  Problem reported by Andreas
353         Schwab in
354         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
355         I'll try to think of a better way to fix the Solaris problem.
356
357         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
358         like glibc; on Solaris 10, it fails with errno == EINVAL.
359         POSIX says the behavior is unspecified if the first argument is NULL,
360         so play it safe and never pass NULL to the system getcwd.
361
362 2007-02-21  Jim Meyering  <jim@meyering.net>
363
364         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
365         of gettimeofday.  It would conflict with the one now always
366         provided via sys_time_.h.  Reported by Matthew Woehlke, as
367         an IRIX 6.5 build failure.
368
369 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
370
371         Minor fixups to port to Solaris 10 with Sun C 5.8.
372         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
373         * modules/getcwd (Depends-on): Add dirfd.
374         * lib/putenv.c (putenv): #undef it.
375         (rpl_putenv): New decl.
376         (malloc, free): Include <stdlib.h> rather than prototyping separately.
377
378 2007-02-20  Bruno Haible  <bruno@clisp.org>
379
380         * modules/stdio-tests: New file.
381         * tests/test-stdio.c: New file.
382
383         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
384         (Depends-on): Add stdio.
385         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
386         (Include): Use <stdio.h> instead of vsnprintf.h.
387         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
388         HAVE_DECL_VSNPRINTF.
389         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
390
391         * modules/snprintf (Files): Remove lib/snprintf.h.
392         (Depends-on): Add stdio.
393         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
394         (Include): Use <stdio.h> instead of snprintf.h.
395         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
396         HAVE_DECL_SNPRINTF.
397         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
398         * lib/getaddrinfo.c: Likewise.
399
400         * modules/stdio: New file.
401         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
402         * lib/snprintf.h: Remove file.
403         * lib/vsnprintf.h: Remove file.
404         * lib/.cppi-disable: Remove snprintf.h.
405         * m4/stdio_h.m4: New file.
406         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
407
408 2007-02-20  Jim Meyering  <jim@meyering.net>
409
410         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
411         used by e.g., mingw.  From Bruno Haible.
412
413 2007-02-19  Bruno Haible  <bruno@clisp.org>
414
415         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
416         warnings.
417         Reported by Ben Pfaff <blp@cs.stanford.edu>.
418
419 2007-02-19  Bruno Haible  <bruno@clisp.org>
420
421         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
422         from mingw users.
423
424 2007-02-19  Bruno Haible  <bruno@clisp.org>
425
426         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
427         warnings.
428         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
429
430 2007-02-19  Jim Meyering  <jim@meyering.net>
431
432         Don't use FD after a successful "fdopendir (fd)".
433         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
434         Reset it by calling dirfd on the just-obtained DIR*.
435
436         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
437         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
438
439 2007-02-18  Bruno Haible  <bruno@clisp.org>
440
441         * lib/readlink.c: Include <unistd.h>.
442         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
443         HAVE_READLINK.
444         * modules/readlink (Depends-on): Add unistd.
445         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
446         (Include): Add <unistd.h>.
447
448         * lib/getlogin_r.h: Remove file.
449         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
450         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
451         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
452         HAVE_DECL_GETLOGIN_R.
453         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
454         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
455         (Include): Use <unistd.h> instead of getlogin_r.h.
456
457         * lib/getcwd.h: Remove file.
458         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
459         * lib/xgetcwd.c: Likewise.
460         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
461         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
462         * modules/getcwd (Files): Remove lib/getcwd.h.
463         (Depends-on): Add unistd.
464         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
465         (Include): Use <unistd.h> instad of getcwd.h.
466
467         * lib/ftruncate.c: Include <unistd.h> first.
468         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
469         Set HAVE_FTRUNCATE.
470         * modules/ftruncate (Depends-on): Add unistd.
471         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
472
473         * lib/fchdir.c: Include <unistd.h> first.
474         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
475         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
476         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
477         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
478         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
479
480         * lib/dup2.c: Include <unistd.h> first.
481         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
482         HAVE_DUP2.
483         * modules/dup2 (Depends-on): Add unistd.
484         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
485
486         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
487         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
488         REPLACE_CHOWN. Don't define chown as a macro here.
489         * modules/chown (Depends-on): Add unistd.
490         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
491
492         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
493         Add definition for GL_LINK_WARNING.
494         (chown, dup2): New declarations.
495         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
496         link warning.
497         (ftruncate): New declaration.
498         (getcwd): New declaration, taken from old getcwd.h.
499         (getlogin_r): New declaration, taken from old getlogin_r.h.
500         (readlink): New declaration.
501         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
502         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
503         (gl_PREREQ_UNISTD): Remove macro.
504         (gl_UNISTD_MODULE_INDICATOR): New macro.
505         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
506         many new variables. Don't set UNISTD_H.
507         * modules/unistd (Description): Change.
508         (Depends-on): Add link-warning.
509         (configure.ac): Update.
510         (Makefile.am): Create unistd.h always. Substitute many new variables
511         into it.
512
513 2007-02-18  Bruno Haible  <bruno@clisp.org>
514
515         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
516         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
517         HAVE_GETSUBOPT.
518         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
519         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
520         * lib/getsubopt.h: Remove file.
521         * modules/getsubopt (Files): Remove lib/getsubopt.h.
522         (Depends-on): Add stdlib.
523         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
524         (Includes): Use <stdlib.h> instead of getsubopt.h.
525         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
526         Set HAVE_GETSUBOPT.
527         * lib/getsubopt.c: Don't include getsubopt.h.
528
529 2007-02-18  Bruno Haible  <bruno@clisp.org>
530
531         * modules/fchdir (Depends-on): Add dup2.
532
533 2007-02-18  Bruno Haible  <bruno@clisp.org>
534
535         * lib/stdlib_.h: Handle glibc's special invocation convention
536         specially.
537
538 2007-02-18  Bruno Haible  <bruno@clisp.org>
539
540         * modules/stdlib-tests: New file.
541         * tests/test-stdlib.c: New file.
542
543         * modules/mkstemp (Files): Remove lib/mkstemp.h.
544         (Depends-on): Add stdlib.
545         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
546         (Includes): Use <stdlib.h> instead of mkstemp.h.
547         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
548         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
549         * lib/mkstemp.c: Don't include mkstemp.h.
550         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
551         * lib/stdlib--.h: Don't include mkstemp.h.
552
553         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
554         (Depends-on): Add stdlib.
555         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
556         (Includes): Use <stdlib.h> instead of mkdtemp.h.
557         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
558         HAVE_MKDTEMP.
559         * lib/mkdtemp.c: Don't include mkdtemp.h.
560         * lib/clean-temp.c: Don't include mkdtemp.h.
561
562         * modules/exit (Files): Remove lib/exit.h.
563         (Depends-on): Add stdlib.
564         (Makefile.am): Remove lib_SOURCES.
565         (Include): Use <stdlib.h> instead of exit.h.
566         * lib/argmatch.c: Don't include exit.h.
567         * lib/execute.c: Likewise.
568         * lib/pagealign_alloc.c: Likewise.
569         * lib/pipe.c: Likewise.
570         * lib/wait-process.c: Likewise.
571         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
572         * lib/exitfail.c: Likewise.
573         * lib/savewd.c: Likewise.
574         * lib/xsetenv.c: Likewise.
575
576         * modules/stdlib: New file.
577         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
578         and extra comments about mkstemp().
579         * lib/exit.h: Remove file.
580         * lib/mkdtemp.h: Remove file.
581         * lib/mkstemp.h: Remove file.
582         * m4/stdlib_h.m4: New file.
583         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
584
585 2007-02-18  Bruno Haible  <bruno@clisp.org>
586
587         * modules/math-tests: New file.
588         * tests/test-math.c: New file.
589
590         * modules/math: New file.
591         * modules/mathl (Files): Remove lib/mathl.h.
592         (Depends-on): Add math.
593         (Makefile.am): Don't mention mathl.h.
594         (Include): Use <math.h> instead of mathl.h.
595         * lib/math_.h: New file.
596         * lib/mathl.h: Remove file.
597         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
598         mathl.h.
599         * lib/asinl.c: Likewise.
600         * lib/atanl.c: Likewise.
601         * lib/ceill.c: Likewise.
602         * lib/cosl.c: Likewise.
603         * lib/expl.c: Likewise.
604         * lib/floorl.c: Likewise.
605         * lib/frexpl.c: Likewise.
606         * lib/ldexpl.c: Likewise.
607         * lib/logl.c: Likewise.
608         * lib/sincosl.c: Likewise.
609         * lib/sinl.c: Likewise.
610         * lib/sqrtl.c: Likewise.
611         * lib/tanl.c: Likewise.
612         * lib/trigl.c: Likewise.
613         * m4/math_h.m4: New file.
614         * MODULES.html.sh (Mathematics): Add math.
615
616 2007-02-17  Bruno Haible  <bruno@clisp.org>
617
618         * modules/wctype-tests: New file.
619         * tests/test-wctype.c: New file.
620
621         * modules/wchar-tests: New file.
622         * tests/test-wchar.c: New file.
623
624         * modules/unistd-tests: New file.
625         * tests/test-unistd.c: New file.
626
627         * modules/time-tests: New file.
628         * tests/test-time.c: New file.
629
630         * modules/sysexits-tests: New file.
631         * tests/test-sysexits.c: New file.
632
633         * modules/sys_time-tests: New file.
634         * tests/test-sys_time.c: New file.
635
636         * modules/sys_stat-tests: New file.
637         * tests/test-sys_stat.c: New file.
638
639         * modules/sys_socket-tests: New file.
640         * tests/test-sys_socket.c: New file.
641
642         * modules/sys_select-tests: New file.
643         * tests/test-sys_select.c: New file.
644
645         * modules/string-tests: New file.
646         * tests/test-string.c: New file.
647
648         * modules/stdbool-tests: New file.
649         * tests/test-stdbool.c: New file.
650
651         * modules/netinet_in-tests: New file.
652         * tests/test-netinet_in.c: New file.
653
654         * modules/inttypes-tests: New file.
655         * tests/test-inttypes.c: New file.
656
657         * modules/fcntl-tests: New file.
658         * tests/test-fcntl.c: New file.
659
660         * modules/byteswap-tests: New file.
661         * tests/test-byteswap.c: New file.
662
663         * modules/arpa_inet-tests: New file.
664         * tests/test-arpa_inet.c: New file.
665
666 2007-02-17  Bruno Haible  <bruno@clisp.org>
667
668         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
669         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
670         if the corresponding module is not enabled. Emit link warnings if
671         the function is used nevertheless.
672         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
673         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
674         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
675         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
676         * modules/inttypes (Depends-on): Add link-warning.
677         (Makefile.am): Copy the contents of build-aux/link-warning.h into
678         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
679         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
680         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
681         * modules/imaxdiv (configure.ac): Likewise.
682         * modules/strtoimax (configure.ac): Likewise.
683         * modules/strtoumax (configure.ac): Likewise.
684
685 2007-02-17  Bruno Haible  <bruno@clisp.org>
686
687         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
688         gl_STRING_MODULE_INDICATOR_DEFAULTS.
689         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
690         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
691
692 2007-02-17  Bruno Haible  <bruno@clisp.org>
693
694         * modules/link-warning: New file.
695         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
696         * lib/string_.h (GL_LINK_WARNING): Remove definition.
697         * modules/string (Depends-on): Add link-warning.
698         (Makefile.am): Copy the contents of build-aux/link-warning.h into
699         string.h.
700         * MODULES.html.sh (Support for building libraries and executables): Add
701         link-warning.
702
703 2007-02-17  Bruno Haible  <bruno@clisp.org>
704
705         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
706         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
707         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
708         long lines.
709
710 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
711             Bruno Haible  <bruno@clisp.org>
712
713         * modules/tmpfile: New file.
714         * lib/tmpfile.c: New file.
715         * m4/tmpfile.m4: New file.
716         * MODULES.html.sh (func_all_modules): New section "Input/output".
717
718 2007-02-15  Bruno Haible  <bruno@clisp.org>
719
720         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
721         (supports_delete_on_close): New function.
722         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
723
724 2007-02-14  Bruno Haible  <bruno@clisp.org>
725
726         * modules/mbspcasecmp-tests: New file.
727         * tests/test-mbspcasecmp.sh: New file.
728         * tests/test-mbspcasecmp.c: New file.
729
730         New module mbspcasecmp.
731         * modules/mbspcasecmp: New file.
732         * lib/mbspcasecmp.c: New file.
733         * lib/string_.h (strncasecmp): Change warning message.
734         (mbspcasecmp): New declaration.
735         * m4/mbspcasecmp.m4: New file.
736         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
737         GNULIB_MBSPCASECMP.
738         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
739         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
740
741 2007-02-14  Bruno Haible  <bruno@clisp.org>
742
743         * modules/mbsncasecmp-tests: New file.
744         * tests/test-mbsncasecmp.sh: New file.
745         * tests/test-mbsncasecmp.c: New file.
746
747         New module mbsncasecmp.
748         * modules/mbsncasecmp: New file.
749         * lib/mbsncasecmp.c: New file.
750         * lib/string_.h (mbsncasecmp): New declaration.
751         * m4/mbsncasecmp.m4: New file.
752         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
753         GNULIB_MBSNCASECMP.
754         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
755         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
756
757 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
758
759         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
760         Verify that it doesn't overlap with our flags.
761         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
762         do not have the desired effect in multibyte locales; instead, use
763         mbscasecmp.
764         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
765         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
766         we don't require GNU fnmatch ourselves (if our users require it, they
767         should do so explicitly).
768
769         Fix regex code so it doesn't rely on strcasecmp.
770         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
771         Otherwise, include gnulib's langinfo.h.
772         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
773         undesirable behavior in non-C locales.  Instead, rely on localecharset.
774         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
775         * modules/regex (FILES): Remove m4/codeset.m4.
776         (Depends-on): Add localcharset.  Remove strcase.
777
778 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
779
780         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
781         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
782
783 2007-02-13  Bruno Haible  <bruno@clisp.org>
784
785         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
786         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
787
788 2007-02-12  Bruno Haible  <bruno@clisp.org>
789
790         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
791         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
792         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
793         time warning rather than a link error.
794
795 2007-02-12  Bruno Haible  <bruno@clisp.org>
796
797         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
798         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
799         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
800
801 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
802
803         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
804         args, not 2.
805
806 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
807
808         New module 'time', so that apps can include <time.h> as per
809         POSIX and GNU instead of separate include files like time_r.h
810         and timegm.h.  This implementation tries out a simpler approach
811         for replacing decls in standard include files (as compared to
812         the string module), somewhat as an experiment.
813
814         * config/srclist.txt: Comment out mktime.c for now.
815         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
816         since it doesn't apply any more.  Use generic wording instead.
817         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
818         'time'.
819         * lib/time_.h, m4/time_h.m4, modules/time: New files.
820         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
821         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
822         Don't include <sys/types.h>; no longer needed since we assume C89.
823         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
824         * lib/strftime.c: Likewise.
825         * lib/time_r.c: Likewise.
826         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
827         * lib/nanosleep.c: Include <time.h> first, to check interface.
828         * lib/strptime.c: Likewise.
829         * lib/time_r.c: Likewise.
830         * lib/timegm.c: Likewise.
831         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
832         needed.
833         * lib/timegm.c: Don't include timegm.h; no longer needed.
834         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
835         time.h now handles any problems in that area.
836         (struct timespec, nanosleep): Remove; time.h now arranges for these.
837         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
838         that time.h defines struct timespec.
839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
840         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
841         handles that.
842         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
843         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
844         needed.  Set REPLACE_LOCALTIME.
845         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
846         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
847         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
848         nanosleep; time_h.m4 now does that.  Don't require
849         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
850         module handles this now.
851         * modules/getdate (Depends-on): Remove timespec.  Add time.
852         * modules/nanosleep (Depends-on): Likewise.
853         * modules/stat-time (Depends-on): Likewise.
854         * modules/nanosleep (Include): Include time.h, not timespec.h.
855         * modules/strptime (Files): Remove lib/strptime.h.
856         (Depends-on): Add extensions, time.
857         (Include): Include time.h, not strptime.h.
858         * modules/time_r (Files): Remove lib/time_r.h.
859         (Depends-on): Add time.
860         (Include): Include time.h, not time_r.h.
861         * modules/timegm: Likewise.
862         * modules/timespec (Description): Now does timespec-related decls
863         of our own, instead of struct timespec itself.
864         (Depends-on): Add time; remove extensions.
865         (Maintainer): Add self.
866         * modules/utimecmp (Depends-on): Add time; remove timespec.
867         * modules/utimens (Depends-on): Likewise.
868         * modules/xnanosleep (Depends-on): Likewise.
869
870 2007-02-11  Bruno Haible  <bruno@clisp.org>
871
872         * lib/c-strstr.c: Include allocsa.h.
873         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
874         * lib/c-strcasestr.c: Include allocsa.h.
875         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
876         * lib/strcasestr.c: Include allocsa.h.
877         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
878         * lib/mbsstr.c: Include allocsa.h.
879         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
880         allocsa/freesa instead of malloc/free.
881         * lib/mbscasestr.c: Include allocsa.h.
882         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
883         allocsa/freesa instead of malloc/free.
884         * modules/c-strstr (Depends-on): Add allocsa.
885         * modules/c-strcasestr (Depends-on): Likewise.
886         * modules/strcasestr (Depends-on): Likewise.
887         * modules/mbsstr (Depends-on): Likewise.
888         * modules/mbscasestr (Depends-on): Likewise.
889
890 2007-02-11  Bruno Haible  <bruno@clisp.org>
891
892         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
893
894         * modules/mbsspn-tests: New file.
895         * tests/test-mbsspn.sh: New file.
896         * tests/test-mbsspn.c: New file.
897
898 2007-02-11  Bruno Haible  <bruno@clisp.org>
899
900         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
901
902         * modules/mbspbrk-tests: New file.
903         * tests/test-mbspbrk.sh: New file.
904         * tests/test-mbspbrk.c: New file.
905
906 2007-02-11  Bruno Haible  <bruno@clisp.org>
907
908         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
909         unneeded cast.
910
911         * modules/mbscspn-tests: New file.
912         * tests/test-mbscspn.sh: New file.
913         * tests/test-mbscspn.c: New file.
914
915 2007-02-11  Bruno Haible  <bruno@clisp.org>
916
917         * modules/mbscasecmp-tests: New file.
918         * tests/test-mbscasecmp.sh: New file.
919         * tests/test-mbscasecmp.c: New file.
920
921 2007-02-11  Bruno Haible  <bruno@clisp.org>
922
923         Ensure O(n) worst-case complexity of mbscasestr.
924         * lib/mbscasestr.c: Include stdbool.h.
925         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
926         functions.
927         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
928         the bookkeeping indicates that it's worth it.
929         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
930
931         * modules/mbscasestr-tests: New file.
932         * tests/test-mbscasestr1.c: New file.
933         * tests/test-mbscasestr2.sh: New file.
934         * tests/test-mbscasestr2.c: New file.
935         * tests/test-mbscasestr3.sh: New file.
936         * tests/test-mbscasestr3.c: New file.
937         * tests/test-mbscasestr4.sh: New file.
938         * tests/test-mbscasestr4.c: New file.
939         * m4/locale-tr.m4: New file.
940
941 2007-02-11  Bruno Haible  <bruno@clisp.org>
942
943         Ensure O(n) worst-case complexity of mbsstr.
944         * lib/mbsstr.c: Include stdbool.h.
945         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
946         functions.
947         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
948         bookkeeping indicates that it's worth it.
949         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
950
951         * modules/mbsstr-tests: New file.
952         * tests/test-mbsstr1.c: New file.
953         * tests/test-mbsstr2.sh: New file.
954         * tests/test-mbsstr2.c: New file.
955         * tests/test-mbsstr3.sh: New file.
956         * tests/test-mbsstr3.c: New file.
957         * m4/locale-fr.m4: New file.
958
959 2007-02-11  Bruno Haible  <bruno@clisp.org>
960
961         * lib/mbsrchr.c (mbsrchr): Fix bug.
962
963         * modules/mbsrchr-tests: New file.
964         * tests/test-mbsrchr.sh: New file.
965         * tests/test-mbsrchr.c: New file.
966
967 2007-02-11  Bruno Haible  <bruno@clisp.org>
968
969         * lib/mbschr.c (mbschr): Fix bug.
970
971         * modules/mbschr-tests: New file.
972         * tests/test-mbschr.sh: New file.
973         * tests/test-mbschr.c: New file.
974         * m4/locale-zh.m4: New file.
975
976 2007-02-11  Bruno Haible  <bruno@clisp.org>
977
978         Support for copying multibyte string iterators.
979         * lib/mbiter.h: Include <string.h>.
980         (mbiter_multi_copy): New function.
981         (mbi_copy): New macro.
982         * lib/mbuiter.h: Include <string.h>.
983         (mbuiter_multi_copy): New function.
984         (mbui_copy): New macro.
985
986 2007-02-11  Bruno Haible  <bruno@clisp.org>
987
988         New module mbslen.
989         * modules/mbslen: New file.
990         * lib/mbslen.c: New file.
991         * lib/string_.h (mbslen): New declaration.
992         * m4/mbslen.m4: New file.
993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
994         GNULIB_MBSLEN.
995         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
996         * MODULES.html.sh (Internationalization functions): Add mbslen.
997
998 2007-02-11  Bruno Haible  <bruno@clisp.org>
999
1000         Ensure O(n) worst-case complexity of strcasestr substitute.
1001         * lib/strcasestr.c: Include stdbool.h.
1002         (knuth_morris_pratt): New function.
1003         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1004         bookkeeping indicates that it's worth it.
1005         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
1006
1007         * modules/strcasestr-tests: New file.
1008         * tests/test-strcasestr.c: New file.
1009
1010 2007-02-11  Bruno Haible  <bruno@clisp.org>
1011
1012         Ensure O(n) worst-case complexity of c_strcasestr.
1013         * lib/c-strcasestr.c: Include stdbool.h, string.h.
1014         (knuth_morris_pratt): New function.
1015         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
1016         the bookkeeping indicates that it's worth it.
1017         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
1018
1019         * modules/c-strcasestr-tests: New file.
1020         * tests/test-c-strcasestr.c: New file.
1021
1022 2007-02-11  Bruno Haible  <bruno@clisp.org>
1023
1024         Ensure O(n) worst-case complexity of c_strstr.
1025         * lib/c-strstr.c: Include stdbool.h, string.h.
1026         (knuth_morris_pratt): New function.
1027         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
1028         bookkeeping indicates that it's worth it.
1029         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
1030
1031         * lib/c-strstr.c: Complete rewrite for maintainability.
1032
1033         * modules/c-strstr-tests: New file.
1034         * tests/test-c-strstr.c: New file.
1035
1036 2007-02-11  Bruno Haible  <bruno@clisp.org>
1037
1038         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
1039         5.2.1 and earlier, whereby \055 was treated just like the range
1040         delimiter '-'.
1041         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1042
1043 2007-02-08  Bruno Haible  <bruno@clisp.org>
1044
1045         * modules/regex (Depends-on): Add stdbool.
1046         Reported by Dalibor Topic <robilad@kaffe.org>.
1047
1048 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1049
1050         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
1051         Prefer returning from main to exiting from it.
1052         Remove unnecessary parens after sizeof.
1053
1054 2007-02-05  Bruno Haible  <bruno@clisp.org>
1055
1056         New module mbssep.
1057         * modules/mbssep: New file.
1058         * lib/mbssep.c: New file.
1059         * lib/string_.h (strsep): Add a conditional link warning.
1060         (mbssep): New declaration.
1061         * m4/mbssep.m4: New file.
1062         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1063         GNULIB_MBSSEP.
1064         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
1065         * MODULES.html.sh (Internationalization functions): Add mbssep.
1066
1067 2007-02-05  Bruno Haible  <bruno@clisp.org>
1068
1069         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
1070         Optimize search in case of 1 delimiter.
1071
1072 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1073
1074         * lib/acl.h: Include sys/types.h before sys/acl.h.
1075
1076 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
1077
1078         Merge upstream fix for glibc bugzilla #3957:
1079
1080         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
1081
1082         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
1083         bit for RE_HAT_LISTS_NOT_NEWLINE.
1084         (build_charclass_op): Remove bogus comment.
1085
1086 2007-02-05  Simon Josefsson  <simon@josefsson.org>
1087
1088         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
1089
1090 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1091
1092         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
1093         * lib/memmem.c [!defined _LIBC]: Include config.h.
1094
1095 2007-02-04  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1098         warning message.
1099
1100 2007-02-04  Bruno Haible  <bruno@clisp.org>
1101
1102         New module mbstok_r.
1103         * modules/mbstok_r: New file.
1104         * lib/mbstok_r.c: New file.
1105         * lib/string_.h (strtok_r): Change argument names to match the
1106         comments. Add a conditional link warning.
1107         (mbstok_r): New declaration.
1108         * m4/mbstok_r.m4: New file.
1109         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1110         GNULIB_MBSTOK_R.
1111         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1112         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1113
1114 2007-02-04  Bruno Haible  <bruno@clisp.org>
1115
1116         New module mbsspn.
1117         * modules/mbsspn: New file.
1118         * lib/mbsspn.c: New file.
1119         * lib/string_.h (strspn): Add a conditional link warning.
1120         (mbsspn): New declaration.
1121         * m4/mbsspn.m4: New file.
1122         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1123         GNULIB_MBSSPN.
1124         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1125         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1126
1127 2007-02-04  Bruno Haible  <bruno@clisp.org>
1128
1129         New module mbspbrk.
1130         * modules/mbspbrk: New file.
1131         * lib/mbspbrk.c: New file.
1132         * lib/string_.h (strpbrk): Add a conditional link warning.
1133         (mbspbrk): New declaration.
1134         * m4/mbspbrk.m4: New file.
1135         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1136         GNULIB_MBSPBRK.
1137         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1138         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1139
1140 2007-02-04  Bruno Haible  <bruno@clisp.org>
1141
1142         New module mbscspn.
1143         * modules/mbscspn: New file.
1144         * lib/mbscspn.c: New file.
1145         * lib/string_.h (strcspn): Add a conditional link warning.
1146         (mbscspn): New declaration.
1147         * m4/mbscspn.m4: New file.
1148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1149         GNULIB_MBSCSPN.
1150         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1151         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1152
1153 2007-02-04  Bruno Haible  <bruno@clisp.org>
1154
1155         New module mbscasestr, reduced goal of strcasestr.
1156         * modules/mbscasestr: New file.
1157         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1158         (mbscasestr): Renamed from strcasestr.
1159         * lib/strcasestr.c: Don't include mbuiter.h.
1160         (strcasestr): Remove support for multibyte locales.
1161         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1162         Change the conditional link warning.
1163         (mbscasestr): New declaration.
1164         * m4/mbscasestr.m4: New file.
1165         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1166         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1167         REPLACE_STRCASESTR.
1168         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1169         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1170         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1171         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1172         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1173         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1174         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1175         (Depends-on): Remove mbuiter.
1176         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1177
1178 2007-02-04  Bruno Haible  <bruno@clisp.org>
1179
1180         Simplify handling of strncasecmp.
1181         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1182         the conditional link warning.
1183         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1184         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1185         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1186         * modules/strcase (configure.ac): Don't invoke
1187         gl_STRING_MODULE_INDICATOR.
1188         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1189
1190 2007-02-04  Bruno Haible  <bruno@clisp.org>
1191
1192         New module mbscasecmp, reduced goal of strcasecmp.
1193         * modules/mbscasecmp: New file.
1194         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1195         (mbscasecmp): Renamed from strcasecmp.
1196         * lib/strcasecmp.c: Don't include mbuiter.h.
1197         (strcasecmp): Remove support for multibyte locales.
1198         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1199         Change the conditional link warning.
1200         (mbscasecmp): New declaration.
1201         * m4/mbscasecmp.m4: New file.
1202         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1203         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1204         REPLACE_STRCASECMP.
1205         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1206         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1207         GNULIB_MBSCASECMP.
1208         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1209         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1210         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1211         (Depends-on): Remove mbuiter.
1212         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1213
1214 2007-02-04  Bruno Haible  <bruno@clisp.org>
1215
1216         New module mbsstr. Remove module strstr.
1217         * modules/mbsstr: New file.
1218         * modules/strstr: Remove file.
1219         * lib/mbsstr.c: Renamed from lib/strstr.c.
1220         (mbsstr): Renamed from strstr.
1221         * lib/string_.h (strstr): Remove declaration. Change the conditional
1222         link warning.
1223         (mbsstr): New declaration.
1224         * m4/mbsstr.m4: New file.
1225         * m4/strstr.m4: Remove file.
1226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1227         REPLACE_STRSTR.
1228         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1229         Don't initialize GNULIB_STRSTR.
1230         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1231         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1232         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1233         (Support for systems lacking ANSI C 89): Remove strstr.
1234
1235 2007-02-04  Bruno Haible  <bruno@clisp.org>
1236
1237         New module mbsrchr.
1238         * modules/mbsrchr: New file.
1239         * lib/mbsrchr.c: New file.
1240         * lib/string_.h (strrchr): Add a conditional link warning.
1241         (mbsrchr): New declaration.
1242         * m4/mbsrchr.m4: New file.
1243         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1244         GNULIB_MBSRCHR.
1245         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1246         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1247
1248 2007-02-04  Bruno Haible  <bruno@clisp.org>
1249
1250         New module mbschr.
1251         * modules/mbschr: New file.
1252         * lib/mbschr.c: New file.
1253         * lib/string_.h (strchr): Add a conditional link warning.
1254         (mbschr): New declaration.
1255         * m4/mbschr.m4: New file.
1256         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1257         GNULIB_MBSCHR.
1258         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1259         * MODULES.html.sh (Internationalization functions): Add mbschr.
1260
1261 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1262
1263         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1264
1265         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1266
1267 2007-02-04  Bruno Haible  <bruno@clisp.org>
1268
1269         New module description section 'configure.ac-early'.
1270         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1271         (func_get_autoconf_early_snippet): New function.
1272         (func_import, func_create_testdir): Use it. Remove special cases for
1273         modules 'extensions' and 'lock'.
1274         * modules/extensions (configure.ac-early): Require
1275         gl_USE_SYSTEM_EXTENSIONS.
1276         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1277
1278 2007-02-04  Bruno Haible  <bruno@clisp.org>
1279
1280         Make use of gcj-4.3's -fsource and -ftarget option.
1281         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1282         and if so try the options -fsource and -ftarget.
1283         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1284         source_version, ftarget_option, target_version arguments.
1285         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1286         (is_envjavac_oldgcj_14_14_usable): Renamed from
1287         is_envjavac_gcj_14_14_usable.
1288         (is_envjavac_oldgcj_14_13_usable): Renamed from
1289         is_envjavac_gcj_14_13_usable.
1290         (is_gcj_present): Update.
1291         (is_gcj_43, is_gcj43_usable): New functions.
1292         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1293         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1294         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1295         try the options -fsource and -ftarget.
1296
1297 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1298
1299         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1300         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1301         larger value.
1302
1303 2007-02-03  Jim Meyering  <jim@meyering.net>
1304
1305         Give tools a better chance to allocate space for very large buffers.
1306         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1307
1308         Make pwd and readlink work also when run with an unreadable parent dir
1309         on systems with openat support.
1310         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1311         provided getcwd function, even when we have openat support.
1312         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1313
1314 2007-02-02  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1317         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1318         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1319         portability problems if one of these functions is only used on specific
1320         platforms.
1321         Reported by Paul Eggert.
1322
1323 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1324
1325         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1326         is causing more trouble than it's curing.
1327         * lib/regex_internal.h (__mempcpy): Remove.
1328         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1329         (and make the code a tad smaller to boot).
1330         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1331
1332 2007-02-02  Jim Meyering  <jim@meyering.net>
1333
1334         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1335         section, not in the Makefile.am: one.
1336
1337 2007-02-02  Eric Blake  <ebb9@byu.net>
1338
1339         * lib/strchrnul.c: Always include config.h first.
1340
1341         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1342         gnulib strstr is not necessary here.
1343
1344 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1345
1346         * m4/socklen.m4: Fix typo.
1347
1348 2007-02-02  Eric Blake  <ebb9@byu.net>
1349
1350         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1351         * modules/netinet_in (Makefile.am): Likewise.
1352
1353 2007-02-01  Bruno Haible  <bruno@clisp.org>
1354
1355         * lib/string_.h (GL_LINK_WARNING): New macro.
1356         (strcasecmp, strstr, strcasestr): If provided by the system,
1357         conditionally define as a macro that leads to a warning instead of to
1358         an error.
1359         (strncasecmp): Conditionally define as a macro that leads to a warning.
1360
1361 2007-02-01  Karl Berry  <karl@gnu.org>
1362
1363         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1364
1365 2007-02-01  Bruno Haible  <bruno@clisp.org>
1366
1367         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1368         renamings.
1369
1370 2007-02-01  Eric Blake  <ebb9@byu.net>
1371
1372         * modules/regex (Depends-on): Revert dependence on mempcpy.
1373         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1374         module's definition of mempcpy.
1375         Reported by Paul Eggert.
1376
1377 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1378
1379         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1380         the symbol XYZ before redefining it.  This fixes a problem with
1381         programs that don't use XYZ, when compiled on systems that define
1382         XYZ to something else.
1383
1384 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1385
1386         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1387         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1388         writeable to group or other and (2) is intended to have a special
1389         mode bit that is set or cleared.  In such a case, the directory
1390         should be neither group- nor other-writeable until the special
1391         mode bits are right.
1392
1393 2007-01-31  Eric Blake  <ebb9@byu.net>
1394
1395         * modules/mountlist (Depends-on): Add strstr.
1396
1397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1398         bug.
1399         * modules/string (Makefile.am): Remove redundant replacement.
1400         * modules/regex (Depends-on): Add mempcpy.
1401
1402 2007-01-31  Bruno Haible  <bruno@clisp.org>
1403
1404         New module description field 'Link'.
1405         * gnulib-tool (func_usage): Document --extract-link-directive.
1406         (sed_extract_prog): Recognize 'Link' directive.
1407         (func_get_link_directive): New function.
1408         (func_import): Show summary of link directives.
1409         Handle --extract-link-directive option.
1410         * modules/acl (Link): New section.
1411         * modules/clock-time (Link): New section.
1412         * modules/euidaccess (Link): New section.
1413         * modules/gettext (Link): New section.
1414         * modules/iconv (Link): New section.
1415         * modules/lock (Link): New section.
1416         * modules/nanosleep (Link): New section.
1417         * modules/readline (Link): New section.
1418
1419 2007-01-27  Bruno Haible  <bruno@clisp.org>
1420
1421         Enforce the use of gnulib modules for unportable <string.h> functions.
1422         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1423         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1424         (gl_HEADER_STRING_H_BODY): Require it.
1425         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1426         the symbol XYZ to one that gives a link error.
1427         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1428         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1429         * modules/mempcpy (configure.ac): Likewise.
1430         * modules/memrchr (configure.ac): Likewise.
1431         * modules/stpcpy (configure.ac): Likewise.
1432         * modules/stpncpy (configure.ac): Likewise.
1433         * modules/strcase (configure.ac): Likewise.
1434         * modules/strcasestr (configure.ac): Likewise.
1435         * modules/strchrnul (configure.ac): Likewise.
1436         * modules/strdup (configure.ac): Likewise.
1437         * modules/strndup (configure.ac): Likewise.
1438         * modules/strnlen (configure.ac): Likewise.
1439         * modules/strpbrk (configure.ac): Likewise.
1440         * modules/strsep (configure.ac): Likewise.
1441         * modules/strstr (configure.ac): Likewise.
1442         * modules/strtok_r (configure.ac): Likewise.
1443
1444 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1445
1446         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1447
1448 2007-01-30  Jim Meyering  <jim@meyering.net>
1449
1450         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1451
1452 2007-01-29  Bruno Haible  <bruno@clisp.org>
1453
1454         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1455         * lib/execute.c: Likewise.
1456         * lib/pipe.c: Likewise.
1457         * lib/printf-args.h: Likewise.
1458         * lib/printf-args.c: Likewise.
1459         * lib/printf-parse.c: Likewise.
1460         * lib/vasnprintf.c: Likewise.
1461
1462 2007-01-29  Eric Blake  <ebb9@byu.net>
1463
1464         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1465         declaration.
1466
1467 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1468
1469         * lib/strptime.h (strptime): Use 'restrict' for args where
1470         POSIX requires this.
1471         * lib/strptime.c (strptime): Likewise.
1472         Change license notice from LGPL to GPL, since gnulib-tool will
1473         change this as needed.
1474         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1475         defined.
1476         Include "strptime.h" first, to check interface.
1477         Do not #undef _LIBC and _NL_CURRENT.
1478         Do not include <stdlib.h>; no longer needed.
1479         Include "time_r.h" and declare ptime_locale_status
1480         only if _LIBC is not defined.
1481         (__P): Remove unused macro.
1482         (match_string): Bring back glibc version, but use it only if _LIBC
1483         is defined.
1484         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1485         Remove unnecessary assertion and abort() call.
1486         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1487         * m4/strptime.m4: Fix serial number comment.
1488         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1489         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1490         (Depends-on): Add time_r.
1491
1492 2007-01-29  Bruno Haible  <bruno@clisp.org>
1493
1494         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1495         strptime.
1496         * modules/strptime (Depends-on): Add stdbool.
1497         * lib/strptime.h: Include <time.h> always. Add comments.
1498
1499 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1500
1501         * modules/strptime: New file.
1502         * lib/strptime.h: New file.
1503         * lib/strptime.c: New file.
1504         * m4/strptime.m4: New file.
1505
1506 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1507
1508         * MODULES.html.sh: New module mpsort.
1509         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1510
1511         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1512         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1513         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1514         All uses changed.
1515         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1516         All uses changed.
1517         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1518         to _Restrict_.
1519         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1520         the parameter matches the prototype.
1521
1522 2007-01-28  Jim Meyering  <jim@meyering.net>
1523
1524         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1525         sys/time.h here, reverting that part of the previous patch:
1526         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1527
1528 2007-01-28  Bruno Haible  <bruno@clisp.org>
1529
1530         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1531         value of $(SYS_TIME_H).
1532         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1533         remove it conditionally, too. [added by Jim Meyering]
1534         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1535         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1536         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1537         GETTIMEOFDAY_REPLACEMENT to 1.
1538
1539 2007-01-28  Bruno Haible  <bruno@clisp.org>
1540
1541         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1542         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1543         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1544         Set UNISTD_H instead of UNISTD_H2.
1545         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1546
1547 2007-01-28  Bruno Haible  <bruno@clisp.org>
1548
1549         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1550         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1551
1552 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1553
1554         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1555         (func_create_testdir): Ensure C locale for `grep' and `tr'
1556         character ranges.
1557         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1558         ACLOCAL_AMFLAGS parsing state machine.
1559
1560 2007-01-27  Bruno Haible  <bruno@clisp.org>
1561
1562         * modules/unistr/base: Update.
1563
1564 2007-01-27  Bruno Haible  <bruno@clisp.org>
1565
1566         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1567         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1568         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1569         modules/unistr/u32-mbtouc.
1570         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1571         * lib/unistr.h: Update.
1572         * lib/linebreak.c: Update.
1573         * modules/unistr/u32-mbtouc: Renamed from
1574         modules/unistr/u32-mbtouc-safe.
1575         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1576         * lib/unistr.h: Update.
1577         * lib/unistr/u32-to-u8.c: Update.
1578         * lib/unistr/u32-to-u16.c: Update.
1579
1580 2007-01-27  Bruno Haible  <bruno@clisp.org>
1581
1582         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1583         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1584         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1585         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1586         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1587         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1588         modules/unistr/u16-mbtouc.
1589         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1590         * lib/unistr.h: Update.
1591         * lib/linebreak.c: Update.
1592         * modules/linebreak: Update.
1593         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1594         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1595         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1596         * modules/unistr/u16-mbtouc: Renamed from
1597         modules/unistr/u16-mbtouc-safe.
1598         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1599         * lib/unistr.h: Update.
1600         * lib/unistr/u16-to-u8.c: Update.
1601         * modules/unistr/u16-to-u8: Update.
1602         * lib/unistr/u16-to-u32.c: Update.
1603         * modules/unistr/u16-to-u32: Update.
1604
1605 2007-01-27  Bruno Haible  <bruno@clisp.org>
1606
1607         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1608         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1609         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1610         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1611         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1612         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1613         modules/unistr/u8-mbtouc.
1614         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1615         * lib/unistr.h: Update.
1616         * lib/striconveh.c: Update.
1617         * modules/striconveh: Update.
1618         * lib/linebreak.c: Update.
1619         * modules/linebreak: Update.
1620         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1621         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1622         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1623         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1624         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1625         * lib/unistr.h: Update.
1626         * lib/striconveh.c: Update.
1627         * modules/striconveh: Update.
1628         * lib/unistr/u8-to-u16.c: Update.
1629         * modules/unistr/u8-to-u16: Update.
1630         * lib/unistr/u8-to-u32.c: Update.
1631         * modules/unistr/u8-to-u32: Update.
1632
1633 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1634
1635         Sync from Libtool.
1636         * lib/argz.c: Do not include strings.h nor memory.h, include
1637         string.h unconditionally.  Patch by Simon Josefsson.
1638
1639 2007-01-27  Bruno Haible  <bruno@clisp.org>
1640
1641         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1642         from gl_HEADER_STRING_H_BODY.
1643         (gl_HEADER_STRING_H_BODY): Require it.
1644         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1645         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1646         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1647         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1648         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1649         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1650         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1651         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1652         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1653         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1654         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1655         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1656         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1657         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1658         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1659
1660 2007-01-27  Bruno Haible  <bruno@clisp.org>
1661
1662         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1663         check_PROGRAMS into noinst_PROGRAMS.
1664         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1665         check_PROGRAMS in this case.
1666         (func_import): Set for_test to false.
1667         (func_create_testdir): Set for_test to true.
1668
1669 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1670             Bruno Haible  <bruno@clisp.org>
1671
1672         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1673         (Depends-on): Add string.
1674         (Includes): Use <string.h> instead of strcasestr.h.
1675         * modules/string (Makefile.am): Also substitute the value of
1676         REPLACE_STRCASESTR.
1677         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1678         assume strcasestr is declared in <string.h> not <strings.h>. Also
1679         set REPLACE_STRCASESTR.
1680         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1681         REPLACE_STRCASESTR.
1682         * lib/strcasestr.h: Remove file.
1683         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1684         * lib/string_.h (strcasestr): New declaration.
1685
1686 2007-01-27  Bruno Haible  <bruno@clisp.org>
1687
1688         * lib/string_.h: Use 'extern'.
1689
1690 2007-01-27  Jim Meyering  <jim@meyering.net>
1691
1692         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1693         of set-but-not-used local, "q".
1694
1695         * lib/mempcpy.c: Include <config.h> before <string.h>.
1696         This fixes a compilation error on HP-UX, due to the system's
1697         "restrict"-using mempcpy prototype.
1698
1699 2007-01-26  Bruno Haible  <bruno@clisp.org>
1700
1701         Small optimization.
1702         * lib/javacomp.c: Include c-strstr.h.
1703          (is_envjavac_gcj): Use c_strstr instead of strstr.
1704         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1705
1706 2007-01-26  Bruno Haible  <bruno@clisp.org>
1707
1708         * MODULES.html.sh (Unicode string functions): Add the new modules.
1709
1710         * modules/uniconv/u32-strconv-to-locale: New file.
1711         * lib/uniconv/u32-strconv-to-locale.c: New file.
1712
1713         * modules/uniconv/u16-strconv-to-locale: New file.
1714         * lib/uniconv/u16-strconv-to-locale.c: New file.
1715
1716         * modules/uniconv/u8-strconv-to-locale: New file.
1717         * lib/uniconv/u8-strconv-to-locale.c: New file.
1718
1719         * modules/uniconv/u32-strconv-from-locale: New file.
1720         * lib/uniconv/u32-strconv-from-locale.c: New file.
1721
1722         * modules/uniconv/u16-strconv-from-locale: New file.
1723         * lib/uniconv/u16-strconv-from-locale.c: New file.
1724
1725         * modules/uniconv/u8-strconv-from-locale: New file.
1726         * lib/uniconv/u8-strconv-from-locale.c: New file.
1727
1728         * modules/uniconv/u32-strconv-to-enc: New file.
1729         * lib/uniconv/u32-strconv-to-enc.c: New file.
1730         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1731         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1732
1733         * modules/uniconv/u16-strconv-to-enc: New file.
1734         * lib/uniconv/u16-strconv-to-enc.c: New file.
1735         * lib/uniconv/u-strconv-to-enc.h: New file.
1736         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1737         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1738
1739         * modules/uniconv/u8-strconv-to-enc: New file.
1740         * lib/uniconv/u8-strconv-to-enc.c: New file.
1741         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1742         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1743
1744         * modules/uniconv/u32-strconv-from-enc: New file.
1745         * lib/uniconv/u32-strconv-from-enc.c: New file.
1746         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1747         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1748
1749         * modules/uniconv/u16-strconv-from-enc: New file.
1750         * lib/uniconv/u16-strconv-from-enc.c: New file.
1751         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1752         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1753
1754         * modules/uniconv/u8-strconv-from-enc: New file.
1755         * lib/uniconv/u8-strconv-from-enc.c: New file.
1756         * lib/uniconv/u-strconv-from-enc.h: New file.
1757         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1758         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1759
1760         * modules/uniconv/u32-conv-from-enc: New file.
1761         * lib/uniconv/u32-conv-from-enc.c: New file.
1762         * modules/uniconv/u32-conv-from-enc-tests: New file.
1763         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1764
1765         * modules/uniconv/u16-conv-from-enc: New file.
1766         * lib/uniconv/u16-conv-from-enc.c: New file.
1767         * lib/uniconv/u-conv-from-enc.h: New file.
1768         * modules/uniconv/u16-conv-from-enc-tests: New file.
1769         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1770
1771         * modules/uniconv/u8-conv-from-enc: New file.
1772         * lib/uniconv/u8-conv-from-enc.c: New file.
1773         * modules/uniconv/u8-conv-from-enc-tests: New file.
1774         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1775
1776         * modules/uniconv/base: New file.
1777         * lib/uniconv.h: New file.
1778
1779 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1780
1781         * doc/gnulib-tool.texi (Initial import): Update to match current
1782         behavior with strdup module.
1783         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1784         * lib/memmem.h: Remove; all uses removed.  This is now done
1785         by <string.h>.
1786         * lib/mempcpy.h: Likewise.
1787         * lib/memrchr.h: Likewise.
1788         * lib/stpcpy.h: Likewise.
1789         * lib/stpncpy.h: Likewise.
1790         * lib/strcase.h: Likewise.
1791         * lib/strchrnul.h: Likewise.
1792         * lib/strdup.h: Likewise.
1793         * lib/strndup.h: Likewise.
1794         * lib/strnlen.h: Likewise.
1795         * lib/strpbrk.h: Likewise.
1796         * lib/strsep.h: Likewise.
1797         * lib/strstr.h: Likewise.
1798         * lib/strtok_r.h: Likewise.
1799         * lib/string_.h: New file.
1800         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1801         Rely on <string.h> instead.
1802         * lib/canon-host.c: Likewise.
1803         * lib/chdir-long.c: Likewise.
1804         * lib/concatpath.c: Likewise.
1805         * lib/exclude.c: Likewise.
1806         * lib/fchdir.c: Likewise.
1807         * lib/getaddrinfo.c: Likewise.
1808         * lib/getcwd.c: Likewise.
1809         * lib/getsubopt.c: Likewise.
1810         * lib/glob.c: Likewise.
1811         * lib/hard-locale.c: Likewise.
1812         * lib/iconvme.c: Likewise.
1813         * lib/javacomp.c: Likewise.
1814         * lib/mempcpy.c: Likewise.
1815         * lib/memrchr.c: Likewise.
1816         * lib/regex_internal.h: Likewise.
1817         * lib/stpncpy.c: Likewise.
1818         * lib/strcasecmp.c: Likewise.
1819         * lib/strchrnul.c: Likewise.
1820         * lib/strdup.c: Likewise.
1821         * lib/striconv.c: Likewise.
1822         * lib/striconveh.c: Likewise.
1823         * lib/striconveha.c: Likewise.
1824         * lib/strncasecmp.c: Likewise.
1825         * lib/strndup.c: Likewise.
1826         * lib/strnlen.c: Likewise.
1827         * lib/strsep.c: Likewise.
1828         * lib/strstr.c: Likewise.
1829         * lib/strtok_r.c: Likewise.
1830         * lib/userspec.c: Likewise.
1831         * lib/w32spawn.h: Likewise.
1832         * lib/xstrndup.c: Likewise.
1833         * lib/mountlist.c (strstr): Remove decl.
1834         * m4/string_h.m4: New file.
1835         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1836         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1837         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1838         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1839         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1840         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1841         Set REPLACE_STRCASECMP if necessary.
1842         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1843         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1844         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1845         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1846         HAVE_DECL_STRDUP if necessary.
1847         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1848         since gl_FUNC_STRNDUP does that now.
1849         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1850         Check for decl here...
1851         (gl_PREREQ_STRNLEN): ... not here.
1852         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1853         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1854         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1855         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1856         necessary.
1857         * modules/string: New file.
1858         * modules/memmem (Files): Remove special-purpose include file.
1859         (Depends-on): Add string.
1860         (Include): Include <string.h>, not the removed file.
1861         * modules/mempcpy: Likewise.
1862         * modules/memrchr: Likewise.
1863         * modules/stpcpy: Likewise.
1864         * modules/stpncpy: Likewise.
1865         * modules/strcase: Likewise.
1866         * modules/strchrnul: Likewise.
1867         * modules/strdup: Likewise.
1868         * modules/strndup: Likewise.
1869         * modules/strnlen: Likewise.
1870         * modules/strpbrk: Likewise.
1871         * modules/strsep: Likewise.
1872         * modules/strstr: Likewise.
1873         * modules/strtok_r: Likewise.
1874         * tests/test-dirname.c: Don't include "strdup.h", since
1875         <string.h> now suffices.
1876         * tests/test-memmem.c: Don't include "memmem.h", since
1877         <string.h> now suffices.
1878
1879 2007-01-25  Bruno Haible  <bruno@clisp.org>
1880
1881         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1882         *resultp is 0.
1883
1884         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1885         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1886         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1887         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1888
1889         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1890         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1891         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1892         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1893         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1894         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1895
1896 2007-01-24  Bruno Haible  <bruno@clisp.org>
1897
1898         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1899         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1900         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1901         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1902         gl_FUNC_FTS_CORE.
1903         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1904         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1905         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1906         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1907         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1908         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1909         gl_FUNC_FCHOWNAT.
1910         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1911         gl_FUNC_STRFTIME.
1912         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1913         Reported by Ralf Wildenhues.
1914
1915 2007-01-24  Bruno Haible  <bruno@clisp.org>
1916
1917         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1918         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1919         gl_GETADDRINFO.
1920         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1921         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1922         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1923
1924 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1925
1926         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1927         Don't use 'exit'; just return from 'main'.
1928         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1929
1930         * lib/fnmatch_.h: Readjust white space and comments to match
1931         glibc, to avoid spurious diffs.
1932
1933 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1934
1935         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1936         2004-12-01 change by Jakub Jelinek, since this code won't compile
1937         if !LIBC.  Problem reported by Bob Proulx.
1938
1939 2007-01-23  Bruno Haible  <bruno@clisp.org>
1940
1941         * lib/striconveh.c: Include c-strcaseeq.h.
1942         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1943         * modules/striconveh (Depends-on): Add c-strcaseeq.
1944
1945 2007-01-23  Bruno Haible  <bruno@clisp.org>
1946
1947         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1948
1949         * modules/c-strcaseeq: New file.
1950         * lib/c-strcaseeq.h: New file.
1951
1952         * modules/streq: New file.
1953         * lib/streq.h: New file.
1954
1955 2007-01-23  Bruno Haible  <bruno@clisp.org>
1956
1957         * modules/striconveha-tests: New file.
1958         * tests/test-striconveha.c: New file.
1959
1960         * lib/striconveha.h: Include <stdbool.h>.
1961         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1962         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1963         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1964         (mem_iconveha): New function.
1965         (str_iconveha_notranslit): Renamed from str_iconveha.
1966         (str_iconveha): New function.
1967         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1968         c-strcase.
1969
1970 2007-01-23  Bruno Haible  <bruno@clisp.org>
1971
1972         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1973         encodings without forgiving before trying any encoding with handler.
1974         (str_iconveha): Try all encodings without forgiving before trying any
1975         encoding with handler.
1976
1977 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1978
1979         Import the following changes from libc.
1980
1981         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1982
1983         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1984
1985         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1986
1987         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1988         normal_bracket label.
1989
1990         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1991
1992         [BZ #361]
1993         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1994         to normal_bracket after fetching the next character.
1995
1996 2007-01-22  Bruno Haible  <bruno@clisp.org>
1997
1998         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1999         argument.
2000         * lib/striconveh.c (iconv_carefully_1): New function.
2001         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
2002         argument.
2003         (str_cd_iconveh): Update.
2004         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
2005         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
2006         * tests/test-striconveh.c (MAGIC): New macro.
2007         (new_offsets): New function.
2008         (main): Test call with and without offsets.
2009
2010 2007-01-22  Bruno Haible  <bruno@clisp.org>
2011
2012         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
2013         * modules/sys_select (Makefile.am): Likewise.
2014         * modules/sys_socket (Makefile.am): Likewise.
2015         * modules/sys_time (Makefile.am): Likewise.
2016
2017 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2018
2019         * modules/gettimeofday (License): Change from GPL to LGPL, since
2020         gettimeofday is a library function.
2021
2022 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2023
2024         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
2025
2026 2007-01-21  Bruno Haible  <bruno@clisp.org>
2027
2028         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
2029
2030 2007-01-21  Bruno Haible  <bruno@clisp.org>
2031
2032         * modules/striconveha: New file.
2033         * lib/striconveha.h: New file.
2034         * lib/striconveha.c: New file.
2035         * MODULES.html.sh (Internationalization functions): Add striconveha.
2036         * lib/striconv.c (str_iconv): Optimize the case of an empty input
2037         string.
2038         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
2039
2040 2007-01-21  Bruno Haible  <bruno@clisp.org>
2041
2042         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
2043         * lib/striconveh.c (str_iconveh): Likewise.
2044
2045 2007-01-21  Bruno Haible  <bruno@clisp.org>
2046
2047         * lib/striconveh.h (mem_iconveh): New declaration.
2048         * lib/striconveh.c (mem_iconveh): New function.
2049         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
2050
2051 2007-01-21  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
2054
2055         * lib/striconveh.h (mem_cd_iconveh): Change specification.
2056         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
2057         original result buffer.
2058         (str_cd_iconveh): Update.
2059         * tests/test-striconveh.c (main): Update.
2060
2061         * lib/striconv.h (mem_cd_iconv): Change specification.
2062         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
2063         result buffer.
2064         (str_cd_iconv): Update.
2065         * tests/test-striconv.c (main): Update.
2066
2067 2007-01-21  Bruno Haible  <bruno@clisp.org>
2068
2069         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
2070
2071 2007-01-20  Jim Meyering  <jim@meyering.net>
2072
2073         * lib/userspec.c (parse_with_separator): If a user or group string
2074         starts with "+", skip the corresponding name-to-ID look-up, since
2075         such a look-up must fail: user and group names may not include "+".
2076
2077 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2078
2079         * lib/poll.c: Include sys/time.h and time.h unconditionally,
2080         since we now assume the sys_time module.
2081         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
2082         check for sys/time.h; no longer needed.
2083         * modules/poll (Depends-on): Depend on sys_time.
2084
2085 2007-01-18  Bruno Haible  <bruno@clisp.org>
2086
2087         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
2088         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2089
2090         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
2091         gettimeofday.
2092
2093         * tests/test-gettimeofday.c: Include <time.h>.
2094         (dummy): Remove variable.
2095
2096         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2097         gl_HEADER_SYS_TIME_H.
2098         (gl_HEADER_SYS_TIME_H): New macro.
2099
2100         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2101         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2102         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2103         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2104         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2105         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2106         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2107         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2108         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2109         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2110         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2111
2112         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2113         last change; it caused a compilation error when cross-compiling to
2114         Cygwin.
2115
2116 2007-01-18  Jim Meyering  <jim@meyering.net>
2117
2118         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2119         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2120         than the race-prone "test -d sys || mkdir sys".
2121         (configure.ac): Use AC_PROG_MKDIR_P.
2122         * modules/sys_select: Likewise.
2123         * modules/sys_socket: Likewise.
2124         * modules/sys_time: Likewise.
2125
2126 2007-01-18  Eric Blake  <ebb9@byu.net>
2127
2128         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2129         replace gettimeofday.
2130         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2131         name, to avoid infinite recursion.
2132
2133 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2134
2135         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2136         module sys_time.
2137         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2138         assume timespec.h defines struct timeval.
2139         * lib/settime.c: Likewise.
2140         * lib/utimens.c: Likewise.
2141         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2142         since we now assume the gettimeofday module.
2143         * lib/tempname.c (__gen_tempname): Likewise.
2144         * lib/gettimeofday.h: Remove.
2145         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2146         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2147         Include <time.h>, for 'time()'.
2148         (localtime_buffer_addr): Also use this workaround if
2149         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2150         to simplify the uses.  All uses changed.
2151         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2152         that #undef is inside {}, and 'const' follows type name consistently.
2153         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2154         (gettimeofday): Do not use the maximum possible value for
2155         tv->tv_usec, since that might break usages other than ls.c.
2156         Instead, we'll leave ls.c alone.  This undoes today's patch
2157         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2158         we've never observed the problem but might as well keep the
2159         canary.
2160         * lib/nanosleep.c: Include timespec.h first, for interface check.
2161         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2162         now assume the sys_time module.
2163         * lib/tempname.c: Likewise.
2164         * lib/timespec.h: Likewise.
2165         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2166         needed.
2167         * lib/strftime.c: Likewise.
2168         * lib/timespec.h: Likewise.
2169         * lib/posixtm.c: Include posixtm.h first, for interface check.
2170         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2171         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2172         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2173         * lib/sys_time_.h: New file.
2174         * lib/timespec.h (struct timespec): Use long int, not long.
2175         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2176         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2177         Remove obsolescent call to AC_HEADER_TIME.
2178         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2180         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2181         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2182         Likewise.
2183         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2184         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2185         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2186         into the sys_time module.  Check for gettimeofday just once.
2187         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2188         for gettimeofday signature to just check the signature.  Merely
2189         compile it, since linking doesn't test signature.  Improve test for
2190         whether gettimeofday.o is actually needed.
2191         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2192         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2193         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2194         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2195         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2196         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2197         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2198         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2199         than worrying about sys/time.h.
2200         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2201         Don't bother worrying about TIME_WITH_SYS_TIME.
2202         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2203         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2204         * m4/sys_time_h.m4: New file.
2205         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2206         Don't include sys/time.h.  Return from main rather than exiting.
2207         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2208         all uses changed.
2209         * modules/gethrxtime (Depends-on): Add sys_time.
2210         * modules/gettime (Depends-on): Likewise.
2211         * modules/gettimeofday (Depends-on): Likewise.
2212         * modules/nanosleep (Depends-on): Likewise.
2213         * modules/settime (Depends-on): Likewise.
2214         * modules/tempname (Depends-on): Likewise.
2215         * modules/utimens (Depends-on): Likewise.
2216         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2217         (Include:) Change back to <sys/time.h>.
2218         (Maintainer:) Add self.
2219         * modules/sys_time: New file.
2220         * modules/tempname (Depends-on): Add gettimeofday.
2221         * tests/test-gettimeofday.c: Include <sys/time.h>
2222         rather than gettimeofday.h.
2223
2224 2007-01-17  Bruno Haible  <bruno@clisp.org>
2225
2226         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2227         the license default to GPL.
2228         (func_create_testdir): Don't complain if a module is LGPL and its
2229         tests module depends on GPLed modules.
2230
2231 2007-01-17  Bruno Haible  <bruno@clisp.org>
2232
2233         * lib/gettimeofday.c (gettimeofday): Add code for the case
2234         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2235         maximum possible value for tv->tv_usec, rather than the minimum one.
2236
2237 2005-10-08  Martin Lambers  <marlam@marlam.de>
2238 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2239 2007-01-16  Bruno Haible  <bruno@clisp.org>
2240
2241         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2242         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2243         gl_FUNC_GETTIMEOFDAY.
2244         (Include): Add gettimeofday.h.
2245         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2246         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2247         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2248         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2249         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2250         * lib/gettimeofday.h: New file.
2251         * lib/gettimeofday.c: Include <sys/timeb.h>.
2252         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2253         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2254         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2255         fall back on time().
2256
2257         * tests/test-gettimeofday.c: New file.
2258         * modules/gettimeofday-tests: New file.
2259
2260 2007-01-16  Eric Blake  <ebb9@byu.net>
2261
2262         * modules/fnmatch (Depends-on): Depend on wchar.
2263         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2264         * m4/fnmatch.m4: Likewise.
2265         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2266         * m4/mbchar.m4: Likewise.
2267         * modules/mbswidth (Depends-on): Depend on wchar.
2268         * lib/mbswidth.c: Assume <wchar.h>.
2269         * m4/mbswidth.m4: Likewise.
2270         * modules/quotearg (Depends-on): Depend on wchar.
2271         * lib/quotearg.c: Assume <wchar.h>.
2272         * m4/quotearg.m4: Likewise.
2273         * modules/regex (Depends-on): Depend on wchar.
2274         * lib/regex_internal.h: Assume <wchar.h>.
2275         * m4/regex.m4: Likewise.
2276         * modules/stdint (Depends-on): Depend on wchar.
2277         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2278         * m4/stdint.m4: Likewise.
2279         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2280         * modules/strftime (Depends-on): Depend on wchar.
2281         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2282         * modules/strtol (Depends-on): Depend on wchar.
2283         * lib/strtol.c: Assume <wchar.h>.
2284         * modules/wcwidth (Depends-on): Depend on wchar.
2285         * lib/wcwidth.h: Assume <wchar.h>.
2286         * m4/wcwidth.m4: Likewise.
2287
2288 2007-01-16  Bruno Haible  <bruno@clisp.org>
2289
2290         * modules/csharpexec-script: New, created from...
2291         * modules/csharpexec: ... this.
2292
2293 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2294
2295         * modules/javaexec-script: New, created from...
2296         * modules/javaexec: ... this.
2297
2298 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2299
2300         * modules/poll (Dependencies): Add sys_select.
2301
2302 2007-01-15  Jim Meyering  <jim@meyering.net>
2303
2304         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2305         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2306         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2307         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2308
2309 2007-01-15  Bruno Haible  <bruno@clisp.org>
2310
2311         * modules/striconveh: New file.
2312         * lib/striconveh.h: New file.
2313         * lib/striconveh.c: New file.
2314         * MODULES.html.sh (Internationalization functions): Add striconveh.
2315
2316         * modules/striconveh-tests: New file.
2317         * tests/test-striconveh.c: New file.
2318
2319 2007-01-15  Bruno Haible  <bruno@clisp.org>
2320
2321         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2322         not from GNU libiconv or GNU libc.
2323
2324 2007-01-15  Bruno Haible  <bruno@clisp.org>
2325
2326         * doc/gnulib-intro.texi (Copyright): Explain the different license
2327         terms for module descriptions, autoconf macros, tests, documentation.
2328
2329 2007-01-14  Bruno Haible  <bruno@clisp.org>
2330
2331         * modules/striconv-tests: New file.
2332         * tests/test-striconv.c: New file.
2333
2334 2007-01-14  Bruno Haible  <bruno@clisp.org>
2335
2336         * modules/iconv-tests: New file.
2337         * tests/test-iconv.c: New file.
2338
2339 2007-01-14  Bruno Haible  <bruno@clisp.org>
2340
2341         * gnulib-tool (func_get_license): For test modules, use the license of
2342         the main module.
2343
2344 2007-01-14  Bruno Haible  <bruno@clisp.org>
2345
2346         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2347         if iconv is found to exist.
2348
2349 2007-01-14  Bruno Haible  <bruno@clisp.org>
2350
2351         * modules/c-ctype-tests: New file.
2352         * tests/test-c-ctype.c: New file.
2353
2354 2007-01-14  Bruno Haible  <bruno@clisp.org>
2355
2356         * modules/binary-io-tests: New file.
2357         * tests/test-binary-io.sh: New file.
2358         * tests/test-binary-io.c: New file.
2359
2360 2007-01-14  Bruno Haible  <bruno@clisp.org>
2361
2362         * modules/array-oset-tests: New file.
2363         * tests/test-array_oset.c: New file.
2364
2365 2007-01-14  Bruno Haible  <bruno@clisp.org>
2366
2367         * modules/array-list-tests: New file.
2368         * tests/test-array_list.c: New file.
2369
2370 2007-01-14  Bruno Haible  <bruno@clisp.org>
2371
2372         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2373         and make.
2374         Reported by Simon Josefsson in
2375         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2376
2377 2007-01-14  Bruno Haible  <bruno@clisp.org>
2378
2379         * modules/allocsa-tests: New file.
2380         * tests/test-allocsa.c: New file.
2381
2382 2007-01-14  Bruno Haible  <bruno@clisp.org>
2383
2384         * modules/fchdir (Depends-on): Add absolute-header.
2385         * modules/unistd (Depends-on): Likewise.
2386
2387 2006-12-30  Bruno Haible  <bruno@clisp.org>
2388
2389         * modules/fchdir: New file.
2390         * modules/unistd (Files): Add lib/unistd_.h.
2391         (Makefile.am): Generate unistd.h from unistd_.h.
2392         * lib/fchdir.c: New file.
2393         * lib/dirent_.h: New file.
2394         * lib/unistd_.h: New file.
2395         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2396         * m4/fchdir.m4: New file.
2397         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2398         (gl_HEADER_UNISTD): Invoke it.
2399         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2400         function.
2401         * lib/backupfile.c (opendir, closedir): Undefine.
2402         * lib/chown.c (open, close): Undefine.
2403         * lib/clean-temp.c (open, close): Undefine.
2404         * lib/copy-file.c (open, close): Undefine.
2405         * lib/execute.c (open, close): Undefine.
2406         * lib/fsusage.c (open, close): Undefine.
2407         * lib/gc-gnulib.c (open, close): Undefine.
2408         * lib/getcwd.c (opendir, closedir): Undefine.
2409         * lib/glob.c (opendir, closedir): Undefine.
2410         * lib/javacomp.c (open, close): Undefine.
2411         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2412         * lib/openat-proc.c (open, close): Undefine.
2413         * lib/pagealign_alloc.c (open, close): Undefine.
2414         * lib/pipe.c (open, close): Undefine.
2415         * lib/progreloc.c (open, close): Undefine.
2416         * lib/savedir.c (opendir, closedir): Undefine.
2417         * lib/utime.c (open, close): Undefine.
2418         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2419
2420 2007-01-10  Bruno Haible  <bruno@clisp.org>
2421
2422         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2423
2424 2007-01-12  Eric Blake  <ebb9@byu.net>
2425
2426         Provide a robust <wchar.h>.  Further simplifications are now
2427         possible in other modules, but not included here.
2428         * modules/wchar: New module.
2429         * m4/wchar.m4: New file.
2430         * lib/wchar_.h: Likewise.
2431         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2432         of the new module.
2433         * MODULES.html.sh (Extended multibyte and wide character utilities):
2434         New section.
2435
2436 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2437
2438         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2439         to a reasonable default for memory allocation.
2440         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2441         file system that reports garbage st_size values for symlinks.
2442         Problem reported by Liyang Hu.
2443
2444 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2445
2446         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2447         Emacs .#* auto-save files).
2448
2449 2007-01-11  Bruno Haible  <bruno@clisp.org>
2450
2451         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2452         directory.
2453
2454 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2455
2456         Use @...@ consistently in lib/wctype_.h.
2457         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2458         on it being set to 1 or 0.
2459         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2460         go back to AC_SUBSTing it.
2461         * modules/wctype (Makefile.am): Undo previous change.
2462
2463 2007-01-10  Eric Blake  <ebb9@byu.net>
2464
2465         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2466         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2467         * modules/wctype (Makefile.am): Likewise.
2468         Reported by Chris McGuire.
2469
2470 2007-01-10  Jim Meyering  <jim@meyering.net>
2471
2472         fts.c: a small readability/maintainability improvement
2473         * lib/fts.c (fts_read): Make this code slightly more readable and
2474         maintainable by hoisting the "sp->fts_cur = p" assignments to
2475         immediately follow the statements that set P.  Derived from
2476         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2477
2478 2007-01-10  Eric Blake  <ebb9@byu.net>
2479
2480         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2481         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2482         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2483         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2484         Reported by Chris McGuire.
2485
2486 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2487
2488         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2489         in sed script.
2490
2491 2007-01-09  Bruno Haible  <bruno@clisp.org>
2492
2493         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2494         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2495         variables.
2496         (func_module): Use them.
2497
2498 2007-01-09  Bruno Haible  <bruno@clisp.org>
2499
2500         * modules/unistr/base: New file.
2501         * lib/unistr.h: New file.
2502
2503         * modules/unistr/u8-to-u16: New file.
2504         * lib/unistr/u8-to-u16.c: New file.
2505
2506         * modules/unistr/u8-to-u32: New file.
2507         * lib/unistr/u8-to-u32.c: New file.
2508
2509         * modules/unistr/u16-to-u8: New file.
2510         * lib/unistr/u16-to-u8.c: New file.
2511
2512         * modules/unistr/u16-to-u32: New file.
2513         * lib/unistr/u16-to-u32.c: New file.
2514
2515         * modules/unistr/u32-to-u8: New file.
2516         * lib/unistr/u32-to-u8.c: New file.
2517
2518         * modules/unistr/u32-to-u16: New file.
2519         * lib/unistr/u32-to-u16.c: New file.
2520
2521         * modules/unistr/u8-check: New file.
2522         * modules/unistr/u16-check: New file.
2523         * modules/unistr/u32-check: New file.
2524         * lib/unistr/u8-check.c: New file.
2525         * lib/unistr/u16-check.c: New file.
2526         * lib/unistr/u32-check.c: New file.
2527
2528         * modules/unistr/u8-chr: New file.
2529         * modules/unistr/u16-chr: New file.
2530         * modules/unistr/u32-chr: New file.
2531         * lib/unistr/u8-chr.c: New file.
2532         * lib/unistr/u16-chr.c: New file.
2533         * lib/unistr/u32-chr.c: New file.
2534
2535         * modules/unistr/u8-cmp: New file.
2536         * modules/unistr/u16-cmp: New file.
2537         * modules/unistr/u32-cmp: New file.
2538         * lib/unistr/u8-cmp.c: New file.
2539         * lib/unistr/u16-cmp.c: New file.
2540         * lib/unistr/u32-cmp.c: New file.
2541
2542         * modules/unistr/u8-cpy: New file.
2543         * modules/unistr/u16-cpy: New file.
2544         * modules/unistr/u32-cpy: New file.
2545         * lib/unistr/u8-cpy.c: New file.
2546         * lib/unistr/u16-cpy.c: New file.
2547         * lib/unistr/u32-cpy.c: New file.
2548         * lib/unistr/u-cpy.h: New file.
2549
2550         * modules/unistr/u8-cpy-alloc: New file.
2551         * modules/unistr/u16-cpy-alloc: New file.
2552         * modules/unistr/u32-cpy-alloc: New file.
2553         * lib/unistr/u8-cpy-alloc.c: New file.
2554         * lib/unistr/u16-cpy-alloc.c: New file.
2555         * lib/unistr/u32-cpy-alloc.c: New file.
2556         * lib/unistr/u-cpy-alloc.h: New file.
2557
2558         * modules/unistr/u8-endswith: New file.
2559         * modules/unistr/u16-endswith: New file.
2560         * modules/unistr/u32-endswith: New file.
2561         * lib/unistr/u8-endswith.c: New file.
2562         * lib/unistr/u16-endswith.c: New file.
2563         * lib/unistr/u32-endswith.c: New file.
2564         * lib/unistr/u-endswith.h: New file.
2565
2566         * modules/unistr/u8-mblen: New file.
2567         * modules/unistr/u16-mblen: New file.
2568         * modules/unistr/u32-mblen: New file.
2569         * lib/unistr/u8-mblen.c: New file.
2570         * lib/unistr/u16-mblen.c: New file.
2571         * lib/unistr/u32-mblen.c: New file.
2572
2573         * modules/unistr/u8-mbtouc: New file.
2574         * modules/unistr/u16-mbtouc: New file.
2575         * modules/unistr/u32-mbtouc: New file.
2576         * lib/unistr/u8-mbtouc.c: New file.
2577         * lib/unistr/u16-mbtouc.c: New file.
2578         * lib/unistr/u32-mbtouc.c: New file.
2579
2580         * modules/unistr/u8-mbtouc-safe: New file.
2581         * modules/unistr/u16-mbtouc-safe: New file.
2582         * modules/unistr/u32-mbtouc-safe: New file.
2583         * lib/unistr/u8-mbtouc-safe.c: New file.
2584         * lib/unistr/u16-mbtouc-safe.c: New file.
2585         * lib/unistr/u32-mbtouc-safe.c: New file.
2586
2587         * modules/unistr/u8-move: New file.
2588         * modules/unistr/u16-move: New file.
2589         * modules/unistr/u32-move: New file.
2590         * lib/unistr/u8-move.c: New file.
2591         * lib/unistr/u16-move.c: New file.
2592         * lib/unistr/u32-move.c: New file.
2593         * lib/unistr/u-move.h: New file.
2594
2595         * modules/unistr/u8-next: New file.
2596         * modules/unistr/u16-next: New file.
2597         * modules/unistr/u32-next: New file.
2598         * lib/unistr/u8-next.c: New file.
2599         * lib/unistr/u16-next.c: New file.
2600         * lib/unistr/u32-next.c: New file.
2601
2602         * modules/unistr/u8-prev: New file.
2603         * modules/unistr/u16-prev: New file.
2604         * modules/unistr/u32-prev: New file.
2605         * lib/unistr/u8-prev.c: New file.
2606         * lib/unistr/u16-prev.c: New file.
2607         * lib/unistr/u32-prev.c: New file.
2608
2609         * modules/unistr/u8-set: New file.
2610         * modules/unistr/u16-set: New file.
2611         * modules/unistr/u32-set: New file.
2612         * lib/unistr/u8-set.c: New file.
2613         * lib/unistr/u16-set.c: New file.
2614         * lib/unistr/u32-set.c: New file.
2615         * lib/unistr/u-set.h: New file.
2616
2617         * modules/unistr/u8-startswith: New file.
2618         * modules/unistr/u16-startswith: New file.
2619         * modules/unistr/u32-startswith: New file.
2620         * lib/unistr/u8-startswith.c: New file.
2621         * lib/unistr/u16-startswith.c: New file.
2622         * lib/unistr/u32-startswith.c: New file.
2623         * lib/unistr/u-startswith.h: New file.
2624
2625         * modules/unistr/u8-stpcpy: New file.
2626         * modules/unistr/u16-stpcpy: New file.
2627         * modules/unistr/u32-stpcpy: New file.
2628         * lib/unistr/u8-stpcpy.c: New file.
2629         * lib/unistr/u16-stpcpy.c: New file.
2630         * lib/unistr/u32-stpcpy.c: New file.
2631         * lib/unistr/u-stpcpy.h: New file.
2632
2633         * modules/unistr/u8-stpncpy: New file.
2634         * modules/unistr/u16-stpncpy: New file.
2635         * modules/unistr/u32-stpncpy: New file.
2636         * lib/unistr/u8-stpncpy.c: New file.
2637         * lib/unistr/u16-stpncpy.c: New file.
2638         * lib/unistr/u32-stpncpy.c: New file.
2639         * lib/unistr/u-stpncpy.h: New file.
2640
2641         * modules/unistr/u8-strcat: New file.
2642         * modules/unistr/u16-strcat: New file.
2643         * modules/unistr/u32-strcat: New file.
2644         * lib/unistr/u8-strcat.c: New file.
2645         * lib/unistr/u16-strcat.c: New file.
2646         * lib/unistr/u32-strcat.c: New file.
2647         * lib/unistr/u-strcat.h: New file.
2648
2649         * modules/unistr/u8-strchr: New file.
2650         * modules/unistr/u16-strchr: New file.
2651         * modules/unistr/u32-strchr: New file.
2652         * lib/unistr/u8-strchr.c: New file.
2653         * lib/unistr/u16-strchr.c: New file.
2654         * lib/unistr/u32-strchr.c: New file.
2655
2656         * modules/unistr/u8-strcmp: New file.
2657         * modules/unistr/u16-strcmp: New file.
2658         * modules/unistr/u32-strcmp: New file.
2659         * lib/unistr/u8-strcmp.c: New file.
2660         * lib/unistr/u16-strcmp.c: New file.
2661         * lib/unistr/u32-strcmp.c: New file.
2662
2663         * modules/unistr/u8-strcpy: New file.
2664         * modules/unistr/u16-strcpy: New file.
2665         * modules/unistr/u32-strcpy: New file.
2666         * lib/unistr/u8-strcpy.c: New file.
2667         * lib/unistr/u16-strcpy.c: New file.
2668         * lib/unistr/u32-strcpy.c: New file.
2669         * lib/unistr/u-strcpy.h: New file.
2670
2671         * modules/unistr/u8-strcspn: New file.
2672         * modules/unistr/u16-strcspn: New file.
2673         * modules/unistr/u32-strcspn: New file.
2674         * lib/unistr/u8-strcspn.c: New file.
2675         * lib/unistr/u16-strcspn.c: New file.
2676         * lib/unistr/u32-strcspn.c: New file.
2677         * lib/unistr/u-strcspn.h: New file.
2678
2679         * modules/unistr/u8-strdup: New file.
2680         * modules/unistr/u16-strdup: New file.
2681         * modules/unistr/u32-strdup: New file.
2682         * lib/unistr/u8-strdup.c: New file.
2683         * lib/unistr/u16-strdup.c: New file.
2684         * lib/unistr/u32-strdup.c: New file.
2685         * lib/unistr/u-strdup.h: New file.
2686
2687         * modules/unistr/u8-strlen: New file.
2688         * modules/unistr/u16-strlen: New file.
2689         * modules/unistr/u32-strlen: New file.
2690         * lib/unistr/u8-strlen.c: New file.
2691         * lib/unistr/u16-strlen.c: New file.
2692         * lib/unistr/u32-strlen.c: New file.
2693         * lib/unistr/u-strlen.h: New file.
2694
2695         * modules/unistr/u8-strmblen: New file.
2696         * modules/unistr/u16-strmblen: New file.
2697         * modules/unistr/u32-strmblen: New file.
2698         * lib/unistr/u8-strmblen.c: New file.
2699         * lib/unistr/u16-strmblen.c: New file.
2700         * lib/unistr/u32-strmblen.c: New file.
2701
2702         * modules/unistr/u8-strmbtouc: New file.
2703         * modules/unistr/u16-strmbtouc: New file.
2704         * modules/unistr/u32-strmbtouc: New file.
2705         * lib/unistr/u8-strmbtouc.c: New file.
2706         * lib/unistr/u16-strmbtouc.c: New file.
2707         * lib/unistr/u32-strmbtouc.c: New file.
2708
2709         * modules/unistr/u8-strncat: New file.
2710         * modules/unistr/u16-strncat: New file.
2711         * modules/unistr/u32-strncat: New file.
2712         * lib/unistr/u8-strncat.c: New file.
2713         * lib/unistr/u16-strncat.c: New file.
2714         * lib/unistr/u32-strncat.c: New file.
2715         * lib/unistr/u-strncat.h: New file.
2716
2717         * modules/unistr/u8-strncmp: New file.
2718         * modules/unistr/u16-strncmp: New file.
2719         * modules/unistr/u32-strncmp: New file.
2720         * lib/unistr/u8-strncmp.c: New file.
2721         * lib/unistr/u16-strncmp.c: New file.
2722         * lib/unistr/u32-strncmp.c: New file.
2723
2724         * modules/unistr/u8-strncpy: New file.
2725         * modules/unistr/u16-strncpy: New file.
2726         * modules/unistr/u32-strncpy: New file.
2727         * lib/unistr/u8-strncpy.c: New file.
2728         * lib/unistr/u16-strncpy.c: New file.
2729         * lib/unistr/u32-strncpy.c: New file.
2730         * lib/unistr/u-strncpy.h: New file.
2731
2732         * modules/unistr/u8-strnlen: New file.
2733         * modules/unistr/u16-strnlen: New file.
2734         * modules/unistr/u32-strnlen: New file.
2735         * lib/unistr/u8-strnlen.c: New file.
2736         * lib/unistr/u16-strnlen.c: New file.
2737         * lib/unistr/u32-strnlen.c: New file.
2738         * lib/unistr/u-strnlen.h: New file.
2739
2740         * modules/unistr/u8-strpbrk: New file.
2741         * modules/unistr/u16-strpbrk: New file.
2742         * modules/unistr/u32-strpbrk: New file.
2743         * lib/unistr/u8-strpbrk.c: New file.
2744         * lib/unistr/u16-strpbrk.c: New file.
2745         * lib/unistr/u32-strpbrk.c: New file.
2746         * lib/unistr/u-strpbrk.h: New file.
2747
2748         * modules/unistr/u8-strrchr: New file.
2749         * modules/unistr/u16-strrchr: New file.
2750         * modules/unistr/u32-strrchr: New file.
2751         * lib/unistr/u8-strrchr.c: New file.
2752         * lib/unistr/u16-strrchr.c: New file.
2753         * lib/unistr/u32-strrchr.c: New file.
2754
2755         * modules/unistr/u8-strspn: New file.
2756         * modules/unistr/u16-strspn: New file.
2757         * modules/unistr/u32-strspn: New file.
2758         * lib/unistr/u8-strspn.c: New file.
2759         * lib/unistr/u16-strspn.c: New file.
2760         * lib/unistr/u32-strspn.c: New file.
2761         * lib/unistr/u-strspn.h: New file.
2762
2763         * modules/unistr/u8-strstr: New file.
2764         * modules/unistr/u16-strstr: New file.
2765         * modules/unistr/u32-strstr: New file.
2766         * lib/unistr/u8-strstr.c: New file.
2767         * lib/unistr/u16-strstr.c: New file.
2768         * lib/unistr/u32-strstr.c: New file.
2769         * lib/unistr/u-strstr.h: New file.
2770
2771         * modules/unistr/u8-strtok: New file.
2772         * modules/unistr/u16-strtok: New file.
2773         * modules/unistr/u32-strtok: New file.
2774         * lib/unistr/u8-strtok.c: New file.
2775         * lib/unistr/u16-strtok.c: New file.
2776         * lib/unistr/u32-strtok.c: New file.
2777         * lib/unistr/u-strtok.h: New file.
2778
2779         * modules/unistr/u8-uctomb: New file.
2780         * modules/unistr/u16-uctomb: New file.
2781         * modules/unistr/u32-uctomb: New file.
2782         * lib/unistr/u8-uctomb.c: New file.
2783         * lib/unistr/u16-uctomb.c: New file.
2784         * lib/unistr/u32-uctomb.c: New file.
2785
2786         * MODULES.html.sh (Unicode string functions): Add the new modules.
2787
2788 2007-01-08  Bruno Haible  <bruno@clisp.org>
2789
2790         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2791         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2792         subdirectories.
2793
2794 2007-01-08  Karl Berry  <karl@gnu.org>
2795
2796         * doc/error.texi: mention that main() fns must set program_name
2797         when progname is used.
2798
2799 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2800
2801         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2802         WCTYPE_H is empty, for the benefit of builds from non-distclean
2803         directories.  Problem reported by Eric Blake in
2804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2805
2806 2007-01-08  Bruno Haible  <bruno@clisp.org>
2807
2808         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2809         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2810         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2811         PROVIDE_CANONICALIZE_FILENAME_MODE.
2812         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2813
2814 2007-01-08  Bruno Haible  <bruno@clisp.org>
2815
2816         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2817         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2818         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2819         * lib/fts.c: Likewise.
2820         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2821
2822 2006-12-25  Bruno Haible  <bruno@clisp.org>
2823
2824         * modules/utf8-ucs4-safe: New file.
2825         * lib/utf8-ucs4-safe.h: New file.
2826         * lib/unistr/utf8-ucs4-safe.c: New file.
2827
2828         * modules/utf16-ucs4-safe: New file.
2829         * lib/utf16-ucs4-safe.h: New file.
2830         * lib/unistr/utf16-ucs4-safe.c: New file.
2831
2832         * MODULES.html.sh (Unicode string functions): Add the new modules.
2833
2834 2007-01-08  Bruno Haible  <bruno@clisp.org>
2835
2836         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2837         (Depends-on): Add unitypes.
2838         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2839         (u8_mbtouc_aux): Move out to separate file.
2840         (u8_mbtouc): Use ucs4_t, uint8_t types.
2841         * lib/unistr/utf8-ucs4.c: New file.
2842
2843         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2844         (Depends-on): Add unitypes.
2845         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2846         (u16_mbtouc_aux): Move out to separate file.
2847         (u16_mbtouc): Use ucs4_t, uint16_t types.
2848         * lib/unistr/utf16-ucs4.c: New file.
2849
2850         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2851         (Depends-on): Add unitypes.
2852         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2853         (u8_uctomb_aux): Move out to separate file.
2854         (u8_uctomb): Use ucs4_t, uint8_t types.
2855         * lib/unistr/ucs4-utf8.c: New file.
2856
2857         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2858         (Depends-on): Add unitypes.
2859         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2860         (u16_uctomb_aux): Move out to separate file.
2861         (u16_uctomb): Use ucs4_t, uint16_t types.
2862         * lib/unistr/ucs4-utf16.c: New file.
2863
2864 2006-12-25  Bruno Haible  <bruno@clisp.org>
2865
2866         * modules/unitypes: New file.
2867         * lib/unitypes.h: New file.
2868         * MODULES.html.sh (func_all_modules): New section "Unicode string
2869         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2870         this section. Add unitypes.
2871
2872 2007-01-08  Bruno Haible  <bruno@clisp.org>
2873
2874         Avoid variable names that conflict with those from libtool.
2875         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2876         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2877         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2878         library_names_spec to acl_library_names_spec, hardcode_* to
2879         acl_hardcode_*.
2880         Reported by Ralf Wildenhues.
2881
2882 2007-01-08  Bruno Haible  <bruno@clisp.org>
2883
2884         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2885         definition.
2886         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2887         definition.
2888         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2889         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2890         definition.
2891         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2892         definition.
2893         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2894         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2895         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2896         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2897         definition.
2898         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2899         definition.
2900         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2901         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2902         GC_USE_<algorithm>.
2903         * lib/gc-libgcrypt.c: Likewise.
2904         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2905         * modules/gc-arctwo (configure.ac): Likewise.
2906         * modules/gc-des (configure.ac): Likewise.
2907         * modules/gc-hmac-md5 (configure.ac): Likewise.
2908         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2909         * modules/gc-md2 (configure.ac): Likewise.
2910         * modules/gc-md4 (configure.ac): Likewise.
2911         * modules/gc-md5 (configure.ac): Likewise.
2912         * modules/gc-random (configure.ac): Likewise.
2913         * modules/gc-rijndael (configure.ac): Likewise.
2914         * modules/gc-sha1 (configure.ac): Likewise.
2915
2916 2007-01-08  Bruno Haible  <bruno@clisp.org>
2917
2918         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2919         macro definition.
2920         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2921         definition.
2922         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2923         definition.
2924         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2925         * modules/fcntl-safer (configure.ac): Likewise.
2926         * modules/fopen-safer (configure.ac): Likewise.
2927         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2928         GNULIB_FWRITEERROR macro definition.
2929
2930 2007-01-08  Bruno Haible  <bruno@clisp.org>
2931
2932         * m4/gnulib-common.m4: New file.
2933         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2934         (func_get_filelist): Add m4/gnulib-common.m4.
2935
2936 2007-01-08  Bruno Haible  <bruno@clisp.org>
2937
2938         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2939         command.
2940
2941 2007-01-08  Jim Meyering  <jim@meyering.net>
2942
2943         Use a more robust test for a "can't happen" condition.
2944         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2945         narrowed the st_size value.  Presuming the "can't happen" condition
2946         is true, that narrowing could conceivably convert an invalid st_size
2947         value into a valid one.  Instead, use a change based on Matthew
2948         Woehlke's original patch.
2949
2950         Slight readability improvement: use an assert-like macro
2951         in place of literal "abort ()" uses.
2952         * lib/fts.c (fts_assert): Define.
2953         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2954         Use this macro instead of a bare 'abort'.
2955
2956 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2957
2958         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2959         simply work around them.
2960         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2961         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2962         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
2963         declaring.
2964         Don't bother to define as macros, since the standard doesn't require it.
2965         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2966         longer worry about IRIX 5.3.
2967         (HAVE_WCTYPE_CTMP_BUG): Remove.
2968
2969 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2972         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2973         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2974         Problems reported by Georg Schwarz for IRIX 5.3.
2975
2976         * gnulib-tool (autoconf_minversion): Take the maximum version number
2977         found, not the minimum.  Problem reported by James Youngman.
2978
2979 2007-01-03  Karl Berry  <karl@gnu.org>
2980
2981         * doc/error.texi: new file, explaining interaction with progname.
2982         * doc/gnulib.texi: include it.  Update copyright.
2983
2984 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2985
2986         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2987         AC_CANONICAL_HOST, to improve autobuild outputs.
2988
2989 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2990             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2991
2992         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2993         sockets, server sockets, and other file descriptors.  Count errors
2994         to compute the return value.  Reorder the code a bit to be easier
2995         to follow.  Don't set event bits that were not requested (except
2996         POLLERR and POLLHUP).
2997
2998 2007-01-01  Bruno Haible  <bruno@clisp.org>
2999
3000         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
3001
3002 2007-01-03  Jim Meyering  <jim@meyering.net>
3003
3004         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
3005
3006 2007-01-02  Bruno Haible  <bruno@clisp.org>
3007
3008         * modules/settime (Include): Require timespec.h.
3009         * modules/nanosleep (Include): Likewise.
3010
3011 2007-01-01  Bruno Haible  <bruno@clisp.org>
3012
3013         * gnulib-tool (func_emit_copyright_notice): Bump year.
3014         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
3015
3016 2007-01-01  Bruno Haible  <bruno@clisp.org>
3017
3018         Improve support for OpenBSD.
3019         * build-aux/config.rpath (libname_spec): Export.
3020         (library_names_spec): New variable. Export.
3021         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
3022         library_names_spec from the config.rpath output. Locate shared library
3023         through the name pattern in library_names_spec.
3024
3025 2007-01-01  Eric Blake  <ebb9@byu.net>
3026
3027         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
3028
3029 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3030
3031         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
3032         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
3033         assume the C locale, and avoid an "eval" that could cause trouble.
3034         Problem with SORT reported by Bob Proulx.
3035
3036         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
3037         Define.  Trivial patch from Henning Nielsen Lund, originally
3038         sent to bug-grep@gnu.org today.
3039
3040 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3041
3042         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
3043         struct stat.  Problem reported by Henning Nielsen Lund.
3044         * lib/acl.c: Include acl.h first, to check interface.  Don't
3045         bother to include sys/types.h and sys/stat.h again.
3046
3047 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         Import the following change from libc; problem reported by
3050         Sven Verdoolaege.
3051
3052         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3053
3054         [BZ #1373]
3055         * lib/argp.h: Remove __NTH for __argp_usage inline function.
3056
3057 2006-12-28  Jim Meyering  <jim@meyering.net>
3058
3059         * build-aux/announce-gen: Do not assume that the package
3060         builds any of tar.gz, tar.bz2, and .xdelta files.
3061         Suggestion from Simon Josefsson.
3062
3063 2006-12-28  Simon Josefsson  <simon@josefsson.org>
3064
3065         * modules/announce-gen: New file.
3066
3067 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
3068
3069         * lib/mbchar.h: Just include <wctype.h>; the wctype module
3070         handles its gotchas now.
3071         * lib/mbswidth.c: Likewise.
3072         * lib/wcwidth.h: Likewise.
3073         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
3074         and iswcntrl; the wctype module does this stuff now.
3075         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3077         * modules/mbchar (Depends-on): Add wctype.
3078         * modules/mbswidth (Depends-on): Likewise.
3079         * modules/wcwidth (Depends-on): Likewise.
3080
3081 2006-12-27  Eric Blake  <ebb9@byu.net>
3082
3083         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
3084         module uses more than what <wctype.h> is required to provide.
3085
3086 2006-12-26  Eric Blake  <ebb9@byu.net>
3087
3088         * gnulib-tool (sed_extract_prog): Avoid space-tab.
3089
3090 2006-12-26  Eric Blake  <ebb9@byu.net>
3091
3092         * modules/absolute-header: New module.
3093         * modules/fcntl (Depends-on): Depend on it.
3094         * modules/inttypes (Depends-on): Likewise.
3095         * modules/stdint (Depends-on): Likewise.
3096         * modules/sys_stat (Depends-on): Likewise.
3097         * modules/wctype (Depends-on): Likewise.
3098         * MODULES.html.sh (Support for building libraries and
3099         executables): Document it.
3100
3101 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3102
3103         * gnulib-tool (SED): Remove, undoing previous change.
3104         The problem was that it broke coreutils on Solaris, because
3105         "sed --posix" leaked into a makefile.
3106         (sed): New alias, if 'alias' and GNU sed.
3107
3108 2006-12-24  Jim Meyering  <jim@meyering.net>
3109
3110         Work around an fchownat bug in glibc-2.4:
3111         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3112         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3113         in spite of the -P option.
3114         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3115         New macros.
3116         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3117         * modules/openat (Files): Add lib/fchownat.c.
3118         * lib/openat.c (fchownat): Don't define here.  Move to...
3119         * lib/fchownat.c: ...this new file.
3120
3121 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3122
3123         Fix bug reported by Bruno Haible in
3124         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3125         where quotearg.c didn't compile on Mac OS X 10.2 because it
3126         lacks <wchar.h> and wint_t.
3127         * lib/wctype_.h (__wctype_wint_t): New type.
3128         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3129         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3130         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3131         Arg is now of type __wctype_wint_t, not wint_t.
3132         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3133         substitute HAVE_WINT_T.
3134         * modules/wctype (Files): Add m4/wint_t.m4.
3135         (wctype.h): Substitute HAVE_WINT_T.
3136
3137 2006-12-23  Bruno Haible  <bruno@clisp.org>
3138
3139         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3140
3141 2006-12-23  Bruno Haible  <bruno@clisp.org>
3142
3143         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3144         S_ISLNK.
3145         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3146         mingw.
3147
3148 2006-12-22  Bruno Haible  <bruno@clisp.org>
3149
3150         * lib/copy-file.c: Include acl.h.
3151         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3152         Close the file descriptors only after being done with copy_acl.
3153         * modules/copy-file (Depends-on): Add acl.
3154
3155 2006-12-22  Bruno Haible  <bruno@clisp.org>
3156
3157         * gnulib-tool (SED): New variable.
3158         Use $SED instead of sed everywhere.
3159
3160 2006-12-22  Bruno Haible  <bruno@clisp.org>
3161
3162         * modules/no-c++: New file.
3163         * m4/no-c++.m4: New file.
3164         * MODULES.html.sh (Support for building libraries and executables):
3165         Add no-c++.
3166
3167 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3170         Include <limits.h>, and use its INT_MAX to rewrite the
3171         j loop so that it does not overflow 'int'.  Problem reported by
3172         Ralf Wildenhues in
3173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3174         Play it safe by shifting left by 1 rather than multiplying by 2,
3175         as GCC is less likely to optimize this away when the value
3176         is signed (when it assumes overflow leads to undefined behavior).
3177         Also, don't assume time_t uses two's complement.
3178
3179 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3180
3181         * MODULES.html.sh: New module wctype.
3182         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3183         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3184         <wctype.h>, since the new wctype module should fix this.
3185         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3186         the wctype module should arrange for it.
3187         * lib/regex_internal.h: Likewise.
3188         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3189         since the wctype module should handle this now.
3190         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3191         * modules/fnmatch (Depends-on): Add wctype.
3192         * modules/quotearg (Depends-on): Likewise.
3193         * modules/regex (Depends-on): Likewise.
3194
3195 2006-12-19  Bruno Haible  <bruno@clisp.org>
3196
3197         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3198         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3199
3200 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3201
3202         * modules/savewd (Depends-on): Fix dependency on fcntl.
3203
3204 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3205
3206         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3207         conforms to C99, rather than relying on the user's environment
3208         setting of STDINT_H.
3209
3210 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3211         and Eric Blake  <ebb9@byu.net>
3212
3213         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3214         This is more consistent with the other defines here.
3215         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3216         Port to z/OS.  Problem reported by Paul Gilmartin.
3217         Change local vars to use gl_ prefix rather than ac_.
3218         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3219         with other defines.
3220         * modules/double-slash-root: New module.
3221         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3222         (Depends-on): Add double-slash-root.
3223         * MODULES.html.sh (File system functions): Mention new module.
3224
3225 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3226
3227         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3228         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3229         This is for the benefit of gzip, which doesn't do i18n.
3230
3231 2006-12-12  Jim Meyering  <jim@meyering.net>
3232
3233         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3234         Reported by Andreas Schwab <schwab@suse.de>.
3235
3236 2006-12-12  Bruno Haible  <bruno@clisp.org>
3237
3238         Merge these changes.
3239         2006-09-05  Bruno Haible  <bruno@clisp.org>
3240         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3241         iconv_alloc succeeded.
3242         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3243         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3244         test for " && dest " at the end - dest is always != NULL there. Call
3245         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3246         with 2xNULL arguments, also to flush the state storage. Handle the
3247         IRIX iconv behaviour. Realloc the final result, to throw away unused
3248         memory.
3249
3250 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3251
3252         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3253         and fchmodat unconditionally, since glibc 2.4 has them.
3254         Problem reported by Arkadiusz Miskiewicz.
3255
3256 2006-12-10  Bruno Haible  <bruno@clisp.org>
3257
3258         * gnulib-tool (func_import): Show the include files only for those
3259         modules that are copied and specified.
3260         Reported by Karl Berry.
3261
3262 2006-12-08  Jim Meyering  <jim@meyering.net>
3263
3264         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3265         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3266
3267         * build-aux/announce-gen: Add two new options, both optional:
3268         --bootstrap-tools=TOOL_LIST
3269               a comma-separated list of tools, e.g.,
3270               autoconf,automake,bison,gnulib
3271         --gnulib-snapshot-date=DATE
3272               if gnulib is in the bootstrap tool list,
3273               then report this as the snapshot date.
3274               If not specified, use the current date/time.
3275               If you specify a date here, be sure it's UTC.
3276
3277 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3278
3279         * tests/test-argp-2.sh: Fix test to match actual output.
3280         (func_compare): Fix sed script to be portable.
3281
3282 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3283
3284         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3285         workaround for this case.  It is not autoconfigured now; offhand
3286         it's hard to see how to autoconfigure it.
3287
3288 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3289
3290         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3291         a directory that is about to be chowned.  Such a directory's
3292         initial file permissions should permit the owner only and this
3293         should not be changed until after the chown, since the group and
3294         other bits would be incorrect if they granted permission before
3295         the chown.
3296
3297         Fix porting problem for iswctype reported by Georg Schwarz in:
3298         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3299         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3300         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3301         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3302         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3303
3304 2006-12-03  Jim Meyering  <jim@meyering.net>
3305
3306         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3307         p->fts_statp may not yet be defined.
3308         (fts_read): Instead, set it in the caller, once p->fts_statp is
3309         sure to be defined, and corresponds to a top-level directory.
3310         This bug made du -x fail.  Here's the coreutils test case:
3311         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3312         Reported by Mike Frysinger.
3313
3314 2006-12-01  Jim Meyering  <jim@meyering.net>
3315
3316         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3317         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3318         Reported by Simon Josefsson.
3319
3320 2006-11-30  Jim Meyering  <jim@meyering.net>
3321
3322         * m4/warning.m4: Use the all-permissive copyright notice
3323         recommended by RMS (rather than LGPL).
3324         * m4/vararrays.m4: Likewise.
3325         * m4/flexmember.m4: Likewise.
3326
3327 2006-11-29  Bruno Haible  <bruno@clisp.org>
3328
3329         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3330         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3331         using +=.
3332         Reported by Simon Josefsson <simon@josefsson.org>.
3333
3334 2006-11-28  James Youngman <jay@gnu.org>
3335
3336         * README: Advise users that they might find the bug-gnulib@gnu.org
3337         and autotools-announce@gnu.org mailing lists useful.
3338
3339 2006-11-28  Bruno Haible  <bruno@clisp.org>
3340
3341         * m4/ptrdiff_max.m4: Remove file.
3342
3343 2006-11-21  Bruno Haible  <bruno@clisp.org>
3344
3345         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3346         _AC_COMPUTE_INT.
3347         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3348         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3349         _AC_COMPUTE_INT.
3350         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3351         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3352         _AC_COMPUTE_INT.
3353         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3354
3355 2006-11-28  Jim Meyering  <jim@meyering.net>
3356
3357         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3358         warning from "gcc -Wshadow" about shadowing the builtin.
3359
3360 2006-11-27  Bruno Haible  <bruno@clisp.org>
3361
3362         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3363         _AC_COMPUTE_INT.
3364         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3365
3366 2006-11-27  Bruno Haible  <bruno@clisp.org>
3367             Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3370
3371 2006-11-26  Bruno Haible  <bruno@clisp.org>
3372
3373         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3374         noinst_LTLIBRARIES.
3375
3376 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3377             Bruno Haible  <bruno@clisp.org>
3378
3379         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3380         if compiling with "gcc -ansi".
3381
3382 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3383
3384         Fix some incompatibilities with gcc -ansi -pedantic.
3385         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3386         if compiling pedantically with GCC, unless it's C99 or later.
3387         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3388         it mishandles gcc -ansi -pedantic as well.
3389         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3390         if gcc -pedantic.
3391         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3392         initializers for struct if -pedantic, unless it's C99 or later.
3393
3394 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3395
3396         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3397         Don't close an fd more than once. Identical atimes indicate
3398         success, not failure.
3399
3400 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3401
3402         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3403
3404 2006-11-23  Jim Meyering  <jim@meyering.net>
3405
3406         * build-aux/announce-gen: New file.  From coreutils.
3407
3408 2006-11-22  Jim Meyering  <jim@meyering.net>
3409
3410         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3411         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3412         (fts_read): Use a temporary to narrow the overused st_size member
3413         before using it in a switch statement.  Reported by Matthew Woehlke.
3414
3415         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3416         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3417
3418 2006-11-20  Bruno Haible  <bruno@clisp.org>
3419
3420         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3421         changequote instead of pairs of brackets.
3422         Reported by Andreas Schwab <schwab@suse.de>.
3423
3424 2006-11-21  Jim Meyering  <jim@meyering.net>
3425
3426         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3427         so as to remain compatible with older compilers.
3428         Patch from Michael Deutschmann.
3429
3430 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3431
3432         * MODULES.html.sh (File system functions): Add openat.
3433
3434         * lib/openat.h (rpl_fstatat): New macro, if
3435         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3436         (fstatat): Define to rpl_fstatat under the same conditions,
3437         unless COMPILING_FSTATAT.
3438         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3439         seems to have the bug.
3440         * lib/fstatat.c: New file.
3441         * modules/openat (Files): Add it.
3442
3443 2006-11-20  Bruno Haible  <bruno@clisp.org>
3444
3445         * Makefile: New file.
3446
3447 2006-11-20  Jim Meyering  <jim@meyering.net>
3448
3449         The beginnings of syntax-related checks for gnulib.
3450         * lib/Makefile: New file.
3451         * lib/t-idcache: New script.  Ensure that the two halves of
3452         idcache.c stay in sync.
3453
3454         * lib/idcache.c: Adjust comments in user- and group- portions to
3455         be more accurate, and to be consistent with one another.
3456
3457 2006-11-20  Jim Meyering  <jim@meyering.net>
3458
3459         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3460         continue using the flexible array member (thus, this module performs
3461         half as many malloc calls), with the addition that...
3462         (getgroup, getuser): Consistently record a non-match via an empty
3463         "name" string, and map an empty string match to a NULL return value.
3464         * modules/idcache (Depends-on): Re-add flexmember.
3465
3466         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3467         (getuidbyname, getgroup, getgidbyname): Likewise.
3468
3469         Use cleaner syntax: NULL rather than 0.
3470         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3471
3472 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3473
3474         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3475         It mishandled the case where the group was missing.
3476         Problem reported by Greg Schafer.
3477         * modules/idcache: Likewise.
3478
3479 2006-11-18  Jim Meyering  <jim@meyering.net>
3480
3481         * check-module (%exempt_header): Add exception for some
3482         conditionally-included headers.
3483
3484         * modules/i-ring (Depends-on): Add verify.
3485         (License): Change to LGPL.
3486
3487 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3488
3489         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3490         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3491         and inttostr.h.  Use snprintf rather than uinttostr, so that
3492         LGPLed code doesn't depend on GPLed.
3493
3494 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3495
3496         * modules/inline (License): Change from GPL to LGPL.
3497
3498 2006-11-17  Jim Meyering  <jim@meyering.net>
3499
3500         * modules/d-type (License): Switch to LGPL.
3501
3502 2006-11-15  Bruno Haible  <bruno@clisp.org>
3503
3504         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3505
3506 2006-11-15  Eric Blake  <ebb9@byu.net>
3507
3508         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3509         the module dependency.
3510
3511 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3512             Bruno Haible  <bruno@clisp.org>
3513
3514         * gnulib-tool (func_create_testdir): Add license consistency check.
3515
3516 2006-11-15  Eric Blake  <ebb9@byu.net>
3517
3518         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3519         random "(cached)" in configure output.
3520
3521 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3522
3523         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3524         test for conforming inttypes.h is both announced and cached.
3525
3526         * MODULES.html.sh (seen_modules, seen_files): New variables.
3527         (func_module): Rewrite to use a few less gnulib-tool and sed
3528         invocations.  Avoid a couple of quadratic algorithms for ...
3529         (missed_modules, missed_files): ... these, with ...
3530         (func_append, func_tmpdir): ... these new functions, from
3531         gnulib-tool.  Analogously, install traps for cleanup.
3532
3533         * tests/test-gc.c (main): Remove unused variables.
3534         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3535
3536 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3537
3538         * modules/inttostr (License): Change to LGPL.
3539
3540 2006-11-14  Eric Blake  <ebb9@byu.net>
3541
3542         * modules/tempname (License): Change to LGPL.
3543
3544 2006-11-14  Eric Blake  <ebb9@byu.net>
3545
3546         * doc/functions.texi (Function Portability): *printf functions on
3547         Cygwin now understand all POSIX size specifiers.
3548
3549 2006-11-14  Bruno Haible  <bruno@clisp.org>
3550
3551         * modules/c-ctype (License): Change to LGPL.
3552
3553 2006-11-12  Bruno Haible  <bruno@clisp.org>
3554
3555         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3556         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3557         for GNOME libraries, for which the include files are installed in
3558         subdirectories of $prefix/include.
3559
3560 2006-11-12  Bruno Haible  <bruno@clisp.org>
3561
3562         * m4/lib-link.m4: Require at least autoconf-2.54.
3563         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3564         name to underscores for the --with option.
3565
3566 2006-11-13  Bruno Haible  <bruno@clisp.org>
3567
3568         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3569         the tests directory.
3570         Reported by Ralf Wildenhues.
3571
3572 2006-11-13  Bruno Haible  <bruno@clisp.org>
3573
3574         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3575         (func_emit_initmacro_end): Undo the override here.
3576         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3577         Works around the famous automake error in coreutils.
3578
3579 2006-11-13  Eric Blake  <ebb9@byu.net>
3580
3581         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3582         element, not its node.
3583
3584 2006-11-12  Bruno Haible  <bruno@clisp.org>
3585
3586         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3587         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3588
3589 2006-11-12  Bruno Haible  <bruno@clisp.org>
3590
3591         * gnulib-tool: New option --local-symlink.
3592         (func_usage): Document it.
3593         (lsymbolic): New variable.
3594         (func_import, func_create_testdir): If --symlink was not specified,
3595         test whether --local-symlink was specified and the file comes from
3596         the local_gnulib_dir.
3597
3598 2006-11-12  Bruno Haible  <bruno@clisp.org>
3599
3600         * gnulib-tool (func_ln): New function.
3601         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3602
3603 2006-11-12  Bruno Haible  <bruno@clisp.org>
3604
3605         Finish support for source files in subdirectories.
3606         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3607         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3608         AUTOMAKE_OPTIONS.
3609         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3610
3611 2006-11-12  Bruno Haible  <bruno@clisp.org>
3612
3613         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3614         EXTRA_lib_SOURCES augmentation.
3615         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3616
3617 2006-11-12  Jim Meyering  <jim@meyering.net>
3618
3619         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3620         file descriptors.  This also averts a failure on systems with
3621         native openat support when a traversed directory lacks "x" access.
3622         * lib/fts_.h: Include "i-ring.h"
3623         (struct FTS) [fts_fd_ring]: New member.
3624         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3625         (FCHDIR): Add parentheses.
3626         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3627         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3628         When descending, rather than simply closing the previous
3629         fts_cwd_fd value, push that file descriptor onto the ring.
3630         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3631         (fts_open): Initialize the new fd_ring member.
3632         (fts_close): Clear the ring.
3633         (fts_safe_changedir): When possible, use our new fd_ring to skip
3634         the diropen and fstat and dev/ino comparison that would normally
3635         accompany a virtual `chdir ("..")'.
3636
3637         * modules/fts (Depends-on): Add i-ring.
3638         * modules/i-ring: New module.
3639         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3640         * m4/i-ring.m4: New file.
3641
3642 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3643
3644         * gnulib-tool (func_create_testdir): Fix replacement of
3645         `build-aux' in configure.ac.  Run autotools in gltests
3646         subdirectory.
3647         (func_create_testdir, func_create_megatestdir, test): There is
3648         no need for '--force' in most autotool invocations in a new
3649         tree.  Actually fail the whole test if any of the tools, or the
3650         configure or make stages fail.
3651
3652         Sync from Automake.
3653         * build-aux/gnupload: Revert last change.  Add pointer to upload
3654         instructions of the GNU Maintenance Instructions.
3655         Suggestion by Karl Berry.
3656
3657 2006-11-10  Jim Meyering  <jim@meyering.net>
3658
3659         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3660
3661 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3662
3663         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3664         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3665         (bind_textdomain_codeset) [! ENABLE_NLS]:
3666         Evaluate all the arguments.  That way, callers get compatible behavior
3667         if the arguments have side effects.  Also, it avoids some GCC
3668         diagnostics in some cases; Joel E. Denny reported problems when Bison
3669         was configured with --enable-gcc-warnigs.
3670
3671 2006-11-10  Jim Meyering  <jim@meyering.net>
3672
3673         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3674         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3675         account.
3676
3677 2006-11-10  Jim Meyering  <jim@meyering.net>
3678
3679         * modules/inline: New file/module.
3680         * modules/xalloc (Files): Remove m4/inline.m4.
3681         (Depends-on): Add inline, instead.
3682         * modules/oset: Likewise.
3683         * modules/list: Likewise.
3684
3685 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3686
3687         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3688         Problem reported by Matthew Woehlke.
3689
3690 2006-11-09  Bruno Haible  <bruno@clisp.org>
3691
3692         * lib/tempname.c (gen_tempname): Remove variant that invokes
3693         __gen_tempname.
3694         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3695         __gen_tempname.
3696
3697 2006-11-08  Bruno Haible  <bruno@clisp.org>
3698
3699         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3700         to 'yes' instead of 'cross-compiling'.
3701
3702 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3703
3704         * lib/quotearg.h (quotearg_free): New decl.
3705         * lib/quotearg.c (quotearg_free): New function.
3706         (slot0, nslots, slotvec0, slotvec):
3707         Now file-scope so that quotearg_free can get at them.
3708
3709 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3710
3711         Sync from Automake.
3712         * build-aux/gnupload: Add missing 'gnu' to example URL.
3713         Report by Karl Berry.
3714
3715 2006-11-08  Bruno Haible  <bruno@clisp.org>
3716
3717         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3718         Suggested by Paul Eggert.
3719
3720 2006-11-08  Jim Meyering  <jim@meyering.net>
3721
3722         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3723         It's already included if !_LIBC.
3724         (fts_safe_changedir): Add a comment.
3725
3726 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3729         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3730         Matthew Woehlke.
3731
3732         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3733         definitions up, to avoid colliding with change below.
3734         (static_inline) [HAVE_INLINE]: New macro.
3735         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3736         Provide extern decls when !HAVE_INLINE.  Do not define unless
3737         static_inline is defined, either by us or by xmalloc.c.  Use
3738         static_inline rather than static inline.
3739         (XCALLOC): Optimize sizeof(T) = 1 case.
3740         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3741
3742 2006-11-07  Bruno Haible  <bruno@clisp.org>
3743
3744         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3745         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3746         AC_C_INLINE.
3747         * modules/xalloc (Files): Add m4/inline.m4.
3748
3749 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3750
3751         * README: Fix typo.
3752         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3753         (Miscellanous Notes): ...from this.
3754
3755 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3756
3757         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3758         Mention that offsetof should be used instead of sizeof.
3759         From Bruno Haible.
3760
3761 2006-11-07  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3764
3765 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3766
3767         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3768         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3769         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3770         (gl_tree_add_before, gl_tree_add_after):
3771         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3772         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3773         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3774         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3775         (gl_linked_add_after, gl_linked_add_at): Likewise.
3776         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3777         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3778         (gl_tree_add_before, gl_tree_add_after): Likewise.
3779         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3780         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3781         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3782
3783 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3784
3785         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3786
3787 2006-11-06  Bruno Haible  <bruno@clisp.org>
3788
3789         * m4/inline.m4: New file.
3790         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3791         * modules/list (Files): Add m4/inline.m4.
3792         * modules/oset (Files): Likewise.
3793
3794 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3795
3796         * lib/idcache.c: Include <stddef.h>, for offsetof.
3797         (struct userid.name): Change from char * to a flexible array member.
3798         All uses changed.
3799         * modules/idcache (Depends-on): Add flexmember.
3800
3801         * MODULES.html.sh (Core language properties): New module flexmember.
3802         * modules/flexmember, m4/flexmember.m4: New files.
3803
3804         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3805         inline functions that are identical with the old xnmalloc_inline,
3806         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3807         that we can avoid some unnecessary integer multiplications and
3808         divisions in the common case where the element size is known at
3809         compile time.
3810         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3811         needed.
3812         (xnboundedmalloc): Remove.
3813         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3814         arguments, for consistency with rest of this header.
3815         (xcharalloc): Rewrite using XNMALLOC.
3816         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3817         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3818         versions have been moved to lib/xalloc.h and renamed to be the
3819         non-*_inline versions.
3820         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3821         and xnrealloc functions, since those functions are now inline and
3822         now call us.
3823         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3824         renaming described above.
3825         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3826         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3827         captures the dependency in AC_C_INLINE.
3828
3829         New module canonicalize-lgpl, proposed by Charles Wilson in
3830         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3831         with a few small changes afterwards.
3832         * MODULES.html.sh (File system functions): New module
3833         canonicalize-lgpl.
3834         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3835         and canonicalize_file_name.
3836         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3837         * modules/canonicalize-lgpl: New files.
3838
3839 2006-11-05  Bruno Haible  <bruno@clisp.org>
3840
3841         * gnulib-tool (func_import, func_create_testdir): Create directories
3842         also for files in subdirectories of lib/.
3843
3844 2006-11-05  Bruno Haible  <bruno@clisp.org>
3845
3846         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3847         ANSI C compliant.
3848
3849 2006-11-03  Bruno Haible  <bruno@clisp.org>
3850
3851         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3852         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3853         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3854         (xnboundedmalloc): New inline function.
3855         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3856         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3857         xmalloc.
3858         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3859         xmalloc.
3860         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3861         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3862         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3863         xmalloc.
3864         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3865         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3866         xmalloc.
3867         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3868         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3869         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3870         xmalloc.
3871         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3872         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3873         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3874         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3875         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3876         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3877         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3878
3879 2006-11-03  Bruno Haible  <bruno@clisp.org>
3880
3881         * lib/c-ctype.h [C++]: Define functions without name mangling.
3882         * lib/fwriteerror.h [C++]: Likewise.
3883         * lib/gcd.h [C++]: Likewise.
3884         * lib/linebreak.h [C++]: Likewise.
3885
3886 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3887
3888         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3889         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3890         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3891         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3892         Check for functions and headers just once.
3893         Check for declaration of canonicalize_file_name.
3894         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3895
3896 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3897
3898         * gnulib-tool (func_import): Fix typo in actioncmd.
3899
3900 2006-11-02  Bruno Haible  <bruno@clisp.org>
3901
3902         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3903         newline sequence in the Makefile.am snippet as a space, like "make"
3904         does.
3905         Reported by Roger Persson <perrog@gmail.com>.
3906
3907 2006-11-01  Bruno Haible  <bruno@clisp.org>
3908
3909         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3910         already declared in <string.h>.
3911         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3912
3913 2006-11-01  Bruno Haible  <bruno@clisp.org>
3914
3915         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3916         * lib/strcase.h: Include <string.h>.
3917         (strcasecmp): Define to rpl_strcasecmp here.
3918
3919 2006-11-01  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3922
3923 2006-11-01  Eric Blake  <ebb9@byu.net>
3924
3925         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3926
3927         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3928
3929 2006-10-29  Bruno Haible  <bruno@clisp.org>
3930
3931         Make it compile in C++ mode.
3932         * lib/full-write.c (full_rw): Add a cast.
3933
3934 2006-11-01  Bruno Haible  <bruno@clisp.org>
3935
3936         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3937         be POSIX compliant.
3938         Reported by Roger Persson <perrog@gmail.com>.
3939
3940 2006-11-01  Eric Blake  <ebb9@byu.net>
3941
3942         * lib/getopt_.h: Fix comments.
3943
3944 2006-10-31  Eric Blake  <ebb9@byu.net>
3945
3946         * modules/tmpdir (Depends-on): Add sys_stat.
3947         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3948         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3949         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3950         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3951         tempname.
3952
3953 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         Avoid some C++ diagnostics reported by Bruno Haible.
3956         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3957         xmalloc.
3958         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3959         (struct slotvec): Move to top level.
3960         (quotearg_n_options): Rewrite to avoid xmalloc.
3961         * lib/xalloc.h (xcharalloc): New function.
3962         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3963         [defined __cplusplus]: Add function template that provides result
3964         type propagation.  This part of the change is from Bruno Haible.
3965
3966 2006-10-29  Bruno Haible  <bruno@clisp.org>
3967
3968         Make it compile in C++ mode.
3969         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3970         * lib/strnlen1.c (strnlen1): Cast memchr result.
3971         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3972         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3973         (create_temp_dir): Rename local variable 'template'.
3974         (compile_csharp_using_sscli): Add cast.
3975         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3976         * lib/findprog.c (find_in_path): Likewise.
3977         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3978         * lib/wait-process.c (register_slave_subprocess): Likewise.
3979
3980 2006-10-22  Bruno Haible  <bruno@clisp.org>
3981
3982         * modules/tsearch: New file.
3983         * lib/tsearch.h: New file.
3984         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3985         * m4/tsearch.m4: New file.
3986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3987
3988 2006-10-29  Eric Blake  <ebb9@byu.net>
3989
3990         * lib/arcfour.c: Assume config.h.
3991         * lib/arctwo.c: Likewise.
3992         * lib/base64.c: Likewise.
3993         * lib/check-version.c: Likewise.
3994         * lib/crc.c: Likewise.
3995         * lib/des.c: Likewise.
3996         * lib/gc-gnulib.c: Likewise.
3997         * lib/gc-libgcrypt.c: Likewise.
3998         * lib/gc-pbkdf2-sha1.c: Likewise.
3999         * lib/getaddrinfo.c: Likewise.
4000         * lib/getdelim.c: Likewise.
4001         * lib/getline.c: Likewise.
4002         * lib/hmac-md5.c: Likewise.
4003         * lib/hmac-sha1.c: Likewise.
4004         * lib/iconvme.c: Likewise.
4005         * lib/md2.c: Likewise.
4006         * lib/md4.c: Likewise.
4007         * lib/memxor.c: Likewise.
4008         * lib/read-file.c: Likewise.
4009         * lib/readline.c: Likewise.
4010         * lib/rijndael-alg-fst.c: Likewise.
4011         * lib/rijndael-api-fst.c: Likewise.
4012         * lib/xgetdomainname.c: Likewise.
4013
4014 2006-10-28  Eric Blake  <ebb9@byu.net>
4015
4016         * lib/xstrndup.c: Assume config.h.
4017
4018 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
4019
4020         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
4021         stat-macros.h is now for our own macros, whereas stat_h is for
4022         macros in the <sys/stat.h> name space.
4023         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
4024         (STAT_MACROS_H): Remove.
4025         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
4026         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
4027         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
4028         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
4029         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
4030         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
4031         Move these macros to ...
4032         * lib/stat_.h: here.  Don't include stat-macros.h.
4033         * lib/canonicalize.c: Don't include stat-macros.h.
4034         * lib/chown.c: Likewise.
4035         * lib/euidaccess.c: Likewise.
4036         * lib/file-type.c: Likewise.
4037         * lib/filemode.c: Likewise.
4038         * lib/glob.c: Likewise.
4039         * lib/isapipe.c: Likewise.
4040         * lib/lchown.c: Likewise.
4041         * lib/lstat.c: Likewise.
4042         * lib/mkdir-p.c: Likewise.
4043         * lib/rmdir.c: Likewise.
4044         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
4045         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
4046         unless mkdir isn't declared, to speed up 'configure'.
4047         Always create sys/stat.h, since it's unlikely any real sys/stat.h
4048         would define all the S_* symbols.
4049         * modules/canonicalize (Depends-on):
4050         Depend on sys_stat, not stat-macros.
4051         * modules/chown: Likewise.
4052         * modules/euidaccess: Likewise.
4053         * modules/filemode: Likewise.
4054         * modules/file-type: Likewise.
4055         * modules/glob: Likewise.
4056         * modules/isapipe: Likewise.
4057         * modules/lchown: Likewise.
4058         * modules/lstat: Likewise.
4059         * modules/mkancesdirs: Likewise.
4060         * modules/rmdir: Likewise.
4061         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
4062         * modules/modechange: Likewise.
4063         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
4064         (configure.ac): Remove gl_STAT_MACROS.
4065         * modules/sys_stat (Depends-on): Remove stat-macros.
4066
4067 2006-10-27  Bruno Haible  <bruno@clisp.org>
4068
4069         * m4/signed.m4: Remove file.
4070         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
4071         invocation.
4072         * modules/vasnprintf (Files): Remove m4/signed.m4.
4073
4074 2006-10-27  Bruno Haible  <bruno@clisp.org>
4075
4076         Update to GNU gettext 0.16.
4077         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
4078         m4/inttypes-h.m4, m4/signed.m4.
4079         * m4/gettext.m4: Update to GNU gettext 0.16.
4080         * m4/intl.m4: New file, from GNU gettext.
4081         * m4/intldir.m4: New file, from GNU gettext.
4082         * config/srclist.txt: Update
4083
4084 2006-10-27  Eric Blake  <ebb9@byu.net>
4085
4086         * MODULES.html.sh: Document tempname.
4087         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
4088         dependencies.
4089         (Files): Move lib/tempname.c...
4090         * modules/tempname: ...to this new module.
4091         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
4092         (gl_PREREQ_TEMPNAME): Move...
4093         * m4/tempname.m4: ...to this new file.
4094         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4095         * modules/sys_stat (Depends-on): Add stat-macros.
4096         * lib/stat_.h (includes): Pick up stat macros.
4097         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4098         if stat macros are broken.
4099         * lib/tempname.c (includes): No need to include "stat-macros.h".
4100         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4101         (direxists, __path_search) [!_LIBC]: Don't compile these in
4102         gnulib; the tmpdir module covers that.
4103         * lib/tempname.h: New file.
4104
4105 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4106
4107         * COPYING: Explain how gnulib-tool converts licence headers.
4108         Almost all wording by Eric Blake.
4109
4110 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * lib/mbchar.h (is_basic_table): Make read-only.
4113         * lib/mbchar.c (is_basic_table): Likewise.
4114         Reported by John Darrington.
4115
4116 2006-10-25  Bruno Haible  <bruno@clisp.org>
4117
4118         * lib/progname.h (set_program_name): Undefine before defining.
4119
4120 2006-10-25  Bruno Haible  <bruno@clisp.org>
4121
4122         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4123         false for non-gcc C++ compilers.
4124         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4125
4126 2006-10-24  Bruno Haible  <bruno@clisp.org>
4127
4128         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4129         iconv implementations like Irix iconv.
4130
4131 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4132
4133         * modules/vararrays: New file.
4134         * m4/vararrays.m4: New file, taken from diffutils.
4135         * MODULES.html.sh: New module vararrays.
4136
4137 2006-10-24  Karl Berry  <karl@gnu.org>
4138
4139         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4140         Don't call GNU Unix.
4141
4142 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4143
4144         * users.txt: Add Libtool.
4145
4146         Sync from Libtool:
4147
4148         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4149
4150         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4151         to gnulib's policy of including config.h unconditionally.
4152
4153 2006-10-24  Bruno Haible  <bruno@clisp.org>
4154
4155         * modules/wcwidth (Files): Add m4/wint_t.m4.
4156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4157         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4158
4159 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4162         to pacify GCC with some -W flags enabled.  Problem reported by
4163         Bruno Haible.
4164
4165 2006-10-24  Jim Meyering  <jim@meyering.net>
4166
4167         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4168         Reported by Karl Berry.
4169
4170 2006-10-23  Bruno Haible  <bruno@clisp.org>
4171
4172         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4173
4174 2006-10-24  Bruno Haible  <bruno@clisp.org>
4175
4176         * lib/gl_list.h: Use C comment style, not C++ comment style.
4177
4178 2006-10-23  Eric Blake  <ebb9@byu.net>
4179
4180         * lib/getaddrinfo.c (includes): Add missing include.
4181
4182 2006-10-23  Bruno Haible  <bruno@clisp.org>
4183             Paul Eggert  <eggert@cs.ucla.edu>
4184
4185         Ability to rename obstack_free.
4186         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4187         obstack_free.
4188         (obstack_free): Invoke the __obstack_free macro.
4189         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4190
4191 2006-10-23  Bruno Haible  <bruno@clisp.org>
4192             Paul Eggert  <eggert@cs.ucla.edu>
4193
4194         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4195         __argc, __argv from the declaration. (They are defined as macros on
4196         mingw.)
4197
4198 2006-10-22  Bruno Haible  <bruno@clisp.org>
4199
4200         * doc/gnulib-intro.texi: New file.
4201         * doc/gnulib.texi: Include it.
4202
4203 2006-10-21  Bruno Haible  <bruno@clisp.org>
4204
4205         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4206         "Introduction", "Miscellanous Notes", "Particular Modules".
4207
4208 2006-10-21  Bruno Haible  <bruno@clisp.org>
4209
4210         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4211         Change mostlyclean-local rule to avoid sh syntax error from bash
4212         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4213
4214 2006-10-23  Jim Meyering  <jim@meyering.net>
4215
4216         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4217         in place of snprintf.
4218
4219         * modules/inttostr (Files): Add lib/uinttostr.c.
4220         * lib/uinttostr.c (inttostr): New file/function.
4221         * lib/inttostr.h (uinttostr): Declare.
4222         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4223         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4224         Add uinttostr.
4225         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4226
4227 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         * lib/canonicalize.c (ELOOP): Define if not already defined.
4230         Problem reported by Bruno Haible in
4231         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4232
4233 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4234
4235         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4236         Problem reported by Perry Smith and Ville Laurikari.
4237
4238         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4239         uses.
4240
4241 2006-10-19  Bruno Haible  <bruno@clisp.org>
4242
4243         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4244         for mingw.
4245
4246 2006-10-19  Bruno Haible  <bruno@clisp.org>
4247
4248         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4249         Needed for mingw.
4250
4251 2006-10-19  Bruno Haible  <bruno@clisp.org>
4252
4253         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4254
4255 2006-10-19  Bruno Haible  <bruno@clisp.org>
4256
4257         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4258         it.
4259
4260 2006-10-19  Bruno Haible  <bruno@clisp.org>
4261
4262         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4263         invocation.
4264
4265 2006-10-19  Bruno Haible  <bruno@clisp.org>
4266
4267         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4268         mountlist by default.
4269
4270 2006-10-16  Bruno Haible  <bruno@clisp.org>
4271
4272         * lib/c-strstr.c: Include c-strstr.h.
4273
4274 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4275
4276         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4277         in a slash.
4278
4279 2006-10-18  Bruno Haible  <bruno@clisp.org>
4280
4281         * lib/lock.h [C++]: Wrap definitions in extern "C".
4282
4283 2006-10-18  Bruno Haible  <bruno@clisp.org>
4284
4285         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4286         gl_LIBOBJS list.
4287
4288 2006-10-18  Bruno Haible  <bruno@clisp.org>
4289
4290         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4291
4292 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4293
4294         * lib/xstrtol.h: Include gettext.h.
4295         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4296         Problem reported by Eric Blake.
4297         * modules/xstrtol (Depends-on): Add gettext-h.
4298
4299 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4300
4301         * lib/strftime.c (advance): New macro.
4302         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4303         incomplete type, so you can't add 0 to it.  Problem and patch
4304         reported by Eelco Dolstra for dietlibc.
4305
4306 2006-10-18  Jim Meyering  <jim@meyering.net>
4307
4308         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4309         type for a local, and rename it: s/up/user_proc/.
4310
4311 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4312
4313         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4314         READ_UTMP_USER_PROCESS.
4315         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4316
4317 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4318
4319         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4320         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4321
4322 2006-10-17  Eric Blake  <ebb9@byu.net>
4323
4324         * lib/sigprocmask.c (sigprocmask): Fix typo.
4325
4326         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4327
4328         * modules/clean-temp (Makefile.am): Don't add to make output...
4329         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4330         config.h.
4331
4332 2006-10-17  Bruno Haible  <bruno@clisp.org>
4333
4334         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4335         differently if DEFAULT_TEXT_DOMAIN is set.
4336
4337 2006-10-16  Bruno Haible  <bruno@clisp.org>
4338
4339         * lib/clean-temp.c: Include fwriteerror.h.
4340
4341 2006-10-16  Bruno Haible  <bruno@clisp.org>
4342
4343         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4344
4345 2006-10-16  Bruno Haible  <bruno@clisp.org>
4346
4347         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4348         * lib/sigprocmask.h: Include <sys/types.h>.
4349         (sigset_t): Use the system's definition if present.
4350
4351 2006-10-17  Eric Blake  <ebb9@byu.net>
4352
4353         * lib/xvasprintf.c (includes): Assume config.h.
4354         * lib/xasprintf.c (includes): Likewise.
4355
4356 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4357
4358         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4359         at least as wide as intmax_t.
4360
4361 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4362
4363         (Imported from Automake.)
4364         * build-aux/gnupload: Update to version 1.1 of directive file.
4365
4366 2006-10-16  Eric Blake  <ebb9@byu.net>
4367
4368         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4369         match Automake 1.10a.
4370
4371 2006-10-14  Bruno Haible  <bruno@clisp.org>
4372
4373         * modules/sigprocmask: New file.
4374         * lib/sigprocmask.h: New file.
4375         * lib/sigprocmask.c: New file.
4376         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4377         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4378         request sigprocmask.o.
4379         (gl_PREREQ_SIGPROCMASK): New macro.
4380         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4381         (Depends-on): Add sigprocmask.
4382         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4383         gt_SIGNALBLOCKING. Test for 'raise' only once.
4384         * lib/fatal-signal.c: Include sigprocmask.h.
4385         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4386         unblock_fatal_signals): Define always.
4387         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4388         sigprocmask.
4389
4390 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4391
4392         Sync from Automake.
4393         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4394         which incorrectly sets the mode of an existing destination
4395         directory.  In some cases the unpatched install-sh could do the
4396         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4397         system.  We hope this is rare in practice, but it's clearly worth
4398         fixing.  Problem reported by Alex Unleashed in
4399         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4400         Also, don't bother to check for -m bugs unless we're using -m;
4401         suggested by Stepan Kasal.
4402
4403 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4404
4405         Sync from Automake.
4406         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4407         `-c' flag, so they appear at the same position as in %FASTDEP%
4408         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4409         which ignores unknown options only after the first non-option.
4410         Bug report against M4 by Nelson H. F. Beebe.
4411
4412 2006-10-13  Jim Meyering  <jim@meyering.net>
4413
4414         Fix a bug in yesterday's change.
4415         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4416         p->fts_statp->st_dev would be used uninitialized.
4417         Ensures that we always call fts_stat on the very first entry.
4418         Miklos Szeredi reported that find -xdev stopped working.
4419
4420 2006-10-12  Bruno Haible  <bruno@clisp.org>
4421
4422         * gnulib-tool (func_get_automake_snippet): Append an automatically
4423         computed EXTRA_DIST augmentation.
4424         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4425         * modules/alloca-opt (Makefile.am): Likewise.
4426         * modules/allocsa (Makefile.am): Likewise.
4427         * modules/arcfour (Makefile.am): Likewise.
4428         * modules/arctwo (Makefile.am): Likewise.
4429         * modules/argmatch (Makefile.am): Likewise.
4430         * modules/argz (Makefile.am): Likewise.
4431         * modules/atexit (Makefile.am): Likewise.
4432         * modules/backupfile (Makefile.am): Likewise.
4433         * modules/byteswap (Makefile.am): Likewise.
4434         * modules/c-strtod (Makefile.am): Likewise.
4435         * modules/c-strtold (Makefile.am): Likewise.
4436         * modules/calloc (Makefile.am): Likewise.
4437         * modules/canon-host (Makefile.am): Likewise.
4438         * modules/canonicalize (Makefile.am): Likewise.
4439         * modules/chdir-long (Makefile.am): Likewise.
4440         * modules/chdir-safer (Makefile.am): Likewise.
4441         * modules/check-version (Makefile.am): Likewise.
4442         * modules/chown (Makefile.am): Likewise.
4443         * modules/cloexec (Makefile.am): Likewise.
4444         * modules/close-stream (Makefile.am): Likewise.
4445         * modules/closeout (Makefile.am): Likewise.
4446         * modules/crc (Makefile.am): Likewise.
4447         * modules/csharpexec (Makefile.am): Likewise.
4448         * modules/cycle-check (Makefile.am): Likewise.
4449         * modules/des (Makefile.am): Likewise.
4450         * modules/dev-ino (Makefile.am): Likewise.
4451         * modules/dirfd (Makefile.am): Likewise.
4452         * modules/dirname (Makefile.am): Likewise.
4453         * modules/dup2 (Makefile.am): Likewise.
4454         * modules/eealloc (Makefile.am): Likewise.
4455         * modules/error (Makefile.am): Likewise.
4456         * modules/euidaccess (Makefile.am): Likewise.
4457         * modules/exclude (Makefile.am): Likewise.
4458         * modules/exitfail (Makefile.am): Likewise.
4459         * modules/fcntl-safer (Makefile.am): Likewise.
4460         * modules/fcntl (Makefile.am): Likewise.
4461         * modules/file-type (Makefile.am): Likewise.
4462         * modules/fileblocks (Makefile.am): Likewise.
4463         * modules/filemode (Makefile.am): Likewise.
4464         * modules/filenamecat (Makefile.am): Likewise.
4465         * modules/fnmatch (Makefile.am): Likewise.
4466         * modules/fopen-safer (Makefile.am): Likewise.
4467         * modules/fpending (Makefile.am): Likewise.
4468         * modules/fprintftime (Makefile.am): Likewise.
4469         * modules/free (Makefile.am): Likewise.
4470         * modules/fsusage (Makefile.am): Likewise.
4471         * modules/ftruncate (Makefile.am): Likewise.
4472         * modules/fts (Makefile.am): Likewise.
4473         * modules/gc-arcfour (Makefile.am): Likewise.
4474         * modules/gc-des (Makefile.am): Likewise.
4475         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4476         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4477         * modules/gc-md4 (Makefile.am): Likewise.
4478         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4479         * modules/gc-sha1 (Makefile.am): Likewise.
4480         * modules/gc (Makefile.am): Likewise.
4481         * modules/getaddrinfo (Makefile.am): Likewise.
4482         * modules/getcwd (Makefile.am): Likewise.
4483         * modules/getdelim (Makefile.am): Likewise.
4484         * modules/getdomainname (Makefile.am): Likewise.
4485         * modules/getgroups (Makefile.am): Likewise.
4486         * modules/gethostname (Makefile.am): Likewise.
4487         * modules/gethrxtime (Makefile.am): Likewise.
4488         * modules/getline (Makefile.am): Likewise.
4489         * modules/getloadavg (Makefile.am): Likewise.
4490         * modules/getlogin_r (Makefile.am): Likewise.
4491         * modules/getndelim2 (Makefile.am): Likewise.
4492         * modules/getopt (Makefile.am): Likewise.
4493         * modules/getpagesize (Makefile.am): Likewise.
4494         * modules/getpass-gnu (Makefile.am): Likewise.
4495         * modules/getpass (Makefile.am): Likewise.
4496         * modules/getsubopt (Makefile.am): Likewise.
4497         * modules/gettime (Makefile.am): Likewise.
4498         * modules/gettimeofday (Makefile.am): Likewise.
4499         * modules/getugroups (Makefile.am): Likewise.
4500         * modules/getusershell (Makefile.am): Likewise.
4501         * modules/glob (Makefile.am): Likewise.
4502         * modules/group-member (Makefile.am): Likewise.
4503         * modules/hard-locale (Makefile.am): Likewise.
4504         * modules/hash (Makefile.am): Likewise.
4505         * modules/hmac-md5 (Makefile.am): Likewise.
4506         * modules/hmac-sha1 (Makefile.am): Likewise.
4507         * modules/human (Makefile.am): Likewise.
4508         * modules/idcache (Makefile.am): Likewise.
4509         * modules/imaxabs (Makefile.am): Likewise.
4510         * modules/imaxdiv (Makefile.am): Likewise.
4511         * modules/inet_ntop (Makefile.am): Likewise.
4512         * modules/inet_pton (Makefile.am): Likewise.
4513         * modules/intprops (Makefile.am): Likewise.
4514         * modules/inttostr (Makefile.am): Likewise.
4515         * modules/inttypes (Makefile.am): Likewise.
4516         * modules/isapipe (Makefile.am): Likewise.
4517         * modules/javaversion (Makefile.am): Likewise.
4518         * modules/lchmod (Makefile.am): Likewise.
4519         * modules/lchown (Makefile.am): Likewise.
4520         * modules/localcharset (Makefile.am): Likewise.
4521         * modules/long-options (Makefile.am): Likewise.
4522         * modules/lstat (Makefile.am): Likewise.
4523         * modules/malloc (Makefile.am): Likewise.
4524         * modules/mathl (Makefile.am): Likewise.
4525         * modules/mbchar (Makefile.am): Likewise.
4526         * modules/md2 (Makefile.am): Likewise.
4527         * modules/md4 (Makefile.am): Likewise.
4528         * modules/md5 (Makefile.am): Likewise.
4529         * modules/memcasecmp (Makefile.am): Likewise.
4530         * modules/memchr (Makefile.am): Likewise.
4531         * modules/memcmp (Makefile.am): Likewise.
4532         * modules/memcoll (Makefile.am): Likewise.
4533         * modules/memcpy (Makefile.am): Likewise.
4534         * modules/memmem (Makefile.am): Likewise.
4535         * modules/memmove (Makefile.am): Likewise.
4536         * modules/mempcpy (Makefile.am): Likewise.
4537         * modules/memrchr (Makefile.am): Likewise.
4538         * modules/memset (Makefile.am): Likewise.
4539         * modules/memxor (Makefile.am): Likewise.
4540         * modules/mkancesdirs (Makefile.am): Likewise.
4541         * modules/mkdir-p (Makefile.am): Likewise.
4542         * modules/mkdir (Makefile.am): Likewise.
4543         * modules/mkdtemp (Makefile.am): Likewise.
4544         * modules/mkstemp (Makefile.am): Likewise.
4545         * modules/mktime (Makefile.am): Likewise.
4546         * modules/modechange (Makefile.am): Likewise.
4547         * modules/mountlist (Makefile.am): Likewise.
4548         * modules/nanosleep (Makefile.am): Likewise.
4549         * modules/obstack (Makefile.am): Likewise.
4550         * modules/openat (Makefile.am): Likewise.
4551         * modules/pagealign_alloc (Makefile.am): Likewise.
4552         * modules/pathmax (Makefile.am): Likewise.
4553         * modules/physmem (Makefile.am): Likewise.
4554         * modules/poll (Makefile.am): Likewise.
4555         * modules/posixtm (Makefile.am): Likewise.
4556         * modules/posixver (Makefile.am): Likewise.
4557         * modules/putenv (Makefile.am): Likewise.
4558         * modules/quote (Makefile.am): Likewise.
4559         * modules/quotearg (Makefile.am): Likewise.
4560         * modules/raise (Makefile.am): Likewise.
4561         * modules/read-file (Makefile.am): Likewise.
4562         * modules/readline (Makefile.am): Likewise.
4563         * modules/readlink (Makefile.am): Likewise.
4564         * modules/readtokens (Makefile.am): Likewise.
4565         * modules/readutmp (Makefile.am): Likewise.
4566         * modules/realloc (Makefile.am): Likewise.
4567         * modules/regex (Makefile.am): Likewise.
4568         * modules/rename-dest-slash (Makefile.am): Likewise.
4569         * modules/rename (Makefile.am): Likewise.
4570         * modules/rijndael (Makefile.am): Likewise.
4571         * modules/rmdir (Makefile.am): Likewise.
4572         * modules/rpmatch (Makefile.am): Likewise.
4573         * modules/safe-read (Makefile.am): Likewise.
4574         * modules/safe-write (Makefile.am): Likewise.
4575         * modules/same-inode (Makefile.am): Likewise.
4576         * modules/same (Makefile.am): Likewise.
4577         * modules/save-cwd (Makefile.am): Likewise.
4578         * modules/savedir (Makefile.am): Likewise.
4579         * modules/setenv (Makefile.am): Likewise.
4580         * modules/settime (Makefile.am): Likewise.
4581         * modules/sha1 (Makefile.am): Likewise.
4582         * modules/sig2str (Makefile.am): Likewise.
4583         * modules/snprintf (Makefile.am): Likewise.
4584         * modules/stat-macros (Makefile.am): Likewise.
4585         * modules/stat-time (Makefile.am): Likewise.
4586         * modules/stdbool (Makefile.am): Likewise.
4587         * modules/stdint (Makefile.am): Likewise.
4588         * modules/stdlib-safer (Makefile.am): Likewise.
4589         * modules/stpcpy (Makefile.am): Likewise.
4590         * modules/stpncpy (Makefile.am): Likewise.
4591         * modules/strcase (Makefile.am): Likewise.
4592         * modules/strcasestr (Makefile.am): Likewise.
4593         * modules/strchrnul (Makefile.am): Likewise.
4594         * modules/strcspn (Makefile.am): Likewise.
4595         * modules/strdup (Makefile.am): Likewise.
4596         * modules/strerror (Makefile.am): Likewise.
4597         * modules/strftime (Makefile.am): Likewise.
4598         * modules/strndup (Makefile.am): Likewise.
4599         * modules/strnlen (Makefile.am): Likewise.
4600         * modules/strpbrk (Makefile.am): Likewise.
4601         * modules/strsep (Makefile.am): Likewise.
4602         * modules/strstr (Makefile.am): Likewise.
4603         * modules/strtod (Makefile.am): Likewise.
4604         * modules/strtoimax (Makefile.am): Likewise.
4605         * modules/strtok_r (Makefile.am): Likewise.
4606         * modules/strtol (Makefile.am): Likewise.
4607         * modules/strtoll (Makefile.am): Likewise.
4608         * modules/strtoul (Makefile.am): Likewise.
4609         * modules/strtoull (Makefile.am): Likewise.
4610         * modules/strtoumax (Makefile.am): Likewise.
4611         * modules/strverscmp (Makefile.am): Likewise.
4612         * modules/sys_socket (Makefile.am): Likewise.
4613         * modules/sys_stat (Makefile.am): Likewise.
4614         * modules/sysexits (Makefile.am): Likewise.
4615         * modules/time_r (Makefile.am): Likewise.
4616         * modules/timegm (Makefile.am): Likewise.
4617         * modules/timespec (Makefile.am): Likewise.
4618         * modules/tmpfile-safer (Makefile.am): Likewise.
4619         * modules/trim (Makefile.am): Likewise.
4620         * modules/unistd-safer (Makefile.am): Likewise.
4621         * modules/unlinkdir (Makefile.am): Likewise.
4622         * modules/unlocked-io (Makefile.am): Likewise.
4623         * modules/userspec (Makefile.am): Likewise.
4624         * modules/utime (Makefile.am): Likewise.
4625         * modules/utimecmp (Makefile.am): Likewise.
4626         * modules/utimens (Makefile.am): Likewise.
4627         * modules/vasnprintf (Makefile.am): Likewise.
4628         * modules/vasprintf (Makefile.am): Likewise.
4629         * modules/vsnprintf (Makefile.am): Likewise.
4630         * modules/xalloc (Makefile.am): Likewise.
4631         * modules/xgetcwd (Makefile.am): Likewise.
4632         * modules/xnanosleep (Makefile.am): Likewise.
4633         * modules/xreadlink (Makefile.am): Likewise.
4634         * modules/xstrtod (Makefile.am): Likewise.
4635         * modules/xstrtol (Makefile.am): Likewise.
4636         * modules/xstrtold (Makefile.am): Likewise.
4637         * modules/yesno (Makefile.am): Likewise.
4638         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4639
4640 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4641
4642         * modules/error (Makefile.am): Distribute files through
4643         EXTRA_DIST, not lib_SOURCES.
4644
4645 2006-10-12  Eric Blake  <ebb9@byu.net>
4646
4647         * modules/error (Makefile.am): Distribute files in /lib.
4648         * modules/obstack (Makefile.am): Likewise.
4649
4650 2006-10-12  Bruno Haible  <bruno@clisp.org>
4651
4652         * modules/acl (Makefile.am): Distribute all files in lib/ through
4653         EXTRA_DIST.
4654         * modules/arcfour (Makefile.am): Likewise.
4655         * modules/arctwo (Makefile.am): Likewise.
4656         * modules/argmatch (Makefile.am): Likewise.
4657         * modules/argz (Makefile.am): Likewise.
4658         * modules/atexit (Makefile.am): Likewise.
4659         * modules/backupfile (Makefile.am): Likewise.
4660         * modules/c-strtod (Makefile.am): Likewise.
4661         * modules/c-strtold (Makefile.am): Likewise.
4662         * modules/calloc (Makefile.am): Likewise.
4663         * modules/canon-host (Makefile.am): Likewise.
4664         * modules/canonicalize (Makefile.am): Likewise.
4665         * modules/chdir-long (Makefile.am): Likewise.
4666         * modules/chdir-safer (Makefile.am): Likewise.
4667         * modules/check-version (Makefile.am): Likewise.
4668         * modules/chown (Makefile.am): Likewise.
4669         * modules/cloexec (Makefile.am): Likewise.
4670         * modules/close-stream (Makefile.am): Likewise.
4671         * modules/closeout (Makefile.am): Likewise.
4672         * modules/crc (Makefile.am): Likewise.
4673         * modules/cycle-check (Makefile.am): Likewise.
4674         * modules/des (Makefile.am): Likewise.
4675         * modules/dirfd (Makefile.am): Likewise.
4676         * modules/dirname (Makefile.am): Likewise.
4677         * modules/dup2 (Makefile.am): Likewise.
4678         * modules/euidaccess (Makefile.am): Likewise.
4679         * modules/exclude (Makefile.am): Likewise.
4680         * modules/exitfail (Makefile.am): Likewise.
4681         * modules/fcntl-safer (Makefile.am): Likewise.
4682         * modules/file-type (Makefile.am): Likewise.
4683         * modules/fileblocks (Makefile.am): Likewise.
4684         * modules/filemode (Makefile.am): Likewise.
4685         * modules/filenamecat (Makefile.am): Likewise.
4686         * modules/fnmatch (Makefile.am): Likewise.
4687         * modules/fopen-safer (Makefile.am): Likewise.
4688         * modules/fpending (Makefile.am): Likewise.
4689         * modules/fprintftime (Makefile.am): Likewise.
4690         * modules/free (Makefile.am): Likewise.
4691         * modules/fsusage (Makefile.am): Likewise.
4692         * modules/ftruncate (Makefile.am): Likewise.
4693         * modules/fts (Makefile.am): Likewise.
4694         * modules/gc (Makefile.am): Likewise.
4695         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4696         * modules/getaddrinfo (Makefile.am): Likewise.
4697         * modules/getcwd (Makefile.am): Likewise.
4698         * modules/getdelim (Makefile.am): Likewise.
4699         * modules/getdomainname (Makefile.am): Likewise.
4700         * modules/getgroups (Makefile.am): Likewise.
4701         * modules/gethostname (Makefile.am): Likewise.
4702         * modules/gethrxtime (Makefile.am): Likewise.
4703         * modules/getline (Makefile.am): Likewise.
4704         * modules/getloadavg (Makefile.am): Likewise.
4705         * modules/getlogin_r (Makefile.am): Likewise.
4706         * modules/getopt (Makefile.am): Likewise.
4707         * modules/getpass (Makefile.am): Likewise.
4708         * modules/getpass-gnu (Makefile.am): Likewise.
4709         * modules/getsubopt (Makefile.am): Likewise.
4710         * modules/gettime (Makefile.am): Likewise.
4711         * modules/gettimeofday (Makefile.am): Likewise.
4712         * modules/getugroups (Makefile.am): Likewise.
4713         * modules/getusershell (Makefile.am): Likewise.
4714         * modules/glob (Makefile.am): Likewise.
4715         * modules/group-member (Makefile.am): Likewise.
4716         * modules/hard-locale (Makefile.am): Likewise.
4717         * modules/hash (Makefile.am): Likewise.
4718         * modules/hmac-md5 (Makefile.am): Likewise.
4719         * modules/hmac-sha1 (Makefile.am): Likewise.
4720         * modules/human (Makefile.am): Likewise.
4721         * modules/idcache (Makefile.am): Likewise.
4722         * modules/imaxabs (Makefile.am): Likewise.
4723         * modules/imaxdiv (Makefile.am): Likewise.
4724         * modules/inet_ntop (Makefile.am): Likewise.
4725         * modules/inet_pton (Makefile.am): Likewise.
4726         * modules/inttostr (Makefile.am): Likewise.
4727         * modules/isapipe (Makefile.am): Likewise.
4728         * modules/lchown (Makefile.am): Likewise.
4729         * modules/long-options (Makefile.am): Likewise.
4730         * modules/lstat (Makefile.am): Likewise.
4731         * modules/malloc (Makefile.am): Likewise.
4732         * modules/mathl (Makefile.am): Likewise.
4733         * modules/mbchar (Makefile.am): Likewise.
4734         * modules/md2 (Makefile.am): Likewise.
4735         * modules/md4 (Makefile.am): Likewise.
4736         * modules/md5 (Makefile.am): Likewise.
4737         * modules/memcasecmp (Makefile.am): Likewise.
4738         * modules/memchr (Makefile.am): Likewise.
4739         * modules/memcmp (Makefile.am): Likewise.
4740         * modules/memcoll (Makefile.am): Likewise.
4741         * modules/memcpy (Makefile.am): Likewise.
4742         * modules/memmem (Makefile.am): Likewise.
4743         * modules/memmove (Makefile.am): Likewise.
4744         * modules/mempcpy (Makefile.am): Likewise.
4745         * modules/memrchr (Makefile.am): Likewise.
4746         * modules/memset (Makefile.am): Likewise.
4747         * modules/memxor (Makefile.am): Likewise.
4748         * modules/mkancesdirs (Makefile.am): Likewise.
4749         * modules/mkdir (Makefile.am): Likewise.
4750         * modules/mkdir-p (Makefile.am): Likewise.
4751         * modules/mkdtemp (Makefile.am): Likewise.
4752         * modules/mkstemp (Makefile.am): Likewise.
4753         * modules/mktime (Makefile.am): Likewise.
4754         * modules/modechange (Makefile.am): Likewise.
4755         * modules/mountlist (Makefile.am): Likewise.
4756         * modules/nanosleep (Makefile.am): Likewise.
4757         * modules/openat (Makefile.am): Likewise.
4758         * modules/pagealign_alloc (Makefile.am): Likewise.
4759         * modules/physmem (Makefile.am): Likewise.
4760         * modules/poll (Makefile.am): Likewise.
4761         * modules/posixtm (Makefile.am): Likewise.
4762         * modules/posixver (Makefile.am): Likewise.
4763         * modules/putenv (Makefile.am): Likewise.
4764         * modules/quote (Makefile.am): Likewise.
4765         * modules/quotearg (Makefile.am): Likewise.
4766         * modules/raise (Makefile.am): Likewise.
4767         * modules/read-file (Makefile.am): Likewise.
4768         * modules/readline (Makefile.am): Likewise.
4769         * modules/readlink (Makefile.am): Likewise.
4770         * modules/readtokens (Makefile.am): Likewise.
4771         * modules/readutmp (Makefile.am): Likewise.
4772         * modules/realloc (Makefile.am): Likewise.
4773         * modules/regex (Makefile.am): Likewise.
4774         * modules/rename (Makefile.am): Likewise.
4775         * modules/rename-dest-slash (Makefile.am): Likewise.
4776         * modules/rijndael (Makefile.am): Likewise.
4777         * modules/rmdir (Makefile.am): Likewise.
4778         * modules/rpmatch (Makefile.am): Likewise.
4779         * modules/safe-read (Makefile.am): Likewise.
4780         * modules/safe-write (Makefile.am): Likewise.
4781         * modules/same (Makefile.am): Likewise.
4782         * modules/save-cwd (Makefile.am): Likewise.
4783         * modules/savedir (Makefile.am): Likewise.
4784         * modules/setenv (Makefile.am): Likewise.
4785         * modules/settime (Makefile.am): Likewise.
4786         * modules/sha1 (Makefile.am): Likewise.
4787         * modules/sig2str (Makefile.am): Likewise.
4788         * modules/snprintf (Makefile.am): Likewise.
4789         * modules/stdlib-safer (Makefile.am): Likewise.
4790         * modules/stpcpy (Makefile.am): Likewise.
4791         * modules/stpncpy (Makefile.am): Likewise.
4792         * modules/strcase (Makefile.am): Likewise.
4793         * modules/strcasestr (Makefile.am): Likewise.
4794         * modules/strchrnul (Makefile.am): Likewise.
4795         * modules/strcspn (Makefile.am): Likewise.
4796         * modules/strdup (Makefile.am): Likewise.
4797         * modules/strerror (Makefile.am): Likewise.
4798         * modules/strftime (Makefile.am): Likewise.
4799         * modules/strndup (Makefile.am): Likewise.
4800         * modules/strnlen (Makefile.am): Likewise.
4801         * modules/strpbrk (Makefile.am): Likewise.
4802         * modules/strsep (Makefile.am): Likewise.
4803         * modules/strstr (Makefile.am): Likewise.
4804         * modules/strtod (Makefile.am): Likewise.
4805         * modules/strtoimax (Makefile.am): Likewise.
4806         * modules/strtok_r (Makefile.am): Likewise.
4807         * modules/strtol (Makefile.am): Likewise.
4808         * modules/strtoll (Makefile.am): Likewise.
4809         * modules/strtoul (Makefile.am): Likewise.
4810         * modules/strtoull (Makefile.am): Likewise.
4811         * modules/strtoumax (Makefile.am): Likewise.
4812         * modules/strverscmp (Makefile.am): Likewise.
4813         * modules/time_r (Makefile.am): Likewise.
4814         * modules/timegm (Makefile.am): Likewise.
4815         * modules/tmpfile-safer (Makefile.am): Likewise.
4816         * modules/unistd-safer (Makefile.am): Likewise.
4817         * modules/unlinkdir (Makefile.am): Likewise.
4818         * modules/userspec (Makefile.am): Likewise.
4819         * modules/utime (Makefile.am): Likewise.
4820         * modules/utimecmp (Makefile.am): Likewise.
4821         * modules/utimens (Makefile.am): Likewise.
4822         * modules/vasnprintf (Makefile.am): Likewise.
4823         * modules/vasprintf (Makefile.am): Likewise.
4824         * modules/vsnprintf (Makefile.am): Likewise.
4825         * modules/xalloc (Makefile.am): Likewise.
4826         * modules/xgetcwd (Makefile.am): Likewise.
4827         * modules/xnanosleep (Makefile.am): Likewise.
4828         * modules/xreadlink (Makefile.am): Likewise.
4829         * modules/xstrtod (Makefile.am): Likewise.
4830         * modules/xstrtol (Makefile.am): Likewise.
4831         * modules/xstrtold (Makefile.am): Likewise.
4832         * modules/yesno (Makefile.am): Likewise.
4833
4834 2006-10-12  Jim Meyering  <jim@meyering.net>
4835
4836         * m4/getloadavg.m4: Revert the change below.
4837
4838         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4839         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4840         fail with a symlink, which is what coreutils' ./bootstrap now
4841         creates by default.
4842
4843 2006-10-12  Bruno Haible  <bruno@clisp.org>
4844
4845         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4846         mingw.
4847         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4848         MSVC and mingw explicitly.
4849
4850 2006-10-11  Simon Josefsson  <jas@extundo.com>
4851             Bruno Haible  <bruno@clisp.org>
4852
4853         Add support for multiple gnulib-tool invocations in the scope of a
4854         single configure.ac file.
4855         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4856         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4857         with the same contents as the _LIBADD variable.
4858         (func_emit_initmacro_start, func_emit_initmacro_end,
4859         func_emit_initmacro_done): New functions.
4860         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4861         gl_LIBOBJS and gl_LTLIBOBJS.
4862
4863 2006-10-11  Bruno Haible  <bruno@clisp.org>
4864
4865         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4866         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4867         autoreconf. Instead, invoke autopoint explicitly but move back the
4868         *.m4 files from gnulib.
4869
4870 2006-10-11  Bruno Haible  <bruno@clisp.org>
4871
4872         * gnulib-tool (func_usage): Make module names after --create-testdir
4873         optional.
4874         (func_create_testdir): If no module was specified, use nearly all
4875         modules.
4876
4877 2006-10-12  Jim Meyering  <jim@meyering.net>
4878
4879         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4880         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4881         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4882         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4883         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4884         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4885         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4886         (fts_set_stat_required): New function.
4887         (fts_open): Defer the calls to fts_stat, if possible or requested.
4888         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4889         into fts_stat itself.
4890         (fts_read): Perform any required (deferred) fts_stat call.
4891         (fts_build): Likewise, for the directory we're about to open and read.
4892         In the readdir loop, carefully decide whether each entry will require
4893         an eventual call to fts_stat, using dirent.d_type info if available.
4894         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4895         a command line argument into this function.  Update all callers.
4896         Map a return value of FTS_DOT to FTS_D for a command line argument.
4897         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4898         Thanks to Miklos Szeredi for his tenacity and for the initial
4899         bug report about "find" failing on a FUSE-based file system.
4900
4901         * lib/fts.c (fts_open): Use consistent indentation.
4902
4903 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4906         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4907         reported by Jim Meyering.  All uses of cache variables renamed
4908         to match Autoconf's.
4909         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4910         the other one.
4911
4912         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4913         Fix misspelling in diagnostic.
4914
4915 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4916
4917         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4918         defined.  Problem reported by Matthew Woehlke.
4919
4920         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4921         Add support for Tandem NonStop R series.
4922         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4923         Use new macro.
4924
4925         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4926         (has_trailing_slash): Omit size arg; all callers changed.
4927         Omit 'inline', since it doesn't help performance and we'd
4928         need to configure it.
4929         Don't count //, ///, etc. as having a trailing slash.
4930         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4931         (rpl_rename_dest_slash): On failure, use rename's errno rather
4932         than (in some cases) an incorrect or junk errno.
4933         Simplify code by removing need to compute length; this does
4934         cause it to make two passes instead of one over the file name,
4935         but it's worth it.
4936
4937         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4938         change, since Autoconf's version may no longer be appropriate now
4939         that we are using CVS Autoconf's version.  Add support for Tandem.
4940
4941 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4942             Bruno Haible  <bruno@clisp.org>
4943
4944         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4945         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4946         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4947         gl_AC_TYPE_LONG_LONG.
4948
4949         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4950         instead of HAVE_LONG_LONG.
4951         * lib/printf-args.c (printf_fetchargs): Likewise.
4952         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4953         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4954         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4955         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4956         gl_AC_TYPE_LONG_LONG.
4957
4958 2006-10-11  Bruno Haible  <bruno@clisp.org>
4959
4960         * m4/longlong.m4: Add comments.
4961         * m4/ulonglong.m4: Likewise.
4962
4963 2006-10-10  Bruno Haible  <bruno@clisp.org>
4964
4965         Make it possible to #define stpcpy, strdup to aliases.
4966         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4967         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4968
4969 2006-10-10  Bruno Haible  <bruno@clisp.org>
4970
4971         Make it possible to #define gcd to an alias.
4972         * lib/gcd.c: Include config.h.
4973
4974 2006-10-10  Bruno Haible  <bruno@clisp.org>
4975
4976         Make it possible to #define c_isascii to an alias.
4977         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4978         defined. Undefine the macros before defining them, to avoid gcc
4979         warnings.
4980         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4981         define NO_C_CTYPE_MACROS early.
4982
4983 2006-10-10  Bruno Haible  <bruno@clisp.org>
4984
4985         Make it possible to #define set_program_name to an alias.
4986         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4987         ENABLE_RELOCATABLE early.
4988
4989 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4990
4991         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4992         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4993         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4994         More generally, don't assume that 64-bit signed int is available
4995         if unsigned int is, and vice versa.
4996         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4997         unsigned symbols, not on their signed counterparts.
4998         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4999         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
5000         (UINT64_C, UINTMAX_C):
5001         Likewise.
5002         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
5003         unsigned counterparts.
5004         (Have_long_long, Unsigned): New macros.
5005         (Int): Renamed from INT.
5006         (strtoimax): Use the new macros.
5007         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
5008         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
5009         * modules/inttypes (inttypes.h): Substitute
5010         HAVE_UNSIGNED_LONG_LONG_INT.
5011         * modules/stdint (stdint.h): Likewise.
5012         (Files): Add m4/ulonglong.m4.
5013
5014 2006-10-10  Bruno Haible  <bruno@clisp.org>
5015
5016         Fix a gcc -Wshadow warning.
5017         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
5018         to 'bucket'.
5019         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
5020         gl_linked_indexof_from_to): Likewise.
5021         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
5022         Likewise.
5023         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
5024         Likewise.
5025         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
5026         Reported by Eric Blake.
5027
5028 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5029
5030         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
5031         for NetBSD.  Problem reported by Bruno Haible.
5032
5033 2006-10-09  Jim Meyering  <jim@meyering.net>
5034
5035         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
5036         Patch from Bruno Haible.
5037
5038 2006-10-09  Jim Meyering  <jim@meyering.net>
5039
5040         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
5041         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
5042         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
5043
5044 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5045
5046         Don't include <config.h> twice; this doesn't work in some cases,
5047         e.g., when config.h has "#define intmax_t long long int" and
5048         we include <config.h>, <inttypes.h>, <config.h> in that order.
5049         Problem reported by Matthew Woehlke in:
5050         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
5051         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
5052         * lib/fts-cycle.c: Don't include config.h.
5053         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
5054         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
5055         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
5056         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
5057         inttypes.h.
5058         * lib/xstrtoumax.c: Likewise.
5059         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
5060         __strtol and the like, so that this module is more like its siblings.
5061         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
5062         Remove; no longer needed now that we assume gnulib inttypes.h.
5063
5064 2006-10-08  Bruno Haible  <bruno@clisp.org>
5065
5066         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
5067         option.
5068
5069 2006-10-07  Jim Meyering  <jim@meyering.net>
5070
5071         * modules/inttypes (inttypes.h): Revert what seems to have been
5072         an inadvertent part of today's change: use "|", not "/" in the
5073         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
5074
5075 2006-10-07  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/sublist: New file.
5078
5079 2006-10-07  Bruno Haible  <bruno@clisp.org>
5080
5081         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
5082         * modules/argz (argz.h): Likewise.
5083         * modules/arpa_inet (arpa/inet.h): Likewise.
5084         * modules/byteswap (byteswap.h): Likewise.
5085         * modules/configmake (configmake.h): Likewise.
5086         * modules/fcntl (fcntl.h): Likewise.
5087         * modules/fnmatch (fnmatch.h): Likewise.
5088         * modules/getopt (getopt.h): Likewise.
5089         * modules/glob (glob.h): Likewise.
5090         * modules/inttypes (inttypes.h): Likewise.
5091         * modules/netinet_in (netinet/in.h): Likewise.
5092         * modules/poll (poll.h): Likewise.
5093         * modules/stdbool (stdbool.h): Likewise.
5094         * modules/stdint (stdint.h): Likewise.
5095         * modules/sys_select (sys/select.h): Likewise.
5096         * modules/sys_socket (sys/socket.h): Likewise.
5097         * modules/sys_stat (sys/stat.h): Likewise.
5098         * modules/sysexits (sysexits.h): Likewise.
5099         * modules/unistd (unistd.h): Likewise.
5100         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5101         Add a "DO NOT EDIT" comment to the generated file.
5102         (func_import): Likewise for gnulib-comp.m4.
5103
5104 2006-10-07  Bruno Haible  <bruno@clisp.org>
5105
5106         * lib/gl_sublist.h: New file.
5107         * lib/gl_sublist.c: New file.
5108
5109 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5110
5111         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5112         name (relative to the original working directory) and the file
5113         name component (relative to the temporary working directory).  All
5114         callers changed.
5115         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5116         * lib/mkdir-p.c (make_dir_parents): Likewise.
5117         * lib/mkdir-p.h (make_dir_parents): Likewise.
5118
5119 2006-10-06  Eric Blake  <ebb9@byu.net>
5120
5121         Define several macros for use by the clean-temp module.
5122         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5123         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5124         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5125
5126         * lib/clean-temp.h (close_stream_temp): New declaration.
5127         * lib/clean-temp.c (includes): Pull in headers according to what
5128         other modules are in use.
5129         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5130
5131 2006-10-06  Bruno Haible  <bruno@clisp.org>
5132
5133         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5134         instead of fopen, fwriteerror.
5135
5136 2006-10-06  Bruno Haible  <bruno@clisp.org>
5137
5138         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5139         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5140         int.
5141         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5142         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5143         Return an error indicator.
5144         Suggested by Eric Blake.
5145
5146 2006-10-06  Bruno Haible  <bruno@clisp.org>
5147
5148         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5149         Reported by Eric Blake.
5150
5151 2006-10-06  Bruno Haible  <bruno@clisp.org>
5152
5153         * modules/closeout (Description): Mention stderr too.
5154
5155 2006-10-06  Bruno Haible  <bruno@clisp.org>
5156         and Paul Eggert  <eggert@cs.ucla.edu>
5157
5158         * lib/closeout.c (close_stdout): Also close stderr.
5159         * lib/closeout.h: Update comment.
5160
5161 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5162
5163         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5164         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5165         * lib/dirchownmod.c: Include lchown.h.
5166         * lib/lchown.c: Don't include files that lchown.h now includes.
5167         Don't declare chown, since lchown.h now does that.
5168         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5169         (lchown): Define to rpl_chown if lchown is declared but
5170         does not exist.  Declare using a prototype if lchown is not
5171         declared.  Add a copyright notice.
5172         * lib/mkstemp.h: Include <unistd.h>.
5173         * lib/openat.c: Include lchown.h.
5174
5175         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5176         we now test for that separately.
5177         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5178         rather than O_NOFOLLOW, when testing whether it's possible to
5179         avoid a race condition reliably.
5180         * lib/savewd.c (savewd_chdir): Likewise.
5181
5182         Remove macros that are no longer needed now that stdint.h is
5183         reliable.
5184         * lib/fsusage.c (UINTMAX_MAX): Remove.
5185         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5186         * lib/utimecmp.c (SIZE_MAX): Remove.
5187
5188         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5189
5190         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5191         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5192         O_NOATIME works.
5193
5194 2006-10-05  Bruno Haible  <bruno@clisp.org>
5195
5196         * lib/gl_list.h (gl_sortedlist_search_from_to,
5197         gl_sortedlist_indexof_from_to): New declarations.
5198         (gl_list_implementation): New fields sortedlist_search_from_to,
5199         sortedlist_indexof_from_to.
5200         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5201         inline functions.
5202         * lib/gl_list.c (gl_sortedlist_search_from_to,
5203         gl_sortedlist_indexof_from_to): New functions.
5204         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5205         function.
5206         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5207         (gl_array_sortedlist_search_from_to): New function.
5208         (gl_array_list_implementation): Update.
5209         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5210         function.
5211         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5212         (gl_carray_sortedlist_search_from_to): New function.
5213         (gl_carray_list_implementation): Update.
5214         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5215         gl_linked_sortedlist_indexof_from_to): New functions.
5216         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5217         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5218         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5219         gl_tree_sortedlist_indexof_from_to): New functions.
5220         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5221         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5222         Update.
5223         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5224         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5225         Update.
5226
5227 2006-10-05  Bruno Haible  <bruno@clisp.org>
5228
5229         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5230         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5231         (struct gl_list_implementation): Add fields search_from_to,
5232         indexof_from_to. Remove fields search, indexof.
5233         (gl_list_search): Use the search_from_to method.
5234         (gl_list_search_from, gl_list_search_from_to): New functions.
5235         (gl_list_indexof): Use the indexof_from_to method.
5236         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5237         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5238         (gl_list_search_from, gl_list_search_from_to): New functions.
5239         (gl_list_indexof): Use the indexof_from_to method.
5240         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5241         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5242         gl_array_indexof. Add start_index, end_index arguments.
5243         (gl_array_search_from_to): Renamed from gl_array_search. Add
5244         start_index, end_index arguments.
5245         (gl_array_remove, gl_array_list_implementation): Update.
5246         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5247         gl_carray_indexof. Add start_index, end_index arguments.
5248         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5249         start_index, end_index arguments.
5250         (gl_carray_remove, gl_carray_list_implementation): Update.
5251         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5252         gl_linked_search. Add start_index, end_index arguments.
5253         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5254         start_index, end_index arguments.
5255         (gl_linked_remove): Update.
5256         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5257         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5258         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5259         field to 'size_t'.
5260         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5261         gl_tree_search. Add start_index, end_index arguments.
5262         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5263         start_index, end_index arguments.
5264         (gl_tree_remove): Update.
5265         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5266         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5267         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5268         function.
5269         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5270         gl_tree_search. Add start_index, end_index arguments.
5271         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5272         start_index, end_index arguments.
5273         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5274         Update.
5275         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5276
5277 2006-10-05  Bruno Haible  <bruno@clisp.org>
5278
5279         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5280
5281         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5282         fwriteerror_temp): New declarations.
5283         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5284         (descriptors): New variable.
5285         (cleanup): First, close the descriptors.
5286         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5287         fclose_temp, fwriteerror_temp): New functions.
5288
5289 2006-10-04  Jim Meyering  <jim@meyering.net>
5290
5291         * lib/fts.c (fts_open): Tiny comment change.
5292
5293 2006-10-04  Bruno Haible  <bruno@clisp.org>
5294
5295         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5296         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5297         gl_LOCK_BODY.
5298         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5299         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5300         gl_LOCK_EARLY_BODY.
5301         (gl_LOCK): Require gl_LOCK_BODY.
5302
5303 2006-10-04  Bruno Haible  <bruno@clisp.org>
5304
5305         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5306         (gl_oset_search_atleast): New declaration.
5307         (struct gl_oset_implementation): Add field 'search_atleast'.
5308         (gl_oset_search_atleast): New inline function.
5309         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5310         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5311         (gl_array_oset_implementation): Update.
5312         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5313         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5314         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5315
5316 2006-10-04  Bruno Haible  <bruno@clisp.org>
5317
5318         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5319
5320 2006-10-03  Bruno Haible  <bruno@clisp.org>
5321
5322         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5323         from gl_avltreehash_list_implementation.
5324
5325 2006-10-03  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/gl_oset.c (gl_oset_add): Fix return type.
5328
5329 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5330
5331         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5332
5333 2006-10-02  Eric Blake  <ebb9@byu.net>
5334
5335         * modules/strnlen (Depends-on): Add extensions.
5336
5337 2006-10-02  Eric Blake  <ebb9@byu.net>
5338
5339         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5340         definition in 2.60+.
5341
5342 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5343
5344         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5345         checks.
5346
5347 2006-10-02  Bruno Haible  <bruno@clisp.org>
5348
5349         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5350         to the AUTOMAKE_OPTIONS.
5351         Reported by Jim Meyering.
5352
5353 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5354
5355         Work around bug in Solaris 10 /proc file system:
5356         /proc/self/fd/NNN/.. isn't the parent directory of
5357         the directory whose file descriptor is NNN.  This needs to
5358         be worked around at run time, not compile time, since a
5359         program might be built on Solaris 8, where things work, and
5360         run on Solaris 10.
5361         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5362         to use the following interface instead:
5363         (OPENAT_BUFFER_SIZE): New macro.
5364         (openat_proc_name): New function.
5365         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5366         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5367         Likewise.
5368         * lib/openat-proc.c: New file.
5369         * modules/openat (Files): Add lib/openat-proc.c.
5370         (Depends-on): Add same-inode, stdbool.
5371         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5372
5373 2006-09-29  Bruno Haible  <bruno@clisp.org>
5374
5375         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5376         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5377         argument. Set stdout_closed before testing for ferror, not after.
5378         (fwriteerror, fwriteerror_no_ebadf): New functions.
5379
5380 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5381
5382         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5383
5384 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5385
5386         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5387         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5388
5389 2006-09-28  Jim Meyering  <jim@meyering.net>
5390
5391         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5392         Include <unistd.h>.
5393
5394 2006-09-28  Bruno Haible  <bruno@clisp.org>
5395
5396         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5397         * modules/linkedhash-list (Depends-on): Likewise.
5398         * modules/rbtreehash-list (Depends-on): Likewise.
5399
5400 2006-09-28  Bruno Haible  <bruno@clisp.org>
5401
5402         * lib/strndup.h: Simplify the redefinition of strndup.
5403         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5404         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5405
5406 2006-09-28  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5409         * lib/gl_linkedhash_list.c: Likewise.
5410         * lib/gl_rbtreehash_list.c: Likewise.
5411
5412 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5413
5414         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5415         getaddrinfo.
5416
5417         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5418         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5419         it causes <stdio_ext.h> to cause a compile-time error.
5420         Problem reported by Nelson H. F. Beebe.
5421         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5422         of HAVE_DECL___PENDING.
5423
5424         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5425         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5426         declaration.
5427
5428 2006-09-27  Jim Meyering  <jim@meyering.net>
5429
5430         This file could end up with a definition for a function
5431         named __strndup, rather than rpl_strndup on a system with
5432         incomplete weak_alias support.
5433         * lib/strndup.c (strndup): Rename from __strndup.
5434         Remove #defines that used to map __strndup to strndup.
5435         Don't use K&R prototypes.
5436         Remove LIBC-related code, since this file is not sync'd with glibc.
5437         * lib/strndup.h: Revamp, accordingly.
5438         * m4/strndup.m4: Modernize.
5439
5440 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5441
5442         * modules/savewd (Depends-on): Add 'raise'.
5443         * lib/savewd.c: Include <signal.h>, for 'raise'.
5444
5445 2006-09-26  Jim Meyering  <jim@meyering.net>
5446
5447         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5448         when we detect Darwin 8.7.0's acl_get_file bug.
5449         Rearrange to perform the new (below) run-test while $LIBS
5450         contains any acl-related library.  Set USE_ACL at the end.
5451         (gl_ACL_GET_FILE): New function.
5452
5453 2006-09-26  Eric Blake  <ebb9@byu.net>
5454
5455         * lib/verror.c: Include <config.h> unconditionally.
5456
5457 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5458
5459         * modules/clock-time (Maintainer): Add self.
5460         * modules/getlogin_r (Depends-on): Add extensions.
5461
5462 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5463
5464         * modules/clock-time: New module.
5465         * modules/nanosleep (Depends-on): Add clock-time.
5466         * modules/gethrxtime (Depends-on): Likewise.
5467         * modules/gettime (Depends-on): Likewise.
5468         * modules/settime (Depends-on): Likewise.
5469
5470         * modules/fts-lgpl: Depend on openat.
5471         * modules/mkancesdirs: Depend on savewd.
5472         * modules/mkdir-p: Likewise.
5473
5474 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5475
5476         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5477
5478         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5479         `gl_have_arbitrary_file_name_length_limit' to
5480         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5481         actually works between configure runs.
5482
5483 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5484             Bruno Haible  <bruno@clisp.org>
5485
5486         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5487
5488 2006-09-25  Jim Meyering  <jim@meyering.net>
5489
5490         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5491         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5492
5493 2006-09-25  Eric Blake  <ebb9@byu.net>
5494
5495         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5496         exec's in 2006-09-18 patch when shuffling fds.
5497
5498 2006-09-25  Bruno Haible  <bruno@clisp.org>
5499
5500         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5501         Reported by Jim Meyering.
5502
5503 2006-09-24  Jim Meyering  <jim@meyering.net>
5504
5505         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5506         compare a pointer against a literal "0".  That caused failures with
5507         at least HP-UX's hpcc.
5508
5509 2006-09-22  Simon Josefsson  <jas@extundo.com>
5510
5511         * modules/gc-sha1:
5512         * modules/gc-md4:
5513         * modules/gc-hmac-sha1:
5514         * modules/gc-hmac-md5:
5515         * modules/gc-des:
5516         * modules/gc-arcfour: Distribute more files.
5517
5518 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5519
5520         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5521         (gl_linked_iterator_from_to): Initialize struct completely.
5522         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5523         (gl_tree_iterator_from_to): Likewise
5524         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5525         * lib/gl_array_list.c [lint] (gl_array_iterator)
5526         (gl_array_iterator_from_to): Likewise.
5527         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5528         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5529         (gl_carray_iterator_from_to): Likewise.
5530
5531         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5532         * lib/md4.c (md4_process_block): Remove unused variable.
5533         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5534         parentheses for clarity.
5535
5536 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5537
5538         * modules/bison-i18n (Depends-on): Add gettext.
5539
5540 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5541
5542         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5543         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5544         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5545         also add missing comma that caused broken test.
5546         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5547         stdlib.h, for `abort'.
5548         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5549         variables.
5550         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5551         include unistd.h if present, for `rmdir'.
5552         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5553         variables.
5554         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5555         in the process include standard headers for prototypes.
5556         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5557         gets declared on GNU/Linux.
5558         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5559         unistd.h, for `rmdir'.
5560         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5561
5562         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5563         always true.
5564         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5565
5566         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5567
5568 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5569
5570         * gnulib-tool (func_version): Create output all at once.  This
5571         may help avoid triggering unnecessary SIGPIPEs, and at any
5572         rate it doesn't hurt.
5573
5574 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5575             Bruno Haible  <bruno@clisp.org>
5576
5577         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5578         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5579         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5580
5581         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5582         (gl_FUNC_VASPRINTF): Invoke it.
5583
5584 2006-09-22  Bruno Haible  <bruno@clisp.org>
5585
5586         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5587         getloadavg.c as first argument.
5588
5589 2006-09-22  Bruno Haible  <bruno@clisp.org>
5590
5591         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5592         at the beginning of the gl_INIT macro.
5593         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5594         gl_GETLOADAVG.
5595
5596 2006-09-22  Bruno Haible  <bruno@clisp.org>
5597
5598         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5599         module.
5600         Suggested by Ralf Wildenhues.
5601
5602 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5603
5604         Import this patch from libc:
5605
5606         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5607
5608         * lib/regex_internal.c (re_string_reconstruct): Handle
5609         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5610         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5611         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5612         re_string_context_at.
5613
5614         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5615         now requires it.
5616         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5617         gl_REGEX now does it for us.
5618         (gl_REGEX): Add test taken from
5619         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5620
5621         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5622         Check that large offsets work.  Modernize Autoconf usages.
5623         Prefer "yes" to mean a good thing rather than a bad.
5624         Don't put "#define mkstemp" in config.h, as this might interfere
5625         with standard system headers that "#define mkstemp mkstemp64".
5626
5627         * modules/mkstemp (Depends-on): Add extensions, so that
5628         mkstemp is visible on some platforms.
5629         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5630         (Include): Change to "mkstemp.h" from <stdlib.h>.
5631         (Files): Add mkstemp.h.
5632
5633         * lib/mkstemp.h: New file, since some standard headers
5634         #define mkstemp.
5635         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5636         Include "mkstemp.h".
5637         Make the _LIBC code resemble glibc original more,
5638         e.g., use K&R style.
5639         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5640         (mkstemp): Remove, since mkstemp.h does this for us.
5641         * lib/stdlib--.h: Include mkstemp.h.
5642
5643         Import this patch from libc:
5644
5645         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5646
5647         * lib/tempname.c (__gen_tempname): Change attempts_min
5648         into a macro.  Use preprocessor to decide how to initialize
5649         attempts [Coverity CID 67].
5650
5651 2006-09-20  Bruno Haible  <bruno@clisp.org>
5652
5653         * lib/mkdtemp.c: Import from libc.
5654         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5655                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5656                 attempts_min into a macro.  Use preprocessor to decide how to
5657                 initialize attempts [Coverity CID 67].
5658         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5659                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5660                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5661
5662 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5663
5664         * gnulib-tool (func_exit): New function, to allow to pass the
5665         exit status portably through the trap.  Use everywhere.
5666         (--help, --version): Signal a write error.
5667         (trap): catch SIGPIPE, for write errors.
5668         Exit at the end of the trap, with the correct exit status.
5669
5670 2006-09-19  Karl Berry  <karl@gnu.org>
5671
5672         * doc/gnulib.texi: note about the license texinfo files.
5673
5674 2006-09-19  Eric Blake  <ebb9@byu.net>
5675
5676         * gnulib-tool: Avoid space-tab.
5677
5678 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5681         that prevented coreutils 6.1 from building.  Problem reported
5682         by Petter Reinholdtsen.
5683
5684 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5685
5686         * gnulib-tool (avoidlist): Fix typo that broke options like
5687         --avoid=lock that are used by coreutils bootstrap.
5688
5689 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5690
5691         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5692         more systematically.
5693
5694 2006-09-18  Jim Meyering  <jim@meyering.net>
5695
5696         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5697
5698 2006-09-18  Bruno Haible  <bruno@clisp.org>
5699
5700         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5701
5702 2006-09-18  Bruno Haible  <bruno@clisp.org>
5703
5704         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5705         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5706         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5707         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5708         * m4/gettext.m4: Require autoconf >= 2.52.
5709         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5710         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5711         of gl_cv_header_inttypes_h.
5712
5713 2006-09-18  Bruno Haible  <bruno@clisp.org>
5714
5715         * lib/javaversion.c: Include configmake.h.
5716
5717 2006-09-18  Bruno Haible  <bruno@clisp.org>
5718
5719         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5720         avoid that the while loops be executed in a subshell.
5721
5722 2006-09-18  Bruno Haible  <bruno@clisp.org>
5723
5724         * MODULES.html.sh (func_module): Break long lines.
5725         Suggested by Bruce Korb <bkorb@gnu.org>.
5726
5727 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5728
5729         Speed up by a factor of 1.12.
5730         * gnulib-tool (nl): New variable.
5731         (func_import): Rewrite include directive extraction to only read each
5732         directive once.
5733
5734 2006-09-17  Bruno Haible  <bruno@clisp.org>
5735
5736         * modules/javaversion (Makefile.am): Remove DEFS setting.
5737         (Depends-on): Add configmake, for PKGDATADIR definition.
5738
5739 2006-09-17  Bruno Haible  <bruno@clisp.org>
5740
5741         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5742
5743 2006-09-17  Bruno Haible  <bruno@clisp.org>
5744
5745         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5746         (func_modules_transitive_closure, func_modules_add_dummy,
5747         func_modules_to_filelist, func_import, func_create_testdir,
5748         func_create_megatestdir, ...): Use it wherever possible.
5749         Suggested by Ralf Wildenhues.
5750
5751 2006-09-16  Karl Berry  <karl@gnu.org>
5752
5753         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5754         to avoid sectioning errors.
5755         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5756         [ifinfo]: blank line after @center-ed titles.
5757         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5758         Spell FSF address consistently with others.
5759         (These changes approved by rms.)
5760
5761 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5762
5763         Speed up by a factor of 1.61.
5764         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5765         already checked module names again.
5766
5767 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5768
5769         Speed up by a factor of 1.13.
5770         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5771         for new_files, and the input to func_add_or_update.
5772
5773 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5774
5775         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5776         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5777
5778 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5779
5780         * modules/mkancesdirs (Depends-on): Add fcntl.
5781         * modules/savewd: New file.
5782         * MODULES.html.sh (File system functions): Add savewd.
5783
5784         * modules/configmake (Makefile.am): Add support for the
5785         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5786
5787 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5788
5789         * m4/savewd.m4: New file.
5790
5791 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5794         (dirchownmod): New arg FD.  All callers changed.
5795         Use FD rather than opening the directory ourself, as opening is
5796         now the caller's responsibility.
5797         * lib/dirchownmod.h: Likewise.
5798         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5799         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5800         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5801         (test_dir): Remove.
5802         (mkancesdirs): Return length of prefix of FILE that has already
5803         been made, or -2 if there is a child doing the work.  Redo
5804         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5805         ".", and treat ".." specially since it might stray back into
5806         already-created areas.  Use a subprocess if necessary.  New arg
5807         WD; all users changed.  MAKE_DIR function should now return 1
5808         if it creates a directory that is not readable.  Return -2 if
5809         a child process is spun off.
5810         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5811         Adjust signature to match code.
5812         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5813         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5814         all users changed.
5815         * lib/savewd.c, lib/savewd.h: New files.
5816
5817 2006-09-15  Jim Meyering  <jim@meyering.net>
5818
5819         * modules/rename-dest-slash: New module.
5820         * MODULES.html.sh (posix_compat): Add it here.
5821
5822         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5823
5824 2006-09-15  Jim Meyering  <jim@meyering.net>
5825
5826         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5827         file.
5828
5829         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5830
5831 2006-09-15  Jim Meyering  <jim@meyering.net>
5832
5833         * lib/rename-dest-slash.c (has_trailing_slash): Use
5834         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5835         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5836         test before testing whether SRC is a directory.
5837         Suggestions from Bruno Haible.
5838
5839         Avoid a warning about an unused variable.
5840         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5841         into the #ifdef block where it's used.
5842
5843         * lib/rename-dest-slash.c: New file.
5844
5845 2006-09-14  Bruno Haible  <bruno@clisp.org>
5846
5847         * lib/allocsa.c: Include <config.h> unconditionally.
5848         * lib/asnprintf.c: Likewise.
5849         * lib/asprintf.c: Likewise.
5850         * lib/c-strcasecmp.c: Likewise.
5851         * lib/c-strcasestr.c: Likewise.
5852         * lib/c-strncasecmp.c: Likewise.
5853         * lib/c-strstr.c: Likewise.
5854         * lib/classpath.c: Likewise.
5855         * lib/clean-temp.c: Likewise.
5856         * lib/concatpath.c: Likewise.
5857         * lib/copy-file.c: Likewise.
5858         * lib/csharpcomp.c: Likewise.
5859         * lib/csharpexec.c: Likewise.
5860         * lib/execute.c: Likewise.
5861         * lib/fatal-signal.c: Likewise.
5862         * lib/findprog.c: Likewise.
5863         * lib/fwriteerror.c: Likewise.
5864         * lib/gl_array_list.c: Likewise.
5865         * lib/gl_array_oset.c: Likewise.
5866         * lib/gl_avltree_list.c: Likewise.
5867         * lib/gl_avltree_oset.c: Likewise.
5868         * lib/gl_avltreehash_list.c: Likewise.
5869         * lib/gl_carray_list.c: Likewise.
5870         * lib/gl_linked_list.c: Likewise.
5871         * lib/gl_linkedhash_list.c: Likewise.
5872         * lib/gl_list.c: Likewise.
5873         * lib/gl_oset.c: Likewise.
5874         * lib/gl_rbtree_list.c: Likewise.
5875         * lib/gl_rbtree_oset.c: Likewise.
5876         * lib/gl_rbtreehash_list.c: Likewise.
5877         * lib/imaxabs.c: Likewise.
5878         * lib/imaxdiv.c: Likewise.
5879         * lib/javacomp.c: Likewise.
5880         * lib/javaexec.c: Likewise.
5881         * lib/javaversion.c: Likewise.
5882         * lib/linebreak.c: Likewise.
5883         * lib/localcharset.c: Likewise.
5884         * lib/lock.c: Likewise.
5885         * lib/mbchar.c: Likewise.
5886         * lib/mbswidth.c: Likewise.
5887         * lib/mkdtemp.c: Likewise.
5888         * lib/pipe.c: Likewise.
5889         * lib/printf-args.c: Likewise.
5890         * lib/printf-parse.c: Likewise.
5891         * lib/progname.c: Likewise.
5892         * lib/progreloc.c: Likewise.
5893         * lib/readlink.c: Likewise.
5894         * lib/sh-quote.c: Likewise.
5895         * lib/stpcpy.c: Likewise.
5896         * lib/stpncpy.c: Likewise.
5897         * lib/strcasecmp.c: Likewise.
5898         * lib/strcasestr.c: Likewise.
5899         * lib/strcspn.c: Likewise.
5900         * lib/striconv.c: Likewise.
5901         * lib/strncasecmp.c: Likewise.
5902         * lib/strnlen1.c: Likewise.
5903         * lib/strstr.c: Likewise.
5904         * lib/strtok_r.c: Likewise.
5905         * lib/tls.c: Likewise.
5906         * lib/tmpdir.c: Likewise.
5907         * lib/unicodeio.c: Likewise.
5908         * lib/unsetenv.c: Likewise.
5909         * lib/vasnprintf.c: Likewise.
5910         * lib/vasprintf.c: Likewise.
5911         * lib/wait-process.c: Likewise.
5912         * lib/xallocsa.c: Likewise.
5913         * lib/xsetenv.c: Likewise.
5914         * lib/xstriconv.c: Likewise.
5915
5916 2006-09-13  Simon Josefsson  <jas@extundo.com>
5917
5918         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5919         that internally, suggested by Ralf Wildenhues
5920         <Ralf.Wildenhues@gmx.de>.
5921
5922 2006-09-13  Simon Josefsson  <jas@extundo.com>
5923
5924         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5925         @LIBOBJS@.
5926         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5927
5928 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5929
5930         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5931         longer worry about uses that don't define HAVE_CONFIG_H.
5932         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5933         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5934         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5935         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5936         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5937         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5938         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5939         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5940         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5941         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5942         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5943         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5944         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5945         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5946         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5947         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5948         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5949         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5950         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5951         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5952         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5953         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5954         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5955         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5956         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5957         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5958         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5959         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5960         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5961         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5962         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5963         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5964         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5965         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5966         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5967         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5968         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5969         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5970         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5971         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5972         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5973         Likewise.
5974
5975 2006-09-13  Eric Blake  <ebb9@byu.net>
5976
5977         * lib/getopt.c: Fix typo in last commit.
5978
5979 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5980
5981         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5982         dgettext.
5983
5984 2006-09-12  Jim Meyering  <jim@meyering.net>
5985
5986         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5987         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5988         Reported by Nelson H. F. Beebe.
5989
5990 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5991
5992         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5993         program_invocation_name and program_invocation_short_name are
5994         initialized.
5995         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5996         and program_invocation_short_name to argp.h, so they are visible
5997         to user programs.
5998         * lib/argp.h: Likewise
5999
6000 2006-09-10  Bruno Haible  <bruno@clisp.org>
6001
6002         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6003         m4/inttypes_h.m4, m4/uintmax_t.m4.
6004
6005 2006-09-10  Bruno Haible  <bruno@clisp.org>
6006
6007         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
6008         gl_AC_TYPE_UINTMAX_T.
6009
6010 2006-09-10  Bruno Haible  <bruno@clisp.org>
6011
6012         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
6013
6014 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6015
6016         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
6017         convention.  Text proposed by Bruno Haible.
6018         (struct argp_option): Document the use of N_() wrappers.
6019
6020         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
6021         '\v', and translate the two parts separately, instead of feeding
6022         the whole string to gettext.  This allows to exclude
6023         '\v' from the strings visible to the translator by writing doc
6024         strings as N_("..") "\v" N_("..").
6025
6026 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
6027
6028         * config/srclist.txt: Undo latest change; the bug was fixed.
6029
6030 2006-09-09  Bruno Haible  <bruno@clisp.org>
6031
6032         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
6033         assignments if building a library without libtool.
6034         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
6035         in func_emit_lib_Makefile_am.
6036         (func_import): When building a static library libfoo.a, arrange to
6037         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
6038         (func_create_testdir): Likewise.
6039         * modules/gc (configure.ac, Makefile.am): If building statically,
6040         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
6041         * modules/iconvme (configure.ac, Makefile.am): Likewise.
6042         * modules/striconv (configure.ac, Makefile.am): Likewise.
6043         Based on a suggestion by Ralf Wildenhues.
6044
6045 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6046
6047         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6048         Check for unistd.h too, since Autoconf doesn't assume POSIX.
6049         Also:
6050
6051         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6052         Add year_2050_test to catch glibc bug 2821
6053         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6054
6055         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6056         Prefer #ifdef to #if.
6057
6058         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
6059         Return from 'main' instead of calling 'exit'.
6060
6061 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6062
6063         * lib/mktime.c (guess_time_tm): Fix bug where mktime
6064         returned the maximum time_t value rather than (time_t) -1.
6065         Problem originally reported by William Bardwell
6066         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
6067
6068         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6069         Moved to here ...
6070         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
6071         ... from here.
6072
6073 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
6076         2821 is fixed.
6077
6078 2006-09-08  Jim Meyering  <jim@meyering.net>
6079
6080         Don't make generated files read-only.  That would bother too many
6081         people.  However, do retain the ability to work when targets are
6082         read-only: remove the destination and temporary files before writing
6083         them (when generated via sed or echo), or by using the -f option for
6084         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
6085         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6086         * modules/byteswap, modules/configmake, modules/fcntl:
6087         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6088         * modules/localcharset, modules/netinet_in, modules/poll:
6089         * modules/stdbool, modules/stdint, modules/sys_select:
6090         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6091
6092 2006-09-08  Jim Meyering  <jim@meyering.net>
6093
6094         Avoid new build failure on FreeBSD 6.0.
6095         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6096         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6097         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6098
6099 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6100
6101         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6102
6103 2006-09-07  Jim Meyering  <jim@meyering.net>
6104
6105         Fix global typo in last change: use chmod u-w, not chmod u-x.
6106         Spotted by Paul Eggert and Bruce Korb.
6107         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6108         * modules/byteswap, modules/configmake, modules/fcntl:
6109         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6110         * modules/localcharset, modules/netinet_in, modules/poll:
6111         * modules/stdbool, modules/stdint, modules/sys_select:
6112         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6113
6114 2006-09-06  Jim Meyering  <jim@meyering.net>
6115
6116         Make generated files be read-only.
6117         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6118         Ensure that each generated file is now read-only.
6119         * modules/argz: Likewise.
6120         * modules/arpa_inet: Likewise.
6121         * modules/byteswap: Likewise.
6122         * modules/configmake: Likewise.
6123         * modules/fcntl: Likewise.
6124         * modules/fnmatch: Likewise.
6125         * modules/getopt: Likewise.
6126         * modules/glob: Likewise.
6127         * modules/inttypes: Likewise.
6128         * modules/netinet_in: Likewise.
6129         * modules/poll: Likewise.
6130         * modules/stdbool: Likewise.
6131         * modules/stdint: Likewise.
6132         * modules/sys_select: Likewise.
6133         * modules/sys_socket: Likewise.
6134         * modules/sys_stat: Likewise.
6135         * modules/sysexits: Likewise.
6136         * modules/localcharset: Same as above, but continue using temporary
6137         file named "t-$@" (why different?) rather than the "$@-t" used
6138         everywhere else.
6139
6140         * modules/sysexits (Makefile.am): Replace literal occurrences
6141         of "sysexit.h" more readable, and more consistent, "$@".
6142
6143 2006-09-06  Bruno Haible  <bruno@clisp.org>
6144
6145         * modules/striconv: New file.
6146         * modules/xstriconv: New file.
6147         * MODULES.html.sh (Internationalization functions): Add striconv,
6148         xstriconv.
6149
6150 2006-09-06  Bruno Haible  <bruno@clisp.org>
6151
6152         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6153         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6154         not using libtool correctly.
6155
6156 2006-09-06  Bruno Haible  <bruno@clisp.org>
6157
6158         * lib/striconv.h: New file.
6159         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6160         iconvstring.c.
6161         * lib/xstriconv.h: New file.
6162         * lib/xstriconv.c: New file.
6163
6164 2006-09-06  Bruno Haible  <bruno@clisp.org>
6165
6166         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6167         lib_..._LDFLAGS.
6168
6169 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6170
6171         * lib/argz_.h: Sync from Libtool.
6172
6173         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6174                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6175
6176         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6177
6178 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6179
6180         * modules/trim: New file.
6181
6182 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6183
6184         * lib/trim.h: New file.
6185         * lib/trim.c: New file.
6186
6187 2006-09-05  Bruno Haible  <bruno@clisp.org>
6188
6189         * MODULES.html.sh (String handling): Add trim.
6190
6191 2006-09-04  Karl Berry  <karl@gnu.org>
6192
6193         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6194         until next release.
6195
6196 2006-09-03  Bruno Haible  <bruno@clisp.org>
6197
6198         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6199         correctly.
6200
6201 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6202
6203         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6204         not gl_GETLOADAVG.  Omit unneeded semicolons.
6205         Problems reported by Ralf Wildenhues in
6206         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6207         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6208         at the end, which is the usual gnulib style.
6209
6210         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6211         of doing all the work ourselves.
6212         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6213         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6214
6215 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6218         Problem reported by Ralf Wildenhues in
6219         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6220
6221         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6222         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6223
6224 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6227         yesterday's patch by changing test -n to test -z.
6228
6229 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6232         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6233         the former is now obsolescent.
6234
6235         * modules/chdir-long (Depends-on): Add fcntl.
6236
6237 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6238
6239         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6240         obsolescent, and programs should use gnulib instead.
6241         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6242         but with prefixes changed.
6243
6244 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6245
6246         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6247         or stdbool.h, because they might not exist while configuring.
6248
6249         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6250         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6251         does that for us.
6252         (O_DIRECTORY): Remove.
6253
6254 2006-08-31  Eric Blake  <ebb9@byu.net>
6255
6256         * gnulib-tool: Don't let emacs change spaces to TAB.
6257
6258 2006-08-31  Bruno Haible  <bruno@clisp.org>
6259
6260         * gnulib-tool: When calling func_import more than once, do it in a
6261         subshell.
6262         Reported by Eric Blake <ebb9@byu.net>.
6263
6264 2006-08-31  Bruno Haible  <bruno@clisp.org>
6265
6266         * gnulib-tool (nl): Remove variable.
6267         (sed_transform_lib_file): Use more robust test for config-h module.
6268         (func_import): Fix typo in 2006-08-25 patch.
6269
6270 2006-08-31  Bruno Haible  <bruno@clisp.org>
6271
6272         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6273         specified, augment Makefile.am variables instead of assigning them.
6274
6275 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6276
6277         Work around a bug in both the Linux and SunOS 64-bit kernels:
6278         nanosleep mishandles sleeps for longer than 2**31 seconds.
6279         Problem reported by Frank v Waveren in
6280         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6281         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6282         Check for nanosleep bug.
6283         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6284
6285 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6286
6287         Work around a bug in both the Linux and SunOS 64-bit kernels:
6288         nanosleep mishandles sleeps for longer than 2**31 seconds.
6289         Problem reported by Frank v Waveren in
6290         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6291         * lib/nanosleep.c (BILLION): New constant.
6292         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6293         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6294         implementation.
6295
6296 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6297
6298         * modules/nanosleep (Depends-on): Add gettime.
6299
6300 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6301         and Simon Josefsson  <jas@extundo.com>
6302         and Oskar Liljeblad  <oskar@osk.mine.nu>
6303
6304         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6305         * gnulib-tool (func_import): New license type 'unmodifiable license
6306         text'.
6307         * modules/fdl: Use it.  Longer description.
6308         * module/gpl, module/lgpl: New files.
6309
6310 2006-08-30  Jim Meyering  <jim@meyering.net>
6311
6312         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6313         shadowing the parameter.
6314
6315 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6316
6317         Sync from Libtool:
6318
6319         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6320
6321         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6322         sharing with gnulib.  Report by Eric Blake.
6323
6324 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6325
6326         * modules/isapipe: New file.
6327         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6328
6329 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6330
6331         * modules/configmake (Makefile.am): Add a comment, and omit
6332         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6333         by Bruno Haible.
6334
6335 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6336
6337         * m4/isapipe.m4: New file.
6338
6339 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/isapipe.c, lib/isapipe.h: New files.
6342
6343 2006-08-29  Jim Meyering  <jim@meyering.net>
6344
6345         * modules/configmake (Makefile.am): Make configmake.h depend on
6346         Makefile.  Otherwise, a stale configmake.h could hang around.
6347
6348 2006-08-29  Eric Blake  <ebb9@byu.net>
6349
6350         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6351         resolution of upstream bug 3044.
6352
6353 2006-08-29  Bruno Haible  <bruno@clisp.org>
6354
6355         * modules/localcharset (Depends-on): Add configmake.
6356         (Makefile.am): Remove setting of LIBDIR through DEFS.
6357
6358 2006-08-29  Bruno Haible  <bruno@clisp.org>
6359
6360         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6361         defined.
6362
6363 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * modules/fcntl: New file.
6366         * modules/chdir-safer (Depends-on): Add fcntl.
6367         * modules/fts: Likewise.
6368         * modules/mkdir-p: Likewise.
6369
6370         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6371         This undoes the most recent change, since we're now addressing the
6372         problem in a different way.
6373
6374         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6375         into output, since the output might be called Makefile.am even
6376         if $makefile_name is something different.
6377         (func_import): Use $makefile_am rather than
6378         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6379         empty.
6380
6381         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6382
6383 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6384
6385         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6386         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6387         recent change to stdint.m4, since we're now addressing the problem in a
6388         different way.
6389
6390 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6391
6392         * m4/fcntl_h.m4: New file.
6393
6394 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6395
6396         * lib/fcntl_.h: New file.
6397         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6398         the fcntl module.
6399         * lib/dirchownmod.c: Likewise.
6400         * lib/fts.c: Likewise.
6401
6402         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6403         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6404         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6405         just before including <inttypes.h>, to avoid circular inclusion.
6406
6407 2006-08-28  Jim Meyering  <jim@meyering.net>
6408
6409         * doc/visibility.texi: Actually read and correct the grammar of the
6410         sentence affected by yesterday's change.
6411
6412 2006-08-28  Eric Blake  <ebb9@byu.net>
6413
6414         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6415         needs wrapper.
6416
6417 2006-08-28  Eric Blake  <ebb9@byu.net>
6418
6419         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6420
6421 2006-08-28  Eric Blake  <ebb9@byu.net>
6422
6423         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6424
6425 2006-08-28  Bruno Haible  <bruno@clisp.org>
6426
6427         * modules/c-strstr: New file, from GNU gettext.
6428         * MODULES.html.sh (String handling): Add c-strstr.
6429
6430 2006-08-28  Bruno Haible  <bruno@clisp.org>
6431
6432         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6433         macros.
6434         Reported by Eric Blake.
6435
6436 2006-08-28  Bruno Haible  <bruno@clisp.org>
6437
6438         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6439         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6440         * lib/vasprintf.c: Include errno.h, limits.h.
6441         (EOVERFLOW): New fallback definition.
6442         (vasprintf): Test here whether the string length is > INT_MAX.
6443         * lib/vsnprintf.c: Include errno.h, limits.h.
6444         (EOVERFLOW): New fallback definition.
6445         (vsnprintf): Fix bug when generated string was too long for the buffer.
6446         Test here whether the string length is > INT_MAX.
6447
6448 2006-08-28  Bruno Haible  <bruno@clisp.org>
6449
6450         * lib/inttypes_.h (SCNX*): Remove definitions.
6451         Reported by Eric Blake.
6452
6453 2006-08-28  Bruno Haible  <bruno@clisp.org>
6454
6455         * lib/c-strstr.h: New file, from GNU gettext.
6456         * lib/c-strstr.c: New file, from GNU gettext.
6457
6458 2006-08-28  Bruno Haible  <bruno@clisp.org>
6459
6460         * gnulib-tool: Reorder some statements.
6461
6462 2006-08-28  Bruno Haible  <bruno@clisp.org>
6463
6464         * gnulib-tool: New option --makefile-name.
6465         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6466         $makefile_name.
6467         (func_import): Write $makefile_name to the cache file, and read it from
6468         there unless explicitly specified. Use $makefile_name as file name
6469         instead of Makefile.am. Adjust the recommendations accordingly.
6470
6471 2006-08-28  Bruno Haible  <bruno@clisp.org>
6472
6473         * gnulib-tool (func_verify_module): Check against misapplying patch.
6474
6475 2006-08-28  Bruno Haible  <bruno@clisp.org>
6476
6477         * gnulib-tool (func_relativize, func_relconcat): New functions.
6478         Give an error if --local-dir is given with --update.
6479         Remove trailing slashes from $local_gnulib_dir.
6480         (func_import): Store the relativized $local_gnulib_dir in
6481         gnulib-cache.m4, and read it from there if not specified explicitly.
6482
6483 2006-08-28  Bruno Haible  <bruno@clisp.org>
6484
6485         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6486         is the current directory. Respect also $local_gnulib_dir.
6487
6488 2006-08-28  Bruno Haible  <bruno@clisp.org>
6489             Simon Josefsson  <jas@extundo.com>
6490
6491         BeOS portability.
6492         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6493
6494 2006-08-27  Jim Meyering  <jim@meyering.net>
6495
6496         * doc/visibility.texi: Remove duplicate word: "pointer".
6497
6498 2006-08-26  Bruno Haible  <bruno@clisp.org>
6499
6500         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6501         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6502         (Makefile.am): Create inttypes.h from inttypes_.h.
6503         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6504
6505         * modules/imaxabs: New file.
6506
6507         * modules/imaxdiv: New file.
6508
6509 2006-08-26  Bruno Haible  <bruno@clisp.org>
6510
6511         * m4/inttypes.m4: New file.
6512         * m4/_inttypes_h.m4: Remove file.
6513         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6514         PRI_MACROS_BROKEN.
6515         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6516
6517         * m4/imaxabs.m4: New file.
6518
6519         * m4/imaxdiv.m4: New file.
6520
6521 2006-08-26  Bruno Haible  <bruno@clisp.org>
6522
6523         * lib/inttypes_.h: New file.
6524         * lib/inttypes.h: Remove file.
6525         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6526
6527         * lib/imaxabs.c: New file.
6528
6529         * lib/imaxdiv.c: New file.
6530
6531 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6532
6533         New config-h module, so that "make" output needn't be cluttered
6534         by -DHAVE_CONFIG_H.
6535         * MODULES.html.sh (Support for building libraries and executables):
6536         Add config-h.
6537         * modules/config-h: New file.
6538         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6539         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6540         the config-h module is used.
6541
6542         New configmake module, so that "make" output needn't be cluttered
6543         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6544         * MODULES.html.sh (Support for building libraries and executables):
6545         Add configmake.
6546         * modules/configmake: New file.
6547
6548 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6549
6550         * m4/config-h.m4: New file.
6551
6552 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6553
6554         * config/srclist.txt: Add elisp-comp.
6555
6556 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6557
6558         * MODULES.html.sh (Support for building libraries and executables):
6559         Add elisp-comp.
6560         * build-aux/elisp-comp: New file.
6561         * modules/elisp-comp: New file.
6562
6563 2006-08-24  Bruno Haible  <bruno@clisp.org>
6564
6565         * gnulib-tool (func_create_testdir): Use non-default values of
6566         sourcebase and m4base.
6567
6568 2006-08-24  Bruno Haible  <bruno@clisp.org>
6569
6570         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6571         HTML structure.
6572
6573 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6574
6575         * modules/openat (Depends-on): Add lchown.
6576
6577 2006-08-23  Bruno Haible  <bruno@clisp.org>
6578
6579         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6580         of gl_LOCK_EARLY instead of gl_LOCK.
6581
6582 2006-08-23  Bruno Haible  <bruno@clisp.org>
6583
6584         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6585         on OSF/1 to no.
6586         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6587
6588 2006-08-23  Bruno Haible  <bruno@clisp.org>
6589
6590         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6591         as unusable.
6592
6593         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6594         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6595         (gl_LOCK): New macro.
6596
6597 2006-08-22  Simon Josefsson  <jas@extundo.com>
6598
6599         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6600         to md5 module.
6601
6602 2006-08-22  Simon Josefsson  <jas@extundo.com>
6603
6604         * MODULES.html.sh: Add "Support for maintaining and release
6605         projects".
6606
6607         * build-aux/gnupload: New file, from coreutils.
6608
6609 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         Avoid the need for AC_LIBSOURCES in m4 macros.
6612         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6613         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6614         * modules/check-version (EXTRA_DIST): Add check-version.h.
6615         * modules/crc (EXTRA_DIST): Add crc.h.
6616         * modules/des (EXTRA_DIST): Add des.h.
6617         * modules/gc (EXTRA_DIST): Add gc.h.
6618         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6619         * modules/getline (EXTRA_DIST): Add getline.h.
6620         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6621         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6622         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6623         * modules/md2 (EXTRA_DIST): Add md2.h.
6624         * modules/md4 (EXTRA_DIST): Add md4.h.
6625         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6626         * modules/read-file (EXTRA_DIST): Add read-file.h.
6627         * modules/readline (EXTRA_DIST): Add readline.h.
6628         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6629         rijndael-api-fst.h.
6630
6631 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6632
6633         * m4/rijndael.m4 (gl_ARCFOUR):
6634         * m4/arctwo.m4 (gl_ARCTWO):
6635         * m4/check-version.m4 (gl_CHECK_VERSION):
6636         * m4/crc.m4 (gl_CRC):
6637         * m4/des.m4 (gl_DES):
6638         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6639         * m4/gc.m4 (gl_GC):
6640         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6641         * m4/getline.m4 (gl_FUNC_GETLINE):
6642         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6643         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6644         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6645         * m4/md2.m4 (gl_MD2):
6646         * m4/md4.m4 (gl_MD4):
6647         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6648         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6649         * m4/readline.m4 (gl_FUNC_READLINE):
6650         * m4/rijndael.m4 (gl_RIJNDAEL):
6651         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6652         to get the necessary .h files and whatnot.
6653
6654 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6657         gnulib rather than the other way around.
6658         * config/srclistvars.sh (COREUTILS): Remove.
6659
6660 2006-08-22  Jim Meyering  <jim@meyering.net>
6661
6662         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6663
6664         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6665
6666 2006-08-22  Eric Blake  <ebb9@byu.net>
6667
6668         * modules/regexprops-generic: New file.
6669         * MODULES.html.sh (Support for building documentation): List it.
6670
6671 2006-08-22  Eric Blake  <ebb9@byu.net>
6672
6673         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6674         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6675         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6676         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6677
6678 2006-08-22  Bruno Haible  <bruno@clisp.org>
6679
6680         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6681         and lib_LTLIBRARIES like the other lib_* variables.
6682
6683 2006-08-22  Bruno Haible  <bruno@clisp.org>
6684
6685         * build-aux/x-to-1.in: New file, from GNU gettext.
6686
6687 2006-08-22  Bruno Haible  <bruno@clisp.org>
6688
6689         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6690         <utmpx.h> exists.
6691
6692 2006-08-22  Bruno Haible  <bruno@clisp.org>
6693
6694         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6695         <utmpx.h> exists.
6696
6697 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         BeOS portability.
6700         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6701         exist.
6702         Problem reported by Bruno Haible.
6703
6704 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6705
6706         Avoid the need for AC_LIBSOURCES in m4 macros.
6707         * modules/acl (EXTRA_DIST): Add acl.h.
6708         * modules/argmatch (Files): Add m4/argmatch.m4.
6709         (configure.ac): Add gl_ARGMATCH.
6710         (EXTRA_DIST): Renamed from lib_SOURCES, for
6711         consistency with the other modules.  Remove argmatch.c.
6712         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6713         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6714         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6715         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6716         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6717         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6718         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6719         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6720         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6721         * modules/closeout (EXTRA_DIST): Add closeout.h.
6722         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6723         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6724         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6725         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6726         dirname.h; remove basename.c and stripslash.c.
6727         * modules/exclude (EXTRA_DIST): Add exclude.h.
6728         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6729         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6730         * modules/file-type (EXTRA_DIST): Add file-type.h.
6731         * modules/filemode (EXTRA_DIST): Add filemode.h.
6732         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6733         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6734         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6735         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6736         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6737         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6738         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6739         * modules/getdate (EXTRA_DIST): Add getdate.c.
6740         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6741         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6742         * modules/getpass (EXTRA_DIST): Add getpass.h.
6743         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6744         * modules/group-member (EXTRA_DIST): Add group-member.h.
6745         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6746         * modules/hash (EXTRA_DIST): Add hash.h.
6747         * modules/human (EXTRA_DIST): Add human.h.
6748         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6749         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6750         * modules/lchown (EXTRA_DIST): Add lchown.h.
6751         * modules/long-options (EXTRA_DIST): Add long-options.h.
6752         * modules/lstat (EXTRA_DIST): Add lstat.h.
6753         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6754         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6755         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6756         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6757         * modules/memxor (EXTRA_DIST): Add memxor.h.
6758         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6759         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6760         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6761         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6762         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6763         * modules/physmem (EXTRA_DIST): Add physmem.h.
6764         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6765         * modules/posixver (EXTRA_DIST): Add posixver.h.
6766         * modules/quote (EXTRA_DIST): Add quote.h.
6767         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6768         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6769         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6770         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6771         regex_internal.h regexec.c.
6772         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6773         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6774         * modules/same (EXTRA_DIST): Add same.h.
6775         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6776         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6777         * modules/savedir (EXTRA_DIST): Add savedir.h.
6778         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6779         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6780         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6781         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6782         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6783         * modules/strdup (EXTRA_DIST): Add strdup.h.
6784         * modules/strftime (EXTRA_DIST): Add strftime.h.
6785         * modules/strndup (EXTRA_DIST): Add strndup.h.
6786         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6787         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6788         * modules/time_r (EXTRA_DIST): Add time_r.h.
6789         * modules/timespec (EXTRA_DIST): Add timespec.h.
6790         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6791         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6792         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6793         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6794         * modules/userspec (EXTRA_DIST): Add userspec.h.
6795         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6796         * modules/utimens (EXTRA_DIST): Add utimens.h.
6797         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6798         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6799         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6800         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6801         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6802         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6803         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6804         * modules/yesno (EXTRA_DIST): Add yesno.h.
6805
6806 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6807
6808         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6809
6810         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6811         * m4/dev-ino.m4, same-inode.m4: Remove.
6812
6813         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6814         * m4/acl.m4 (AC_FUNC_ACL):
6815         * m4/backupfile.m4 (gl_BACKUPFILE):
6816         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6817         * m4/canon-host.m4 (gl_CANON_HOST):
6818         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6819         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6820         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6821         * m4/cloexec.m4 (gl_CLOEXEC):
6822         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6823         * m4/closeout.m4 (gl_CLOSEOUT):
6824         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6825         * m4/dirname.m4 (gl_DIRNAME):
6826         * m4/exclude.m4 (gl_EXCLUDE):
6827         * m4/exitfail.m4 (gl_EXITFAIL):
6828         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6829         * m4/file-type.m4 (gl_FILE_TYPE):
6830         * m4/filemode.m4 (gl_FILEMODE):
6831         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6832         * m4/fpending.m4 (gl_FUNC_FPENDING):
6833         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6834         * m4/fts.m4 (gl_FUNC_FTS):
6835         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6836         * m4/getdate.m4 (gl_GETDATE):
6837         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6838         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6839         * m4/getpass.m4 (gl_FUNC_GETPASS):
6840         * m4/gettime.m4 (gl_GETTIME):
6841         * m4/getugroups.m4 (gl_GETUGROUPS):
6842         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6843         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6844         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6845         * m4/hash.m4 (gl_HASH):
6846         * m4/idcache.m4 (gl_IDCACHE):
6847         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6848         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6849         * m4/long-options.m4 (gl_LONG_OPTIONS):
6850         * m4/lstat.m4 (gl_FUNC_LSTAT):
6851         * m4/md5.m4 (gl_MD5):
6852         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6853         * m4/memcoll.m4 (gl_MEMCOLL):
6854         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6855         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6856         * m4/memxor.m4 (gl_MEMXOR):
6857         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6858         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6859         * m4/modechange.m4 (gl_MODECHANGE):
6860         * m4/mountlist.m4 (gl_MOUNTLIST):
6861         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6862         * m4/openat.m4 (gl_FUNC_OPENAT):
6863         * m4/pathmax.m4 (gl_PATHMAX):
6864         * m4/physmem.m4 (gl_PHYSMEM):
6865         * m4/posixtm.m4 (gl_POSIXTM):
6866         * m4/posixver.m4 (gl_POSIXVER):
6867         * m4/quote.m4 (gl_QUOTE):
6868         * m4/quotearg.m4 (gl_QUOTEARG):
6869         * m4/readtokens.m4 (gl_READTOKENS):
6870         * m4/readutmp.m4 (gl_READUTMP):
6871         * m4/regex.m4 (gl_REGEX):
6872         * m4/safe-read.m4 (gl_SAFE_READ):
6873         * m4/safe-write.m4 (gl_SAFE_WRITE):
6874         * m4/same.m4 (gl_SAME):
6875         * m4/save-cwd.m4 (gl_SAVE_CWD):
6876         * m4/savedir.m4 (gl_SAVEDIR):
6877         * m4/settime.m4 (gl_SETTIME):
6878         * m4/sha1.m4 (gl_SHA1):
6879         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6880         * m4/stat-macros.m4 (gl_STAT_MACROS):
6881         * m4/stat-time.m4 (gl_STAT_TIME):
6882         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6883         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6884         * m4/strdup.m4 (gl_FUNC_STRDUP):
6885         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6886         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6887         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6888         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6889         * m4/time_r.m4 (gl_TIME_R):
6890         * m4/timespec.m4 (gl_TIMESPEC):
6891         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6892         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6893         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6894         * m4/userspec.m4 (gl_USERSPEC):
6895         * m4/utimecmp.m4 (gl_UTIMECMP):
6896         * m4/utimens.m4 (gl_UTIMENS):
6897         * m4/xalloc.m4 (gl_XALLOC):
6898         * m4/xgetcwd.m4 (gl_XGETCWD):
6899         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6900         * m4/xreadlink.m4 (gl_XREADLINK):
6901         * m4/xstrtod.m4 (gl_XSTRTOD):
6902         * m4/yesno.m4 (gl_YESNO):
6903         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6904         to get the necessary .h files and whatnot.
6905
6906 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6907             Bruno Haible  <bruno@clisp.org>
6908
6909         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6910         /bin/sh understanding of '!' conditional negation.
6911
6912 2006-08-21  Jim Meyering  <jim@meyering.net>
6913
6914         * modules/openat (Depends-on): Really alphabetize.
6915
6916         * modules/acl (Depends-on): Add error and quote.
6917
6918         * check-module (find_included_lib_files): Add at-func.c to the
6919         ok-to-include-more-than-once white list.
6920
6921         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6922
6923 2006-08-21  Bruno Haible  <bruno@clisp.org>
6924
6925         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6926         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6927         Reported by Martin Lambers <marlam@marlam.de>.
6928
6929 2006-08-21  Bruno Haible  <bruno@clisp.org>
6930
6931         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6932         specify an installation location, don't emit a noinst_LIBRARIES or
6933         noinst_LTLIBRARIES assignment.
6934
6935 2006-08-21  Bruno Haible  <bruno@clisp.org>
6936
6937         BeOS portability.
6938         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6939         BeOS has mbrtowc() but no <wctype.h>.
6940
6941 2006-08-21  Bruno Haible  <bruno@clisp.org>
6942
6943         BeOS portability.
6944         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6945         exist.
6946
6947 2006-08-21  Bruno Haible  <bruno@clisp.org>
6948
6949         BeOS portability.
6950         * lib/mbchar.h: Include <wctype.h> only if it exists.
6951
6952 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6953
6954         Remove files that are no longer needed by their respective modules.
6955         * m4/obstack.m4: Remove.
6956         * m4/strerror_r.m4: Remove.
6957         * m4/uint32_t.m4: Remove.
6958         * m4/uintptr_t.m4: Remove.
6959         * m4/ullong_max.m4: Remove.
6960         * m4/xstrtoimax.m4: Remove.
6961         * m4/xstrtoumax.m4: Remove.
6962
6963         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6964         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6965         dependencies now capture this.
6966
6967         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6968         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6969         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6970         * m4/human.m4 (gl_HUMAN): Likewise.
6971         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6972         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6973
6974         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6975
6976         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6977         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6978         stdint.
6979         * m4/human.m4 (gl_HUMAN): Likewise.
6980         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6981         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6982         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6983         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6984         * m4/xstrtol (gl_XSTRTOL): Likewise.
6985
6986         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6987         AC_TYPE_LONG_LONG_INT.
6988         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6989         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6990         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6991         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6992
6993         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6994         on stdbool.
6995
6996         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6997         (gl_PREREQ_XSTRTOUL): Remove.
6998
6999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
7000
7001         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
7002         mode.
7003
7004 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7005
7006         Add and change modules to make it easier for coreutils to use
7007         gnulib-tool.
7008         * modules/backupfile (Files): Remove m4/d-ino.m4.
7009         (Depends-on): Add d-ino.
7010         * modules/cycle-check (Depends-on): Add stdint.
7011         (lib_SOURCES): Add cycle-check.h.
7012         * modules/d-ino: New module.
7013         * modules/d-type: New module.
7014         * modules/error (Files): Remove m4/strerror_r.m4.
7015         * modules/filemode (Files): Add m4/st_dm_mode.m4.
7016         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7017         m4/inttypes_h.m4, m4/uintmax_t.m4.
7018         (Depends-on): Add stdint.
7019         (lib_SOURCES): Add fsusage.h.
7020         * modules/getcwd (Files): Remove d-ino.m4.
7021         (Depends-on): Add d-ino.
7022         * modules/getndelim2 (Depends-on): Add stdint.
7023         * modules/glob (Files): Remove m4/d-type.m4.
7024         (Depends-on): Add d-type.
7025         * modules/host-os: New module.
7026         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
7027         m4/inttypes_h.m4, m4/uintmax_t.m4.
7028         * Depends-on: Add stdint.
7029         (lib_SOURCES): Add human.h.
7030         * modules/inttostr (Files): Remove m4/intmax_t.m4,
7031         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
7032         m4/uintmax_t.m4, m4/ulonglong.m4.
7033         (Depends-on): Add stdint.
7034         (EXTRA_DIST): Add inttostr.h.
7035         * modules/lchmod: New module.
7036         * modules/link-follow: New module.
7037         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
7038         (Depends-on): Add lchmod.
7039         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
7040         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
7041         (Depends-on): Add stdint.
7042         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
7043         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7044         (Depends-on): Add stdint.
7045         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
7046         * modules/perl: New module.
7047         * modules/regex (Depends-on): Add stdint.
7048         * modules/rmdir-errno: New module.
7049         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7050         m4/intmax_t.m4.
7051         (Depends-on): Add stdint.
7052         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
7053         m4/uintmax_t.m4.
7054         (Depends-on): Add stdint.
7055         * modules/unlink-busy: New module.
7056         * modules/utimecmp (Depends-on): Add stdint.
7057         * modules/uptime: New module.
7058         * modules/winsz-ioctl: New module.
7059         * modules/winsz-termios: New module.
7060         * modules/xnanosleep (Depends-on): Add nanosleep.
7061         * modules/ullong_max: Remove.
7062         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
7063         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
7064         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
7065         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
7066         (Depends-on): Add inttypes.
7067         (lib_SOURCES): Add xstrtol.h.
7068         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
7069         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
7070         * MODULES.html.sh: Move 'assert' into the assert section.
7071         Move 'dummy' into the linking section.
7072         Remove ullong_max.
7073         Add section for compatibility checks for POSIX:2001 functions,
7074         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
7075         winsz-ioctl, and winsz-termios into it.
7076         Add lchmod.
7077         Add top-level Misc section and put host-os, perl, and uptime
7078         into it.
7079
7080 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
7081
7082         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
7083         now assume the stdint module.  Do not include inttypes.h.
7084         * lib/fsusage.h: Likewise.
7085         * lib/getndelim2.c: Likewise.
7086         * lib/human.h: Likewise.
7087         * lib/inttostr.h: Likewise.
7088         * lib/obstack.c: Likewise.
7089         * lib/regex_internal.h: Likewise.
7090         * lib/tempname.c: Likewise.
7091         * lib/utimecmp.c: Likewise.
7092         * lib/xstrtol.h: Likewise.
7093
7094         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7095
7096         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7097         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7098         * lib/xtime.h: Likewise.
7099
7100 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7101
7102         * modules/openat (Files): Add lib/fchmodat.c.
7103         Fixes problem reported by Jay Youngman.
7104
7105 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7106
7107         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7108         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7109
7110 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7111             Bruno Haible  <bruno@clisp.org>
7112
7113         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7114         and is a script that invokes bison. Tighten the code. Add comments.
7115
7116 2006-08-18  Jim Meyering  <jim@meyering.net>
7117
7118         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7119         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7120         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7121         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7122
7123 2006-08-18  Bruno Haible  <bruno@clisp.org>
7124
7125         * modules/bison-i18n: New file.
7126         * MODULES.html.sh (Internationalization functions): Add it.
7127
7128 2006-08-18  Bruno Haible  <bruno@clisp.org>
7129
7130         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7131         sys/statvfs.h. When getmntinfo was found, check its declaration and
7132         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7133
7134 2006-08-18  Bruno Haible  <bruno@clisp.org>
7135
7136         * m4/bison-i18n.m4: New file, from bison.
7137
7138 2006-08-18  Bruno Haible  <bruno@clisp.org>
7139
7140         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7141         (ME_DUMMY): Treat "kernfs" as a dummy.
7142         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7143
7144 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7145
7146         Update from coreutils.
7147
7148         2006-08-15  Jim Meyering  <jim@meyering.net>
7149
7150         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7151
7152         2006-01-17  Jim Meyering  <jim@meyering.net>
7153
7154         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7155
7156         2006-01-11  Jim Meyering  <jim@meyering.net>
7157
7158         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7159         Check for the lchmod function.
7160
7161 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7162
7163         Update from coreutils.
7164
7165         * lib/__fpending.h: Add copyright notice.
7166         * lib/fprintftime.h: Likewise.
7167         * lib/savedir.c: Use (C) in copyright notice.
7168         * lib/savedir.h: Likewise.
7169
7170         2006-08-15  Jim Meyering  <jim@meyering.net>
7171
7172         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7173         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7174         in support of the EXPECTED_ERRNO macro.
7175         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7176         definitions.  Instead, define the appropriate symbols and include
7177         "at-func.c".
7178         * lib/mkdirat.c (mkdirat): Likewise.
7179         * lib/fchmodat.c (fchmodat): Likewise.
7180         (ENOSYS): Remove definition.
7181         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7182         it.  Don't include "unistd--.h" -- it wasn't ever used.
7183
7184         2006-01-17  Jim Meyering  <jim@meyering.net>
7185
7186         Rewrite fts.c not to change the current working directory,
7187         by using openat, fstatat, fdopendir, etc..
7188
7189         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7190         (HAVE_OPENAT_SUPPORT): Define.
7191         [_LIBC] (fchdir): Don't undef or define; no longer used.
7192         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7193         Now, this `function' always succeeds, and consumes its file descriptor
7194         parameter -- so callers must not close such FDs.  Update callers.
7195         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7196         (diropen): Add parameter, SP.  Adjust all callers.
7197         Implement using diropen_fd, rather than open.
7198         (fts_open): Initialize new member, fts_cwd_fd.
7199         Remove fts_rft-setting code.
7200         (fts_close): Close fts_cwd_fd, if necessary.
7201         (__opendir2): Define in terms of opendir or opendirat,
7202         depending on whether the FST_NOCHDIR flag is set.
7203         (fts_build): Since fts_safe_changedir consumes its FD, and since
7204         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7205         and close the dup'd file descriptor upon failure.
7206         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7207         (fts_safe_changedir): Tweak semantics to reflect that this function
7208         now calls cwd_advance_fd and hence consumes its FD argument.
7209         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7210         [struct FTS] (fts_rft): Remove now-unused member.
7211         [struct FTS] (fts_cycle.state): Improve comment.
7212
7213         * lib/openat.c (openat_needs_fchdir): New function.
7214         * lib/openat.h (openat_needs_fchdir): Declare it.
7215
7216 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7219         Problem and fix reported by Pádraig Brady in
7220         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7221
7222 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7223
7224         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7225
7226 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         * lib/memcoll.c (memcoll): Optimize for the common case where the
7229         arguments are bytewise equal.
7230
7231 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7232
7233         * doc/regexprops-generic.texi: Add a copyright notice.
7234
7235 2006-08-15  Bruno Haible  <bruno@clisp.org>
7236
7237         * modules/tmpdir (License): Change to LGPL.
7238
7239 2006-08-15  Bruno Haible  <bruno@clisp.org>
7240
7241         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7242         module.
7243
7244 2006-08-14  Simon Josefsson  <jas@extundo.com>
7245
7246         * config/srclist.txt: Add gnupload.
7247
7248 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7249
7250         Change copyright notice from LGPL 2 to GPL 2, since that's the
7251         standard form used in the gnulib repository.
7252         * tests/test-lock.c: Likewise.
7253         * tests/test-stdint.c: Likewise.
7254         * tests/test-tls.c: Likewise.
7255
7256         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7257         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7258         Add copyright notice.
7259
7260         * check-module: Add copyright notice.  Output a copyright
7261         notice if "--version" is specified.
7262         * modules/COPYING: New file.
7263         * tests/test-getaddrinfo.c: Add copyright notice.
7264         * tests/test-verify.c: Likewise.
7265
7266 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7267
7268         Change copyright notice from LGPL 2 to GPL 2, since that's the
7269         standard form used in the gnulib repository.
7270         * lib/lock.c: LGPL -> GPL.
7271         * lib/lock.h: Likewise.
7272         * lib/strnlen1.c: Likewise.
7273         * lib/strnlen1.h: Likewise.
7274         * lib/tls.c: Likewise.
7275         * lib/tls.h: Likewise.
7276         * lib/tmpdir.c: Likewise.
7277
7278         * lib/TODO: Remove; this belongs only in coreutils.
7279
7280 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         Add copyright notices to long-enough files that lack them, since
7283         otherwise the files aren't clearly free.  Use the same notice that
7284         getdate.texi already uses.
7285         * doc/alloca-opt.texi: Add copyright notice.
7286         * doc/alloca.texi: Likewise.
7287         * doc/ctime.texi: Likewise.
7288         * doc/functions.texi: Likewise.
7289         * doc/gcd.texi: Likewise.
7290         * doc/gnulib-tool.texi: Likewise.
7291         * doc/inet_ntoa.texi: Likewise.
7292         * doc/visibility.texi: Likewise.
7293
7294         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7295         * doc/quote.texi: Add copyright notice.
7296
7297         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7298         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7299         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7300         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7301         is now obsolete, and give a pointer to the Sun list.
7302         Add copyright notice.
7303
7304 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7305
7306         * config/srclistvars.sh: Add copyright notice.
7307
7308 2006-08-14  Eric Blake  <ebb9@byu.net>
7309
7310         Import the following change from libc:
7311
7312         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7313
7314         Upstream bug 2997.
7315         * lib/misc/error.c: Add space between program name and message if file
7316         name is missing.
7317
7318 2006-08-12  Karl Berry  <karl@gnu.org>
7319
7320         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7321         remove, these originate in gnulib now.
7322
7323 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7324
7325         * doc/Makefile (standards.info standards.html standards.dvi):
7326         Also depend on make-stds.texi.
7327
7328 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7331         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7332
7333         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7334         in wchar_t.  Problem reported by Eric Blake.
7335
7336         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7337         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7338         Also, help the compiler to keep LEN in a register.
7339
7340 2006-08-11  Eric Blake  <ebb9@byu.net>
7341
7342         * users.txt: Sort.  Add tar.
7343
7344 2006-08-11  Bruno Haible  <bruno@clisp.org>
7345
7346         * users.txt: New file.
7347
7348 2006-08-11  Bruno Haible  <bruno@clisp.org>
7349
7350         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7351         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7352
7353 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7354
7355         * modules/snprintf (Depends-on): Remove minmax.
7356         (Maintainer): Add self and Bruno.
7357
7358 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7359
7360         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7361         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7362         (EOVERFLOW): Define if the system does not.
7363         Do not include "minmax.h"; it wasn't used.
7364         (snprintf): Don't assume size_t promotes to an unsigned type.
7365         Fix bug when generated string was too long for the buffer: the
7366         buffer's contents are supposed to be the initial prefix of the
7367         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7368         exceeds INT_MAX; do the check ourselves.
7369
7370         Import the following changes from libc:
7371
7372         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7373
7374         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7375         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7376         set wc to the byte which couldn't be converted.
7377         (re_string_reconstruct): Don't clear valid_raw_len before calling
7378         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7379         tip_context using re_string_context_at.
7380
7381         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7382
7383         * lib/posix/regex.h: g++ still cannot handled [restrict].
7384
7385         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7386
7387         * lib/posix/regex.h: Remove special handling for VMS.
7388
7389 2006-08-10  Jim Meyering  <jim@meyering.net>
7390
7391         * modules/same-inode: New module.
7392         * modules/dev-ino: New module.
7393         * modules/cycle-check: Depend on these modules, rather than simply
7394         including their .h files.
7395         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7396         required via m4/cycle-check.m4.
7397         * modules/same: Depend on new same-inode module, rather than
7398         including same-inode.h.
7399         * modules/chdir-safer: New file.
7400
7401         * modules/chown (Depends-on): Add stat-macros.
7402
7403 2006-08-10  Jim Meyering  <jim@meyering.net>
7404
7405         * m4/cycle-check.m4: New file.
7406         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7407         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7408
7409 2006-08-10  Eric Blake  <ebb9@byu.net>
7410
7411         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7412         in from original proposal.
7413
7414 2006-08-10  Eric Blake  <ebb9@byu.net>
7415         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7416
7417         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7418         namespace.
7419
7420 2006-08-10  Bruno Haible  <bruno@clisp.org>
7421
7422         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7423         as well.
7424
7425 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7426
7427         Sync from coreutils.
7428
7429         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7430
7431         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7432         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7433
7434 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7435
7436         * modules/restrict: Remove; no longer needed now that we assume
7437         Autoconf 2.59 or later.
7438         * MODULES.html.sh: Remove 'restrict'.
7439         * modules/argp (Depends-on): Remove 'restrict'.
7440         * modules/base64 (Depends-on): Likewise.
7441         * modules/gc (Depends-on): Likewise.
7442         * modules/getaddrinfo (Depends-on): Likewise.
7443         * modules/glob (Depends-on): Likewise.
7444         * modules/inet_ntop (Depends-on): Likewise.
7445         * modules/inet_pton (Depends-on): Likewise.
7446         * modules/memxor (Depends-on): Likewise.
7447         * modules/regex (Depends-on): Likewise.
7448         * modules/strtok_r (Depends-on): Likewise.
7449         * modules/time_r (Depends-on): Likewise.
7450
7451 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7452
7453         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7454         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7455         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7456         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7457         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7458         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7459         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7460         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7461
7462         Merge from coreutils.
7463         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7464         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7465         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7466         * m4/time_r.m4 (gl_TIME_R): Likewise.
7467
7468 2006-08-09  Karl Berry  <karl@gnu.org>
7469
7470         * config/srclist.txt: no more gettext-tools, per Bruno.
7471
7472 2006-08-08  Eric Blake  <ebb9@byu.net>
7473
7474         * modules/verror: New module.
7475         * MODULES.html.sh: Document it.
7476
7477 2006-08-08  Eric Blake  <ebb9@byu.net>
7478
7479         * lib/verror.h, lib/verror.c: New files.
7480
7481 2006-08-08  Eric Blake  <ebb9@byu.net>
7482
7483         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7484         verror_at_line output complies with GNU Coding Standards even when
7485         file is NULL.
7486
7487 2006-08-07  Bruno Haible  <bruno@clisp.org>
7488
7489         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7490         versions of AIX.
7491         Reported by Ralf Wildenhues.
7492
7493 2006-08-07  Bruno Haible  <bruno@clisp.org>
7494
7495         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7496         in an AC_DEFUN. Needed so that the autoconf snippets can use
7497         AC_REQUIRE.
7498
7499 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7500
7501         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7502         Initialize pkgdata_DATA.
7503         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7504         overriding it.
7505
7506 2006-08-06  Eric Blake  <ebb9@byu.net>
7507
7508         * lib/error.h: Fold in some upstream changes from glibc.
7509         * lib/error.c: Likewise.
7510
7511 2006-08-04  Bruno Haible  <bruno@clisp.org>
7512
7513         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7514         Make the mostlyclean-local rule depend on mostlyclean-generic.
7515         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7516
7517 2006-07-31  Bruno Haible  <bruno@clisp.org>
7518
7519         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7520         <stdlib.h>, <string.h>.
7521
7522 2006-07-30  Bruno Haible  <bruno@clisp.org>
7523
7524         * modules/readlink (License): Change to LGPL.
7525
7526 2006-07-30  Bruno Haible  <bruno@clisp.org>
7527
7528         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7529         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7530         set PKGDATADIR to point to it.
7531
7532 2006-07-30  Bruno Haible  <bruno@clisp.org>
7533
7534         * modules/csharpexec (configure.ac): Comment out macro invocation.
7535         * modules/javaexec (configure.ac): Likewise.
7536         * modules/javacomp-script (configure.ac): Likewise.
7537
7538         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7539
7540 2006-07-30  Bruno Haible  <bruno@clisp.org>
7541
7542         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7543         linked-list.
7544
7545 2006-07-30  Bruno Haible  <bruno@clisp.org>
7546
7547         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7548
7549 2006-07-30  Bruno Haible  <bruno@clisp.org>
7550
7551         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7552         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7553         get removed.
7554
7555 2006-07-29  Bruno Haible  <bruno@clisp.org>
7556
7557         Make it possible for gnulib-tool to work with locally modified or
7558         augmented gnulib repositories.
7559         * gnulib-tool (func_usage): Document --local-dir option.
7560         (local_gnulib_dir): New variable.
7561         Handle --local-dir option.
7562         (func_lookup_file): New function.
7563         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7564         (func_get_description, func_get_filelist, func_get_description,
7565         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7566         func_get_automake_snippet, func_get_include_directive,
7567         func_get_license, func_get_maintainer): Use func_lookup_file.
7568         (func_import, func_create_testdir): Use func_lookup_file.
7569
7570 2006-07-29  Bruno Haible  <bruno@clisp.org>
7571
7572         * modules/setenv (Depends-on): Add unistd.
7573
7574 2006-07-29  Bruno Haible  <bruno@clisp.org>
7575
7576         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7577
7578 2006-07-29  Bruno Haible  <bruno@clisp.org>
7579
7580         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7581
7582 2006-07-29  Bruno Haible  <bruno@clisp.org>
7583
7584         * gnulib-tool (import, update): If there is no Makefile.am, look at
7585         aclocal.m4, instead of bailing out.
7586
7587 2006-07-29  Bruno Haible  <bruno@clisp.org>
7588
7589         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7590         Categorize the options by when they are useful.
7591
7592 2006-07-29  Bruno Haible  <bruno@clisp.org>
7593
7594         * gnulib-tool (func_usage): Document option --no-libtool.
7595         Handle option --no-libtool.
7596         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7597         for changed semantics of $libtool variable.
7598         (func_import): Likewise. If libtool is not used, show this through
7599         an option --no-libtool.
7600         (func_create_testdir): Update.
7601
7602 2006-07-29  Bruno Haible  <bruno@clisp.org>
7603
7604         * gnulib-tool (func_import): Extend error message about missing
7605         --doc-base.
7606
7607 2006-07-29  Bruno Haible  <bruno@clisp.org>
7608
7609         * gnulib-tool (func_import): Don't create the $docbase directory if
7610         there is no file to store there.
7611
7612 2006-07-29  Bruno Haible  <bruno@clisp.org>
7613
7614         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7615         relevant, look for configure.ac there, not in the current directory.
7616         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7617
7618 2006-07-29  Bruno Haible  <bruno@clisp.org>
7619
7620         * gnulib-tool (SORT): New variable.
7621         (func_usage): Undocument --assume-autoconf option.
7622         Remove --assume-autoconf option handling.
7623         (autoconf_minversion): Determine from the contents of configure.ac.
7624         (func_import): Remove autoconf_minversion handling.
7625         Suggested by Eric Blake.
7626
7627 2006-07-29  Bruno Haible  <bruno@clisp.org>
7628
7629         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7630
7631 2006-07-29  Bruno Haible  <bruno@clisp.org>
7632
7633         * config/srclist.txt (*setenv.[ch]): Remove rules.
7634
7635 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7636
7637         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7638
7639 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7640
7641         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7642         arpa/inet.h.
7643
7644 2006-07-28  Simon Josefsson  <jas@extundo.com>
7645
7646         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7647         * modules/inet_pton (Depends-on): Likewise.
7648
7649 2006-07-28  Simon Josefsson  <jas@extundo.com>
7650
7651         * m4/netinet_in_h.m4: New file.
7652
7653 2006-07-28  Simon Josefsson  <jas@extundo.com>
7654
7655         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7656         #include's.
7657
7658 2006-07-28  Simon Josefsson  <jas@extundo.com>
7659
7660         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7661         #include's.
7662
7663 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7664
7665         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7666         setgid on directories only if they set these bits.
7667         * lib/modechange.h: Remove obsolete comment about masks.
7668
7669 2006-07-28  Eric Blake  <ebb9@byu.net>
7670
7671         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7672         macro expansion.
7673
7674 2006-07-28  Bruno Haible  <bruno@clisp.org>
7675
7676         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7677
7678 2006-07-28  Bruno Haible  <bruno@clisp.org>
7679
7680         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7681
7682 2006-07-28  Bruno Haible  <bruno@clisp.org>
7683
7684         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7685         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7686         Define fallbacks.
7687         Avoids link error on FreeBSD 4.x.
7688         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7689
7690         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7691         encoding.
7692         * lib/mbswidth.c (iswcntrl): Likewise.
7693
7694 2006-07-27  Bruno Haible  <bruno@clisp.org>
7695
7696         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7697         test.
7698
7699 2006-07-27  Bruno Haible  <bruno@clisp.org>
7700
7701         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7702         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7703         defined.
7704
7705 2006-07-26  Eric Blake  <ebb9@byu.net>
7706
7707         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7708
7709 2006-07-26  Eric Blake  <ebb9@byu.net>
7710
7711         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7712         like mingw that lack mkstemp.
7713         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7714         avoid compilation warning on mingw.
7715
7716 2006-07-26  Bruno Haible  <bruno@clisp.org>
7717
7718         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7719         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7720         INT_FAST*_MIN, INTPTR_MIN.
7721
7722 2006-07-25  Bruno Haible  <bruno@clisp.org>
7723
7724         * modules/version-etc (Depends-on): Add stdarg.
7725
7726 2006-07-25  Bruno Haible  <bruno@clisp.org>
7727
7728         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7729         complex commands.
7730
7731 2006-07-25  Bruno Haible  <bruno@clisp.org>
7732
7733         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7734         defined in <stdarg.h> or config.h.
7735
7736 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7739         (gl_STDIO_SAFER): Remove.
7740
7741 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7742
7743         * MODULES.html.sh (File stream based Input/Output):
7744         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7745         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7746         * modules/fopen-safer, modules/tmpfile-safer: New files.
7747         * modules/stdio-safer: Remove.
7748
7749 2006-07-24  Bruno Haible  <bruno@clisp.org>
7750
7751         * modules/tmpdir: New file.
7752         * MODULES.html.sh (File system functions): Add it.
7753
7754 2006-07-24  Bruno Haible  <bruno@clisp.org>
7755
7756         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7757         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7758
7759 2006-07-24  Bruno Haible  <bruno@clisp.org>
7760
7761         * modules/clean-temp: New file.
7762
7763 2006-07-24  Bruno Haible  <bruno@clisp.org>
7764
7765         * m4/tmpdir.m4: New file, from GNU gettext.
7766
7767 2006-07-24  Bruno Haible  <bruno@clisp.org>
7768
7769         * lib/tmpdir.h: New file, from GNU gettext.
7770         * lib/tmpdir.c: New file, from GNU gettext.
7771
7772 2006-07-24  Bruno Haible  <bruno@clisp.org>
7773
7774         * lib/clean-temp.h: New file, from GNU gettext.
7775         * lib/clean-temp.c: New file, from GNU gettext.
7776
7777 2006-07-23  Eric Blake  <ebb9@byu.net>
7778
7779         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7780         (Depends-on): Add binary-io.
7781
7782 2006-07-23  Eric Blake  <ebb9@byu.net>
7783
7784         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7785
7786 2006-07-23  Eric Blake  <ebb9@byu.net>
7787
7788         * lib/tmpfile-safer.c: New file.
7789         * lib/stdio-safer.h (fopen_safer): Add prototype.
7790         * lib/stdio--.h (tmpfile): Make safer.
7791
7792 2006-07-23  Bruno Haible  <bruno@clisp.org>
7793
7794         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7795         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7796         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7797         gl_linked_remove_at): Use it.
7798
7799 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7800         and Simon Josefsson <jas@extundo.com>
7801
7802         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7803
7804         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7805
7806 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7807
7808         * modules/close-stream: New file.
7809         * modules/closeout (Description): Make it clear that it exits
7810         with a diagnostic on error.
7811         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7812         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7813
7814 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7815
7816         * m4/close-stream.m4: New file.
7817
7818 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7819
7820         * lib/close-stream.c, lib/close-stream.h: New files.
7821
7822 2006-07-22  Bruno Haible  <bruno@clisp.org>
7823
7824         Merge from GNU gettext 0.15.
7825
7826         2006-05-01  Bruno Haible  <bruno@clisp.org>
7827
7828                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7829
7830         2006-07-22  Bruno Haible  <bruno@clisp.org>
7831
7832                 * modules/javaversion: New file.
7833                 * MODULES.html.sh (Java): Add javaversion.
7834
7835         2006-03-12  Bruno Haible  <bruno@clisp.org>
7836
7837                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7838
7839         2005-12-04  Bruno Haible  <bruno@clisp.org>
7840
7841                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7842                 (untested).
7843
7844         2006-06-21  Bruno Haible  <bruno@clisp.org>
7845
7846                 Avoid warnings from recent versions of mcs.
7847                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7848                 -o, -L, -r any more. Use options documented since mcs-1.0
7849                 instead. Similarly for -g.
7850
7851         2005-12-04  Bruno Haible  <bruno@clisp.org>
7852
7853                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7854                 .resources, not .resource.
7855
7856         2005-07-09  Bruno Haible  <bruno@clisp.org>
7857
7858                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7859                 add a .dll suffix.
7860                 Reported by Mark Junker <mjscod@gmx.de>.
7861
7862         2006-07-22  Bruno Haible  <bruno@clisp.org>
7863
7864                 * modules/gettext: Upgrade to gettext-0.15.
7865                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7866                 m4/visibility.m4.
7867                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7868
7869 2006-07-22  Bruno Haible  <bruno@clisp.org>
7870
7871         Merge from GNU gettext 0.15.
7872
7873         2006-03-25  Bruno Haible  <bruno@clisp.org>
7874
7875                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7876
7877         2006-07-21  Bruno Haible  <bruno@clisp.org>
7878
7879                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7880                 "1.1".
7881
7882         2006-05-09  Bruno Haible  <bruno@clisp.org>
7883
7884                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7885                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7886                 for the conftestver execution.
7887
7888         2006-05-01  Bruno Haible  <bruno@clisp.org>
7889
7890                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7891                 optional target-version argument. Verify that the compiler
7892                 groks source of the specified source-version, or add -source
7893                 option as necessary. Verify that the compiler produces
7894                 bytecode in the specified target-version, or add -target and
7895                 -source options as necessary. Make the result of the test
7896                 available as variable CONF_JAVAC. Also log error output in
7897                 config.log.
7898
7899         2006-03-11  Bruno Haible  <bruno@clisp.org>
7900
7901                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7902
7903         2006-05-09  Bruno Haible  <bruno@clisp.org>
7904
7905                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7906                 CLASSPATH_SEPARATOR to a semicolon.
7907
7908         2006-03-12  Bruno Haible  <bruno@clisp.org>
7909
7910                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7911                 available as variable CONF_JAVA, for subsequent autoconf
7912                 tests. Also log error output in config.log.
7913
7914         2006-07-19  Bruno Haible  <bruno@clisp.org>
7915
7916                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7917                 that getline works on glibc2 systems. Needed to avoid trouble
7918                 in relocatable.c.
7919                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7920
7921         2005-12-04  Bruno Haible  <bruno@clisp.org>
7922
7923                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7924                 launcher (untested).
7925
7926         2005-12-04  Bruno Haible  <bruno@clisp.org>
7927
7928                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7929
7930         2006-07-22  Bruno Haible  <bruno@clisp.org>
7931
7932                 * gettext.m4: Update from GNU gettext-0.15.
7933                 * nls.m4: Likewise.
7934                 * po.m4: Likewise.
7935                 * inttypes-pri.m4: Likewise.
7936                 * inttypes-h.m4: Renamed from inttypes.m4.
7937                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7938
7939 2006-07-22  Bruno Haible  <bruno@clisp.org>
7940
7941         Merge from GNU gettext 0.15.
7942
7943         2005-07-05  Bruno Haible  <bruno@clisp.org>
7944
7945                 * printf-args.c (printf_fetchargs): Work around broken
7946                 definition of wint_t on mingw.
7947
7948         2005-02-12  Bruno Haible  <bruno@clisp.org>
7949
7950                 * xallocsa.h: Add extern "C" for C++.
7951
7952         2006-05-17  Bruno Haible  <bruno@clisp.org>
7953
7954                 Cygwin portability.
7955                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7956
7957         2006-04-30  Bruno Haible  <bruno@clisp.org>
7958
7959                 * progreloc.c: Include <mach-o/dyld.h> if available.
7960                 (find_executable): Use _NSGetExecutablePath when possible.
7961
7962         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7963
7964                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7965                 function.
7966
7967         2005-12-29  Bruno Haible  <bruno@clisp.org>
7968
7969                 * progreloc.c (set_program_name_and_installdir): Fix
7970                 compilation error.
7971
7972         2005-12-04  Bruno Haible  <bruno@clisp.org>
7973
7974                 Cygwin portability.
7975                 * progreloc.c: Include <windows.h> also on Cygwin.
7976                 (find_executable): Add support for Cygwin.
7977                 (set_program_name_and_installdir): Handle also platforms with
7978                 nonempty EXEEXT.
7979
7980         2006-07-11  Bruno Haible  <bruno@clisp.org>
7981
7982                 * javacomp.c: Fix a comment.
7983                 Reported by Jim Meyering.
7984
7985         2006-04-30  Bruno Haible  <bruno@clisp.org>
7986
7987                 * javacomp.h (compile_java_class): Add source_version,
7988                 target_version arguments.
7989                 * javacomp.c: Rewritten to choose only a compiler that
7990                 respects the specified source_version and target_version.
7991
7992         2006-06-27  Bruno Haible  <bruno@clisp.org>
7993
7994                 Assume correct S_ISDIR macro.
7995                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7996
7997         2006-07-22  Bruno Haible  <bruno@clisp.org>
7998
7999                 * javaversion.h: New file, from GNU gettext.
8000                 * javaversion.c: New file, from GNU gettext.
8001                 * javaversion.java: New file, from GNU gettext.
8002                 * javaversion.class: New file, from GNU gettext.
8003
8004         2006-05-17  Bruno Haible  <bruno@clisp.org>
8005
8006                 Cygwin portability.
8007                 * javaexec.c (execute_java_class): Test for jview program
8008                 also on Cygwin.
8009
8010         2006-04-09  Bruno Haible  <bruno@clisp.org>
8011
8012                 * fatal-signal.c: Don't include string.h.
8013                 (at_fatal_signal): Use a copying loop instead of memcpy.
8014
8015         2005-12-04  Bruno Haible  <bruno@clisp.org>
8016
8017                 * csharpexec.c: Add support for 'clix' launcher (untested).
8018                 (execute_csharp_using_sscli): New function.
8019                 (execute_csharp_program): Call it.
8020
8021         2006-06-21  Bruno Haible  <bruno@clisp.org>
8022
8023                 Avoid warnings from recent versions of mcs.
8024                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
8025                 -o, -L, -r any more. Use options documented since mcs-1.0
8026                 instead. Similarly for -g.
8027
8028         2005-07-09  Bruno Haible  <bruno@clisp.org>
8029
8030                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
8031                 add a .dll suffix.
8032                 Reported by Mark Junker <mjscod@gmx.de>.
8033
8034         2006-06-17  Bruno Haible  <bruno@clisp.org>
8035
8036                 * config.charset: Update for NetBSD 3.0.
8037
8038         2006-05-17  Bruno Haible  <bruno@clisp.org>
8039
8040                 Cygwin portability.
8041                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
8042
8043         2006-05-16  Bruno Haible  <bruno@clisp.org>
8044
8045                 * localcharset.c [CYGWIN]: Include <windows.h>.
8046                 (get_charset_aliases): For Cygwin, return the same CPxxx
8047                 aliases list as under WIN32.
8048                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
8049                 the environment variables. Fall back to GetACP().
8050
8051         2006-04-05  Bruno Haible  <bruno@clisp.org>
8052
8053                 * config.charset: Update Juan Manuel Guerrero's address.
8054
8055         2005-02-12  Bruno Haible  <bruno@clisp.org>
8056
8057                 * allocsa.h: Add extern "C" for C++.
8058
8059         2005-02-10  Bruno Haible  <bruno@clisp.org>
8060
8061                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
8062                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
8063
8064         2006-07-22  Bruno Haible  <bruno@clisp.org>
8065
8066                 * gettext.h: Update to GNU gettext-0.15.
8067
8068 2006-07-22  Bruno Haible  <bruno@clisp.org>
8069
8070         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
8071         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
8072         lib-prefix.m4, longdouble.m4, ssize_t.m4.
8073
8074 2006-07-21  Eric Blake  <ebb9@byu.net>
8075
8076         * modules/stdlib-safer: New file.
8077         * MODULES.html.sh (File stream based Input/Output): Add
8078         stdlib-safer.
8079
8080 2006-07-21  Eric Blake  <ebb9@byu.net>
8081
8082         * lib/stdlib-safer.h: New file from coreutils, required by
8083         stdlib--.h.
8084
8085 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
8086
8087         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
8088
8089 2006-07-20  Bruno Haible  <bruno@clisp.org>
8090
8091         * gnulib-tool: Recognize new option --assume-autoconf.
8092         (autoconf_minversion): New variable.
8093         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
8094
8095 2006-07-20  Bruno Haible  <bruno@clisp.org>
8096
8097         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8098
8099 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8100
8101         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8102         Reindent and repaginate.
8103
8104 2006-07-19  Derek Price  <derek@ximbiot.com>
8105
8106         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8107         Correct grammar.
8108
8109 2006-07-17  Bruno Haible  <bruno@clisp.org>
8110
8111         * modules/list: New file.
8112         * modules/array-list: New file.
8113         * modules/carray-list, modules/carray-list-tests: New files.
8114         * modules/linked-list, modules/linked-list-tests: New files.
8115         * modules/avltree-list, modules/avltree-list-tests: New files.
8116         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8117         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8118         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8119         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8120         * modules/oset: New file.
8121         * modules/array-oset: New file.
8122         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8123         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8124         * tests/test-carray_list.c: New file.
8125         * tests/test-linked_list.c: New file.
8126         * tests/test-avltree_list.c: New file.
8127         * tests/test-rbtree_list.c: New file.
8128         * tests/test-linkedhash_list.c: New file.
8129         * tests/test-avltreehash_list.c: New file.
8130         * tests/test-rbtreehash_list.c: New file.
8131         * tests/test-avltree_oset.c: New file.
8132         * tests/test-rbtree_oset.c: New file.
8133         * MODULES.html.sh (Container data structures): New section.
8134
8135 2006-07-17  Bruno Haible  <bruno@clisp.org>
8136
8137         * m4/gl_list.m4: New file.
8138
8139 2006-07-17  Bruno Haible  <bruno@clisp.org>
8140
8141         * lib/gl_list.h: New file.
8142         * lib/gl_list.c: New file.
8143         * lib/gl_array_list.h: New file.
8144         * lib/gl_array_list.c: New file.
8145         * lib/gl_carray_list.h: New file.
8146         * lib/gl_carray_list.c: New file.
8147         * lib/gl_linked_list.h: New file.
8148         * lib/gl_linked_list.c: New file.
8149         * lib/gl_anylinked_list1.h: New file.
8150         * lib/gl_anylinked_list2.h: New file.
8151         * lib/gl_avltree_list.h: New file.
8152         * lib/gl_avltree_list.c: New file.
8153         * lib/gl_anyavltree_list1.h: New file.
8154         * lib/gl_anyavltree_list2.h: New file.
8155         * lib/gl_rbtree_list.h: New file.
8156         * lib/gl_rbtree_list.c: New file.
8157         * lib/gl_anyrbtree_list1.h: New file.
8158         * lib/gl_anyrbtree_list2.h: New file.
8159         * lib/gl_anytree_list1.h: New file.
8160         * lib/gl_anytree_list2.h: New file.
8161         * lib/gl_linkedhash_list.h: New file.
8162         * lib/gl_linkedhash_list.c: New file.
8163         * lib/gl_anyhash_list1.h: New file.
8164         * lib/gl_anyhash_list2.h: New file.
8165         * lib/gl_avltreehash_list.h: New file.
8166         * lib/gl_avltreehash_list.c: New file.
8167         * lib/gl_rbtreehash_list.h: New file.
8168         * lib/gl_rbtreehash_list.c: New file.
8169         * lib/gl_anytreehash_list1.h: New file.
8170         * lib/gl_anytreehash_list2.h: New file.
8171
8172         * lib/gl_oset.h: New file.
8173         * lib/gl_oset.c: New file.
8174         * lib/gl_array_oset.h: New file.
8175         * lib/gl_array_oset.c: New file.
8176         * lib/gl_avltree_oset.h: New file.
8177         * lib/gl_avltree_oset.c: New file.
8178         * lib/gl_rbtree_oset.h: New file.
8179         * lib/gl_rbtree_oset.c: New file.
8180         * lib/gl_anytree_oset.h: New file.
8181
8182 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8183
8184         * m4/mkancesdirs.m4: New file.
8185         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8186         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8187         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8188         it.
8189
8190 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8191
8192         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8193         * lib/mkancesdirs.h: New files.
8194         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8195         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8196         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8197         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8198         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8199         callers changed.  Revamp internals significantly, by not
8200         attempting to create directories that are temporarily more
8201         permissive than the final results.  Do not attempt to use
8202         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8203         This removes some race conditions, fixes some bugs, and simplifies
8204         things.  Use new dirchownmod function to do owner and mode changes.
8205         * lib/mkdir-p.h: Likewise.
8206         * lib/modechange.c (octal_to_mode): New function.
8207         (struct mode_change): New member mentioned.
8208         (make_node_op_equals): New arg mentioned.  All callers changed.
8209         (mode_compile): Keep track of which mode bits the user has explicitly
8210         mentioned.
8211         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8212         New arg PMODE_BITS, to keep track of which mode bits the user
8213         mentioned; it treats S_ISUID and S_ISGID speciall.
8214         All callers changed.
8215         * lib/modechange.h: Likewise.
8216
8217 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8218
8219         * MODULES.html.sh: Add mkancestors.
8220         * modules/mkancesdirs: New module.
8221         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8222         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8223         The chdir-safer and afs files are now orphans; I'll remove them
8224         unless someone speaks up.
8225         Add lib/dirchownmod.c, lib/dirchownmod.h.
8226         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8227         Add lchown, mkancesdirs.
8228         (Maintainer): Add self.
8229
8230 2006-07-15  Karl Berry  <karl@gnu.org>
8231
8232         * gnulib-tool: help message wording/arrangement.
8233
8234 2006-07-14  Simon Josefsson  <jas@extundo.com>
8235
8236         * doc/gnulib.texi (Libtool and Windows): New section.
8237
8238 2006-07-12  Simon Josefsson  <jas@extundo.com>
8239
8240         * modules/gendocs (License): Fix license, approved by Karl.
8241
8242 2006-07-12  Eric Blake  <ebb9@byu.net>
8243
8244         * MODULES.html.sh: Add gendocs.
8245
8246 2006-07-11  Eric Blake  <ebb9@byu.net>
8247
8248         * modules/fdl: New module, to install doc/fdl.texi.
8249         * MODULES.html.sh: Add new section for documentation modules.
8250         * gnulib-tool: Avoid space-tab.
8251         (--doc-base): New option, to manage files from doc.
8252
8253 2006-07-11  Eric Blake  <ebb9@byu.net>
8254
8255         * m4/absolute-header.m4: Fix comments to match recent change.
8256
8257 2006-07-11  Eric Blake  <ebb9@byu.net>
8258
8259         * gnulib-tool: List --doc-base before --tests-base.
8260
8261 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8262
8263         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8264
8265 2006-07-11  Bruno Haible  <bruno@clisp.org>
8266
8267         * README: Mention where to put documentation.
8268
8269 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8270
8271         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8272
8273 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8274
8275         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8276         to stdint.m4.
8277
8278 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8279
8280         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8281         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8282         "no/such/file/stdint.h" when there is no such file, so that
8283         the resulting C code can be parsed by dodgy compilers.
8284         Problems reported by Bob Proulx.
8285
8286 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8287
8288         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8289         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8290         macros into the GNU _D_EXACT_NAMLEN.
8291         * lib/savedir.c:  Likewise.
8292         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8293
8294 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8295         and Paul Eggert  <eggert@cs.ucla.edu>
8296
8297         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8298         * m4/savedir.m4:
8299         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8300         macros into the GNU _D_EXACT_NAMLEN.
8301
8302 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8305         around the absolute name, to work around a problem with the HP-UX
8306         11.23 native C compiler, reported by Bob Proulx.
8307
8308 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8309
8310         * doc/maintain.texi, make-stds.texi: Sync from
8311         <http://savannah.gnu.org/projects/gnustandards>.
8312
8313 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8314
8315         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8316
8317 2006-07-09  Jim Meyering  <jim@meyering.net>
8318
8319         * m4/glob.m4: Remove a doubled word in a comment.
8320
8321 2006-07-09  Jim Meyering  <jim@meyering.net>
8322
8323         * lib/argp-pv.c: Remove a doubled word in a comment.
8324         * lib/check-version.c (check_version): Likewise.
8325         * lib/javacomp.c (compile_java_class): Likewise.
8326
8327 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8328
8329         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8330         for the benefit of people using Autoconf 2.60.  If you want to
8331         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8332         (or m4/onceonly.m4, if pre-2.57) manually.
8333
8334 2006-07-08  Jim Meyering  <jim@meyering.net>
8335
8336         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8337         comment.
8338         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8339         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8340         comment.
8341
8342 2006-07-08  Jim Meyering  <jim@meyering.net>
8343
8344         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8345
8346 2006-07-07  Simon Josefsson  <jas@extundo.com>
8347
8348         * tests/test-crc.c: Change expected crc value, the test vector
8349         were probably computed using the old broken crc.c?
8350
8351 2006-07-06  Simon Josefsson  <jas@extundo.com>
8352
8353         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8354         now the canonical place for the M4 file).
8355
8356         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8357         from the sys_socket dependency now.
8358
8359         * modules/inet_pton (Files): Ditto.
8360
8361         * modules/inet_ntop (Files): Ditto.
8362
8363 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8364
8365         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8366         not gl_PREREQ_GETUSERSHELL.
8367
8368 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8369
8370         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8371         with only one argument, for Autoconf 2.60.
8372         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8373         expand to nothing, so add a shell command to avoid syntax error.
8374         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8375
8376 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8377
8378         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8379
8380 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8381
8382         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8383         no longer needed.  Check for isblank decl.
8384         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8385         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8386         of existence.
8387
8388 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         * lib/getloadavg.c: Use __VMS, not VMS.
8391         * lib/getopt.c: Likewise.
8392         * lib/getpagesize.h: Likewise.
8393         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8394         and probably does not work.
8395
8396 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * lib/.cppi-disable: Add wcwidth.
8399         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8400         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8401         (ISGRAPH): Remove.  All uses changed to isgraph.
8402         (FOLD) [!defined _LIBC]: Remove special case.
8403         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8404         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8405         HAVE_ISBLANK.
8406         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8407         case.
8408
8409 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8410
8411         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8412         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8413         brackets.  Other minor changes to suppress some compiler
8414         warnings.
8415
8416 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8417         and Paul Eggert  <eggert@cs.ucla.edu>
8418
8419         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8420         of invoking obsolescent AC_HEADER_DIRENT macro.
8421         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8422         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8423         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8424         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8425         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8426         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8427         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8428         * m4/readdir.m4: Remove; no longer needed.
8429
8430 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8431         and Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8434         Don't worry about this obsolete case any more.
8435         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8436         directories.
8437         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8438         worry about this obsolete case any more.
8439         * lib/fts.c: Likewise.
8440         * lib/getcwd.c: Likewise.
8441         * lib/glob.h: Likewise.
8442         * lib/savedir.c: Likewise.
8443
8444 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8445
8446         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8447         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8448         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8449         needed.
8450         All uses removed.
8451         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8452         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8453         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8454         needed.
8455         * m4/getdate.m4 (gl_GETDATE): Likewise.
8456         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8457         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8458         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8459         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8460         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8461         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8462         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8463         needed.
8464
8465 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         * lib/memcasecmp.c: Include <limits.h>.
8468         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8469         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8470         Don't assume isdigit succeeds only on '0' through '9'.
8471
8472 2006-07-05  Eric Blake  <ebb9@byu.net>
8473
8474         * modules/getaddrinfo (Depends-on): Add snprintf.
8475
8476 2006-07-05  Eric Blake  <ebb9@byu.net>
8477
8478         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8479         to avoid 'header present but could not be compiled' on cygwin.
8480
8481 2006-07-05  Eric Blake  <ebb9@byu.net>
8482
8483         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8484         missing from netdb.h.
8485         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8486
8487 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8488
8489         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8490         no longer needed.
8491         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8492         * m4/getdate.m4 (gl_GETDATE): Likewise.
8493         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8494         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8495         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8496         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8497         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8498
8499 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8500
8501         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8502         All uses of is_space replaced by isspace.
8503         * lib/exit.h: Don't talk about STDC_HEADERS.
8504         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8505         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8506         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8507         replaced by isprint etc.
8508         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8509         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8510         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8511         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8512         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8513         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8514
8515 2006-07-05  Bruno Haible  <bruno@clisp.org>
8516
8517         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8518         the function exists, before testing against AIX.
8519         Reported by Martin Lambers <marlam@marlam.de>.
8520
8521 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8522
8523         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8524         From Mark D. Baushke.
8525
8526 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8527
8528         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8529         to the absolute name, not just one, to bypass Sun C 5.8's
8530         "warning: #include of /usr/include/... may be non-portable".
8531
8532 2006-07-04  Eric Blake  <ebb9@byu.net>
8533
8534         * modules/dirname-tests: New test module.
8535         * tests/test-dirname.c: New file, replacing dirname.c
8536         TEST_DIRNAME section that was recently deleted.
8537
8538 2006-07-04  Bruno Haible  <bruno@clisp.org>
8539
8540         Assume ANSI C header files and <ctype.h> functions.
8541         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8542         (mbsnwidth): Use isprint, iscntrl instead.
8543
8544 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         Merge from coreutils.
8547         * MODULES.html.sh: Add xstrtold.
8548         * modules/xstrtold: New file.
8549         * modules/cycle-check (Files): Add lib/same-inode.h.
8550         * modules/dirname (Files): Add m4/double-slash-root.m4.
8551         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8552         * modules/mkdir-p (Files): Add lib/same-inode.h.
8553         * modules/same (Files): Add lib/same-inode.h.
8554
8555 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8556
8557         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8558         This is to keep the terminology clean; POSIX talks about
8559         "absolute pathnames", not "full pathnames", but the GNU
8560         Coding Standards say to use "path" for something else;
8561         so use "absolute" to keep both sides happy.
8562         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8563         Set gl_absolute_header, not gl_full_header_path.
8564         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8565         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8566         All uses changed.
8567
8568         Merge from coreutils.
8569
8570         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8571
8572         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8573         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8574         want to require the building of c-strtod.o.
8575         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8576         needs -lm directly.
8577         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8578
8579         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8582         --as-needed option if available.  Problem reported by Albert Chin in
8583         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8584         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8585         cc merely issues a bunch of annoying warnings for --as-needed
8586         (this problem was reported by Bob Proulx).  Also, try linking with
8587         -lm to detect a bug in binutils 2.16 (this problem was reported
8588         by Ralf Wildenhues).
8589
8590         2006-06-18  Jim Meyering  <jim@meyering.net>
8591
8592         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8593         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8594         macro.
8595         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8596         also check for glibc-2.4's abort-inducing bug.
8597
8598         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8599         Low-probability clean-up should be to use rmdir to get rid of
8600         the just-created directory, not unlink.
8601
8602         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8603         configure fail, and request a bug report to inform us about it.
8604         Add a comment that, barring reports to the contrary, in 2007 we'll
8605         assume ftruncate is universally available.
8606
8607         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8608
8609         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8610
8611         2006-03-12  Jim Meyering  <jim@meyering.net>
8612
8613         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8614         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8615         * m4/same.m4 (gl_SAME): Likewise.
8616         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8617
8618         2006-03-11  Eric Blake  <ebb9@byu.net>
8619
8620         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8621         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8622         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8623         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8624
8625 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8626
8627         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8628         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8629         reported by Mark D. Baushke, one in
8630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8631
8632         Merge from coreutils.
8633
8634         * lib/.cppi-disable: Add stdint_.h.
8635         * lib/.cvsignore: Add stdint.h.
8636
8637         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8638
8639         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8640         both double and long double versions.
8641         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8642         * lib/xstrtold.c: New file.
8643         * lib/xstrtod.h (xstrtold): New decl.
8644
8645         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8646
8647         * lib/filemode.c (setst): Remove.
8648         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8649         (arguably) clearer, and the generated code is a bit smaller on my
8650         Debian GNU/Linux stable x86 host.
8651
8652         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8653
8654         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8655         Assume that filemode.h includes sys/types.h and sys/stat.h.
8656         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8657         (ftypelet): Reorder to put common cases first, for efficiency.
8658         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8659         to do 'M'.
8660         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8661         of 10, for compatibility with FreeBSD.  All callers changed.
8662         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8663         types that can't be deduced solely from st_mode.  First arg is now a
8664         const pointer.
8665         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8666         (strmode): Renamed from mode_string.
8667         (filemodestring): New decl.
8668         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8669         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8670         needed.
8671         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8672
8673         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8676         fsusage.h now does that.  Include fsusage.h first, to test interface.
8677         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8678         at most one method (the old code could have generated decls that
8679         didn't conform to C89, not that this was ever exercised).
8680         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8681
8682         2006-03-19  Jim Meyering  <jim@meyering.net>
8683
8684         Work even in a chroot where d_ino values for entries in "/"
8685         don't match the stat.st_ino values for the same names.
8686         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8687         number, iterate through all entries again, using lstat instead.
8688         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8689         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8690
8691         * lib/getcwd.c (__getcwd): Clarify a comment.
8692         Use memcpy in place of a call to strcpy.
8693
8694         2006-03-12  Jim Meyering  <jim@meyering.net>
8695
8696         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8697         matches that of the current directory (which we're about to chdir ".."
8698         out of), then save the dev-ino of the parent, instead.
8699
8700         * lib/same-inode.h (SAME_INODE): New file/macro.
8701         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8702         Include "same-inode.h", instead.
8703         * lib/same.c: Likewise.
8704         * lib/cycle-check.h: Include "same-inode.h".
8705         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8706         * lib/cycle-check.c (SAME_INODE): Remove definition.
8707         * lib/root-dev-ino.h: Include "same-inode.h".
8708
8709         2006-03-11  Eric Blake  <ebb9@byu.net>
8710
8711         * lib/same.c (same_name): s/base_name/last_component/
8712         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8713         * lib/filenamecat.c (file_name_concat): Likewise.
8714
8715         2006-03-11  Eric Blake  <ebb9@byu.net>,
8716                     Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8719         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8720         drive prefix.
8721         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8722         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8723         (last_component): New method.
8724         * lib/dirname.c (dir_len): Determine when drive letters need a
8725         subsequent slash.  Preserve // when it is special.
8726         (dir_name): Don't append dot when drive letter is absolute.
8727         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8728         * lib/basename.c (base_name): New semantics - malloc the result.
8729         Preserve // when it is special.  Preserve relative files that look
8730         like drive letters.
8731         (base_len): Preserve // when it is special.
8732         (last_component): New method, similar to old base_name semantics.
8733         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8734         base_name.  Strip redundant slashes from ///.
8735
8736 2006-07-03  Jim Meyering  <jim@meyering.net>
8737
8738         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8739         macro is used before the first cycle_check call.
8740
8741 2006-07-03  Eric Blake  <ebb9@byu.net>
8742
8743         * modules/dirname (Depends-on): Add xstrndup.
8744
8745 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8746
8747         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8748         test cases, so that config.log is a bit easier to follow.
8749
8750 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8751
8752         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8753         both are 64 bits, since this seems to be the tradition, and this
8754         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8755         we ever run into a host that prefers long long to long in this
8756         case, we'll need another configure-time test.  Problem reported by
8757         Jim Meyering.
8758
8759 2006-07-02  Eric Blake  <ebb9@byu.net>
8760
8761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8762
8763 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * modules/inttypes (Depends-on): No longer depends on stdint.
8766         * modules/stdint (Description): Say more about assumptions.
8767         Say that the fast types might differ.  Say macros are used.
8768         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8769         (Makefile.am): Revise list of substituted symbols to match
8770         new stdint.m4.
8771         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8772         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8773         * tests/test-stdint.c (verify_same_types)
8774         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8775         the code conforms to C99/C89.
8776         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8777         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8778
8779 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8780
8781         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8782         but fix a bug, by requiring at least 64 bits.
8783         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8784         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8785         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8786         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8787
8788         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8789         changes.  Make 2.59 a prerequisite.  Check and substitute for
8790         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8791         inttypes.h.  Do not use special include files; just use the
8792         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8793         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8794         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8795         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8796         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8797         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8798         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8799         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8800         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8801         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8802         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8803         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8804         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8805         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8806         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8807         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8808         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8809         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8810         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8811         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8812         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8813         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8814         not check for things that C99 does not require, e.g., int8_t.  If
8815         a test isn't needed unless <stdint.h> isn't working, and is
8816         unlikely to be needed for any other reason, then don't do it
8817         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8818         size_t, since we assume C89 freestanding at least.  Do not check
8819         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8820         the right thing even if the types are not defined.  Instead use:
8821         (gl_STDINT_TYPE_PROPERTIES): New macro.
8822         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8823         testing whether <sys/types.h> clashes, as Autoconf does this for
8824         us now.  All uses removed.
8825         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8826         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8827         (gl_CHECK_TYPE_SAME):
8828         Remove; no longer needed.
8829         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8830         exists, since we'll return 0 anyway in that case.
8831         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8832
8833 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8834
8835         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8836         possible collision with system files.
8837         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8838         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8839         WCHAR_MIN and WCHAR_MAX in this case.
8840         (<stddef.h>): Do not include; no longer needed.
8841         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8842         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8843         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8844         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8845         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8846         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8847         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8848         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8849         !defined(__c99))]: Include in this case too, since it's harmless
8850         now.
8851         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8852         dangerous to do so.
8853         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8854         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8855         (_STDINT_MIN, _STDINT_MAX): New macros.
8856         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8857         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8858         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8859         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8860         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8861         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8862         macros, not typedefs; this simplifies things quite a bit.
8863         Use long int for all types narrower than int64_t.
8864         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8865         Define in terms of long long int or int64_t or long int,
8866         not int64_t or int32_t.  This saves some compile-time testing.
8867         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8868         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8869         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8870         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8871         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8872         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8873         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8874         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8875         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8876         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8877         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8878         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8879         undef any previous version and define our own version, for
8880         simplicity and consistency with the new macros for types.
8881         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8882         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8883         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8884         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8885         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8886         @WINT_T_SUFFIX@ to keep things simple here.
8887         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8888         Simplify by assuming typical 8/16/32/64 host, since we're
8889         already doing that elsewhere anyway.
8890         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8891         and assume long long int is 64 bits if available.  This
8892         speeds up 'configure'.
8893
8894 2006-07-01  Eric Blake  <ebb9@byu.net>
8895
8896         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8897         Reported by Andreas Buening.
8898
8899 2006-07-01  Eric Blake  <ebb9@byu.net>
8900
8901         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8902
8903 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8904
8905         * lib/getaddrinfo.c: fixed typo
8906
8907 2006-06-29  Jim Meyering  <jim@meyering.net>
8908
8909         * modules/strftime (Maintainer): Add my name, since with the
8910         FPRINTFTIME changes strftime.c has forked from glibc.
8911
8912 2006-06-29  Eric Blake  <ebb9@byu.net>
8913
8914         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8915
8916 2006-06-29  Eric Blake  <ebb9@byu.net>
8917
8918         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8919
8920 2006-06-29  Eric Blake  <ebb9@byu.net>
8921
8922         * lib/stat_.h: New file.
8923
8924 2006-06-29  Eric Blake  <ebb9@byu.net>
8925
8926         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8927         unused static function.
8928
8929 2006-06-29  Eric Blake  <ebb9@byu.net>
8930
8931         * doc/functions.texi (Function Portability): Document missing lstat
8932         on mingw.
8933
8934 2006-06-29  Eric Blake  <ebb9@byu.net>
8935
8936         * MODULES.html.sh: Add sys_stat.
8937         * modules/sys_stat: New module.
8938         * modules/mkstemp (Depends-on): Add sys_stat.
8939
8940 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8941
8942         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8943
8944 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8945
8946         * m4/c-bs-a.m4: Removed.
8947
8948 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8949
8950         * lib/strftime.c: Assume strftime() exists.
8951
8952 2006-06-29  Derek Price  <derek@ximbiot.com>
8953
8954         * modules/c-bs-a: Removed - \a is C89.
8955         * MODULES.html.sh: Remove c-bs-a.
8956
8957 2006-06-29  Bruno Haible  <bruno@clisp.org>
8958
8959         * modules/wcwidth (License): Change to LGPL.
8960
8961 2006-06-28  Simon Josefsson  <jas@extundo.com>
8962
8963         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8964         on _WIN32.
8965
8966         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8967         getnameinfo.
8968
8969 2006-06-28  Simon Josefsson  <jas@extundo.com>
8970
8971         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8972
8973 2006-06-28  Simon Josefsson  <jas@extundo.com>
8974
8975         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8976         functions there.  It will succeed on Windows XP, but on Windows
8977         2000 and (presumably) earlier, it will fail, and use the internal
8978         re-implementation.
8979         (use_win32_p): New function.
8980         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8981         Support AI_NUMERICSERV to disable getservbyname.
8982         (getnameinfo): New function, only supports
8983         NI_NUMERICHOST|NI_NUMERICSERV for now.
8984
8985         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8986         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8987         getnameinfo.
8988
8989 2006-06-28  Eric Blake  <ebb9@byu.net>
8990
8991         * modules/wcwidth: New file.
8992         * modules/mbchar (Depends-on): Add wcwidth.
8993         * modules/mbswidth (Depends-on): Add wcwidth.
8994         * MODULES.html.sh: Add wcwidth.
8995
8996 2006-06-28  Eric Blake  <ebb9@byu.net>
8997
8998         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8999         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
9000
9001 2006-06-28  Eric Blake  <ebb9@byu.net>
9002
9003         * lib/xvasprintf.h: Fix comments.
9004
9005 2006-06-28  Eric Blake  <ebb9@byu.net>
9006
9007         * lib/mbchar.h (wcwidth): Include wcwidth.h.
9008         * lib/mbswidth.c (wcwidth): Move from here...
9009         * lib/wcwidth.h: ...to this new file.
9010
9011 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9012
9013         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
9014
9015         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
9016         it's obsolete.
9017         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
9018
9019 2006-06-28  Derek R. Price  <derek@ximbiot.com>
9020
9021         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
9022         Autoconf 2.60 says this stuff was obsolete.
9023
9024 2006-06-28  Bruno Haible  <bruno@clisp.org>
9025
9026         * modules/wcwidth (Files): Add m4/wchar_t.m4.
9027
9028 2006-06-28  Bruno Haible  <bruno@clisp.org>
9029
9030         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
9031         gt_TYPE_WCHAR_T.
9032
9033 2006-06-28  Bruno Haible  <bruno@clisp.org>
9034
9035         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
9036         declaration for wcwidth.
9037         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
9038
9039 2006-06-28  Bruno Haible  <bruno@clisp.org>
9040
9041         * lib/mkdtemp.c [MINGW]: Include <io.h>.
9042         (mkdir): Define using _mkdir.
9043
9044 2006-06-28  Bruno Haible  <bruno@clisp.org>
9045
9046         * lib/getaddrinfo.h: Fix POSIX URL.
9047         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
9048         _WIN32.
9049         (use_win32_p): Make static.
9050         (getaddrinfo): Reject service name if it is empty or does not consist
9051         solely of decimal digits, or if its value is > 65535.
9052         (getnameinfo): Remove useless casts.
9053
9054 2006-06-27  Simon Josefsson  <jas@extundo.com>
9055
9056         * modules/sys_select: New file, suggested by Bruno Haible, Paul
9057         Eggert and Martin Lambers.
9058
9059 2006-06-27  Simon Josefsson  <jas@extundo.com>
9060
9061         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
9062         Eggert and Martin Lambers.
9063
9064 2006-06-27  Bruno Haible  <bruno@clisp.org>
9065
9066         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
9067         result to 0, not to empty.
9068         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
9069
9070 2006-06-27  Bruno Haible  <bruno@clisp.org>
9071
9072         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
9073
9074 2006-06-26  Simon Josefsson  <jas@extundo.com>
9075
9076         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
9077         present.
9078
9079 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
9082         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
9083         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
9084
9085 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
9086
9087         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
9088
9089 2006-06-26  Bruno Haible  <bruno@clisp.org>
9090
9091         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
9092
9093 2006-06-26  Bruno Haible  <bruno@clisp.org>
9094
9095         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9096
9097 2006-06-26  Bruno Haible  <bruno@clisp.org>
9098
9099         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9100         SGI C compiler in pre-C99 mode.
9101         Suggested by Mark D. Baushke and Larry Jones.
9102
9103 2006-06-26  Bruno Haible  <bruno@clisp.org>
9104
9105         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9106         WCHAR_MAX.
9107         Reported by Mark D. Baushke and Larry Jones.
9108
9109 2006-06-26  Bruno Haible  <bruno@clisp.org>
9110
9111         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9112         in pre-C99 mode.
9113         Suggested by Mark D. Baushke and Larry Jones.
9114
9115 2006-06-23  Simon Josefsson  <jas@extundo.com>
9116             Bruno Haible  <bruno@clisp.org>
9117
9118         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9119         Emit mostlyclean-local rule.
9120         (func_emit_tests_Makefile_am): Likewise.
9121         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9122
9123 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9124
9125         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9126
9127 2006-06-23  Bruno Haible  <bruno@clisp.org>
9128
9129         * tests/test-stdint.c: Update to match ISO C 99 Technical
9130         Corrigendum 1.
9131
9132 2006-06-23  Bruno Haible  <bruno@clisp.org>
9133
9134         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9135
9136 2006-06-23  Bruno Haible  <bruno@clisp.org>
9137
9138         * lib/stdint_.h: Treat IRIX like OpenBSD.
9139
9140 2006-06-23  Bruno Haible  <bruno@clisp.org>
9141
9142         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9143         ISO C 99 Technical Corrigendum 1.
9144
9145 2006-06-22  Simon Josefsson  <jas@extundo.com>
9146
9147         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9148         MinGW.
9149
9150 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9151
9152         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9153         needed.  Some compiler complained about some of them.  Problem reported
9154         by Larry Jones in
9155         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9156
9157 2006-06-21  Simon Josefsson  <jas@extundo.com>
9158
9159         * tests/test-getaddrinfo.c: New file.
9160
9161         * modules/getaddrinfo-tests: New file.
9162
9163         * MODULES.html.sh: Add inet_pton.
9164
9165         * modules/inet_pton: New file.
9166
9167 2006-06-21  Simon Josefsson  <jas@extundo.com>
9168
9169         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9170         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9171         of using the (limited) gnulib implementation on Windows XP.
9172
9173         * m4/inet_pton.m4: New file.
9174
9175 2006-06-21  Simon Josefsson  <jas@extundo.com>
9176
9177         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9178         variable.
9179
9180         * lib/socket_.h: Don't define WINVER.
9181
9182         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9183         slightly modified to work in gnulib.
9184
9185 2006-06-21  Simon Josefsson  <jas@extundo.com>
9186
9187         * doc/gnulib.texi (Windows sockets): Add.
9188
9189 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9190
9191         * lib/read-file.c (fread_file): Start with buffer allocation of
9192         0 bytes rather than 1 byte; this simplifies the code.
9193         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9194         code to free buffer and save/restore errno.
9195         (internal_read_file): Remove unused local.
9196
9197 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9200         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9201         Problem reported by Denis Excoffier in
9202         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9203
9204 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9205
9206         * modules/sys_socket, modules/socklen: Include sys/types since
9207         FreeBSD 4.x's sys/socket.h needs it.
9208
9209 2006-06-19  Simon Josefsson  <jas@extundo.com>
9210
9211         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9212
9213 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9214
9215         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9216
9217 2006-06-19  Bruno Haible  <bruno@clisp.org>
9218
9219         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9220         and FULL_PATH_INTTYPES_H in angle brackets.
9221         Reported by Mark D. Baushke <mdb@gnu.org>.
9222
9223 2006-06-17  Eric Blake  <ebb9@byu.net>
9224
9225         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9226         errno.
9227
9228 2006-06-17  Bruno Haible  <bruno@clisp.org>
9229
9230         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9231         <sys/inttypes.h>.
9232
9233 2006-06-17  Bruno Haible  <bruno@clisp.org>
9234
9235         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9236         whether errno is declared. Assume <errno.h> declares errno.
9237
9238 2006-06-17  Bruno Haible  <bruno@clisp.org>
9239
9240         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9241
9242 2006-06-17  Bruno Haible  <bruno@clisp.org>
9243
9244         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9245         problem on Solaris 2.5.1.
9246
9247 2006-06-16  Eric Blake  <ebb9@byu.net>
9248
9249         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9250         * lib/unicodeio.c [!defined errno]: Likewise.
9251         * lib/strtol.c [!defined errno]: Likewise.
9252         * lib/strtod.c [!defined errno]: Likewise.
9253
9254 2006-06-15  Eric Blake  <ebb9@byu.net>
9255
9256         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9257
9258 2006-06-15  Eric Blake  <ebb9@byu.net>
9259
9260         * config/srclist.txt (ssize_t.m4): Lose sync.
9261
9262 2006-06-15  Bruno Haible  <bruno@clisp.org>
9263
9264         * modules/stdint (Files): Include m4/full-header-path.m4,
9265         m4/size_max.m4, m4/wchar_t.m4.
9266         (Makefile.am): Many more substitutions.
9267         * modules/stdint-tests: New file.
9268         * tests/test-stdint.c: New file.
9269
9270 2006-06-15  Bruno Haible  <bruno@clisp.org>
9271
9272         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9273         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9274         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9275         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9276         gl_CHECK_TYPE_SAME): New macros.
9277
9278 2006-06-15  Bruno Haible  <bruno@clisp.org>
9279
9280         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9281
9282 2006-06-15  Bruno Haible  <bruno@clisp.org>
9283
9284         * lib/stdint_.h: Rewritten to be fully auto-configured.
9285         Fixes bug on HP-UX/IA64.
9286
9287 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9288
9289         * lib/getdate.y (__attribute__): Don't define if already defined.
9290         Problem reported by Larry Jones.
9291         * lib/utimens.c (__attribute__): Likewise.
9292
9293 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9294
9295         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9296         reported by Andreas Schwab.
9297
9298 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9299             Bruno Haible  <bruno@clisp.org>
9300
9301         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9302         check for the declaration of strnlen and a run test that exposes the
9303         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9304         rpl_strndup.
9305
9306 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9307             Bruno Haible  <bruno@clisp.org>
9308
9309         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9310
9311 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9312
9313         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9314         compile test, for Tru64 4.0D.
9315
9316 2006-05-28  Karl Berry  <karl@gnu.org>
9317
9318         * config/srclist.txt (printf-args.c): lose sync.
9319
9320 2006-05-26  Martin Lambers  <marlam@marlam.de>
9321
9322         * lib/getpass.c: Updates the test for the native W32 API, and adds
9323         missing includes, thus fixing compilation warnings.
9324
9325 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9326
9327         * lib/exclude.c (exclude_fnmatch): New function.
9328         (excluded_file_name): Call exclude_fnmatch.
9329         * lib/exclude.h (excluded_file_name): New prototype
9330
9331 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9332
9333         * lib/tempname.c (small_open, large_open): New macros.
9334         (__open, __open64) [!_LIBC]: Remove.
9335         (__gen_tempname): Use small_open and large_open instead of __open
9336         and __open64.  This fixes a portability bug on HP-UX 11.11i
9337         reported by Simon Wing-Tang in
9338         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9339
9340 2006-05-24  Bruno Haible  <bruno@clisp.org>
9341
9342         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9343         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9344         Reported by Thorsten Maerz <torte@netztorte.de> via
9345         Aaron Stone <aaron@serendipity.cx>.
9346
9347 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9348
9349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9350         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9351         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9352         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9353         not really conditional on the cache.
9354         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9355
9356 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9357
9358         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9359         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9360         (my_usleep): Don't mishandle maximum value.
9361
9362 2006-05-19  Jim Meyering  <jim@meyering.net>
9363
9364         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9365
9366 2006-05-17  Bruno Haible  <bruno@clisp.org>
9367
9368         Cygwin portability.
9369         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9370
9371 2006-05-17  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/stdint_.h: Fix recognition of Cygwin.
9374
9375 2006-05-15  Bruno Haible  <bruno@clisp.org>
9376
9377         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9378         on libtool patch by Ralf Wildenhues.
9379
9380 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9381
9382         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9383         test for C99 conformance; (bool) 0.5 is an integer constant
9384         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9385         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9386
9387 2006-05-11  Simon Josefsson  <jas@extundo.com>
9388
9389         * m4/xvasprintf.m4: Fix obvious typo.
9390
9391 2006-05-11  Jim Meyering  <jim@meyering.net>
9392
9393         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9394         James Lemley.
9395
9396 2006-05-10  Simon Josefsson  <jas@extundo.com>
9397
9398         * lib/md4.c: Typo fix, update copyright years.
9399         (K1, K2): Don't use L because it turn computations into 64-bit on
9400         64-bit platforms.
9401
9402 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9403
9404         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9405         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9406         unwanted sign propagation, e.g., on hosts with 64-bit int.
9407         There still are some problems with reeelly weird theoretical hosts
9408         (e.g., 33-bit int) but it's not worth worrying about now.
9409         * lib/sha1.c (rol): Likewise.
9410         (K1, K2, K3, K4): Remove unnecessary L suffix.
9411
9412 2006-05-10  Bruno Haible  <bruno@clisp.org>
9413
9414         * lib/des.c: Cast to avoid warnings.
9415
9416 2006-05-09  Bruno Haible  <bruno@clisp.org>
9417
9418         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9419         (Depends-on): Depend also on xsize, stdarg.
9420         (configure.ac): Add gl_XVASPRINTF.
9421
9422 2006-05-09  Bruno Haible  <bruno@clisp.org>
9423
9424         * m4/xvasprintf.m4: New file.
9425
9426 2006-05-09  Bruno Haible  <bruno@clisp.org>
9427
9428         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9429         (EOVERFLOW): Define fallback value.
9430         (xstrcat): New function.
9431         (xvasprintf): Recognize the special case of a string concatenation.
9432
9433 2006-05-08  Eric Blake  <ebb9@byu.net>
9434
9435         * gnulib-tool (func_version): Base copyright year on CVS date.
9436         (func_emit_copyright_notice): New function.
9437         (func_emit_lib_Makefile_am): Use it.
9438         (func_emit_tests_Makefile_am): Likewise.
9439         (func_import): Likewise.
9440
9441 2006-05-08  Bruno Haible  <bruno@clisp.org>
9442
9443         * modules/stdarg: New file.
9444         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9445
9446 2006-05-08  Bruno Haible  <bruno@clisp.org>
9447
9448         * m4/stdarg.m4: New file, from GNU gettext.
9449
9450 2006-05-08  Bruno Haible  <bruno@clisp.org>
9451
9452         * config/srclist.txt (build-aux/config.rpath): different from latest
9453         release.
9454
9455 2006-05-08  Bruno Haible  <bruno@clisp.org>
9456
9457         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9458
9459 2006-05-05  Jim Meyering  <jim@meyering.net>
9460
9461         * m4/warning.m4: New file, derived from bison's file by the same name.
9462
9463 2006-05-03  Bruno Haible  <bruno@clisp.org>
9464
9465         * lib/stdint_.h: Shorter URL.
9466         * lib/inttypes.h: Likewise.
9467
9468 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9469
9470         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9471
9472 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9473
9474         * lib/verify.h: Document the internals better.  Most of this change
9475         was written by Bruno Haible.
9476
9477 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * doc/verify.texi: New file, partly based on a proposal by
9480         Bruno Haible.
9481
9482 2006-05-02  Bruno Haible  <bruno@clisp.org>
9483
9484         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9485         test from here...
9486         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9487
9488 2006-04-29  Bruno Haible  <bruno@clisp.org>
9489
9490         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9491         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9492
9493 2006-04-29  Bruno Haible  <bruno@clisp.org>
9494
9495         * gnulib-tool: Make --update option actually work.
9496
9497 2006-04-29  Bruno Haible  <bruno@clisp.org>
9498
9499         * doc/gcd.texi: New file.
9500         * doc/gnulib.texi: Include it.
9501
9502 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9503
9504         * lib/getdate.y (get_date): When adding relative date, start with the
9505         initial time, not with the result of the first mktime call.
9506
9507 2006-04-25  Bruno Haible  <bruno@clisp.org>
9508
9509         * gnulib-tool (func_import): Output the include directives in three
9510         blocks, sorted separately.
9511         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9512
9513 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9514
9515         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9516         to define main with arguments, for C++.  Reported by Eric Blake.
9517         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9518         Prefer 'int main ()' to 'int main (void)', for C++.
9519         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9520         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9521         for 'main', for C99 and C++.
9522
9523 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9524
9525         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9526         Don't assume that exit status -1 is valid.
9527         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9528         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9529         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9530         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9531         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9532         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9533         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9534         functions can be used without declaring them, or that you can
9535         exit with status -1.
9536         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9537
9538 2006-04-24  Karl Berry  <karl@gnu.org>
9539
9540         * config/srclist.txt (longdouble.m4): sync lost.
9541
9542 2006-04-24  Eric Blake  <ebb9@byu.net>
9543
9544         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9545
9546 2006-04-24  Bruno Haible  <bruno@clisp.org>
9547
9548         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9549         poll() implementation in AIX.
9550         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9551
9552 2006-04-24  Bruno Haible  <bruno@clisp.org>
9553
9554         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9555         assigned exactly once.
9556
9557 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9558             Bruno Haible  <bruno@clisp.org>
9559
9560         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9561         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9562         for AM_CPPFLAGS.
9563
9564 2006-04-23  Bruno Haible  <bruno@clisp.org>
9565
9566         * modules/copy-file: Depend on unistd.
9567         * modules/execute: Likewise.
9568         * modules/fatal-signal: Likewise.
9569         * modules/findprog: Likewise.
9570         * modules/mkdtemp : Likewise.
9571         * modules/pipe: Likewise.
9572         * modules/wait-process: Likewise.
9573
9574 2006-04-23  Bruno Haible  <bruno@clisp.org>
9575
9576         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9577         condition was already detected.
9578         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9579
9580 2006-04-23  Bruno Haible  <bruno@clisp.org>
9581
9582         * lib/copy-file.c: Include <unistd.h> unconditionally.
9583         * lib/execute.c: Likewise.
9584         * lib/fatal-signal.c: Likewise.
9585         * lib/findprog.c: Likewise.
9586         * lib/mkdtemp.c: Likewise.
9587         * lib/pipe.h: Likewise.
9588         * lib/pipe.c: Likewise.
9589         * lib/wait-process.h: Likewise.
9590
9591 2006-04-23  Bruno Haible  <bruno@clisp.org>
9592
9593         * gnulib-tool (func_usage): Fix --import description. Document
9594         --update.
9595         (func_import): Create temporary file in a temporary directory, if
9596         --dry-run is specified. Silence errors from 'grep' when there are no
9597         m4 files in $m4dir.
9598         (func_create_testdir): Silence errors from 'grep' when there are no
9599         m4 files in $m4dir.
9600         Reported by Karl Berry <karl@freefriends.org>.
9601
9602 2006-04-20  Bruno Haible  <bruno@clisp.org>
9603
9604         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9605         one argument, so that the code will be portable to Autoconf 2.60.
9606         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9607         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9608         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9609
9610 2006-04-19  Derek Price  <derek@ximbiot.com>
9611             Eric Blake  <ebb9@byu.net>
9612
9613         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9614         rather than "/full/path.h".  Update comment to match.  Shorten &
9615         generalize m4_translit call via AS_TR_CPP.
9616
9617 2006-04-19  Derek Price  <derek@ximbiot.com>
9618             Eric Blake  <ebb9@byu.net>
9619
9620         * lib/inttypes.h: Correct grammar in comment.
9621
9622 2006-04-18  Derek Price  <derek@ximbiot.com>
9623             Paul Eggert  <eggert@cs.ucla.edu>
9624
9625         * modules/inttypes: New file.
9626         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9627
9628 2006-04-18  Derek Price  <derek@ximbiot.com>
9629             Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9632         New files.
9633
9634 2006-04-18  Derek Price  <derek@ximbiot.com>
9635             Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         * lib/inttypes.h: New file.
9638         * lib/strtoimax.c: Assume <inttypes.h>.
9639
9640 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9641
9642         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9643         isn't mounted.  Problem reported by Kir Kolyshkin.
9644
9645 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9646
9647         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9648         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9649         Derek R. Price.
9650         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9651         implementation.
9652
9653 2006-04-12  Eric Blake  <ebb9@byu.net>
9654
9655         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9656         is now done automatically by the corresponding Autoconf macro.
9657
9658 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9659
9660         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9661         time_r.h.
9662
9663 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         Merge regex changes from libc, removing some of our
9666         POSIX-conformance changes that were rejected and redoing them in a
9667         less-intrusive way.
9668
9669         * lib/regcomp.c (re_compile_internal, init_dfa):
9670         Length arg is now size_t, not Idx.  All uses changed.
9671         (peek_token): Forward decl now says internal_function.
9672         (__re_error_msgid, __re_error_msgid_idx):
9673         Now static rather than extern with attribute_hidden.
9674         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9675         For some reason libc prefers K&R style defns for external functions.
9676         (regerror) [!defined _LIBC]: Likewise.
9677         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9678         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9679         (build_range_exp, build_collating_symbol):
9680         Use K&R-style defn.
9681         (re_compile_fastmap): Use '\0' to memset, not 0.
9682         (utf8_sb_map): Make the calculations more obvious.
9683         (init_dfa, parse_bracket_exp, build_charclass_op):
9684         Call calloc and cast result, as glibc does.
9685         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9686         (build_range_exp, build_collating_symbol):
9687         Now internal functions.
9688
9689         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9690
9691         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9692         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9693         Don't depend on VMS; depend on __VMS instead, for POSIX
9694         namespace cleanness.
9695         (regoff_t): Define to ssize_t, not long int.
9696
9697         Remove the REG_ macros named below.  Instead, make the old names
9698         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9699         __USE_GNU_REGEX.
9700         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9701         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9702         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9703         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9704         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9705         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9706         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9707         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9708         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9709         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9710         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9711         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9712         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9713         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9714         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9715         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9716         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9717         (REG_NREGS):
9718         Remove.  All uses replaced by the old RE_* names.
9719         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9720         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9721         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9722         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9723         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9724         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9725         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9726         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9727         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9728         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9729         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9730         Don't bother having these macros be independent of each others'
9731         values, since they no longer exist in the POSIX name space.
9732
9733         Rename the following member names back to their old names,
9734         unless !__USE_GNU_REGEX.  All uses changed back.
9735         (buffer): Renamed from re_buffer.
9736         (allocated): Renamed from re_allocated.
9737         (used): Renamed from re_used.
9738         (syntax): Renamed from re_syntax.
9739         (fastmap): Renamed from re_fastmap.
9740         (translate): Renamed from re_translate.
9741         (can_be_null): Renamed from re_can_be_null.
9742         (regs_allocated): Renamed from re_regs_allocated.
9743         (fastmap_accurate): Renamed from re_fastmap_accurate.
9744         (no_sub): Renamed from re_no_sub.
9745         (not_bol): Renamed from re_not_bol.
9746         (not_eol): Renamed from re_not_eol.
9747         (newline_anchor): Renamed from re_newline_anchor.
9748         (num_regs): Renamed from rm_num_regs.
9749         (start): Renamed from rm_start.
9750         (end): Renamed from rm_end.
9751
9752         (free_state): Move up a bit.
9753
9754         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9755         #define to be empty.
9756         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9757         when that is what is intended.
9758         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9759         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9760         (MAX): New macro.
9761         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9762         All uses changed back to re_malloc, etc.  It's now the caller's
9763         responsibility to check for overflow; all callers changed.
9764         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9765         (re_x2nrealloc): Remove.
9766         (free_state): Remove decl.
9767
9768         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9769         (re_set_registers, re_exec):
9770         Use K&R-style defn.
9771
9772         2006-01-31  Roland McGrath  <roland@redhat.com>
9773
9774         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9775         Reported by Mike Frysinger <vapier@gentoo.org>.
9776
9777         2006-01-15  Andreas Jaeger  <aj@suse.de>
9778
9779         [BZ #1950]
9780         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9781         build_wcs_upper_buffer change.
9782         (build_wcs_upper_buffer): Change return type.
9783
9784         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9785
9786         * lib/regex_internal.h: Include <stdint.h> if available.
9787
9788         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9789
9790         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9791
9792         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9793
9794         * lib/regcomp.c: Adjust for changed secondary hash function.
9795
9796         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9797
9798         * lib/regex.h: Pretty printing.
9799         Clean up namespace a bit.
9800
9801         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9802
9803         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9804         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9805
9806         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9807                     Ulrich Drepper  <drepper@redhat.com>
9808
9809         [BZ #1302]
9810         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9811         changed.
9812         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9813
9814         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9815
9816         [BZ #281]
9817         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9818         * lib/regcomp.c: Remove unnecessary uses of
9819         unsigned RE_TRANSLATE_TYPE.
9820         * lib/regex_internal.h: Likewise.
9821         * lib/regex_internal.c: Likewise.
9822         * lib/regexec.c: Likewise.
9823         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9824
9825         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9826
9827         * lib/regexec.c (find_recover_state): Remove unnecessary
9828         initialization.
9829         (transit_state_bkref): Make DFA a const pointer.
9830         (get_subexp): Likewise.
9831         (check_arrival): Likewise.
9832         (update_cur_sifted_state): Likewise.
9833         (re_search_internal): Likewise.
9834         (prune_impossible_nodes): Likewise.
9835         (acquire_init_state_context): Likewise.
9836         (proceed_next_node): Likewise.
9837         (set_regs): Likewise.
9838         (free_fail_stack_return): Likewise.
9839         (check_arrival_expand_ecl): Mark DFA parameter as const.
9840         (check_arrival_expand_ecl_sub): Likewise.
9841         (check_subexp_limits): Likewise.
9842         (sub_epsilon_src_nodes):  Likewise.
9843         (add_epsilon_src_nodes):  Likewise.
9844         (merge_state_array): Likewise.
9845         (update_regs): Likewise.
9846         (build_trtable): Likewise.
9847         (sift_states_backward): Mark MCTX parameter as const.
9848         (build_sifted_states): Likewise.
9849         (update_cur_sifted_state): Likewise.
9850         (sift_states_mkref): Likewise.
9851         (check_arrival_expand_ecl): Mark eclosure as const.
9852         (check_dst_limits_calc_pos_1): Likewise.
9853         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9854         pointer.
9855
9856         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9857
9858         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9859         (transit_state_sb): Likewise.
9860         (transit_state_mb): Likewise.
9861         (sift_states_iter_mb): Likewise.
9862         (check_arrival_add_next_nodes): Likewise.
9863         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9864         [_LIBC] (re_search_2_stub): Use mempcpy.
9865
9866         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9867         mbrtowc for very simple UTF-8 case.
9868
9869         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9870         a pointer-to-const.
9871         (re_acquire_state_context): Likewise.
9872         * lib/regex_internal.h: Adjust prototypes.
9873
9874         * lib/regex.c: Prevent using C++ compilers.
9875
9876         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9877         (re_acquire_state_context): Likewise.
9878
9879 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9880
9881         * modules/regex (Depends-on): Add ssize_t.
9882
9883 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9884
9885         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9886         translation table.
9887
9888 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9889
9890         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9891
9892 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9893             Bruno Haible  <bruno@clisp.org>
9894
9895         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9896         <sys/types.h> and <inttypes.h>.
9897
9898 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9899
9900         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9901         `__error_t_defined', so argp.h will not typedef the former.
9902
9903 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9906         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9907         glibc names.  Even if glibc is changed to conform to POSIX, the
9908         traditional names will be available anyway, since regex depends on
9909         the extensions module.  Also, fix a longstanding typo in the
9910         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9911         reported by Emanuele Giaquinta.  Also, change sense of cached
9912         variable, so that the message makes sense.
9913
9914 2006-03-24  Simon Josefsson  <jas@extundo.com>
9915
9916         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9917         including some doc fixes.
9918         (base64_encode_alloc): Fix +1 bug on allocation failures.
9919
9920 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9921
9922         * lib/base64.c (base64_encode): Do not read past end of array with
9923         unsanitized input on systems with CHAR_BIT > 8.
9924
9925 2006-03-24  Eric Blake  <ebb9@byu.net>
9926
9927         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9928
9929 2006-03-22  Karl Berry  <karl@gnu.org>
9930
9931         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9932         * config/srclistvars.sh (COREUTILS): new var.
9933
9934 2006-03-17  Jim Meyering  <jim@meyering.net>
9935
9936         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9937         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9938
9939 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9942         no longer needs it.  Instead, check that regoff_t is as least
9943         as wide as ptrdiff_t.
9944
9945         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9946         so that our regex.h stays compatible with the installed regex.
9947         This is helpful for installers who configure --without-included-regex.
9948         Problem reported by Emanuele Giaquinta.
9949
9950 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9951
9952         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9953         Typedef to long int, not to off_, as POSIX will likely change
9954         in that direction.
9955
9956 2006-03-15  Eric Blake  <ebb9@byu.net>
9957
9958         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9959
9960 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9961
9962         * lib/argp-help.c (validate_uparams): Fix typo
9963         * lib/argp-parse.c (argp_default_options): Consistently begin help
9964         messages with a lowercase letter.
9965
9966 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9967
9968         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9969         overrun buffers and shouldn't be used (much as gets shouldn't be
9970         used).
9971         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9972
9973 2006-03-08  Simon Josefsson  <jas@extundo.com>
9974
9975         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9976         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9977
9978 2006-03-08  Simon Josefsson  <jas@extundo.com>
9979
9980         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9981         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9982
9983 2006-03-08  Simon Josefsson  <jas@extundo.com>
9984
9985         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9986         signal that configure disabled the device.
9987
9988 2006-03-08  Simon Josefsson  <jas@extundo.com>
9989
9990         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9991         languages.
9992
9993 2006-03-07  Simon Josefsson  <jas@extundo.com>
9994
9995         * modules/getopt (Depends-on): Add unistd.
9996
9997         * modules/unistd: New file.
9998
9999 2006-03-07  Simon Josefsson  <jas@extundo.com>
10000
10001         * modules/gc-random: New file.
10002
10003 2006-03-07  Simon Josefsson  <jas@extundo.com>
10004
10005         * m4/unistd_h.m4: New file.
10006
10007 2006-03-07  Simon Josefsson  <jas@extundo.com>
10008
10009         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
10010         test to be side-effect free by storing the result in the cache
10011         variable gl_cv_lib_readline, and moving the assignment of
10012         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
10013         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10014
10015 2006-03-07  Simon Josefsson  <jas@extundo.com>
10016
10017         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
10018         error on missing devices (the functions will return an error).
10019
10020         * m4/gc.m4: Move random stuff to gc-random.m4
10021
10022 2006-03-07  Simon Josefsson  <jas@extundo.com>
10023
10024         * lib/unistd_.h: New file.
10025
10026 2006-03-07  Simon Josefsson  <jas@extundo.com>
10027
10028         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
10029
10030 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10031
10032         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
10033         Problem reported by Juan Manuel Guerrero.
10034
10035 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10036
10037         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
10038         the unistd module.
10039         * lib/getlogin_r.c: Likewise.
10040         * lib/getlogin_r.h: Likewise.
10041         * lib/glob.c: Likewise.
10042         * lib/pagealign_alloc.c: Likewise.
10043         * lib/unistd_.h: Remove; no longer needed.
10044
10045 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10048         Add unistd.
10049         * modules/c-stack (Depends-on): Add unistd.
10050         * modules/getlogin_r: Likewise.
10051         * modules/glob: Likewise.
10052         * modules/pagealign_alloc: Likewise.
10053         * modules/unistd (Files): Remove lib/unistd_.h.
10054         (EXTRA_DIST): Remove.
10055         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
10056         need unistd_.h.
10057         (MOSTLYCLEANFILES): Remove unistd.h-t.
10058
10059 2006-03-03  Simon Josefsson  <jas@extundo.com>
10060
10061         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
10062
10063 2006-03-03  Simon Josefsson  <jas@extundo.com>
10064
10065         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
10066         libidn and bison.
10067
10068 2006-03-03  Simon Josefsson  <jas@extundo.com>
10069
10070         * build-aux/maint.mk: Add indent target.
10071
10072 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
10073
10074         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
10075         our replacement poll.h in any case, to avoid a differing
10076         declaration from a system header.  Seen on AIX.
10077
10078 2006-03-01  Simon Josefsson  <jas@extundo.com>
10079
10080         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
10081         <kasal@ucw.cz>.
10082
10083 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         * modules/gettime (Depends-on): Add extensions module.
10086         * modules/nanosleep (Depends-on): Likewise.
10087         * modules/settime (Depends-on): Likewise.
10088
10089 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10090
10091         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
10092         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
10093         pedantically.
10094         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10095         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10096
10097         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10098         not "==".  Reported by Ralf Wildenhues.
10099
10100 2006-03-01  Karl Berry  <karl@gnu.org>
10101
10102         * doc/Copyright/request-*: new files, synced from gnuorg.
10103
10104 2006-03-01  Karl Berry  <karl@gnu.org>
10105
10106         * config/srclist.txt (Copyright/*): new entries.
10107
10108 2006-02-28  Simon Josefsson  <jas@extundo.com>
10109
10110         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10111
10112 2006-02-27  Simon Josefsson  <jas@extundo.com>
10113
10114         * lib/base64.h: Indent #define's.  From Jim Meyering
10115         <jim@meyering.net>.
10116
10117 2006-02-27  Jim Meyering  <jim@meyering.net>
10118
10119         Revert the change of 2006-02-24, so these files can continue
10120         to be sync'd from gettext.
10121         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10122         of `config.h'.
10123
10124 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10125
10126         * modules/intprops: New file.
10127         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10128         Add intprops.
10129         * modules/getloadavg (Files): Remove lib/intprops.h.
10130         (Depends-on): Add intprops.
10131         * modules/human: Likewise.
10132         * modules/inttostr: Likewise.
10133         * modules/openat: Likewise.
10134         * modules/sig2str: Likewise.
10135         * modules/userspec: Likewise.
10136         * modules/utimecmp: Likewise.
10137         * modules/xnanosleep: Likewise.
10138         * modules/xstrtol: Likewise.
10139
10140 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10141
10142         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10143         * modules/lock-tests (TESTS): Use $(EXEEXT).
10144         * modules/tls-tests: Likewise.
10145         * modules/argp-tests: Likewise.
10146         (check_PROGRAMS): New var, replacing...
10147         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10148
10149 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10150
10151         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10152         `config.h'.
10153
10154 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10155
10156         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10157
10158 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10159
10160         Sync from coreutils.
10161         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10162         gl_CHDIR_SAFER.
10163
10164 2006-02-22  Jim Meyering  <jim@meyering.net>
10165
10166         Sync from coreutils.
10167         * m4/chdir-safer.m4: New file.
10168
10169 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10170
10171         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10172         AT_FDCWD exceeds INT_MAX.
10173         * lib/openat.h (AT_FDCWD): Likewise.
10174
10175 2006-02-17  Eric Blake  <address@hidden>
10176
10177         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10178
10179 2006-02-16  Simon Josefsson  <jas@extundo.com>
10180
10181         * modules/getaddrinfo (Depends-on): Add sys_socket.
10182
10183 2006-02-15  Simon Josefsson  <jas@extundo.com>
10184
10185         * build-aux/maint.mk: Add dsyntax-check rule.
10186
10187 2006-02-15  Eric Blake  <ebb9@byu.net>
10188
10189         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10190         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10191         'present but cannot compile' warnings on cygwin.
10192         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10193         use ws2tcpip.h if sys/socket.h works.
10194         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10195         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10196
10197 2006-02-14  Simon Josefsson  <jas@extundo.com>
10198
10199         * modules/maintainer-makefile (Files): Rename.
10200
10201         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10202         and (the local) Makefile.cfg to maint-cfg.mk.
10203
10204         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10205         to the latter.
10206
10207         * modules/maintainer-makefile: New module.
10208
10209         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10210         severaly stripped to make it possible to build it up from scratch
10211         with reliable tests.
10212
10213         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10214         fixes to permit overriding the default actions when configure and
10215         makefile are not available.
10216
10217 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10218
10219         Sync from coreutils.
10220         * modules/lstat (Depends-on): Don't depend on xalloc.
10221         (License): Change from GPL to LGPL, since this is now simply a
10222         replacement for a libc function.
10223
10224 2006-02-14  Jim Meyering  <jim@meyering.net>
10225
10226         Sync from coreutils.
10227
10228         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10229         failure on deficient systems, and simplify gnulib lgpl dependencies.
10230         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10231         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10232
10233         * lib/xalloc-die.c: Remove unused definition of N_.
10234
10235 2006-02-14  Jim Meyering  <jim@meyering.net>
10236
10237         Sync from coreutils.
10238         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10239         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10240         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10241         double-quote uses of that variable, to accommodate the rare case in
10242         which getmntent is available in none of the libraries checked.  This
10243         happens at least on FreeBSD 5.0.
10244
10245 2006-02-13  Simon Josefsson  <jas@extundo.com>
10246
10247         * gnulib-tool (Usage): Fix --import, from
10248         karl@freefriends.org (Karl Berry).
10249
10250 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10251
10252         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10253
10254 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10255
10256         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10257         "autoupdate" on 2005-12-12.
10258
10259 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10260
10261         * modules/closeout (Depends-on): Remove atexit.
10262
10263 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10264
10265         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10266         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10267
10268 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10271         __EXTENSIONS__ if this causes compilation to fail.  Problem
10272         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10273         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10274
10275 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10276
10277         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10278         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10279         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10280         All uses changed.
10281
10282 2006-01-26  Simon Josefsson  <jas@extundo.com>
10283
10284         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10285         prototype is visible on mingw32.
10286
10287         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10288         for mingw32.
10289
10290         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10291         mingw32).
10292
10293 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10294
10295         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10296         attempt to open for write; this always fails, at least on POSIX
10297         hosts.  This reinstates the 2006-01-09 change, which was
10298         inadvertently removed.
10299
10300 2006-01-26  Bruno Haible  <bruno@clisp.org>
10301
10302         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10303         Reported by Paul Eggert.
10304
10305 2006-01-26  Bruno Haible  <bruno@clisp.org>
10306             Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * lib/stdbool_.h (_Bool)
10309         [(! (defined __cplusplus || defined __BEOS__)
10310           && !defined __GNUC__
10311           && !(defined __HP_cc || defined __xlc__
10312                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10313                || defined __sgi))]:
10314         #define to signed char in these cases too; this simplifies
10315         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10316         etc., separately) and makes it more conservative.
10317
10318 2006-01-25  Simon Josefsson  <jas@extundo.com>
10319
10320         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10321         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10322         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10323
10324 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10325
10326         * lib/argp-namefrob.h: Bugfix. Remove stray #
10327
10328 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10329
10330         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10331         so that we test the test.
10332         Check for yet another HP-UX cc bug involving *bool |= bool.
10333
10334 2006-01-25  Karl Berry  <karl@gnu.org>
10335
10336         * config/srclist.txt (vasnprintf.c): sync lost.
10337
10338 2006-01-25  Jim Meyering  <jim@meyering.net>
10339
10340         Sync from the stable (b5) branch of coreutils:
10341
10342         * lib/fts.c (fts_children): Don't let close() clobber errno from
10343         failed fchdir().
10344
10345         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10346         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10347         a dangling symlink.  That can also happen at least for ELOOP.
10348         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10349         FYI, this bug predates the inclusion of fts.c in coreutils.
10350
10351         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10352         in their own block, so pre-c99 compilers don't object.
10353
10354         Avoid the double-free (first in fts_read, second in fts_close) that
10355         would occur when an `active' directory is made inaccessible (e.g.,
10356         via chmod a-x) during a traversal.
10357         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10358         before returning.  Reproduce this failure by
10359         mkdir -p a/b; cd a; chmod a-x . b
10360         Reported by Stavros Passas.
10361
10362 2006-01-25  Jim Meyering  <jim@meyering.net>
10363
10364         * lib/fileblocks.c: Remove more useless parentheses.
10365         * lib/readutmp.h: Likewise.
10366
10367 2006-01-25  Bruno Haible  <bruno@clisp.org>
10368
10369         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10370         warnings.
10371         Reported by Paul Eggert.
10372
10373 2006-01-25  Bruno Haible  <bruno@clisp.org>
10374
10375         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10376         rid of a trap command. For Solaris sh.
10377         Reported by Mark D. Baushke <mdb@gnu.org>.
10378
10379 2006-01-24  Simon Josefsson  <jas@extundo.com>
10380
10381         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10382         Bruno.
10383
10384 2006-01-24  Karl Berry  <karl@gnu.org>
10385
10386         * config/srclist.txt (argp-namefrob.h): sync lost.
10387
10388 2006-01-24  Jim Meyering  <jim@meyering.net>
10389
10390         * modules/openat (Files): Add lib/intprops.h.
10391         From Mark D. Baushke.
10392
10393 2006-01-24  Jim Meyering  <jim@meyering.net>
10394
10395         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10396         Reported by Mark D. Baushke.
10397
10398 2006-01-24  Jim Meyering  <jim@meyering.net>
10399
10400         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10401
10402 2006-01-24  Bruno Haible  <bruno@clisp.org>
10403
10404         * modules/strnlen (Maintainer): Change from glibc to all.
10405
10406 2006-01-24  Bruno Haible  <bruno@clisp.org>
10407
10408         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10409         Patch by Paul Eggert.
10410
10411 2006-01-24  Bruno Haible  <bruno@clisp.org>
10412
10413         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10414         already has it.
10415         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10416         2005-11-26.
10417
10418         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10419         'signed char' to avoid problems with the built-in _Bool type.
10420         Reported by Paul Eggert on 2005-11-26.
10421
10422 2006-01-24  Bruno Haible  <bruno@clisp.org>
10423
10424         * gnulib-tool (func_import): Avoid constructing complicated sed
10425         expressions inside backquote.
10426         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10427
10428 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10429
10430         These changes imported from libc.
10431         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10432         test and two separate function calls.
10433         * lib/strndup.c (__strndup): Add libc_hidden_def.
10434
10435 2006-01-23  Simon Josefsson  <jas@extundo.com>
10436
10437         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10438         Remove the test_*_SOURCES variable: automake infers it by default.
10439         * modules/tls-tests: Likewise.
10440
10441 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10442
10443         Work around porting bugs reported by Dieter in
10444         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10445         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10446         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10447         Include "getopt.h" first, to check interface.
10448         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10449         !HAVE_DECL_GETENV.
10450         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10451         (__strndup): Revert to K&R-style function dfns, the glibc style.
10452         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10453         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10454         Include strnlen.h first, to get prototype properly.
10455         (strnlen): Renamed from __strnlen.
10456         Remove weak alias.
10457
10458 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10459
10460         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10461
10462 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10463
10464         * config/srclist.txt: Adjust to reflect glibc reorganization.
10465         This affects only comments.
10466
10467 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10468
10469          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10470          Reported by Bruce Korb <bkorb@gnu.org>.
10471
10472 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10473
10474         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10475         to pacify gcc -Wswitch-default.
10476
10477 2006-01-22  Bruno Haible  <bruno@clisp.org>
10478
10479         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10480         temporary buffer for sprintf, take into account the precision also
10481         for 'd', 'i', 'u', 'o', 'x', 'X'.
10482
10483 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10484
10485         * modules/argp-tests: New module
10486         * tests/test-argp.c: New file
10487         * tests/test-argp-2.sh: New file
10488
10489 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10490
10491         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10492         (__argp_base_name): Removed
10493         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10494         typo.
10495         (__argp_base_name): Provide macro definition or extern declaration
10496         depending on the configuration
10497
10498 2006-01-20  Simon Josefsson  <jas@extundo.com>
10499
10500         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10501
10502 2006-01-20  Simon Josefsson  <jas@extundo.com>
10503
10504         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10505
10506 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10507
10508         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10509         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10510         Suggested by Bruno Haible.
10511
10512 2006-01-20  Karl Berry  <karl@gnu.org>
10513
10514         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10515         until changes propagate, I guess.
10516
10517 2006-01-19  Simon Josefsson  <jas@extundo.com>
10518
10519         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10520
10521 2006-01-19  Simon Josefsson  <jas@extundo.com>
10522
10523         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10524
10525 2006-01-19  Simon Josefsson  <jas@extundo.com>
10526
10527         * gnulib-tool: Set check_PROGRAMS.
10528
10529         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10530         modules/des-tests, modules/gc-arcfour-tests,
10531         modules/gc-arctwo-tests, modules/gc-des-tests,
10532         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10533         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10534         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10535         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10536         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10537         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10538         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10539         test_*_SOURCES.
10540
10541 2006-01-18  Simon Josefsson  <jas@extundo.com>
10542
10543         * modules/socklen (Depends-on): Depend on sys_socket.
10544
10545 2006-01-18  Simon Josefsson  <jas@extundo.com>
10546
10547         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10548         modules/des-tests, modules/gc-arcfour-tests,
10549         modules/gc-arctwo-tests, modules/gc-des-tests,
10550         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10551         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10552         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10553         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10554         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10555         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10556         $(EXEEXT) to automake TESTS variable, for mingw32.
10557
10558 2006-01-17  Simon Josefsson  <jas@extundo.com>
10559
10560         * modules/socklen (Include): Need sys/socket.h.
10561
10562 2006-01-17  Bruno Haible  <bruno@clisp.org>
10563
10564         * modules/ssize_t (Include): Add <sys/types.h>.
10565
10566 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10567
10568         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10569         it's not portable and it doesn't work with cross-compiles.
10570         Problem reported by Bruno Haible.  Fix missing-$ typo in
10571         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10572         -zignore from being used with Sun's C compiler.
10573
10574 2006-01-12  Simon Josefsson  <jas@extundo.com>
10575
10576         * lib/base64.c: Fix warning, reported by Bruno Haible
10577         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10578
10579 2006-01-12  Bruno Haible  <bruno@clisp.org>
10580
10581         * modules/ldd: New file.
10582         * build-aux/ldd.sh.in: New file.
10583         * MODULES.html.sh (Support for building libraries and executables): Add
10584         ldd.
10585
10586 2006-01-12  Bruno Haible  <bruno@clisp.org>
10587
10588         * m4/ldd.m4: New file.
10589
10590 2006-01-12  Bruno Haible  <bruno@clisp.org>
10591
10592         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10593         endless loop while replacing $auxdir with build-aux.
10594
10595 2006-01-11  Simon Josefsson  <jas@extundo.com>
10596
10597         * lib/stdint_.h (SIZE_MAX): Add missing (.
10598
10599 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         Sync from coreutils.
10602         * lib/md5.c: Fix commentary typos.
10603         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10604         * lib/md5.h (__attribute__): Remove; unused.
10605         * lib/sha1.c: Fix commentary to match md5 better.
10606         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10607         so that we don't need to worry about alignment.  All uses changed.
10608         This merges the 2005-10-28 md5 change into sha1.
10609
10610 2006-01-11  Jim Meyering  <jim@meyering.net>
10611
10612         Sync from coreutils.
10613         * lib/md5.c (OP): Fix spacing.
10614
10615 2006-01-11  Bruno Haible  <bruno@clisp.org>
10616
10617         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10618         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10619         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10620
10621 2006-01-11  Bruno Haible  <bruno@clisp.org>
10622
10623         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10624         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10625         the "early" section as well.
10626
10627 2006-01-11  Bruno Haible  <bruno@clisp.org>
10628
10629         Avoid "ar: no archive members specified" error on MacOS X.
10630         * gnulib-tool (func_modules_add_dummy): New function.
10631         (func_import, func_create_testdir): Invoke it.
10632
10633 2006-01-11  Bruno Haible  <bruno@clisp.org>
10634
10635         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10636         with $auxdir in AC_CONFIG_FILES statements.
10637
10638 2006-01-11  Bruno Haible  <bruno@clisp.org>
10639
10640         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10641         Initialize also noinst_HEADERS to empty.
10642
10643 2006-01-11  Bruno Haible  <bruno@clisp.org>
10644
10645         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10646         variables.
10647         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10648         autoreconf.
10649
10650 2006-01-11  Bruno Haible  <bruno@clisp.org>
10651
10652         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10653         overridable by the user.
10654         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10655
10656 2006-01-10  Simon Josefsson  <jas@extundo.com>
10657
10658         * modules/sys_socket: New file.
10659
10660 2006-01-10  Simon Josefsson  <jas@extundo.com>
10661
10662         * m4/sys_socket_h.m4: New file.
10663
10664 2006-01-10  Simon Josefsson  <jas@extundo.com>
10665
10666         * lib/socket_.h: New file.
10667
10668 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         * modules/readutmp (Maintainer): Add myself.
10671
10672 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10673
10674         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10675         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10676         People who are still concerned with buggy memcmp implementations
10677         can invoke gl_FUNC_MEMCMP themselves.
10678
10679 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10680
10681         * lib/regex_internal.h (BITSET_WORD_BITS):
10682         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10683         preprocessor mishandles large unsigned values as if they were signed.
10684         Problem reported by Claudio Fontana in
10685         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10686
10687 2006-01-10  Jim Meyering  <jim@meyering.net>
10688
10689         Avoid the double-free (first in fts_read, second in fts_close) that
10690         would occur when an `active' directory is made inaccessible (e.g.,
10691         via chmod a-x) during a traversal.
10692         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10693         before returning.  Reproduce this failure by
10694         mkdir -p a/b; cd a; chmod a-x . b
10695         Reported by Stavros Passas.
10696
10697         Sync from coreutils.
10698         * lib/sha1.c: Tweak grammar in a comment.
10699
10700 2006-01-10  Jim Meyering  <jim@meyering.net>
10701
10702         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10703         Patch by Joerg Sonnenberger.
10704
10705 2006-01-10  Bruno Haible  <bruno@clisp.org>
10706
10707         * modules/readutmp: Depend on module free.
10708         * modules/strtok_r: Depend on module restrict.
10709
10710 2006-01-10  Bruno Haible  <bruno@clisp.org>
10711
10712         * modules/gettext (configure.ac): Add an invocation of
10713         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10714
10715 2006-01-10  Bruno Haible  <bruno@clisp.org>
10716
10717         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10718         Reported by Werner Lemberg <wl@gnu.org>.
10719
10720 2006-01-10  Bruno Haible  <bruno@clisp.org>
10721
10722         * lib/localcharset.c: Update from GNU gettext.
10723
10724 2006-01-10  Bruno Haible  <bruno@clisp.org>
10725
10726         * lib/argp.h (__const): Remove macro. Use const instead.
10727         * lib/argp-fmtstream.h (__const): Likewise.
10728         * lib/glob_.h (__const): Remove macro.
10729         * lib/glob-libc.h: Use const instead of __const.
10730
10731 2006-01-10  Bruno Haible  <bruno@clisp.org>
10732
10733         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10734         variable.
10735         Needed to avoid an automake error regarding the 'gettext' module.
10736
10737 2006-01-09  Simon Josefsson  <jas@extundo.com>
10738
10739         * modules/inet_ntop (Depends-on): Add restrict.
10740
10741 2006-01-09  Simon Josefsson  <jas@extundo.com>
10742
10743         * modules/gc-rijndael-tests (License): Put under LGPL.
10744
10745         * modules/gc-des-tests (License): Likewise.
10746
10747         * modules/gc-arcfour-tests (License): Likewise.
10748
10749         * modules/gc-arctwo-tests (License): Likewise.
10750
10751         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10752
10753         * modules/gc-hmac-sha1-tests (Files): Likewise.
10754
10755         * modules/gc-hmac-md5-tests (License): Likewise.
10756
10757         * modules/gc-sha1-tests (License): Likewise.
10758
10759         * modules/gc-md5-tests (License): Likewise.
10760
10761         * modules/gc-md4-tests (License): Likewise.
10762
10763         * modules/gc-md2-tests (License): Likewise.
10764
10765         * modules/gc-tests (License): Likewise.
10766
10767         * modules/des-tests (License): Likewise.
10768
10769         * modules/md4-tests (License): Likewise.
10770
10771         * modules/md2-tests (License): Likewise.
10772
10773 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10774
10775         Sync from coreutils:
10776
10777         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10778         * modules/lib-ignore: New file.
10779         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10780         chdir-safer.m4, lchmod.m4.
10781         * modules/openat: Add mkdirat.c, openat-priv.h.
10782
10783 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         Sync from coreutils.
10786         * m4/lib-ignore.m4: New file.
10787         * m4/lchmod.m4: New file.
10788
10789 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10790
10791         Sync from coreutils.
10792         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10793         for write access: POSIX says that must fail.
10794         * lib/fts.c (diropen): Likewise.
10795         * lib/save-cwd.c (save_cwd): Likewise.
10796         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10797         well, for minor improvements on hosts that lack O_DIRECTORY.
10798         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10799         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10800         Fall back on chown if open failed with EACCES.
10801
10802         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10803         Report an error at compile-time if only a 1-second nominal clock
10804         resolution is found.
10805
10806         * lib/lchmod.h: New file.
10807         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10808         (make_dir_parents): Use lchown rather than chown, and
10809         lchmod rather than chmod.
10810
10811         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10812         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10813         "proc" reported by n0dalus.
10814
10815         * lib/mountlist.c: Include <limits.h>.
10816         (dev_from_mount_options)
10817         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10818         New function.  It no longer assumes "dev=" has the System V meaning
10819         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10820         (read_file_system_list)
10821         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10822         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10823         dev= in that case.
10824
10825         * lib/posixtm.h (PDS_PRE_2000): New macro.
10826         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10827         allow_century.  All usages changed.  Reject dates outside the range
10828         1969-1999 if PDS_PRE_2000 is used.
10829
10830 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10831
10832         Sync from coreutils.
10833         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10834         (Time of day items): Mention the possibility of leap seconds.
10835         Problem reported by Dr. David Alan Gilbert.
10836
10837 2006-01-09  Jim Meyering  <jim@meyering.net>
10838
10839         Sync from coreutils.
10840
10841         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10842
10843         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10844
10845         * lib/modechange.c (mode_compile): Reject an invalid mode string
10846         that starts with an octal digit.  From Andreas Gruenbacher.
10847
10848         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10849         and dup to open_safer and dup_safer, respectively.
10850         (openat_permissive): Fix typo in comment.
10851
10852         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10853         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10854         (_): Remove; no longer needed.
10855         (openat): Renamed from rpl_openat; no need for rpl_openat
10856         since openat.h renames openat for us.
10857         Replace most of the body with a call to openat_permissive,
10858         to avoid duplicate code.
10859         Port to (probably hypothetical) environments were mode_t is
10860         wider than int.
10861         (openat_permissive): Require mode arg, so that we can check
10862         types better.  Put it just after flags.  Change cwd failure
10863         indicator from pointer-to-bool to pointer-to-errno-value.
10864         All callers changed.
10865         Invoke openat_save_fail and/or openat_restore_fail if
10866         cwd_errno is null, so that openat can call us.
10867         (openat_permissive, fdopendir, fstatat, unlinkat):
10868         Simplify errno handling to avoid some duplicate code,
10869         as it's OK to set errno on success.
10870         * lib/openat.h: Revamp code so that function macros depend on
10871         __OPENAT_PREFIX only, not also on AT_FDCWD.
10872         (openat_ro): Remove.  Caller changed to use openat_permissive.
10873         (openat_permissive): Now a macro, if not a function.
10874         (openat_restore_fail, openat_save_fail): Now always functions,
10875         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10876
10877         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10878         and openat.c.
10879         * lib/mkdirat.c: Include openat-priv.h.
10880         Remove definitions of macros defined therein.
10881         * lib/openat.c: Likewise.
10882
10883         * lib/mkdirat.c (mkdirat): New file and function.
10884         * lib/openat.h (mkdirat): Declare.
10885
10886         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10887
10888         * lib/openat.h (openat_permissive): Declare.
10889         (openat_ro): Define.
10890
10891         * lib/openat.c (EXPECTED_ERRNO): New macro.
10892         (openat_permissive): New function -- used in remove.c rewrite.
10893         (all functions): Set errno just before returning, only if there
10894         was an actual failure.
10895         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10896
10897         Emulate openat-family functions using Linux's procfs, if possible.
10898         Idea and some code based on Ulrich Drepper's glibc changes.
10899
10900         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10901         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10902         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10903         before falling back on save_cwd and restore_cwd.
10904         (fdopendir, fstatat, unlinkat): Likewise.
10905
10906         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10907         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10908
10909         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10910         as second argument to va_arg.  Otherwise, some versions of gcc
10911         warn that `if this code is reached, the program will abort'.
10912
10913 2006-01-09  Jim Meyering  <jim@meyering.net>
10914
10915         Sync from coreutils.
10916         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10917         Require openat-priv.h.
10918
10919 2006-01-09  Bruno Haible  <bruno@clisp.org>
10920
10921         * modules/strnlen (Include): Use strnlen.h.
10922
10923 2006-01-09  Bruno Haible  <bruno@clisp.org>
10924
10925         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10926
10927 2006-01-09  Bruno Haible  <bruno@clisp.org>
10928
10929         * lib/sysexit_.h (EX_OK): New macro.
10930         Suggested by Martin Lambers <marlam@marlam.de>.
10931
10932 2006-01-09  Bruno Haible  <bruno@clisp.org>
10933
10934         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10935         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10936
10937 2006-01-09  Bruno Haible  <bruno@clisp.org>
10938
10939         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10940         numbers.
10941
10942 2006-01-09  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10945         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10946         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10947         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10948
10949 2006-01-09  Bruno Haible  <bruno@clisp.org>
10950
10951         * build-aux/javacomp.sh.in: New file, moved from lib/.
10952         * modules/javacomp-script (Files): Update.
10953         (configure.ac): Add AC_CONFIG_FILES invocation.
10954         (EXTRA_DIST): Remove variable.
10955
10956         * build-aux/javaexec.sh.in: New file, moved from lib/.
10957         * modules/javaexec (Files): Update.
10958         (configure.ac): Add AC_CONFIG_FILES invocation.
10959         (EXTRA_DIST): Remove javaexec.sh.in.
10960
10961         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10962         * modules/csharpcomp-script (Files): Update.
10963         (configure.ac): Add AC_CONFIG_FILES invocation.
10964         (EXTRA_DIST): Remove variable.
10965
10966         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10967         * modules/csharpexec (Files): Update.
10968         (configure.ac): Add AC_CONFIG_FILES invocation.
10969         (EXTRA_DIST): Remove csharpexec.sh.in.
10970
10971 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10972
10973         Sync from coreutils.
10974
10975         Add POSIX ACL support
10976         * lib/acl.h (copy_acl, set_acl): Add declarations.
10977         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10978         systems other than Linux.
10979         (chmod_or_fchmod): New function: use fchmod when possible,
10980         and chmod otherwise.
10981         (file_has_acl): Add a POSIX ACL implementation, with a
10982         Linux-specific subcase.
10983         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10984         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10985         acls are unsupported.
10986         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10987         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10988         are unsupported.
10989
10990 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10991
10992         Sync from coreutils.
10993         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10994
10995 2006-01-07  Bruno Haible  <bruno@clisp.org>
10996
10997         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10998         gl_EARLY.
10999
11000 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         * lib/strftime.c (tzname): Don't declare if it is already #defined.
11003         Problem reported for Mingw by Mark Junker.
11004
11005 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         * README: Gnulib normally doesn't generate a tarball.
11008
11009 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
11012         long int, not int, for nanosecond counts, so that people who are
11013         used to POSIX struct timespec won't be surprised.  Reported by Jim
11014         Meyering.
11015
11016 2005-12-28  Bruno Haible  <bruno@clisp.org>
11017
11018         * build-aux/config.rpath: Update from GNU gettext.
11019
11020 2005-12-16  Jim Meyering  <jim@meyering.net>
11021
11022         * modules/fprintftime: New module.
11023         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
11024
11025 2005-12-16  Jim Meyering  <jim@meyering.net>
11026
11027         * m4/fprintftime.m4: New file.
11028
11029 2005-12-16  Jim Meyering  <jim@meyering.net>
11030
11031         * lib/fprintftime.c, lib/fprintftime.h: New files.
11032
11033 2005-12-15  Simon Josefsson  <jas@extundo.com>
11034
11035         * modules/socklen (configure.ac): Fix M4 macro name, to align with
11036         new m4/socklen.m4.
11037
11038 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11039
11040         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
11041         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
11042
11043 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11044
11045         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
11046         * lib/argp-help.c (fill_in_uparams): Check if the constructed
11047         struct uparams is valid. Fall back to the default values if it is
11048         not.
11049
11050 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11051
11052         * modules/argp (Files): Add argp-pin.c
11053         (Depends-on): dirname
11054         (lib_SOURCES): Add argp-pin.c
11055
11056 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11057
11058         * m4/argp.m4:  Check if program_invocation_name and
11059         program_invocation_short_name are declared and define appropriate
11060         macros if they are not.
11061
11062 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11063
11064         * lib/argp-help.c (__argp_base_name): New function
11065         (__argp_short_program_name): Rewrite using __argp_base_name
11066         * lib/argp-namefrob.h: Define program_invocation_name and
11067         program_invocation_short_name if requested
11068         (__argp_base_name): Add prototype
11069         * lib/argp-parse.c (argp_def): Use gettext wrappers
11070         (argp_default_parser): Use __argp_base_name
11071         * lib/argp-pin.c: New file. Defines program_invocation_name and
11072         program_invocation_short_name on systems that lack them.
11073
11074 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
11077         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11078         porting problem reported by Georg Schwarz in
11079         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11080
11081 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11082
11083         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
11084         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
11085         porting problem reported by Georg Schwarz in
11086         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
11087
11088 2005-12-05  Bruno Haible  <bruno@clisp.org>
11089
11090         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
11091         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
11092         Reported by Mark Junker <mjscod@gmx.de>.
11093
11094 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11097         Use implementation from Albert Chin, with some
11098         comments/corrections by Stepan Kasal and myself.
11099
11100 2005-12-02  Bruno Haible  <bruno@clisp.org>
11101
11102         * gnulib-tool (func_import): Accept GPLed build tool modules when
11103         --lgpl is given.
11104         * modules/csharpcomp-script: New file.
11105         * modules/csharpcomp: Depend on it.
11106         * modules/javacomp-script: New file.
11107         * modules/javacomp: Depend on it.
11108         Suggested by Simon Josefsson.
11109
11110 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11113         statement, to work around an HP-UX 10.20 compiler bug reported by
11114         Peter O'Gorman.
11115
11116 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11117
11118         * modules/savedir (Depends-on): Add openat.
11119
11120 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11123         (uintmax_t) [defined uintmax_t]: Do not declare.
11124         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11125         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11126         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11127         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11128         sake of portability to weird hosts that C allows (though we don't
11129         know of any practical examples).
11130
11131         * lib/savedir.h (fdsavedir): New decl.
11132         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11133         contains most of the former guts of savedir.
11134         (savedir): Use savedirstream.
11135         Include "openat.h".
11136
11137 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         * modules/obstack (Files): Add m4/ulonglong.m4.
11140         Problem reported by Davide Angelocola.
11141
11142 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11145         coreutils no longer futzes with rounding modes.
11146
11147 2005-11-14  Jim Meyering  <jim@meyering.net>
11148
11149         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11150         replacement of mkstemp.
11151
11152 2005-11-10  Simon Josefsson  <jas@extundo.com>
11153
11154         * lib/readline.c: Remove EOL.
11155
11156 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11157
11158         * modules/gethrxtime (Depends-on): Add gettime.
11159
11160 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11163         or gettimeofday; no longer needed.
11164
11165 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11168         time business.
11169         (gethrxtime) [! (HAVE_NANOUPTIME
11170         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11171         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11172         our own approximation.
11173
11174 2005-11-08  Eric Blake  <ebb9@byu.net>
11175
11176         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11177
11178 2005-11-08  Eric Blake  <ebb9@byu.net>
11179
11180         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11181
11182 2005-11-04  Bruno Haible  <bruno@clisp.org>
11183
11184         * gnulib-tool: Implement --update mode.
11185
11186 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         Fix porting problem reported by Theodoros V. Kalamatianos.
11189         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11190         Don't assume that futimes failing means we must fail.
11191
11192 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11193
11194         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11195         variables to suggest the intended function of the PATH_MAX check.
11196
11197 2005-10-30  Kean Johnston  <jkj@sco.com>
11198
11199         Trivial changes to support SCO systems.
11200         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11201         as PATH_MAX.
11202         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11203         where __ptr is null when no I/O is pending.
11204
11205 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11208         leave errno alone.  Problem reported by Dmitry V. Levin.
11209
11210 2005-10-28  Simon Josefsson  <jas@extundo.com>
11211
11212         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11213         Test more.
11214
11215         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11216
11217         * modules/md2, modules/md2-tests: New files.
11218
11219 2005-10-28  Simon Josefsson  <jas@extundo.com>
11220
11221         * m4/inet_ntop.m4: More tests.
11222
11223         * m4/gc-md2.m4, md2.m4: New file.
11224
11225 2005-10-28  Simon Josefsson  <jas@extundo.com>
11226
11227         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11228         "restrict" keywords, as per POSIX.  Protect the function
11229         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11230         Don't use K&R prototypes.  Check the sprintf return values.
11231         Re-define EAFNOSUPPORT if not present.  Indent.
11232
11233         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11234         suggested by Bruno Haible <bruno@clisp.org>.
11235
11236         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11237
11238         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11239
11240         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11241         libgcrypt).
11242
11243         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11244
11245         * lib/md2.h, lib/md2.c: New files.
11246
11247 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11250         errno alone.  Problem reported by Frederic Jolliton.
11251
11252 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11253
11254         * modules/verify (License): Change from GPL to LGPL.  This is a
11255         tiny module and there are apparently near-equivalents that are
11256         under the BSD license.
11257
11258 2005-10-24  Simon Josefsson  <jas@extundo.com>
11259
11260         * modules/sha1: Relicense to LGPL.
11261
11262 2005-10-24  Simon Josefsson  <jas@extundo.com>
11263
11264         * lib/md4.h: Shrink buffer size, now that we changed the type.
11265
11266 2005-10-23  Simon Josefsson  <jas@extundo.com>
11267
11268         * gnulib-tool (func_import): Fix --tests-base.
11269
11270 2005-10-22  Simon Josefsson  <jas@extundo.com>
11271
11272         * modules/arcfour (Depends-on): Need stdint.
11273
11274 2005-10-22  Simon Josefsson  <jas@extundo.com>
11275
11276         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11277         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11278
11279 2005-10-22  Simon Josefsson  <jas@extundo.com>
11280
11281         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11282         suggested by Bruno Haible <bruno@clisp.org>.
11283
11284 2005-10-22  Simon Josefsson  <jas@extundo.com>
11285
11286         * lib/crc.h: Include stddef.h, for size_t.
11287
11288 2005-10-22  Simon Josefsson  <jas@extundo.com>
11289
11290         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11291         arcfour_context struct (simplify test vector testing in GNU
11292         Shishi).
11293
11294 2005-10-21  Simon Josefsson  <jas@extundo.com>
11295
11296         * modules/des, modules/des-tests: New files.
11297
11298         * modules/gc-des, modules/gc-des-tests: New files.
11299
11300         * tests/test-des.c, tests/test-gc-des.c: New file.
11301
11302 2005-10-21  Simon Josefsson  <jas@extundo.com>
11303
11304         * modules/arctwo, modules/arctwo-tests: New files.
11305
11306         * tests/test-arctwo.c: New file.
11307
11308         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11309
11310         * tests/test-gc-arctwo.c: New file.
11311
11312 2005-10-21  Simon Josefsson  <jas@extundo.com>
11313
11314         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11315         Bruno Haible <bruno@clisp.org>.
11316
11317         * m4/gc-des.m4: New file.
11318
11319 2005-10-21  Simon Josefsson  <jas@extundo.com>
11320
11321         * m4/arctwo.m4: New file.
11322
11323         * m4/gc-arctwo.m4: New file.
11324
11325 2005-10-21  Simon Josefsson  <jas@extundo.com>
11326
11327         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11328         block.
11329
11330 2005-10-21  Simon Josefsson  <jas@extundo.com>
11331
11332         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11333         <bruno@clisp.org>.
11334
11335         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11336
11337         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11338         Bruno Haible <bruno@clisp.org>.
11339
11340         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11341         <bruno@clisp.org>.
11342
11343 2005-10-21  Simon Josefsson  <jas@extundo.com>
11344
11345         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11346
11347 2005-10-21  Simon Josefsson  <jas@extundo.com>
11348
11349         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11350
11351 2005-10-21  Simon Josefsson  <jas@extundo.com>
11352
11353         * lib/des.h, lib/des.c: New files.
11354
11355         * lib/gc-gnulib.c: Support DES.c
11356
11357 2005-10-21  Simon Josefsson  <jas@extundo.com>
11358
11359         * lib/arctwo.h, lib/arctwo.c: New files.
11360
11361         * lib/gc-gnulib.c: Support ARCTWO.
11362
11363 2005-10-21  Simon Josefsson  <jas@extundo.com>
11364
11365         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11366         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11367
11368 2005-10-21  Simon Josefsson  <jas@extundo.com>
11369
11370         * gnulib-tool (func_import, func_create_testdir): Define automake
11371         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11372         Makefile.am snippet),
11373         suggested by Bruno Haible <bruno@clisp.org>.
11374
11375         * modules/gc (Makefile.am): Use it.
11376
11377 2005-10-21  Bruno Haible  <bruno@clisp.org>
11378
11379         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11380         patch.
11381
11382 2005-10-19  Simon Josefsson  <jas@extundo.com>
11383
11384         * tests/test-gc-rijndael.c: New file.
11385
11386         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11387
11388 2005-10-19  Simon Josefsson  <jas@extundo.com>
11389
11390         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11391         interface too.
11392
11393 2005-10-19  Simon Josefsson  <jas@extundo.com>
11394
11395         * tests/test-gc-arcfour.c: New file.
11396
11397         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11398
11399 2005-10-19  Simon Josefsson  <jas@extundo.com>
11400
11401         * modules/gc-md4, modules/gc-md4-tests: New file.
11402
11403         * tests/test-gc-md4.c: New file.
11404
11405 2005-10-19  Simon Josefsson  <jas@extundo.com>
11406
11407         * m4/gc-md4.m4: New file.
11408
11409 2005-10-19  Simon Josefsson  <jas@extundo.com>
11410
11411         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11412         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11413         <kasal@ucw.cz>.
11414
11415 2005-10-19  Simon Josefsson  <jas@extundo.com>
11416
11417         * m4/gc-arcfour.m4: New file.
11418
11419         * m4/gc-rijndael.m4: New file.
11420
11421 2005-10-19  Simon Josefsson  <jas@extundo.com>
11422
11423         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11424
11425 2005-10-19  Simon Josefsson  <jas@extundo.com>
11426
11427         * lib/gc-gnulib.c: Support ARCFOUR.
11428
11429 2005-10-19  Simon Josefsson  <jas@extundo.com>
11430
11431         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11432         support.
11433
11434         * lib/gc.h: Add ECB enum type.
11435
11436         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11437
11438 2005-10-18  Simon Josefsson  <jas@extundo.com>
11439
11440         * tests/test-md5.c: New file.
11441
11442         * modules/md5-tests: New file.
11443
11444 2005-10-18  Simon Josefsson  <jas@extundo.com>
11445
11446         * tests/test-md4.c: New file.
11447
11448         * modules/md4, modules/md4-tests: New files.
11449
11450 2005-10-18  Simon Josefsson  <jas@extundo.com>
11451
11452         * m4/md4.m4: New file.
11453
11454 2005-10-18  Simon Josefsson  <jas@extundo.com>
11455
11456         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11457
11458 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11459
11460         * gnulib-tool (func_create_testdir): Omit the second check whether
11461         BUILT_SOURCES in nonempty.
11462
11463 2005-10-17  Simon Josefsson  <jas@extundo.com>
11464
11465         * tests/test-rijndael.c: New file.
11466
11467 2005-10-17  Simon Josefsson  <jas@extundo.com>
11468
11469         * modules/sha1: Depend on stdint instead of md5.
11470
11471         * modules/md5: Depend on stdint, remove uint32_t.
11472
11473 2005-10-17  Simon Josefsson  <jas@extundo.com>
11474
11475         * modules/gc-sha1-tests: New file.
11476
11477         * tests/test-gc-sha1.c: New file.
11478
11479 2005-10-17  Simon Josefsson  <jas@extundo.com>
11480
11481         * m4/md5.m4: Remove call to uint32_t.m4.
11482
11483 2005-10-17  Simon Josefsson  <jas@extundo.com>
11484
11485         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11486
11487         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11488         md5.h.
11489
11490         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11491
11492         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11493
11494 2005-10-17  Simon Josefsson  <jas@extundo.com>
11495
11496         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11497
11498 2005-10-17  Simon Josefsson  <jas@extundo.com>
11499
11500         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11501
11502 2005-10-17  Simon Josefsson  <jas@extundo.com>
11503
11504         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11505
11506         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11507
11508 2005-10-17  Bruno Haible  <bruno@clisp.org>
11509
11510         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11511         that it can also be used in a test.
11512
11513 2005-10-16  Bruno Haible  <bruno@clisp.org>
11514
11515         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11516         TESTS_ENVIRONMENT, so that individual tests can augment it.
11517
11518         * gnulib-tool (func_create_testdir): Use an intermediate target for
11519         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11520         macros, like $(ALLOCA_H), which cannot be passed through the command
11521         line.
11522
11523 2005-10-15  Simon Josefsson  <jas@extundo.com>
11524
11525         * modules/rijndael-tests: New file.
11526
11527         * modules/rijndael: New file.
11528
11529 2005-10-15  Simon Josefsson  <jas@extundo.com>
11530
11531         * m4/rijndael.m4: New file.
11532
11533 2005-10-15  Simon Josefsson  <jas@extundo.com>
11534
11535         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11536
11537         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11538
11539 2005-10-14  Simon Josefsson  <jas@extundo.com>
11540
11541         * tests/test-arcfour.c: New file.
11542
11543         * modules/arcfour, modules/arcfour-tests: New files.
11544
11545 2005-10-14  Simon Josefsson  <jas@extundo.com>
11546
11547         * m4/arcfour.m4: New file.
11548
11549 2005-10-14  Simon Josefsson  <jas@extundo.com>
11550
11551         * lib/arcfour.h, lib/arcfour.c: New files.
11552
11553 2005-10-14  Roland McGrath  <roland@redhat.com>
11554
11555         Import from libc.  [BZ #1331]
11556         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11557         macro argument.
11558         Reported by Matej Vela <vela@debian.org>.
11559
11560 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11563         include <wchar.h>; no longer needed.
11564
11565 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11566
11567         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11568
11569 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11570         and  Ulrich Drepper  <drepper@redhat.com>
11571
11572         Import from libc.
11573         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11574         instead of inline stream orientation test and two separate
11575         function calls.  Pay no attention to USE_IN_LIBIO.
11576
11577 2005-10-13  Simon Josefsson  <jas@extundo.com>
11578
11579         * modules/gc-hmac-md5-tests: New file.
11580
11581         * tests/test-gc-hmac-sha1.c: New file.
11582
11583         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11584
11585         * modules/gc-hmac-md5-tests: New file.
11586
11587         * tests/test-gc-md5.c: New file.
11588
11589         * modules/gc-md5-tests: New file.
11590
11591 2005-10-13  Simon Josefsson  <jas@extundo.com>
11592
11593         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11594         Move memory allocation outside of loop.
11595
11596 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11597
11598         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11599         intermediate directory is in a read-only file system.  Problem
11600         reported by Eric Blake.
11601
11602 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11603
11604         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11605
11606 2005-10-12  Simon Josefsson  <jas@extundo.com>
11607
11608         * tests/test-hmac-sha1.c: New file.
11609
11610         * modules/hmac-sha1-tests: New file.
11611
11612         * modules/hmac-sha1: New file.
11613
11614 2005-10-12  Simon Josefsson  <jas@extundo.com>
11615
11616         * modules/gc-sha1: New file.
11617
11618 2005-10-12  Simon Josefsson  <jas@extundo.com>
11619
11620         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11621
11622         * tests/test-gc-pbkdf2-sha1.c: New file.
11623
11624 2005-10-12  Simon Josefsson  <jas@extundo.com>
11625
11626         * modules/gc-md5, modules/gc-hmac-md5: New files.
11627
11628         * modules/gc (Files): Remove md5, memxor and hmac files.
11629
11630 2005-10-12  Simon Josefsson  <jas@extundo.com>
11631
11632         * m4/gc-pbkdf2-sha1.m4: New file.
11633
11634         * m4/gc-hmac-sha1.m4: New file.
11635
11636         * m4/gc-sha1: New file.
11637
11638         * m4/hmac-sha1.m4: New file.
11639
11640 2005-10-12  Simon Josefsson  <jas@extundo.com>
11641
11642         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11643
11644         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11645
11646 2005-10-12  Simon Josefsson  <jas@extundo.com>
11647
11648         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11649         suggested by Bruno Haible <bruno@clisp.org>.
11650
11651 2005-10-12  Simon Josefsson  <jas@extundo.com>
11652
11653         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11654
11655 2005-10-12  Simon Josefsson  <jas@extundo.com>
11656
11657         * lib/gc-pbkdf2-sha1.c: New file.
11658
11659         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11660
11661 2005-10-12  Simon Josefsson  <jas@extundo.com>
11662
11663         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11664
11665         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11666
11667 2005-10-12  Simon Josefsson  <jas@extundo.com>
11668
11669         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11670         GC_USE_HMAC_MD5, respectively.
11671
11672         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11673         (gc_md5): Fix typo.
11674
11675         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11676
11677         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11678
11679         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11680
11681 2005-10-12  Bruno Haible  <bruno@clisp.org>
11682
11683         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11684         Reported by Stepan Kasal <kasal@ucw.cz>.
11685
11686 2005-10-11  Simon Josefsson  <jas@extundo.com>
11687
11688         * tests/test-crc.c: New file.
11689
11690         * modules/crc, modules/crc-tests: New files.
11691
11692 2005-10-11  Simon Josefsson  <jas@extundo.com>
11693
11694         * m4/crc.m4: New file.
11695
11696 2005-10-11  Simon Josefsson  <jas@extundo.com>
11697
11698         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11699
11700         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11701
11702         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11703
11704 2005-10-11  Simon Josefsson  <jas@extundo.com>
11705
11706         * lib/crc.h, lib/crc.c: New files.
11707
11708         * lib/gc.h (gc_hash_buffer): Add doc.
11709
11710 2005-10-11  Bruno Haible  <bruno@clisp.org>
11711
11712         * modules/c-strcasestr: New file.
11713         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11714
11715 2005-10-11  Bruno Haible  <bruno@clisp.org>
11716
11717         * modules/c-strcase: New file.
11718         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11719
11720 2005-10-11  Bruno Haible  <bruno@clisp.org>
11721
11722         * lib/strcasecmp.c: Include limits.h.
11723         (strcasecmp): Avoid integer overflow on exotic platforms.
11724         * lib/strncasecmp.c: Include limits.h.
11725         (strncasecmp): Avoid integer overflow on exotic platforms.
11726         Reported by Paul Eggert.
11727
11728 2005-10-11  Bruno Haible  <bruno@clisp.org>
11729
11730         * lib/c-strcasestr.h: New file, from GNU gettext.
11731         * lib/c-strcasestr.c: New file, from GNU gettext.
11732
11733 2005-10-11  Bruno Haible  <bruno@clisp.org>
11734
11735         * lib/c-strcase.h: New file, from GNU gettext.
11736         * lib/c-strcasecmp.c: New file, from GNU gettext.
11737         * lib/c-strncasecmp.c: New file, from GNU gettext.
11738
11739 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11740
11741         * modules/mempcpy (License): GPL -> LGPL.
11742         * modules/strchrnul (License): Likewise.
11743         * modules/sysexits (License): Likewise.
11744
11745 2005-10-08  Simon Josefsson  <jas@extundo.com>
11746
11747         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11748
11749 2005-10-07  Simon Josefsson  <jas@extundo.com>
11750
11751         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11752
11753 2005-10-06  Simon Josefsson  <jas@extundo.com>
11754
11755         * tests/test-hmac-md5.c: New file.
11756
11757         * modules/hmac-md5-tests: New file.
11758
11759         * modules/hmac-md5: New file.
11760
11761 2005-10-06  Simon Josefsson  <jas@extundo.com>
11762
11763         * m4/hmac-md5.m4: New file.
11764
11765         * m4/memxor.m4: Require gl_C_RESTRICT.
11766
11767 2005-10-06  Simon Josefsson  <jas@extundo.com>
11768
11769         * lib/memxor.c (memxor): Avoid casts and warnings.
11770
11771 2005-10-06  Simon Josefsson  <jas@extundo.com>
11772
11773         * lib/hmac-md5.c: New file.
11774
11775         * lib/hmac.h: New file.
11776
11777 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11778
11779         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11780         promotes to int, not unsigned int, to catch the AIX 5.3
11781         compiler bug.
11782
11783 2005-10-05  Simon Josefsson  <jas@extundo.com>
11784
11785         * modules/memxor: New file.
11786
11787         * modules/iconv (Files): Move config.rpath to havelib, it is used
11788         there.
11789
11790         * modules/havelib (Files): Add config.rpath.
11791
11792 2005-10-05  Simon Josefsson  <jas@extundo.com>
11793
11794         * m4/memxor.m4: New file.
11795
11796 2005-10-05  Simon Josefsson  <jas@extundo.com>
11797
11798         * lib/memxor.c (memxor): Fix compiler error.
11799
11800         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11801         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11802
11803         * lib/memxor.h, lib/memxor.c: New files.
11804
11805         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11806         we assume all systems have it, suggested by Jim Meyering
11807         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11808         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11809         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11810         same reasons.
11811
11812 2005-10-05  Simon Josefsson  <jas@extundo.com>
11813
11814         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11815
11816 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11817
11818         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11819         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11820         needed, since the source code now assumes these .h files.
11821
11822 2005-10-05  Derek Price  <derek@ximbiot.com>
11823
11824         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11825
11826 2005-10-05  Bruno Haible  <bruno@clisp.org>
11827
11828         * modules/stdint (License): Change to LGPL.
11829
11830 2005-10-04  Simon Josefsson  <jas@extundo.com>
11831
11832         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11833         D. Baushke" <mdb@gnu.org>.
11834
11835 2005-10-04  Bruno Haible  <bruno@clisp.org>
11836
11837         * lib/verify.h (verify_true): Provide alternative definition for C++.
11838
11839 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11840
11841         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11842         (SSIZE_MAX): New macro, if not already defined.
11843         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11844         than 2 GiB.
11845
11846 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11847
11848         Sync from coreutils.
11849         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11850         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11851         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11852         ULLONG_MAX doesn't work with 2.7.2.1.
11853
11854 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11857         From Ben Pfaff.
11858
11859         * modules/exclude (Depends-on): Depend on verify.
11860         * modules/strtoimax (Depends-on): Likewise.
11861         * modules/utimecmp (Depends-on): Likewise.
11862
11863 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11864
11865         * lib/exclude.c: Include verify.h.
11866         (verify): Remove.  All callers changed to use verify.h's version.
11867         * lib/strtoimax.c: Likewise.
11868         * lib/utimecmp.c: Likewis.e
11869
11870         Sync from coreutils.
11871         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11872         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11873         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11874         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11875         bother returning ENOSYS if settimeofday or stime fails; just let
11876         them return whatever errno they want to return.
11877         * lib/utimens.c: Include unistd.h, for dup2.
11878         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11879         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11880
11881 2005-10-02  Jim Meyering  <jim@meyering.net>
11882
11883         Sync from coreutils.
11884         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11885         from glibc-2.2.5 that fails for read-only files.
11886
11887 2005-10-02  Jim Meyering  <jim@meyering.net>
11888
11889         Sync from coreutils.
11890         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11891         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11892         `#if HAVE_CONFIG_H'.
11893         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11894         Remove AT_FDCWD test.
11895         Do not consume the fd unless successful.
11896         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11897         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11898         block, so that we don't even try to compile it if settimeofday is
11899         available.  This works around a compilation failure on OSF1 V5.1,
11900         due to stime requiring a `long int*' while tv_sec is `int'.
11901
11902 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11903
11904         Sync from coreutils.
11905         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11906         against `yes', rather than just testing for nonempty.
11907
11908 2005-10-01  Simon Josefsson  <jas@extundo.com>
11909
11910         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11911         and Darwin.
11912
11913         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11914         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11915         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11916         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11917         Check if struct addrinfo is declared.
11918
11919 2005-10-01  Simon Josefsson  <jas@extundo.com>
11920
11921         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11922         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11923         AI_* and EAI_* definitions.  Protect function declarations.
11924
11925 2005-10-01  Jim Meyering  <jim@meyering.net>
11926
11927         Sync from coreutils.
11928
11929         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11930         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11931         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11932         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11933         in the inet and nsl libraries.  Required on Solaris 5.7.
11934
11935 2005-10-01  Jim Meyering  <jim@meyering.net>
11936
11937         Sync from coreutils.
11938         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11939         in the inet and nsl libraries.  Required on Solaris 5.7.
11940
11941 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11942
11943         * lib/getdelim.c (getdelim): Remove unused variables.
11944
11945 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11948         so that the code works even with ancient cpp.  Portability problem
11949         with GCC 2.7.2.1 reported by Thomas M.Ott.
11950
11951 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11952
11953         * modules/regex (Depends-on): Add strcase.
11954
11955         * modules/gethostname (Licence): Change from GPL to LGPL, since
11956         gethostname.c is a trivial implementation of a standard library
11957         function.
11958         * modules/poll (License): Change from GPL to LGPL, since it's
11959         derived from LGPL code.
11960
11961 2005-09-27  Jim Meyering  <jim@meyering.net>
11962
11963         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11964         HAVE_CONFIG_H.
11965
11966         * lib/intprops.h (signed_type_or_expr__): Define.
11967         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11968         for unsigned types.
11969
11970 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11971
11972         * lib/verify.h (verify_expr): Remove, replacing with:
11973         (verify_true): New macro that returns true instead of void.
11974         (verify_type__): Remove.
11975         (verify): Use verify_true rather than verify_type__.
11976
11977 2005-09-26  Bruno Haible  <bruno@clisp.org>
11978
11979         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11980         is necessary.
11981         (lib_SOURCES): Remove mbchar.c.
11982         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11983         (Files): Add m4/mbrtowc.m4.
11984         * modules/mbiter: Likewise.
11985         * modules/mbuiter: Likewise.
11986
11987 2005-09-26  Bruno Haible  <bruno@clisp.org>
11988
11989         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11990         compile mbchar.c if they are not both present.
11991         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11992         * m4/mbiter.m4 (gl_MBITER): Likewise.
11993         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11994         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11995         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11996
11997 2005-09-25  Jim Meyering  <jim@meyering.net>
11998
11999         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
12000         also uses socklen_t.
12001
12002 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
12003
12004         * lib/utimens.c (ENOSYS): Define if not already defined.
12005         (futimens): Support having a null PATH if the file descriptor
12006         is nonnegative.
12007
12008         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
12009         Remove.
12010         (__attribute): Define to empty unless GCC 3.1 or later.
12011         This works around a core dump on OpenBSD 3.4, which has GCC
12012         2.95.3, which dumps core when given __attribute__(()).  It also
12013         simplifies other tests, since we really don't want to bother with
12014         worrying about which ancient version of GCC supported what.
12015         Original problem reported by Yoann Vandoorselaere, with part of
12016         the fix suggested by Derek Price.
12017
12018 2005-09-24  Jim Meyering  <jim@meyering.net>
12019
12020         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
12021         so we can once again use a positive bitfield width of 1 -- now we
12022         don't have to explain why we were using a bitfield width of 2.
12023
12024 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
12027         and similarly for the other external symbols.  Problem reported
12028         by James Gallager.
12029
12030         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
12031         bug reported by Jim Meyering.
12032
12033         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
12034         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
12035         not needed, since socklen is a prerequisite module.
12036
12037 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
12038
12039         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
12040         Problem reported by Eric Blake.
12041         (getaddrinfo): Initialize se so that it's not garbage.
12042         Redo internal storage allocation so that it doesn't make unportable
12043         assumptions about alignment.
12044         Fix a memory leak.
12045
12046         * lib/utimens.c (futimens): Use futimesat if available.
12047         Prefer it to futimes since it doesn't have the futimes bug.
12048
12049         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
12050         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
12051         Instead, declare a function that returns a pointer to an array,
12052         and use verify_type__ to declare the size of the array.
12053         Problem and germ of a solution reported by Bruno Haible.
12054         (verify_type__): Use 2, not 1, for bitfield size, to avoid
12055         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
12056
12057 2005-09-23  Jim Meyering  <jim@meyering.net>
12058
12059         Sync from coreutils.
12060         Correct build failure (socklen_t not defined) on at least
12061         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
12062         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
12063
12064 2005-09-23  Jim Meyering  <jim@meyering.net>
12065
12066         * modules/getaddrinfo (Depends-on): Add socklen.
12067
12068 2005-09-23  Bruno Haible  <bruno@clisp.org>
12069
12070         * tests/test-verify.c: New file.
12071
12072 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         Sync from coreutils.
12075
12076         * modules/argmatch (Depends-on): Add verify.
12077         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
12078         unistd-safer.
12079         * modules/save-cwd (Depends-on): Likewise.
12080
12081         * modules/openat (Files): Add lib/openat-die.c.
12082         (Depends-on): Remove error, exitfail.
12083         Add dirname.
12084
12085         * modules/verify: New file.
12086         * MODULES.html.sh (Diagnostics <assert.h>): New section,
12087         with "verify" module.
12088
12089 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12090
12091         Sync from coreutils.
12092
12093         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
12094         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12095         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12096         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12097         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12098         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12099         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12100         Don't bother checking for string.h, stdlib.h, unistd.h.
12101         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12102         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12103         module's job.
12104         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12105         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12106
12107         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12108         (gl_GETDATE): Use it.
12109
12110         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12111
12112 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12113
12114         Sync from coreutils.
12115
12116         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12117         stat-time.h.
12118         * lib/argmatch.h: Include verify.h
12119         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12120         (ARGMATCH_ASSERT): Remove; unused.
12121         * lib/canonicalize.c: Assume STDC_HEADERS.
12122         * lib/exclude.c: Include "strcase.h".
12123         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12124         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12125         and stdio-safer.h.
12126         (getusershell): Call fopen, not fopen_safer.
12127         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12128         Do not include unistd-safer.h.
12129         (save_cwd): Don't call fd_safer; no longer needed
12130         now that we include fcntl--.h.
12131
12132         * lib/getdate.y (relative_time): New type.
12133         (RELATIVE_TIME_0): New constant.
12134         (parser_control): Use relative_time instead of doing it ourselves.
12135         (%union): Add new relative_time rel member.
12136         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12137         Now typeless.
12138         (relunit, relunit_snumber): Now of type rel.
12139         (zone, rel, relunit, get_date): Adjust to above changes.
12140
12141         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12142         Do not include unistd-safer.h.
12143         (getloadavg): Don't call fd_safer; no longer needed
12144         now that we include fcntl--.h.
12145
12146         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12147         (make_dir_parents): Treat ENOSYS like EEXIST.
12148
12149         Improve quality of diagnostics on restore_cwd failure.
12150         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12151         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12152         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12153         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12154         each time through the loop.  Do not diagnose restore_cwd failure;
12155         that is the caller's job (and perhaps the caller does not care).
12156
12157         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12158         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12159         If the file already exists but is not a directory, don't bother
12160         to try to make its parents.
12161         Close potential file descriptor leak if we can't chdir("/") (!).
12162         Don't always return true if chdir($PWD) fails; return true only
12163         if the requested action was done successfully (except for the
12164         chdir($PWD)).
12165         Don't log final directory unless we actually made it.
12166         Refactor to avoid duplicate code to fix up permissions.
12167         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12168
12169         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12170         to make it a bit faster and (I hope) clearer.
12171         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12172         Fix bug in formats like %2N.
12173
12174         * lib/verify.h: New file.
12175
12176 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12177
12178         Sync from coreutils.
12179         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12180
12181 2005-09-22  Jim Meyering  <jim@meyering.net>
12182
12183         Sync from coreutils.
12184
12185         * m4/lstat.m4 (gl_FUNC_LSTAT):
12186         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12187         Remove obsolete comment.
12188         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12189         * m4/xstrtod.m4: Likewise.
12190
12191         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12192
12193 2005-09-22  Jim Meyering  <jim@meyering.net>
12194
12195         Sync from coreutils.
12196
12197         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12198
12199         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12200         the .tm_year member, since otherwise gcc-4.0 would now warn about
12201         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12202
12203         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12204         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12205
12206         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12207         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12208         when run in a time zone for which daylight savings time is in effect
12209         for the starting date.
12210
12211         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12212         stop us from restricting permissions of just-created absolute-named
12213         directories.
12214         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12215         to restore initial working directory.
12216         * lib/mkdir-p.c (make_dir_parents): New parameter:
12217         different_working_dir, to tell caller if/when we change the working
12218         directory and are unable to return to the initial one.
12219         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12220         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12221         `return false'.  This fixes a bug introduced on 2004-07-30.
12222
12223         * lib/openat.c (fdopendir): Be sure to close the supplied
12224         file descriptor before returning.  This makes our replacement
12225         implementation a little closer to Solaris's, where fdopendir
12226         ties the file descriptor to the returned DIR* pointer.
12227         * lib/openat.c (unlinkat): New function.
12228         * lib/openat.h (unlinkat): Add prototype.
12229         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12230         (openat_restore_fail): Rename from openat_restore_die.
12231         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12232
12233         Provide an alternative to exiting immediately upon save_cwd or
12234         restore_cwd failure.  Now, an application can arrange e.g.,
12235         to perform a longjump in that case.
12236         * lib/openat.c: Include dirname.h.
12237         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12238         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12239         and openat_restore_die rather than calling error directly.
12240         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12241
12242         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12243         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12244         define.
12245
12246         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12247         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12248                             int utc, int nanoseconds);
12249         Background:
12250         date should not have to allocate a megabyte of virtual memory to
12251         handle a format argument like +%1048575T.  When implemented with
12252         strftime, it must allocate such a buffer, use strftime to fill it
12253         in, print it, then free it.
12254         With fprintftime, it simply prints everything and exits.
12255         With no need for memory allocation, that's one fewer way to fail.
12256         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12257         optional field width, not before, so we accept %9:z, not %:9z.
12258         (my_strftime): Be sure to use L_('x') for literals.
12259
12260         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12261         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12262         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12263         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12264         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12265         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12266         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12267         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12268         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12269         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12270         * lib/xgethostname.c, lib/xreadlink.c:
12271         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12272
12273         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12274         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12275         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12276         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12277         and don't include <sys/file.h>).
12278
12279 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12280
12281         Sync from coreutils.
12282
12283         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12284         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12285         [!LDAV_DONE]: Avoid unused variable warning.
12286
12287 2005-09-21  Bruno Haible  <bruno@clisp.org>
12288
12289         * lib/unicodeio.h (unicode_to_mb): New declaration.
12290
12291 2005-09-20  Derek Price  <derek@ximbiot.com>
12292
12293         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12294         getaddrinfo.h.
12295
12296 2005-09-20  Bruno Haible  <bruno@clisp.org>
12297
12298         * gnulib-tool: Remove trailing slashes from the values specified for
12299         --source-base, --m4-base, --tests-base, --aux-dir.
12300         Suggested by Simon Josefsson <jas@extundo.com>.
12301
12302 2005-09-20  Bruno Haible  <bruno@clisp.org>
12303
12304         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12305         func_modules_to_filelist, func_import, func_create_testdir): Make all
12306         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12307         change when gnulib-tool is invoked in a different locale.
12308
12309 2005-09-19  Simon Josefsson  <jas@extundo.com>
12310
12311         * m4/socklen.m4: Fix typo.
12312
12313 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12314
12315         Use a consistent style for including <config.h>.
12316         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12317         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12318         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12319         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12320         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12321         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12322         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12323         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12324         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12325         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12326         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12327         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12328         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12329         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12330         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12331         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12332         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12333         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12334         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12335         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12336         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12337         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12338         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12339         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12340         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12341         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12342         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12343         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12344         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12345         lib/xstrtoumax.c, lib/yesno.c:
12346         Standardize inclusion of config.h.
12347         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12348         lib/inttostr.h:  Removed inclusion of config.h from header files.
12349         * lib/inttostr.c:  Adjusted in-tree users.
12350         * lib/timespec.h: Remove superfluous warning to include config.h.
12351         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12352         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12353         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12354         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12355         config.h with HAVE_CONFIG_H.
12356
12357 2005-09-19  Jim Meyering  <jim@meyering.net>
12358
12359         * modules/pathmax (License): Change to LGPL.
12360
12361 2005-09-19  Derek Price  <derek@ximbiot.com>
12362
12363         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12364
12365 2005-09-19  Bruno Haible  <bruno@clisp.org>
12366
12367         * gnulib-tool (import): Provide default for --tests-base.
12368
12369 2005-09-19  Bruno Haible  <bruno@clisp.org>
12370
12371         * doc/quote.texi: New file, extracted from gnulib.texi.
12372         * doc/ctime.texi: New file, extracted from gnulib.texi.
12373         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12374         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12375         * doc/gnulib.texi: Include them.
12376
12377 2005-09-18  Bruno Haible  <bruno@clisp.org>
12378
12379         Portability fix.
12380         * gnulib-tool (func_readlink): New function.
12381         (func_ln_if_changed): Use it.
12382
12383 2005-09-18  Bruno Haible  <bruno@clisp.org>
12384
12385         * gnulib-tool: Support --with-tests also with --import.
12386         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12387         (func_import): Use variables $testsbase and $inctests. Emit a
12388         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12389         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12390         SUBDIRS += $testsdir.
12391         (func_create_testdir): Update.
12392
12393 2005-09-18  Bruno Haible  <bruno@clisp.org>
12394
12395         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12396         instead of $dry_run.
12397         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12398         (func_ln_if_changed): Don't handle dry-run here.
12399         (func_import): In dry-run mode, detect more precisely which actions
12400         would be performed, and don't use "...ing" verbs.
12401
12402 2005-09-18  Bruno Haible  <bruno@clisp.org>
12403
12404         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12405         (func_import): Use join on two temporary files instead of three nested
12406         loops, in order to determine which files are new or old.
12407
12408 2005-09-18  Bruno Haible  <bruno@clisp.org>
12409
12410         * gnulib-tool (func_import): Comment out code that spits out the
12411         new files with --dry-run.
12412
12413 2005-09-18  Bruno Haible  <bruno@clisp.org>
12414
12415         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12416
12417 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12418
12419         * lib/stat-time.h: New file.
12420         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12421         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12422         in a different way.
12423         (timespec_cmp): New function.
12424         * lib/utimecmp.c: Include stat-time.h.
12425         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12426         members exist, not on the obsolescent ST_MTIM_NSEC.
12427         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12428
12429 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12430
12431         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12432
12433 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12434
12435         * MODULES.html.sh (File system functions): Add stat-time.
12436         * modules/stat-time: New file.
12437         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12438         is now done in a different way, by the stat-time module.
12439         * modules/utimecmp (Depends-on): Add stat-time.
12440
12441 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12442
12443         * m4/st_mtim.m4: Remove.  Superseded by...
12444         * m4/stat-time.m4: New file.
12445         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12446         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12447
12448 2005-09-15  Derek Price  <derek@ximbiot.com>
12449
12450         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12451
12452 2005-09-15  Derek Price  <derek@ximbiot.com>
12453
12454         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12455         * lib/regex_internal.c: Ditto, using this...
12456         (__GNUC_PREREQ): ...new macro.
12457         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12458         using...
12459         (__GNUC_PREREQ): ...this new macro.
12460
12461         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12462
12463 2005-09-15  Derek Price  <derek@ximbiot.com>
12464             Paul Eggert  <eggert@cs.ucla.edu>
12465
12466         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12467         changes, consolidating in...
12468         * lib/regex_internal.h: ...this file.
12469
12470 2005-09-13  Jim Meyering  <jim@meyering.net>
12471
12472         * lib/canon-host.c: Filter through gnu indent and reword comments
12473         slightly.
12474         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12475
12476 2005-09-13  Derek Price  <derek@ximbiot.com>
12477
12478         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12479         failure.
12480         Reported by Jim Meyering  <jim@meyering.net>.
12481
12482 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12483
12484         * lib/base64.c: Typo.
12485         (base64_encode): Put b64str in initialized data section.
12486
12487 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12488
12489         Merge glibc and coreutils changes into gnulib, plus a few
12490         extra fixes.
12491         * lib/md5.c: Use #error rather than a string.
12492         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12493         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12494         (__attribute__): Define to empty for non recent-GCC.
12495         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12496         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12497         Renamed from their non-__ counterparts, with new macros replacing
12498         them if not _LIBC.  Add __THROW attribute.
12499         (rol): Remove.
12500         (struct md5_ctx): Align buffer if using GCC.
12501         * lib/sha1.h (struct sha1_ctx): Likewise.
12502         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12503         The old name was backwards.
12504         (NOTSWAP): Remove; not used.
12505         (rol): New macro, moved here from md5.h.
12506         (sha1_process_block): Remove a FIXME that doesn't make sense.
12507
12508 2005-09-12  Derek Price  <derek@ximbiot.com>
12509
12510         Return usable errors from canon-host.
12511         * lib/canon-host.h: New file.
12512         * lib/canon-host.c (canon_host): Wrap...
12513         (canon_host_r): ...this new function, which now relies exclusively on
12514         getaddrinfo.
12515         (ch_strerror): New function.
12516         (last_cherror): New global.
12517         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12518         interface.
12519         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12520         void *.
12521         (freeaddrinfo): Free ai->ai_canonname when set.
12522
12523 2005-09-12  Derek Price  <derek@ximbiot.com>
12524
12525         Make canon-host require getaddrinfo.
12526         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12527         AC_LIBSOURCE canon-host.h.  Call...
12528         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12529         gl_GETADDRINFO.
12530         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12531
12532 2005-09-12  Derek Price  <derek@ximbiot.com>
12533
12534         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12535         LGPL.
12536         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12537
12538 2005-09-12  Derek Price  <derek@ximbiot.com>
12539
12540         * lib/gai_strerror.c: Include config.h when available.  Include
12541         getaddrinfo.h before other headers to test interface.
12542         Reported by Larry Jones <lawrence.jones@ugs.com>.
12543
12544 2005-09-12  Derek Price  <derek@ximbiot.com>
12545             Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         * modules/glob (Files): Add glob-libc.h.
12548
12549 2005-09-12  Derek Price  <derek@ximbiot.com>
12550             Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12553         glob_.h, glob-libc.h.
12554         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12555
12556 2005-09-12  Derek Price  <derek@ximbiot.com>
12557             Paul Eggert  <eggert@cs.ucla.edu>
12558
12559         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12560         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12561         protecting things that should be done only in gnulib contexts.
12562         * lib/glob_.h: New file, containing only the glob things needed for
12563         gnulib.
12564         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12565         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12566         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12567         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12568         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12569         and to respect the namespace rules better.
12570
12571 2005-09-08  Simon Josefsson  <jas@extundo.com>
12572
12573         * modules/socklen: New file.
12574
12575 2005-09-08  Simon Josefsson  <jas@extundo.com>
12576
12577         * m4/socklen.m4: New file.
12578
12579 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12580
12581         * modules/utimens (Files): Add m4/utimbuf.m4, since
12582         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12583         Reported by Sergey Poznyakoff.
12584
12585 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12586
12587         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12588         definitions, since that's the preferred style in glibc.
12589         Fix a minor spacing issue, and update copyright notice to match
12590         glibc's.
12591
12592 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12593
12594         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12595
12596 2005-09-06  Simon Josefsson  <jas@extundo.com>
12597
12598         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12599         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12600
12601 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12604         warning.
12605
12606 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * config/srclist.txt: Add glibc bug 1302.
12609
12610 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         Change bitset word type from unsigned int to unsigned long int,
12613         as this has better performance on typical 64-bit hosts.
12614         Port bitset code to hosts with unusual word sizes.
12615         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12616         (build_collating_symbol):
12617         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12618         argument is a bitset.  This is merely a style issue, but it makes
12619         it clearer that an entire array is expected.
12620         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12621         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12622         Port to the case where bitset_word is not the same as unsigned int.
12623         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12624         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12625         Likewise.
12626         * lib/regexec.c (check_dst_limits_calc_pos_1,
12627         check_subexp_matching_top):
12628         (build_trtable, group_nodes_into_DFAstates):
12629         Likewise.
12630         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12631         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12632         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12633         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12634         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12635         * lib/regcomp.c (optimize_subexps, lower_subexp):
12636         Work even if bitset_word has holes in its bitwise representation.
12637         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12638         * lib/regexec.c (check_dst_limits_calc_pos_1,
12639         check_subexp_matching_top):
12640         Likewise.
12641         * lib/regex_internal.c (re_string_reconstruct):
12642         Don't assume UCHAR_MAX == 255.
12643         * lib/regex_internal.h (bitset_set_all): Likewise.
12644         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12645         All uses changed.
12646         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12647         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12648         All uses changed.
12649         (BITSET_WORD_MAX): New macro.
12650         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12651         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12652         (bitset_empty, bitset_copy):
12653         Prefer sizeof (bitset) to multiplying it out ourselves.
12654         (bitset_not_merge): Remove; unused.
12655         (bitset_contain): Return bool, not unsigned int with one bit on.
12656         All callers changed.
12657         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12658         alignment than re_node_set; do this by defining a new internal
12659         type struct dests_alloc and using it to allocate memory.
12660
12661 2005-09-05  Bruno Haible  <bruno@clisp.org>
12662
12663         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12664         links.
12665
12666 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12667
12668         * modules/size_max (Makefile.am): Add size_max.h
12669
12670 2005-09-04  Derek Price  <derek@ximbiot.com>
12671
12672         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12673
12674 2005-09-03  Simon Josefsson  <jas@extundo.com>
12675
12676         * gnulib-tool: Fix typo.
12677
12678 2005-09-03  Simon Josefsson  <jas@extundo.com>
12679
12680         * config/srclist.txt: Add glibc bug 1293.
12681
12682 2005-09-03  Derek Price  <derek@ximbiot.com>
12683
12684         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12685         From Larry Jones <lawrence.jones@ugs.com>.
12686
12687 2005-09-02  Simon Josefsson  <jas@extundo.com>
12688
12689         * modules/socklen: New file.
12690
12691 2005-09-02  Simon Josefsson  <jas@extundo.com>
12692
12693         * modules/havelib: New module.
12694
12695         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12696         Use havelib.
12697
12698 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12699
12700         Check for arithmetic overflow when calculating sizes, to prevent
12701         some buffer-overflow issues.  These patches are conservative, in the
12702         sense that when I couldn't determine whether an overflow was possible,
12703         I inserted a run-time check.
12704         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12705         macros.
12706         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12707         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12708         (re_xnrealloc, re_x2nrealloc): New inline functions.
12709         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12710         parse_bracket_exp):
12711         (build_equiv_class, build_charclass): Check for arithmetic overflow
12712         in size expression calculations.
12713         * lib/regex_internal.c (re_string_realloc_buffers):
12714         (build_wcs_upper_buffer, re_node_set_add_intersect):
12715         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12716         (re_dfa_add_node, register_state): Likewise.
12717         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12718         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12719         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12720         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12721
12722 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12725         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12726
12727 2005-09-02  Bruno Haible  <bruno@clisp.org>
12728
12729         Support for lib vs. lib64 distinction on biarch platforms.
12730         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12731         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12732         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12733
12734 2005-09-02  Bruno Haible  <bruno@clisp.org>
12735
12736         * gnulib-tool (import): In the other first-use case, provide defaults
12737         as well.
12738
12739 2005-09-02  Bruno Haible  <bruno@clisp.org>
12740
12741         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12742         patches not yet found in the latest gettext release.
12743
12744 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12745
12746         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12747         to avoid a collision with bits/local_lim.h in glibc.
12748         All uses changed.  Problem reported by Dmitry V. Levin in
12749         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12750
12751         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12752         bugs in int versus size_t comparisons.
12753         (re_string_context_at): Fix bug where the code assumed that
12754         Idx is signed.
12755
12756         Use bool where appropriate.
12757         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12758         All callers changed.
12759         (calc_eclosure_iter): Likewise, for ROOT arg.
12760         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12761         (build_charclass_op): Likewise, for NON_MATCH arg.
12762         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12763         (re_string_construct_common): Likewise, for ICASE arg.
12764         * lib/regexec.c (re_search_2_stub, re_search_stub):
12765         Likewise, for RET_LEN arg.
12766         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12767         (set_regs): Likewise, for FL_BACKTRACK arg.
12768         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12769         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12770         (calc_eclosure_iter, parse_bracket_exp):
12771         Use bool for internal variables that are booleans.
12772         * lib/regexec.c (re_search_internal, check_matching,
12773         proceed_next_node):
12774         (set_regs, build_sifted_states, sift_states_bkref):
12775         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12776         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12777         (find_collation_sequence_value):
12778         Likewise.
12779         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12780         (re_node_set_compare):
12781         Return bool, not int. All callers changed.
12782         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12783         (build_trtable, check_node_accept): Likewise.
12784         * lib/regex_internal.h: Include stdbool.h.
12785
12786         Fix bugs uncovered when converting to bool.
12787         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12788         failure instead of charging ahead blindly.
12789         * lib/regex_internal.c (register_state): Likewise.
12790         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12791         for freeing internal storage.
12792         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12793         bitset pieces used as boolean, to avoid undefined behavior
12794         on hosts that do int overflow checking.
12795
12796 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * config/srclist.txt: Add glibc bugs 1285-1287.
12799
12800 2005-09-01  Jim Meyering  <jim@meyering.net>
12801
12802         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12803         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12804         Require gl_STAT_MACROS, too.
12805
12806 2005-09-01  Bruno Haible  <bruno@clisp.org>
12807
12808         * gnulib-tool (import): In the first-use case, provide defaults.
12809
12810 2005-09-01  Bruno Haible  <bruno@clisp.org>
12811
12812         * gnulib-tool (func_import): Remove the .tmp files.
12813
12814 2005-09-01  Bruno Haible  <bruno@clisp.org>
12815
12816         * gnulib-tool (func_import): Fix handling of symbolic links.
12817
12818 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12819
12820         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12821         old glibc regex code mishandles strings longer than 2**31 bytes.
12822         This patch fixes this when the regex code is used in gnulib
12823         (i.e., outside glibc).
12824
12825         This patch should not affect the use of the regex code inside
12826         glibc.  No doubt this problem also needs to be handled for glibc
12827         as well, but the result will be an incompatible change to the
12828         glibc ABI, and the old ABI will have to be supported too.  That
12829         can be the the subject for another patch.
12830
12831         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12832         governing whether the rest of this patch is active.  By default,
12833         the macro is disabled and the patch has no effect.
12834         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12835         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12836         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12837         (re_match_2, re_set_registers): Use the new types.
12838         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12839         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12840         New macros.
12841         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12842         (re_string_context_at, bin_tree_t, re_dfastate_t):
12843         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12844         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12845         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12846         (re_string_char_size_at, re_string_wchar_at):
12847         (re_string_elem_size_at):
12848         Use the new types and macros to port to 64-bit hosts.
12849         Use unsigned types for internal values, so that the code
12850         mostly works even for arrays larger than SSIZE_MAX.
12851         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12852         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12853         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12854         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12855         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12856         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12857         (calc_inveclosure, parse_dup_op, build_range_exp):
12858         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12859         (fetch_number, create_token_tree, mark_opt_subexp):
12860         Likewise.
12861         * lib/regex_internal.c (re_string_construct_common,
12862         create_ci_newstate):
12863         (create_cd_newstate, re_string_allocate, re_string_construct):
12864         (re_string_realloc_buffers, build_wcs_upper_buffer):
12865         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12866         (re_string_reconstruct, re_string_peek_byte_case):
12867         (re_string_fetch_byte_case, re_string_context_at):
12868         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12869         (re_node_set_init_copy, re_node_set_add_intersect):
12870         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12871         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12872         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12873         (re_acquire_state, re_acquire_state_context, register_state):
12874         Likewise.
12875         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12876         search_cur_bkref_entry):
12877         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12878         (re_search_internal, re_search_2_stub, re_search_stub)
12879         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12880         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12881         (update_cur_sifted_state, check_dst_limits):
12882         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12883         (check_subexp_limits, sift_states_bkref, merge_state_array):
12884         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12885         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12886         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12887         (expand_bkref_cache, check_node_accept_bytes):
12888         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12889         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12890         (acquire_init_state_context, check_halt_node_context):
12891         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12892         (sift_states_backward, clean_state_log_if_needed):
12893         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12894         (find_recover_state, transit_state_sb, transit_state_mb):
12895         (transit_state_bkref, build_trtable, match_ctx_clean):
12896         Likewise.
12897         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12898         to work around an assumption that REG_MISSING is negative.
12899
12900         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12901         (seek_collating_symbol_entry) [defined _LIBC]:
12902         (lookup_collation_sequence_value) [defined _LIBC]:
12903         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12904         Use prototypes rather than old-style function definitions.
12905         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12906         (transit_state_sb) [0]:
12907         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12908
12909         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12910         rm_eo.
12911
12912         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12913         (optimize_subexps, lower_subexp):
12914         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12915         since the signed shift might overflow.  Use 1u<<31 instead.
12916         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12917         Likewise.
12918         * lib/regexec.c (check_dst_limits_calc_pos_1,
12919         check_subexp_matching_top): Likewise.
12920
12921         * lib/regcomp.c (optimize_subexps, lower_subexp):
12922         Use CHAR_BIT rather than 8, for clarity.
12923         * lib/regexec.c (check_dst_limits_calc_pos_1):
12924         (check_subexp_matching_top): Likewise.
12925         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12926         have to worry about portability issues when shifting it left.
12927         Remove no-longer-needed test for table_size > 0.
12928         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12929         in a word, as the resulting behavior is undefined.
12930         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12931         in one case, a <= should have been an <, and in another case the
12932         whole test was missing.
12933         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12934         the standard name CHAR_BIT.
12935         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12936         this is not true on one's complement and signed-magnitude hosts.
12937
12938         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12939         next_last_offset.
12940         (struct re_dfa_t): Remove unused member states_alloc.
12941         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12942
12943 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12946         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12947         and large-file glibc and in 32-bit large-file Solaris.
12948
12949 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12950
12951         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12952         lengths fit in regoff_t; this isn't true if regoff_t is the same
12953         width as size_t.
12954         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12955         (= START + RANGE) instead of RANGE.  This avoids overflow
12956         problems when regoff_t is the same width as size_t.
12957         All callers changed.
12958         (re_search_2_stub): Check for overflow when adding the
12959         sizes of the two strings.
12960         (re_search_stub): Check for overflow when adding START
12961         to RANGE; if it occurs, substitute the extreme value.
12962
12963 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12964
12965         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12966
12967 2005-08-31  Jim Meyering  <jim@meyering.net>
12968
12969         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12970         a pointer-to-const.
12971         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12972         (register_state): Likewise.
12973         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12974         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12975         (group_nodes_into_DFAstates): Likewise.
12976
12977 2005-08-31  Jim Meyering  <jim@meyering.net>
12978
12979         * check-module: Add a FIXME comment.
12980
12981 2005-08-31  Eric Blake  <ebb9@byu.net>
12982
12983         * modules/unistd-safer (Files): Add unistd--.h.
12984         * modules/stdio-safer (Files): Add stdio--.h.
12985
12986 2005-08-31  Derek Price  <derek@ximbiot.com>
12987
12988         * lib/getdelim.c (getdelim): Return EOF on EOF.
12989         Reported by Larry Jones <lawrence.jones@ugs.com>.
12990
12991 2005-08-31  Bruno Haible  <bruno@clisp.org>
12992
12993         Avoid unnecessary diffs in the generated lib/Makefile.am.
12994         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12995         the generated files.
12996         (func_import): Don't set cmd.
12997
12998 2005-08-31  Bruno Haible  <bruno@clisp.org>
12999
13000         * lib/strstr.c: Include <stddef.h>, for NULL.
13001         * lib/strcasestr.c: Likewise.
13002         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13003
13004 2005-08-31  Bruno Haible  <bruno@clisp.org>
13005
13006         * gnulib-tool: New option --macro-prefix.
13007         (func_import): Use macro_prefix.
13008         (import): Handle option --macro-prefix.
13009
13010 2005-08-31  Bruno Haible  <bruno@clisp.org>
13011
13012         * gnulib-tool (import): Rename most ac_* variables to cached_*.
13013         Also use new variables cached_lgpl, cached_libtool.
13014
13015 2005-08-31  Bruno Haible  <bruno@clisp.org>
13016
13017         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
13018         always instantiating them.
13019
13020 2005-08-31  Bruno Haible  <bruno@clisp.org>
13021
13022         * gnulib-tool (func_import): Read the previous cached settings
13023         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
13024         earlier added by gnulib but are now dropped. Warn when a gnulib file
13025         overwrites a non-gnulib file.
13026
13027 2005-08-31  Bruno Haible  <bruno@clisp.org>
13028
13029         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
13030         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
13031         projects that don't keep autogenerated files in CVS. Put into
13032         actioncmd only the specified modules, not the transitive closure.
13033
13034 2005-08-31  Bruno Haible  <bruno@clisp.org>
13035
13036         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
13037         Create directories that shall be filled.
13038         (import): Don't look for gl_* macros in configure.ac. Recurse across
13039         all directories containing a gnulib-cache.m4 files, if meaningful.
13040
13041 2005-08-31  Bruno Haible  <bruno@clisp.org>
13042
13043         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
13044         (import): Set seen_libtool when we see gl_LIBTOOL.
13045
13046 2005-08-31  Bruno Haible  <bruno@clisp.org>
13047
13048         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
13049         declaration macro definitions from generated gnulib.m4.
13050
13051 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
13052
13053         * lib/iconvme.h: Add prototype for iconv_alloc.
13054
13055 2005-08-29  Simon Josefsson  <jas@extundo.com>
13056
13057         * lib/iconvme.c: Fix errno.
13058
13059 2005-08-29  Bruno Haible  <bruno@clisp.org>
13060
13061         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
13062         that it works when the directory contains spaces.
13063
13064 2005-08-29  Bruno Haible  <bruno@clisp.org>
13065
13066         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
13067
13068 2005-08-29  Bruno Haible  <bruno@clisp.org>
13069
13070         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
13071         Emit more advice.
13072
13073 2005-08-29  Bruno Haible  <bruno@clisp.org>
13074         and Stepan Kasal  <kasal@ucw.cz>
13075
13076         * check-module: If more parameters are given, check each of them
13077         separately; add more exceptions, as noted by Jim Meyering.
13078         (check_module): New procedure.
13079         (%exempt_header): Now contains all exceptions.
13080
13081 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
13082
13083         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
13084
13085 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13086
13087         * lib/iconvme.c: Split iconv_string into iconv_alloc.
13088
13089 2005-08-28  Bruno Haible  <bruno@clisp.org>
13090
13091         * m4/gnulib-tool.m4: New file.
13092
13093 2005-08-27  Jim Meyering  <jim@meyering.net>
13094
13095         * modules/unistd-safer (Files): Add pipe-safer.c.
13096         * modules/fcntl-safer (Files): Add creat-safer.c.
13097
13098 2005-08-27  Jim Meyering  <jim@meyering.net>
13099
13100         * m4/stdlib-safer.m4: New file.  From coreutils.
13101         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13102         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13103         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13104         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13105         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13106
13107 2005-08-27  Jim Meyering  <jim@meyering.net>
13108
13109         * lib/fopen-safer.c: Merge minor changes from coreutils.
13110         * lib/dup-safer.c: Likewise.
13111         * lib/fd-safer.c: Likewise.
13112
13113         Merge from coreutils.
13114         * lib/stdio--.h: New file.
13115         * lib/stdlib--.h: New file.
13116         * lib/mkstemp-safer.c: New file.
13117
13118         GNU tar needs these.
13119         * lib/pipe-safer.c: New file.
13120         * lib/creat-safer.c: New file.
13121         * lib/fcntl--.h (creat): Define to creat_safer.
13122         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13123         * lib/unistd--.h (pipe): Define to pipe_safer.
13124         * lib/unistd-safer.h: Declare pipe_safer.
13125
13126 2005-08-26  Simon Josefsson  <jas@extundo.com>
13127
13128         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13129         Haible <bruno@clisp.org>.
13130
13131 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         * lib/regex_internal.h: Remove all references to
13134         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13135         or better.
13136         (bitset_not, bitset_merge, bitset_not_merge):
13137         (bitset_mask, re_string_allocate, re_string_construct):
13138         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13139         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13140         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13141         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13142         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13143         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13144         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13145         (re_acquire_state_context):
13146         Remove unnecessary forward decls.
13147         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13148         Put __attribute at function definition,
13149         now that the function decl has been removed.
13150         * lib/regex_internal.c (re_string_peek_byte_case):
13151         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13152         Likewise.
13153
13154 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13155
13156         * m4/regex.m4: Add AC_PREREQ(2.50).
13157         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13158
13159 2005-08-25  Simon Josefsson  <jas@extundo.com>
13160
13161         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13162         __fsetlocking.
13163
13164 2005-08-25  Simon Josefsson  <jas@extundo.com>
13165
13166         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13167         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13168         GLIBC specific code.
13169
13170 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13171
13172         Make regex safe for g++.  This fixes one real bug (an "err"
13173         that should have been "*err").  g++ problem reported by
13174         Sam Steingold.
13175         * lib/regex_internal.h (re_calloc): New macro, consistent with
13176         re_malloc etc.  All callers of calloc changed to use re_calloc.
13177         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13178         not int.  All callers changed.
13179         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13180         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13181         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13182         (find_recover_state): Change "err" to "*err"; this fixes what
13183         appears to be a real bug.
13184         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13185         versus int.
13186
13187 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         * modules/regex (Depends-on): Add malloc, since the code
13190         assumes that !malloc(0) means failure.
13191
13192 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13193
13194         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13195
13196         alloca modernization/simplification for regex.
13197         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13198         needs to be at the start of the file, and can be moved into
13199         regex_internal.h and simplified.
13200         * lib/regex_internal.h: Include <alloca.h>.
13201         (__libc_use_alloca) [!defined _LIBC]: New macro.
13202         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13203         now works outside glibc.
13204
13205 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13206
13207         * config/srclist.txt: Add glibc bugs 1241, 1245.
13208
13209 2005-08-25  Jim Meyering  <jim@meyering.net>
13210
13211         * lib/open-safer.c: Include <config.h>.
13212         Otherwise, we'd lose LARGEFILE support in any file using
13213         e.g. "fcntl--.h"
13214
13215 2005-08-25  Bruno Haible  <bruno@clisp.org>
13216
13217         * m4/minmax.m4: Require autoconf 2.52.
13218         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13219         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13220         alternatives of translit over the alphabet.
13221         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13222
13223 2005-08-24  Simon Josefsson  <jas@extundo.com>
13224
13225         * tests/test-getpass.c: New file.
13226
13227 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13228
13229         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13230         for GNU regex features.
13231
13232 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13233
13234         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13235         * lib/regex.h (regerror): Likewise.
13236
13237         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13238         requires this.  (The code never needed it.)
13239
13240         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13241         All uses of recently-renamed identifiers changed to use the new,
13242         POSIX-compliant names.  The code will build and run just fine
13243         without these changes, but it's better to eat our own dog food
13244         and use the standard-conforming names.
13245
13246         * lib/regex.h: Fix a multitude of POSIX name space violations.
13247         These changes have an effect only for programs that define
13248         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13249         do not change anything for programs compiled in the normal way.
13250         Also, there is no effect on the ABI.
13251
13252         (_REGEX_SOURCE): New macro.
13253         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13254         defined and _GNU_SOURCE is not; this fixes a name space violation.
13255
13256         Rename the following macros to obey POSIX requirements.
13257         The old names are still visible as macros if _REGEX_SOURCE is defined.
13258         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13259         RE_BACKSLASH_ESCAPE_IN_LISTS.
13260         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13261         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13262         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13263         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13264         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13265         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13266         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13267         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13268         (REG_INTERVALS): renamed from RE_INTERVALS.
13269         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13270         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13271         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13272         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13273         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13274         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13275         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13276         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13277         RE_UNMATCHED_RIGHT_PAREN_ORD.
13278         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13279         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13280         (REG_DEBUG): renamed from RE_DEBUG.
13281         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13282         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13283         unusual, since we can't clash with the POSIX REG_ICASE.
13284         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13285         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13286         (REG_NO_SUB): renamed from RE_NO_SUB.
13287         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13288         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13289         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13290         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13291         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13292         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13293         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13294         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13295         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13296         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13297         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13298         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13299         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13300         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13301         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13302         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13303         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13304         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13305         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13306         (REG_FIXED): Renamed from REGS_FIXED.
13307         (REG_NREGS): Renamed from RE_NREGS.
13308
13309         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13310         of other REG_* macros, since POSIX says the user is allowed to
13311         #undef these macros selectively.
13312
13313         (reg_errcode_t): Update comment stating what other tables need
13314         to be consistent.
13315
13316         Rename the following enum values to obey POSIX requirements.
13317         The old names are still visible as macros.
13318         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13319         is not defined, since GNU is supposed to be a superset of POSIX as
13320         much as possible, and since we want reg_errcode_t to be a signed
13321         type for implementation consistency.
13322         (_REG_NOERROR): Renamed from REG_NOERROR.
13323         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13324         (_REG_BADPAT): Renamed from REG_BADPAT.
13325         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13326         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13327         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13328         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13329         (_REG_EBRACK): Renamed from REG_EBRACK.
13330         (_REG_EPAREN): Renamed from REG_EPAREN.
13331         (_REG_EBRACE): Renamed from REG_EBRACE.
13332         (_REG_BADBR): Renamed from REG_BADBR.
13333         (_REG_ERANGE): Renamed from REG_ERANGE.
13334         (_REG_ESPACE): Renamed from REG_ESPACE.
13335         (_REG_BADRPT): Renamed from REG_BADRPT.
13336         (_REG_EEND): Renamed from REG_EEND.
13337         (_REG_ESIZE): Renamed from REG_ESIZE.
13338         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13339         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13340         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13341         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13342         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13343
13344         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13345         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13346         changed.  But support the old name if the new one is not defined
13347         and if _REGEX_SOURCE.
13348
13349         Change the following member names in struct re_pattern_buffer.
13350         The old names are still supported if !_REGEX_SOURCE.
13351         The new names are always supported, regardless of _REGEX_SOURCE.
13352         (re_buffer): Renamed from buffer.
13353         (re_allocated): Renamed from allocated.
13354         (re_used): Renamed from used.
13355         (re_syntax): Renamed from syntax.
13356         (re_fastmap): Renamed from fastmap.
13357         (re_translate): Renamed from translate.
13358         (re_can_be_null): Renamed from can_be_null.
13359         (re_regs_allocated): Renamed from regs_allocated.
13360         (re_fastmap_accurate): Renamed from fastmap_accurate.
13361         (re_no_sub): Renamed from no_sub.
13362         (re_not_bol): Renamed from not_bol.
13363         (re_not_eol): Renamed from not_eol.
13364         (re_newline_anchor): Renamed from newline_anchor.
13365
13366         Change the following member names in struct re_registers.
13367         The old names are still supported if !_REGEX_SOURCE.
13368         The new names are always supported, regardless of _REGEX_SOURCE.
13369         (rm_num_regs): Renamed from num_regs.
13370         (rm_start): Renamed from start.
13371         (rm_end): Renamed from end.
13372
13373         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13374         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13375         Prepend __ to parameter names.
13376
13377         Undo yesterday's changes.
13378
13379 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13382         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13383         lib/regex.c.
13384
13385 2005-08-24  Jim Meyering  <jim@meyering.net>
13386
13387         Sync from coreutils.
13388         * m4/fcntl-safer.m4: New file.
13389
13390         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13391         and object files for this module.
13392
13393 2005-08-24  Jim Meyering  <jim@meyering.net>
13394
13395         Sync from coreutils.
13396         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13397
13398 2005-08-24  Jim Meyering  <jim@meyering.net>
13399
13400         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13401         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13402
13403 2005-08-24  Jim Meyering  <jim@meyering.net>
13404
13405         * modules/fcntl-safer: New module.
13406         * modules/fts (Depends-on): Add fcntl-safer.
13407         * MODULES.html.sh (File descriptor based Input/Output):
13408         Add fcntl-safer.
13409
13410 2005-08-24  Bruno Haible  <bruno@clisp.org>
13411
13412         Support for unit test modules.
13413         * modules/README: Mention tests modules.
13414         * modules/TEMPLATE-TESTS: New file.
13415         * gnulib-tool: New options --extract-tests-module, --with-tests and
13416         --tests-base (unused for the moment).
13417         (testsbase, inctests): New variables.
13418         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13419         (func_verify_module): Exclude TEMPLATE-TESTS.
13420         (func_verify_nontests_module, func_verify_tests_module): New functions.
13421         (func_get_dependencies): Add implicit dependency for tests modules.
13422         (func_get_tests_module): New function.
13423         (func_modules_transitive_closure): When --with-tests was specified,
13424         include the unit tests as well, unless explicitly avoided.
13425         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13426         (func_emit_tests_Makefile_am): New function.
13427         (func_create_testdir): When --with-tests was specified, emit a
13428         tests/ directory.
13429         * MODULES.html.sh (Future developments): Update.
13430
13431 2005-08-24  Bruno Haible  <bruno@clisp.org>
13432
13433         * modules/tls-tests: New file.
13434         * tests/test-tls.c: New file, from GNU gettext.
13435
13436 2005-08-24  Bruno Haible  <bruno@clisp.org>
13437
13438         * modules/lock-tests: New file.
13439         * tests/test-lock.c: New file, from GNU gettext.
13440
13441 2005-08-24  Bruno Haible  <bruno@clisp.org>
13442
13443         * lib/lock.h: Add multiple inclusion guard.
13444         * lib/tls.h: Add multiple inclusion guard.
13445
13446 2005-08-24  Bruno Haible  <bruno@clisp.org>
13447
13448         * gnulib-tool: Add support for the --aux-dir option to
13449         --create-testdir, --create-megatestdir, --test, --megatest.
13450         (func_create_testdir, func_create_megatestdir): Optionally emit a
13451         AC_CONFIG_AUX_DIR directive.
13452         (create-testdir, create-megatestdir, test, megatest): Provide a
13453         default value for $auxdir.
13454
13455 2005-08-24  Bruno Haible  <bruno@clisp.org>
13456
13457         * gnulib-tool (import): Use compound statement instead of subshell
13458         where possible.
13459
13460 2005-08-24  Bruno Haible  <bruno@clisp.org>
13461
13462         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13463
13464 2005-08-24  Bruno Haible  <bruno@clisp.org>
13465
13466         * gnulib-tool (func_version): Update.
13467
13468 2005-08-24  Bruno Haible  <bruno@clisp.org>
13469
13470         * gnulib-tool (func_import, func_create_testdir,
13471         func_create_megatestdir): Quote all autoconf macro arguments.
13472
13473 2005-08-24  Bruno Haible  <bruno@clisp.org>
13474
13475         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13476         option --force, because --force causes the aclocal.m4 of each
13477         subdirectory to be newer than the corresponding config.h.in.
13478
13479 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13482         All contents moved to gl_REGEX.
13483         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13484         assume that it does.
13485
13486 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13487
13488         * lib/regex.h (REG_NOSYS)
13489         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13490         Define, since POSIX requires it as of 2001.
13491         (_REG_ENOSYS)
13492         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13493         New private symbol, used to keep the enum signed in all cases.
13494         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13495         Youngman in
13496         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13497
13498         * lib/regex_internal.c (re_string_skip_chars, register_state):
13499         (calc_state_hash):
13500         Remove forward decls; no longer needed now that we use prototypes.
13501         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13502         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13503         (clean_state_log_if_needed): Likewise.
13504
13505 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13506
13507         * config/srclist.txt: Add glibc bugs 1231-1233.
13508
13509 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13510
13511         Fix problems reported by Sam Steingold in
13512         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13513         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13514         assumed that reg_errcode_t is a signed type, which is not
13515         necessarily true if _XOPEN_SOURCE is not defined.
13516         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13517         since some compilers warn about it otherwise.
13518
13519 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13520
13521         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13522         (init_word_char, create_initial_state, duplicate_node_closure):
13523         (fetch_token, peek_token_bracket, build_range_exp):
13524         (build_collating_symbol): Remove forward decls; no longer needed
13525         now that we use prototypes.
13526
13527         * lib/regcomp.c:
13528         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13529         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13530         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13531         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13532         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13533         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13534         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13535         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13536         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13537         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13538         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13539         (build_charclass, build_charclass_op, fetch_number, create_tree):
13540         (create_token_tree, mark_opt_subexp, duplicate_tree):
13541         Use prototypes rather than old-style definitions.
13542
13543         * lib/regex_internal.c:
13544         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13545         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13546         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13547         (re_string_reconstruct, re_string_peek_byte_case):
13548         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13549         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13550         (re_node_set_init_copy, re_node_set_add_intersect):
13551         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13552         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13553         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13554         (re_acquire_state, re_acquire_state_context, register_state):
13555         (create_ci_newstate, create_cd_newstate, free_state):
13556         Likewise.
13557         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13558         re_search_2):
13559         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13560         (re_search_internal, prune_impossible_nodes):
13561         (acquire_init_state_context, check_matching, static):
13562         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13563         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13564         (update_regs, sift_states_backward, build_sifted_states):
13565         (clean_state_log_if_needed, merge_state_array):
13566         (update_cur_sifted_state, add_epsilon_src_nodes):
13567         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13568         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13569         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13570         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13571         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13572         (check_arrival, check_arrival_add_next_nodes):
13573         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13574         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13575         (check_node_accept_bytes, check_node_accept, extend_buffers):
13576         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13577         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13578         (sift_ctx_init):
13579         Likewise.
13580
13581         * lib/regex_internal.h:
13582         (re_string_allocate, re_string_construct, re_string_reconstruct):
13583         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13584         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13585         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13586         (re_string_context_at, re_string_peek_byte_case):
13587         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13588         is defined, since we now use prototypes always.
13589
13590         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13591         C89 or better.  All uses removed.
13592
13593 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13594
13595         * config/srclist.txt: Add glibc bugs 1220-1227.
13596
13597 2005-08-20  Jim Meyering  <jim@meyering.net>
13598
13599         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13600         of unused local, dfa.
13601
13602 2005-08-20  Bruno Haible  <bruno@clisp.org>
13603
13604         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13605
13606 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13609         (re_node_set_insert_last, re_dfa_add_node):
13610         Rename local variables to avoid GCC shadowing warnings.
13611
13612 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13613
13614         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13615         [defined lint]: Suppress bogus uninitialized-variable warnings.
13616
13617         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13618         and let the caller return REG_ESPACE if out of space.  This
13619         removes an uninitialied-variable warning with GCC 4.0.1, and also
13620         avoids taking the address of a local variable.  All callers
13621         changed.
13622
13623 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13624
13625         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13626         $LIBCSRC/posix/regexec.c.
13627         Add glibc bug 1217 for regcomp.c.
13628
13629 2005-08-19  Jim Meyering  <jim@meyering.net>
13630
13631         * lib/regexec.c (proceed_next_node): Redo local variables to
13632         avoid GCC shadowing warnings.
13633
13634 2005-08-18  Bruno Haible  <bruno@clisp.org>
13635
13636         * lib/strstr.c (strstr): Fix return value in multibyte case.
13637         * lib/strcasestr.c (strcasestr): Likewise.
13638
13639 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13640
13641         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13642
13643 2005-08-17  Jim Meyering  <jim@meyering.net>
13644
13645         Make the %s format (seconds since the epoch) work for a negative
13646         number and when used with a zero-padded field width, e.g. %015s.
13647
13648         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13649         label so that it precedes the code to set `digits'.  Otherwise,
13650         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13651         print `00-22'.  Now, it prints `-0022', as it should.
13652
13653 2005-08-17  Bruno Haible  <bruno@clisp.org>
13654
13655         * modules/strstr (Files): Add m4/mbrtowc.m4.
13656         (Depends-on): Add mbuiter.
13657
13658 2005-08-17  Bruno Haible  <bruno@clisp.org>
13659
13660         * modules/strcasestr: New file.
13661         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13662         strcasestr.
13663
13664 2005-08-17  Bruno Haible  <bruno@clisp.org>
13665
13666         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13667
13668 2005-08-17  Bruno Haible  <bruno@clisp.org>
13669
13670         * modules/mbuiter: New file.
13671         * MODULES.html.sh (Extended multibyte and wide character utilities):
13672         Add mbuiter.
13673
13674 2005-08-17  Bruno Haible  <bruno@clisp.org>
13675
13676         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13677         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13678
13679 2005-08-17  Bruno Haible  <bruno@clisp.org>
13680
13681         * m4/strcasestr.m4: New file.
13682
13683 2005-08-17  Bruno Haible  <bruno@clisp.org>
13684
13685         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13686         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13687
13688 2005-08-17  Bruno Haible  <bruno@clisp.org>
13689
13690         * lib/strcasestr.h: New file.
13691         * lib/strcasestr.c: New file.
13692
13693 2005-08-17  Bruno Haible  <bruno@clisp.org>
13694
13695         * lib/strcasecmp.c: Use mbuiter.h.
13696
13697 2005-08-17  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/mbuiter.h: New file.
13700
13701 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13704         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13705         and gl_GETOPT are both invoked via different paths (as happens
13706         with GNU tar CVS because it uses both argp and getopt), the former
13707         wins.
13708
13709 2005-08-16  Bruno Haible  <bruno@clisp.org>
13710
13711         * modules/tls: New file.
13712         * MODULES.html.sh (Multithreading): Add tls.
13713
13714 2005-08-16  Bruno Haible  <bruno@clisp.org>
13715
13716         * modules/strnlen1: New file.
13717         * MODULES.html.sh (String handling): Add strnlen1.
13718
13719 2005-08-16  Bruno Haible  <bruno@clisp.org>
13720
13721         * modules/strcase (Files): Add m4/mbrtowc.m4.
13722         (Depends-on): Add strnlen1, mbchar.
13723
13724 2005-08-16  Bruno Haible  <bruno@clisp.org>
13725
13726         * modules/mbiter: New file.
13727         * MODULES.html.sh (Extended multibyte and wide character utilities):
13728         Add mbiter.
13729
13730 2005-08-16  Bruno Haible  <bruno@clisp.org>
13731
13732         * modules/mbfile: New file.
13733         * MODULES.html.sh (Extended multibyte and wide character utilities):
13734         Add mbfile.
13735
13736 2005-08-16  Bruno Haible  <bruno@clisp.org>
13737
13738         * modules/mbchar: New file.
13739         * MODULES.html.sh (Extended multibyte and wide character utilities):
13740         New section.
13741
13742 2005-08-16  Bruno Haible  <bruno@clisp.org>
13743
13744         * m4/tls.m4: New file, from GNU gettext.
13745
13746 2005-08-16  Bruno Haible  <bruno@clisp.org>
13747
13748         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13749         always.
13750         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13751
13752 2005-08-16  Bruno Haible  <bruno@clisp.org>
13753
13754         * m4/mbiter.m4: New file.
13755
13756 2005-08-16  Bruno Haible  <bruno@clisp.org>
13757
13758         * m4/mbfile.m4: New file.
13759
13760 2005-08-16  Bruno Haible  <bruno@clisp.org>
13761
13762         * m4/mbchar.m4: New file.
13763
13764 2005-08-16  Bruno Haible  <bruno@clisp.org>
13765
13766         * lib/tls.h: New file, from GNU gettext.
13767         * lib/tls.c: New file, from GNU gettext.
13768
13769 2005-08-16  Bruno Haible  <bruno@clisp.org>
13770
13771         * lib/strnlen1.h: New file.
13772         * lib/strnlen1.c: New file.
13773
13774 2005-08-16  Bruno Haible  <bruno@clisp.org>
13775
13776         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13777         (mbi_init): Update.
13778         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13779         NUL byte, not after it.
13780
13781 2005-08-16  Bruno Haible  <bruno@clisp.org>
13782
13783         * lib/strcase.h (strcasecmp): Add note in comments.
13784         * lib/strncasecmp.c: Use code from strcasecmp.c.
13785         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13786         (strcasecmp): Work correctly in multibyte locales.
13787
13788 2005-08-16  Bruno Haible  <bruno@clisp.org>
13789
13790         * lib/mbiter.h: New file.
13791
13792 2005-08-16  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/mbfile.h: New file.
13795
13796 2005-08-16  Bruno Haible  <bruno@clisp.org>
13797
13798         * lib/mbchar.h: New file.
13799         * lib/mbchar.c: New file.
13800
13801 2005-08-16  Bruno Haible  <bruno@clisp.org>
13802
13803         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13804         the valid ones. Makes the comparison operations transitive:
13805         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13806         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13807
13808 2005-08-15  Simon Josefsson  <jas@extundo.com>
13809
13810         * modules/ssize_t (License): Change to 'unlimited'.
13811
13812         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13813
13814 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13815
13816         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13817         Add comments for each pending glibc patch.
13818
13819 2005-08-15  Bruno Haible  <bruno@clisp.org>
13820
13821         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13822         __cplusplus is defined.
13823
13824 2005-08-14  Jim Meyering  <jim@meyering.net>
13825
13826         Sync from coreutils.
13827
13828         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13829         Use the hash-table-based cycle-detection code not just when
13830         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13831         Reported by James Youngman in
13832         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13833         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13834         FTS_TIGHT_CYCLE_CHECK.
13835         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13836         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13837         once again.
13838         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13839         * lib/fts.c (fd_safer): Remove decl.
13840         Include fcntl--.h rather than unistd-safer.h
13841         (fts_safe_changedir): Don't call fd_safer; no longer needed
13842         now that we include fcntl--.h.
13843
13844 2005-08-12  Simon Josefsson  <jas@extundo.com>
13845
13846         * modules/getndelim2: Use ssize_t module.
13847         * modules/getnline: Likewise.
13848         * modules/safe-read: Likewise.
13849         * modules/xreadlink: Likewise.
13850
13851         * modules/ssize_t: New file.
13852
13853 2005-08-12  Simon Josefsson  <jas@extundo.com>
13854
13855         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13856
13857 2005-08-12  Simon Josefsson  <jas@extundo.com>
13858
13859         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13860         ssize_t.
13861
13862 2005-08-12  Simon Josefsson  <jas@extundo.com>
13863
13864         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13865         readline, getdelim and check_version.
13866         (Support for systems lacking ISO C 99: Sizes of integer types):
13867         Add size_max.
13868
13869 2005-08-12  Bruno Haible  <bruno@clisp.org>
13870
13871         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13872
13873 2005-08-11  Simon Josefsson  <jas@extundo.com>
13874
13875         * modules/readline: New file.
13876
13877         * modules/strnlen (Files): Add strnlen.h.
13878
13879 2005-08-11  Simon Josefsson  <jas@extundo.com>
13880
13881         * m4/readline.m4: New file.
13882
13883 2005-08-11  Simon Josefsson  <jas@extundo.com>
13884
13885         * lib/readline.h, readline.c: New file.
13886
13887 2005-08-11  Simon Josefsson  <jas@extundo.com>
13888
13889         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13890         gl_AVOID.
13891
13892 2005-08-11  Bruno Haible  <bruno@clisp.org>
13893
13894         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13895
13896 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13897
13898         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13899
13900 2005-08-10  Simon Josefsson  <jas@extundo.com>
13901
13902         * tests/test-iconvme.c: New file.
13903
13904 2005-08-10  Simon Josefsson  <jas@extundo.com>
13905
13906         * m4/strnlen.m4: New file.
13907
13908         * m4/strndup.m4: Don't check for strnlen declaration, done in
13909         strnlen.m4.
13910
13911 2005-08-10  Simon Josefsson  <jas@extundo.com>
13912
13913         * lib/strndup.c: Use strnlen.h.
13914
13915         * lib/strnlen.h: New file.
13916
13917 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13918
13919         * README: Typos.
13920
13921 2005-08-02  Simon Josefsson  <jas@extundo.com>
13922
13923         * modules/readline: New file.
13924
13925 2005-08-02  Simon Josefsson  <jas@extundo.com>
13926
13927         * modules/getdelim: New file.
13928
13929         * modules/getline: Rewrite, don't use getndelim2.
13930
13931 2005-08-02  Simon Josefsson  <jas@extundo.com>
13932
13933         * m4/getline.m4: Separate out getdelim stuff into separate module.
13934
13935         * m4/getdelim.m4: New file.
13936
13937 2005-08-02  Simon Josefsson  <jas@extundo.com>
13938
13939         * lib/getline.h, getline.c: Rewrite.
13940
13941         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13942
13943 2005-07-31  Bruno Haible  <bruno@clisp.org>
13944
13945         * lib/lock.h (gl_lock_initializer): New macro.
13946         (gl_lock_define_initialized): Use it.
13947         (gl_rwlock_initializer): New macro.
13948         (gl_rwlock_define_initialized): Use it.
13949         (gl_recursive_lock_initializer): New macro.
13950         (gl_recursive_lock_define_initialized): Use it.
13951
13952 2005-07-30  Karl Berry  <karl@gnu.org>
13953
13954         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13955         Report from Ben Pfaff, regarding getopt.
13956
13957 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13958
13959         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13960         normal way.
13961         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13962         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13963         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13964         (gl_GETOPT): Use the new macros.  Most of the implementation
13965         is moved to the new macros.  This is for programs like Emacs
13966         that don't want all the functionality of gl_GETOPT.
13967
13968 2005-07-26  Bruno Haible  <bruno@clisp.org>
13969
13970         * m4/lock.m4: Update from GNU gettext.
13971
13972 2005-07-26  Bruno Haible  <bruno@clisp.org>
13973
13974         * lib/lock.h: Update from GNU gettext.
13975         * lib/lock.c: Update from GNU gettext.
13976
13977 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13980         obsolescent AC_TRY_RUN.  Include the default includes files, for
13981         'exit'.
13982
13983 2005-07-24  Bruno Haible  <bruno@clisp.org>
13984
13985         * modules/visibility: New file.
13986         * MODULES.html.sh (Misc): Add visibility.
13987
13988 2005-07-24  Bruno Haible  <bruno@clisp.org>
13989
13990         * m4/visibility.m4: New file.
13991
13992 2005-07-24  Bruno Haible  <bruno@clisp.org>
13993
13994         * doc/visibility.texi: New file.
13995
13996 2005-07-22  Bruno Haible  <bruno@clisp.org>
13997
13998         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13999         $(ALLOCA_H), redundant through BUILT_SOURCES.
14000         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
14001         redundant through BUILT_SOURCES.
14002         * modules/byteswap (Makefile.am): Remove explicit dependency on
14003         $(BYTESWAP_H), redundant through BUILT_SOURCES.
14004         * modules/fnmatch (Makefile.am): Remove explicit dependency on
14005         $(FNMATCH_H), redundant through BUILT_SOURCES.
14006         * modules/getopt (Makefile.am): Remove explicit dependency on
14007         $(GETOPT_H), redundant through BUILT_SOURCES.
14008         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
14009         redundant through BUILT_SOURCES.
14010         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
14011         redundant through BUILT_SOURCES.
14012         * modules/stdbool (Makefile.am): Remove explicit dependency on
14013         $(STDBOOL_H), redundant through BUILT_SOURCES.
14014         * modules/stdint (Makefile.am): Remove explicit dependency on
14015         $(STDINT_H), redundant through BUILT_SOURCES.
14016         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
14017         Remove explicit dependency on $(SYSEXITS_H).
14018         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
14019
14020 2005-07-18  Simon Josefsson  <jas@extundo.com>
14021
14022         * lib/check-version.c (check_version): Accept identical versions too.
14023
14024 2005-07-18  Bruno Haible  <bruno@clisp.org>
14025
14026         * modules/lock: New file.
14027         * MODULES.html.sh (Multithreading): New section.
14028
14029 2005-07-18  Bruno Haible  <bruno@clisp.org>
14030
14031         * m4/lock.m4: New file, from GNU gettext.
14032
14033 2005-07-18  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/lock.h: New file, from GNU gettext.
14036         * lib/lock.c: New file, from GNU gettext.
14037
14038 2005-07-18  Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/lock.h (gl_once_t): New type.
14041         (gl_once_define, gl_once): New macros.
14042         * lib/lock.c (fresh_once): New variable.
14043         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
14044         functions.
14045
14046 2005-07-16  Simon Josefsson  <jas@extundo.com>
14047
14048         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
14049         workaround, suggested by Bruno.
14050
14051 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14052
14053         * modules/xalloc (Depends-on): Add xalloc-die.
14054         * modules/xvasprintf (Depends-on): Add xalloc-die.
14055
14056 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
14059         with a minor change.
14060
14061 2005-07-15  Bruno Haible  <bruno@clisp.org>
14062
14063         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
14064         When using lib/poll.c, define poll as rpl_poll.
14065
14066 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
14067
14068         * modules/argp (Depends-on): Remove unlocked-io.
14069
14070 2005-07-14  Derek Price  <derek@ximbiot.com>
14071
14072         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
14073         for glob symlink bug.
14074
14075 2005-07-14  Bruno Haible  <bruno@clisp.org>
14076
14077         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
14078         Instead, test for *_unlocked function declarations directly.
14079
14080 2005-07-11  Simon Josefsson  <jas@extundo.com>
14081
14082         * modules/size_max: New file.
14083
14084         * modules/xsize: Depend on size_max module for size_max.m4.
14085
14086 2005-07-11  Simon Josefsson  <jas@extundo.com>
14087
14088         * lib/size_max.h: New file.
14089
14090 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
14093         copyright symbol and the year.
14094         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14095         (version_etc_va): Use parameterized copyright notice.
14096         Reword to conform to the current GNU coding standards.
14097
14098 2005-07-11  Karl Berry  <karl@gnu.org>
14099
14100         * doc/gnulib.texi (Quoting): new node.
14101         (Initial import): more info, from Patrice.
14102
14103 2005-07-11  Bruno Haible  <bruno@clisp.org>
14104
14105         * gnulib-tool (func_usage): Document option --avoid.
14106         (Command line options): Handle --avoid.
14107         (func_acceptable): New function.
14108         (func_modules_transitive_closure): Use it.
14109
14110 2005-07-11  Bruno Haible  <bruno@clisp.org>
14111
14112         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14113         Reported by Jim Meyering.
14114
14115 2005-07-10  Bruno Haible  <bruno@clisp.org>
14116
14117         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14118         Needed when size_t is smaller than 'unsigned int'.
14119         Reported by Paul Eggert.
14120
14121 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14122
14123         * modules/argp (Depends-on): Add unlocked-io
14124
14125 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14126
14127         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14128         block of defines.
14129
14130 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14133         fix now.
14134
14135 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14136         and Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14139         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14140
14141 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14142
14143         * modules/regex (Files): Add lib/regex_internal.c,
14144         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14145         (Depends-on): Add extensions.
14146         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14147
14148 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14149
14150         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14151         pathconf.
14152         * m4/same.m4 (gl_SAME): Likewise.
14153         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14154
14155         * m4/regex.m4: Adjust to new libc regex implementation.
14156         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14157         all the .c and .h parts of (the new) regex.
14158         Quote the m4 stuff better.
14159         Check for RE_ICASE bug of old gnulib.
14160         Check for REG_STARTEND of recent libc.
14161         Rename local variables from jm_* to gl_*.
14162         Quote operand of "test -f".
14163         Say "recent enough" version of libc, not "version 2".
14164         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14165         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14166         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14167         Remove check for btowc, isascii.
14168         Require AM_LANGINFO_CODESET.
14169
14170 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14171
14172         * lib/regex.c, regex.h: Sync from libc.
14173         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14174         * lib/regexec.c:
14175         New files, synced from libc, except that regex_internal.h
14176         currently has a small porting fix.
14177
14178 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14179
14180         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14181         regex_internal.c, regexec.c.
14182         Add regex_internal.h too, but as a comment, since the libc version
14183         is currently broken in gnulib mode.
14184
14185 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         Support programs like Emacs that use gnulib but not gettext.
14188         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14189         * modules/gettext-h: New file.
14190         * modules/gettext (Files): Remove lib/gettext.h.
14191         (Depends-on): Add gettext-h.
14192         (Makefile.am): Remove lib_SOURCES.
14193         * modules/argmatch, modules/c-stack, modules/closeout:
14194         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14195         * modules/execute, modules/file-type, modules/getaddrinfo:
14196         * modules/getopt, modules/human, modules/javacomp:
14197         * modules/javaexec, modules/mkdir-p, modules/obstack:
14198         * modules/openat, modules/pagealign_alloc, modules/pipe:
14199         * modules/quotearg, modules/regex, modules/rpmatch:
14200         * modules/unicodeio, modules/userspec, modules/version-etc:
14201         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14202         * modules/xsetenv:
14203         Depend on gettext-h, not gettext.
14204
14205 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         * gnulib-tool (func_import): Add support for 'public domain' license.
14208         * modules/alloca, modules/atexit, modules/memmove:
14209         Now public domain, not GPL.
14210         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14211         * modules/realloc, modules/strerror, modules/strtod:
14212         Now LGPL, not GPL.
14213
14214 2005-07-05  Bruno Haible  <bruno@clisp.org>
14215
14216         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14217         autoconf CVS. Needed for mingw.
14218
14219 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14220
14221         Remove the dependency of the strftime module on the tzset module.
14222         * modules/strftime (Depends-on): Remove dependency on tzset.
14223
14224 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14225
14226         Remove the dependency of the strftime module on the tzset module.
14227         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14228         gl_FUNC_TZSET_CLOBBER.
14229
14230 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         Remove the dependency of the strftime module on the tzset module.
14233         * lib/strftime.c (my_strftime)
14234         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14235         Copy the input structure, to work around some of the bug with
14236         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14237         Solaris releases, you should also use the tzset module, but we won't
14238         require it as a dependency any more since we don't want LGPLed code
14239         to depend on GPLed code.
14240
14241 2005-07-02  Jim Meyering  <jim@meyering.net>
14242
14243         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14244         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14245         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14246         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14247
14248 2005-07-02  Jim Meyering  <jim@meyering.net>
14249
14250         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14251
14252 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14255         declares only 'struct timespec;' (!).
14256
14257 2005-07-01  Jim Meyering  <jim@meyering.net>
14258
14259         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14260         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14261         * lib/save-cwd.c, tempname.c:
14262         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14263         and don't include <sys/file.h>).
14264
14265 2005-06-29  Jim Meyering  <jim@meyering.net>
14266
14267         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14268         type name.  Use the variable name instead.
14269         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14270         Likewise.
14271
14272 2005-06-28  Simon Josefsson  <jas@extundo.com>
14273
14274         * modules/check-version (Files): Add check-version.m4.
14275
14276 2005-06-28  Simon Josefsson  <jas@extundo.com>
14277
14278         * m4/check-version.m4: New file, suggested by Jim Meyering
14279         <jim@meyering.net>.
14280
14281 2005-06-28  Simon Josefsson  <jas@extundo.com>
14282
14283         * lib/check-version.h, lib/check-version.c: New files.
14284
14285 2005-06-28  Simon Josefsson  <jas@extundo.com>
14286
14287         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14288         collision with global variable.  Better indentation.  Don't
14289         increment buffer pointer beyond buffer end.  Based on comments
14290         from Paul Eggert <eggert@cs.ucla.edu>.
14291
14292         * lib/base64.h: Indent.
14293
14294 2005-06-28  Simon Josefsson  <jas@extundo.com>
14295
14296         * doc/gnulib.texi (Library version handling): New section.
14297
14298 2005-06-28  Jim Meyering  <jim@meyering.net>
14299
14300         * check-module (find_included_lib_files): Hard-code another
14301         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14302         but modules/fts-lgpl (correctly) does not list those files.
14303
14304         * modules/canonicalize (Files): Add lib/pathmax.h.
14305
14306 2005-06-25  Simon Josefsson  <jas@extundo.com>
14307
14308         * modules/check-version: New file.
14309
14310 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14311
14312         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14313         initializer of struct addrinfo, as an indication that we don't
14314         care how many members the structure has.
14315
14316 2005-06-24  Derek Price  <derek@ximbiot.com>
14317         and Bruno Haible  <bruno@clisp.org>
14318
14319         Remove stat module & update lstat.
14320         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14321         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14322         * m4/stat.m4: Remove this file.
14323
14324 2005-06-24  Derek Price  <derek@ximbiot.com>
14325         and Bruno Haible  <bruno@clisp.org>
14326
14327         Remove stat module & update lstat.
14328         * lib/stat.c: Remove this file...
14329         (slash_aware_lstat): ...moving this content and its support...
14330         * lib/lstat.c (rpl_lstat): ...into here.
14331         * lib/lstat.h: New file.
14332
14333 2005-06-24  Derek Price  <derek@ximbiot.com>
14334         and Bruno Haible  <bruno@clisp.org>
14335
14336         Remove stat module & update lstat.
14337         * config/srclist.txt (libc sources): Remove stat.
14338
14339 2005-06-24  Derek Price  <derek@ximbiot.com>
14340         and Bruno Haible  <bruno@clisp.org>
14341
14342         Remove stat module & update lstat.
14343         * MODULES.html.sh (stat): Remove.
14344         * MODULES.html: Regenerated.
14345         * modules/lstat (Description): Correct function name.
14346         (Files): Add "lstat.h".
14347         (Depends-on): Remove stat, add xalloc, stat-macros.
14348         * modules/stat: Remove this file.
14349         (Include): Add "lstat.h", remove <sys/stat.h>.
14350
14351 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14352
14353         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14354         (ranged_convert): Don't save conversion in a temporary struct.
14355         This causes a warning with GCC 4.0.0, and anyway in the typical
14356         case it's not worth the extra 100 bytes or so of code.
14357         (ranged_convert, __mktime_internal): When calling a function via a
14358         pointer P, use P () rather than (*P) (), as we now assume C89 or
14359         better.
14360
14361 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14362
14363         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14364         "who -r" failed to give output.  Problem reported by Tim Waugh.
14365
14366         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14367         (xcalloc): Use it to avoid needless tests.
14368         Problem reported by Jim Meyering.
14369
14370 2005-06-20  Derek Price  <derek@ximbiot.com>
14371
14372         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14373         unnecessary for Autoconfs > 2.59c.
14374
14375 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14376
14377         * lib/argp.h (__option_is_short): Check upper limit of
14378         __key. Isprint() requires its argument to have the value
14379         of an unsigned char or EOF.
14380
14381 2005-06-16  Jim Meyering  <jim@meyering.net>
14382
14383         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14384         when either N or S is zero.
14385
14386 2005-06-16  Derek Price  <derek@ximbiot.com>
14387
14388         * m4/bison.m4: Declare YACC & YFLAGS precious.
14389
14390 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14393         multibyte string or pattern, fall back on unibyte matching.
14394         Problem reported by James Youngman.
14395
14396 2005-06-08  Bruno Haible  <bruno@clisp.org>
14397
14398         * modules/csharpcomp: New file.
14399         * MODULES.html.sh (C#): Add csharpcomp.
14400
14401 2005-06-08  Bruno Haible  <bruno@clisp.org>
14402
14403         * m4/csharpcomp.m4: New file, from GNU gettext.
14404
14405 2005-06-08  Bruno Haible  <bruno@clisp.org>
14406
14407         * lib/csharpcomp.h: New file, from GNU gettext.
14408         * lib/csharpcomp.c: New file, from GNU gettext.
14409         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14410
14411 2005-06-08  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14414         warning on mingw.
14415
14416 2005-06-07  Derek Price  <derek@ximbiot.com>
14417
14418         Sync from CVS.
14419         * lib/glob_.h: Indent nested #ifdef.
14420
14421 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         Sync from coreutils.
14424         Use "file name" when talking about file names, instead of "filename"
14425         or "path", as per the GNU coding standards.
14426         * lib/mkdir-p.c: Renamed from makepath.c.
14427         (make_dir_parents): Renamed from make_path.  All callers changed.
14428         * lib/mkdir-p.h: Likewise.  All includers changed.
14429         * lib/filenamecat.c: Renamed from path-concat.c.
14430         (file_name_concat): Renamed from path_concat.  All callers changed.
14431         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14432         * lib/filenamecat.h: Likewise.  All includers changed.
14433         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14434         in comments or local variable names.
14435         * lib/basename.c: Likewise.
14436         * lib/canonicalize.c, canonicalize.h: Likewise.
14437         * lib/dirname.c, dirname.h: Likewise.
14438         * lib/euidaccess.c: Likewise.
14439         * lib/exclude.c: Likewise
14440         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14441         * lib/fsusage.c, fsuage.h: Likewise.
14442         * lib/fts.c, fts_.h: Likewise.
14443         * lib/getcwd.c: Likewise.
14444         * lib/getloadavg.c: Likewise.
14445         * lib/mkstemp.c: Likewise.
14446         * lib/mountlist.c, mountlist.h: Likewise.
14447         * lib/openat.c, openat.h: Likewise.
14448         * lib/readlink-stub.c: Likewise.
14449         * lib/readutmp.c, readutmp.h: Likewise.
14450         * lib/rename.c: Likewise.
14451         * lib/rmdir.c: Likewise.
14452         * lib/same.c: Likewise.
14453         * lib/savedir.c: Likewise.
14454         * lib/stripslash.c: Likewise.
14455         * lib/tempname.c: Likewise.
14456         * lib/xreadlink.c: Likewise.
14457         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14458         All uses changed.
14459         * lib/exclude.h: Likewise.
14460
14461         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14462         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14463         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14464         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14465         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14466         files have been getting away with it for years (MORE/BSD 4.3
14467         is extinct now).
14468         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14469         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14470
14471         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14472         Define to 256, not 255, as per modern POSIX.
14473
14474 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         Sync from coreutils.
14477         Use "file name" when talking about file names, instead of "filename"
14478         or "path", as per the GNU coding standards.
14479         * MODULES.html.sh: mkdir-p renamed from makepath.
14480         filenamecat renamed from path-concat.
14481         * modules/filenamecat: Renamed from modules/path-concat.
14482         (Files): filenamecat.h and filenamecat.c renamed from
14483         path-concat.h and path-concat.c.
14484         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14485         (Include): filenamecat.h, not path-concat.h.
14486         * modules/mkdir-p: Renamed from modules/makepath.
14487         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14488         makepath.c.
14489         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14490         (Include): mkdir-p.h, not makepath.h.
14491
14492 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         Sync from coreutils.
14495         * m4/mkdir-p.m4: Renamed from makepath.m4.
14496         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14497         Rename files from makepath.c to mkdir-p.c, and from
14498         makepath.h to mkdir-p.h.
14499         * m4/filenamecat.m4: Renamed from path-concat.m4.
14500         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14501         Rename files from path-concat.c to filenamecat.c,
14502         and from path-concat.h to filenamecat.h.
14503         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14504         "file name" in local variables or comments.
14505         * m4/rename.m4: Likewise.
14506
14507 2005-06-01  Bruno Haible  <bruno@clisp.org>
14508
14509         * modules/csharpexec: New file.
14510         * MODULES.html.sh (C#): New section.
14511
14512 2005-06-01  Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/csharp.m4: New file, from GNU gettext.
14515         * m4/csharpexec.m4: New file, from GNU gettext.
14516
14517 2005-06-01  Bruno Haible  <bruno@clisp.org>
14518
14519         * lib/csharpexec.h: New file, from GNU gettext.
14520         * lib/csharpexec.c: New file, from GNU gettext.
14521         * lib/csharpexec.sh.in: New file, from GNU gettext.
14522
14523 2005-05-31  Derek Price  <derek@ximbiot.com>
14524             Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         Sync from cvs.
14527         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14528
14529 2005-05-31  Derek Price  <derek@ximbiot.com>
14530             Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         Sync from cvs.
14533         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14534
14535 2005-05-29  Derek Price  <derek@ximbiot.com>
14536
14537         * config/srclist.txt (glob_.h, glob.c): Add these files.
14538
14539 2005-05-29  Derek Price  <derek@ximbiot.com>
14540
14541         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14542         * modules/glob: New file.
14543         * modules/getlogin_r: Add link to POSIX spec in description.
14544
14545 2005-05-29  Derek Price  <derek@ximbiot.com>
14546             Paul Eggert  <eggert@cs.ucla.edu>
14547
14548         * m4/glob.m4: New file.
14549
14550 2005-05-29  Derek Price  <derek@ximbiot.com>
14551             Paul Eggert  <eggert@cs.ucla.edu>
14552
14553         * lib/glob_.h, lib/glob.c: New files.
14554
14555 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14556
14557         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14558         * modules/fts-lgpl (Depends-on): Remove gettext.
14559
14560 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14561
14562         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14563         and don't require gt_INTTYPES_PRI.
14564
14565 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14566
14567         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14568
14569         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14570         the configuration hassle isn't worth it.
14571         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14572         (LONGEST_MODIFIER, PRIuMAX): Remove.
14573
14574 2005-05-27  Bruno Haible  <bruno@clisp.org>
14575
14576         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14577
14578 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14581         _POSIX_PTHREAD_SEMANTICS for Solaris.
14582
14583 2005-05-25  Derek Price  <derek@ximbiot.com>
14584
14585         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14586
14587 2005-05-25  Derek Price  <derek@ximbiot.com>
14588             Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14591         * lib/getlogin_r.c, getlogin_r.h: New files.
14592
14593 2005-05-25  Bruno Haible  <bruno@clisp.org>
14594             Derek Price  <derek@ximbiot.com>
14595
14596         * lib/getlogin_r.h: Simplify API documentation.
14597
14598 2005-05-23  Derek Price  <derek@ximbiot.com>
14599
14600         * modules/minmax (Files): Add m4/minmax.m4.
14601         (configure.ac): Add gl_MINMAX.
14602
14603 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14604
14605         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14606         so that unistd-safer.h (GPL'ed code) need not be included.
14607
14608 2005-05-22  Bruno Haible  <bruno@clisp.org>
14609
14610         * m4/minmax.m4: New file.
14611         Based on a patch by Derek Price <derek@ximbiot.com>.
14612
14613 2005-05-22  Bruno Haible  <bruno@clisp.org>
14614
14615         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14616         (INT64_MIN): Fix definition.
14617         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14618
14619         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14620         NEED_SIGNED_INT_TYPES.
14621
14622         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14623         HAVE_SYSTEM_INTTYPES.
14624
14625 2005-05-22  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14628         Also include <sys/param.h> if it defines MIN, MAX.
14629         Based on a patch by Derek Price <derek@ximbiot.com>.
14630
14631 2005-05-21  Jim Meyering  <jim@meyering.net>
14632
14633         * modules/fts (Files): Add m4/inttypes-pri.m4.
14634         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14635
14636 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         New fts module.
14639         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14640         (setup_dir, free_dir): New functions.
14641         (enter_dir, leave_dir): Define trivial
14642         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14643         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14644         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14645         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14646         Move to fts-cycle.c.
14647         (fts_open): Use setup_dir.
14648         (fts_close): Use free_dir.
14649         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14650         This adds a label and some gotos, but the alternatives were messier.
14651         Check for memory allocation failure when entering a dir.
14652         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14653         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14654         (FTS): New member fts_cycle, that is a union that contains the
14655         old active_dir_ht and cycle_state.  All uses changed to mention
14656         fts_cycle.ht and fts_cycle.state.
14657         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14658         fts.c, with the following changes:
14659         (setup_dir, free_dir): New functions.
14660         (enter_dir): Now returns bool.  Return true if successful, false
14661         if memory exhausted.  All callers changed.
14662         Do not bother partly cleaning up on
14663         memory allocation failure; that is free_dir's job.
14664         However, free ad if hash_insert fails, to avoid memory leak.
14665         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14666         fts->fts_options to see which union member to use.
14667
14668 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14671         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14672
14673 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14676
14677 2005-05-20  Jim Meyering  <jim@meyering.net>
14678
14679         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14680         Now a macro, to pacify GCC.
14681
14682 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14683
14684         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14685         of -1.
14686
14687 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14688
14689         * lib/chown.c (rpl_chown): Return -1 on failure.
14690
14691 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14694         Don't check for stddef.h.
14695         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14696         don't use its results.
14697         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14698         since we include them unconditionally.  Don't require
14699         AM_STDBOOL_H, since stdbool is a prerequisite.
14700         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14701         since we assume C89 or better.
14702         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14703         as we don't use their results.
14704         Don't check for fchdir, memmove, memset, strrchr, as we use
14705         them unconditionally.
14706         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14707         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14708
14709 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14710
14711         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14712         Include <stddef.h> unconditionally, since we assume C89 now.
14713         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14714         * lib/fts.c: Include fts_.h first, to check interface.
14715         Do not include intprops.h; no longer needed.
14716         Include cycle-check.h and hash.h, since fts_.h no longer does.
14717         Remove unnecessary casts of closedir to void.
14718         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14719         decide whether to decrement nlinks.
14720         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14721         (FTS): Use struct hash_table * instead of Hash_table, so that
14722         we no longer need to include hash.h here.
14723
14724 2005-05-18  Jim Meyering  <jim@meyering.net>
14725
14726         * modules/dirfd (License): Change to LGPL.  Most of the code
14727         is already in the public domain.
14728
14729 2005-05-18  Jim Meyering  <jim@meyering.net>
14730
14731         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14732         Reported by Yoann Vandoorselaere.
14733
14734 2005-05-17  Jim Meyering  <jim@meyering.net>
14735
14736         * m4/fts.m4: New file, from coreutils.
14737
14738 2005-05-17  Jim Meyering  <jim@meyering.net>
14739
14740         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14741
14742 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         Sync from coreutils.
14745         * m4/unlinkdir.m4: New file.
14746
14747 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14748
14749         Sync from coreutils.
14750         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14751         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14752         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14753         White space changes only.
14754         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14755         special.
14756         * lib/yesno.c: Include getline.h, not ctype.h.
14757         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14758         Use getline to remove arbitrary restriction on response length.
14759
14760 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14761
14762         * config/srclist-update: Spell out "Street" in FSF postal
14763         mail address; this is the style the FSF seems to prefer.
14764
14765         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14766         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14767         this updates FSF postal mail address.
14768
14769         Sync from coreutils.
14770         * modules/unlinkdir: New file.
14771         * modules/yesno (Depends-on): Add getline.
14772         * MODULES.html.sh (File system functions): Add unlinkdir.
14773
14774 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14775
14776         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14777         lib/strsep.h:
14778         Change the initial comment to refer to GPL, not LGPL.
14779         gnulib-tool will change it to LGPL as needed.
14780
14781         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14782         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14783         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14784         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14785         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14786         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14787         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14788         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14789         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14790         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14791         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14792         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14793         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14794         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14795         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14796         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14797         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14798         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14799         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14800         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14801         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14802         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14803         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14804         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14805         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14806         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14807         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14808         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14809         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14810         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14811         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14812         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14813         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14814         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14815         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14816         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14817         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14818         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14819         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14820         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14821         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14822         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14823         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14824         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14825         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14826         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14827         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14828         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14829         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14830         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14831         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14832         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14833         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14834         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14835         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14836         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14837         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14838         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14839         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14840         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14841         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14842         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14843         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14844         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14845         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14846         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14847         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14848         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14849         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14850         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14851         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14852         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14853         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14854         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14855         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14856         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14857         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14858         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14859         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14860         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14861         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14862         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14863         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14864         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14865         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14866         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14867         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14868         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14869         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14870         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14871         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14872         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14873         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14874         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14875         lib/yesno.c, lib/yesno.h:
14876         Update FSF postal mail address.
14877
14878 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14879
14880         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14881         tests/test-memmem.c, tests/test-stpncpy.c:
14882         Update FSF postal mail address.
14883
14884 2005-05-13  Bruno Haible  <bruno@clisp.org>
14885
14886         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14887         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14888         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14889         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14890         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14891         Add support for 64-bit integers in the MSVC compiler.
14892
14893 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14894
14895         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14896
14897 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14898
14899         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14900
14901 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14902
14903         * doc/getdate.texi (General date syntax): Don't say that date
14904         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14905         Problem reported by Nic Ferrier.
14906
14907 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14908
14909         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14910         specified in ai_socktype. Fix invalid ai_protocol
14911         check. ai_protocol is usually set to 0 or depending on
14912         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14913         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14914         ai_socktype / ai_protocol in the returned addrinfo structure.
14915
14916 2005-05-10  Simon Josefsson  <jas@extundo.com>
14917
14918         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14919         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14920
14921 2005-05-10  Karl Berry  <karl@gnu.org>
14922
14923         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14924         (from http://www.gnu.org/licenses).
14925         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14926         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14927         fdl.texi suffices.
14928
14929 2005-05-10  Karl Berry  <karl@gnu.org>
14930
14931         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14932         (COPYING.DOC): remove.
14933
14934         * config/srclist-update: new FSF address.
14935
14936 2005-05-10  Derek Price  <derek@ximbiot.com>
14937
14938         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14939         possible.
14940
14941 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14942             Bruno Haible  <bruno@clisp.org>
14943
14944         * modules/inet_ntop: New file.
14945         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14946         inet_ntop.
14947
14948 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14949             Bruno Haible  <bruno@clisp.org>
14950
14951         * m4/inet_ntop.m4: New file.
14952
14953 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14954             Bruno Haible  <bruno@clisp.org>
14955
14956         * lib/inet_ntop.h: New file.
14957         * lib/inet_ntop.c: New file, from glibc with modifications.
14958
14959 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14960
14961         * modules/time_r (License): Change to LGPL.
14962         * modules/extensions (License): Change to LGPL.  Actually,
14963         the license is more permissive than that, but currently gnulib-tool
14964         doesn't know how to handle more-permissive licenses.
14965
14966         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14967         Problem reported by Dave Love.
14968
14969 2005-05-08  Jim Meyering  <jim@meyering.net>
14970
14971         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14972         blank.
14973
14974 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * modules/argmatch (Depends-on): Add stdbool.
14977         * modules/backupfile (Depends-on): Likewise.
14978         * modules/chdir-long (Depends-on): Likewise.
14979         * modules/closeout (Depends-on): Likewise.
14980         * modules/cycle-check (Depends-on): Likewise.
14981         * modules/dirname (Depends-on): Likewise.
14982         * modules/fnmatch (Depends-on): Likewise.
14983         * modules/fsusage (Depends-on): Likewise.
14984         * modules/fwriteerror (Depends-on): Likewise.
14985         * modules/getcwd (Depends-on): Likewise.
14986         * modules/getloadavg (Depends-on): Likewise.
14987         * modules/hard-locale (Depends-on): Likewise.
14988         * modules/makepath (Depends-on): Likewise.
14989         * modules/mountlist (Depends-on): Likewise.
14990         * modules/nanosleep (Depends-on): Likewise.
14991         * modules/posixtm (Depends-on): Likewise.
14992         * modules/quotearg (Depends-on): Likewise.
14993         * modules/readtokens (Depends-on): Likewise.
14994         * modules/readtokens0 (Depends-on): Likewise.
14995         * modules/readutmp (Depends-on): Likewise.
14996         * modules/save-cwd (Depends-on): Likewise.
14997         * modules/strftime (Depends-on): Likewise.
14998         * modules/userspec (Depends-on): Likewise.
14999         * modules/utimecmp (Depends-on): Likewise.
15000         * modules/xgetcwd (Depends-on): Likewise.
15001         * modules/xnanosleep (Depends-on): Likewise.
15002         * modules/xstrtod (Depends-on): Likewise.
15003         * modules/yesno (Depends-on): Likewise.
15004
15005 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
15008         needless checks.
15009
15010 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         Merge from coreutils.  Among other things,
15013         add bulletproofing for cases where stdin, stdout, or stderr are closed.
15014         * lib/fd-safer.c: New file.
15015         * lib/fcntl-safer.h, open-safer.c: Remove.
15016         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
15017         * lib/dup-safer.c: Include unistd-safer.h first.
15018         Don't include errno.h.
15019         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
15020         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
15021         * lib/file-type.c: Rely on file-type.h change.
15022         * lib/getloadavg.c: Include unistd-safer.h.
15023         (getloadavg): Use safer open.
15024         * lib/getusershell.c: Include "stdio-safer.h".
15025         (getusershell): Use safer fopen.
15026         * lib/long-options.c (long_options): Use NULL rather than 0.
15027         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
15028         'free'.
15029         * lib/modechange.c: Likewise.
15030         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
15031         (MODE_DONE): New constant.
15032         (struct mode_change): Remove 'next' member.
15033         (make_node_op_equals): New function; like the old one of the
15034         same name, except it allocates an array.
15035         (mode_compile, mode_create_from_ref): Use it.
15036         (mode_compile): Allocate result as an array, not a linked list.
15037         Parse octal string ourself, so that we catch mistakes like "+0".
15038         (mode_adjust): Arg is an array, not a linked list.
15039         * lib/modechange.c: Include stat-macros.h, xalloc.h.
15040         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
15041         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
15042         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
15043         Remove.  This is now stat-macros.h's job.
15044         (talloc): Remove.  All callers replaced by xalloc, so that
15045         our invokers don't have to worry about reporting memory failures.
15046         (make_node_op_equals): Remove.
15047         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15048         New constants.
15049         (struct mode_change): Moved here from modechange.h.
15050         (mode_append_entry): Remove.
15051         (mode_compile): Remove MASKED_OPS arg, since it encouraged
15052         apps to have incorrect behavior.  Use simpler algorithm for head
15053         and tail.  Don't futz with umask; that's now the job of mode_adjust.
15054         Detect more invalid usages rather than having somewhat-random behavior.
15055         Don't insert an "a=" action, as that leads to incorrect behavior.
15056         (mode_compile, mode_create_from_ref): Return NULL on error instead
15057         of an enum, since now there's only one way to have an error.  All
15058         callers changed.
15059         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
15060         at the correct time.  Simplify calculation of "+u" and its ilk.
15061         Don't mishandle "+X".
15062         (mode_free): Remove "register" and localize decls.
15063         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
15064         (struct mode_change): Move to modechange.c; callers don't
15065         need to see this stuff.
15066         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
15067         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
15068         (mode_change, mode_adjust): Reflect the new signatures noted above.
15069         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
15070         that might redefine system include files.
15071         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
15072         (my_usleep): Use NULL rather than (void *) 0.
15073         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
15074         Use siginterrupt to specify that system calls should be interrupted.
15075         (rpl_nanosleep): Move initialization of suspended closer to call of
15076         my_usleep.
15077         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
15078         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
15079         (desirable_utmp_entry): New function.
15080         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
15081         using x2nrealloc, to simplify logic.
15082         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
15083         size calculation.  Do not assume utmp file is a regular file.
15084         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
15085         (READ_UTMP_CHECK_PIDS): New constant.
15086         * lib/save-cwd.c: Include unistd-safer.h.
15087         (save_cwd): Use fd_safer.
15088         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
15089         [!_LIBC] Include "stat-macros.h" instead.
15090         * lib/unistd-safer.h (fd_safer): New decl.
15091
15092 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * modules/getloadavg (Depends-on): Add unistd-safer.
15095         * modules/getusershell (Depends-on): Add stdio-safer.
15096         * modules/lstat (Depends-on): Remove xalloc.
15097         * modules/mkstemp (Depends-on): Add stat-macros.
15098         * modules/modechange (Depends-on): Remove xstrtol.
15099         Add stat-macros, xalloc.
15100         * modules/save-cwd (Depends-on): Add unistd-safer.
15101         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15102         * modules/unistd-safer (Files): Add lib/fd-safer.c
15103         (Makefile.am): Remove lib_SOURCES.
15104
15105         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15106         Remove fcntl-safer; unistd-safer supersedes it.
15107
15108 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15111         AC_HEADER_STAT.
15112         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15113         (gl_PREREQ_CHOWN): Remove.
15114         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15115         it.  Don't require AC_HEADER_STAT.
15116         (gl_PREREQ_LSTAT): Remove.
15117         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15118         Don't require AC_HEADER_STAT.
15119         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15120         (gl_PREREQ_RMDIR): Remove.
15121         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15122         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15123         the stat-macros module a prerequisite.
15124         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15125         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15126         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15127         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15128         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15129         variable names.
15130         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15131         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15132         variable prefixes.
15133         * m4/fcntl-safer.m4: Remove.
15134         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15135         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15136         Invoke gl_PREREQ_FD_SAFER.
15137         (gl_PREREQ_FD_SAFER): New macro.
15138         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15139         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15140         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15141         Remove duplicate call to AC_LIBOBJ(readutmp).
15142         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15143
15144         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15145         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15146
15147 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15148
15149         * MODULES.html.sh (Misc): Add byteswap.
15150
15151 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15152
15153         * modules/getcwd (Depends-on): Add extensions.
15154         * modules/openat (Depends-on): Likewise.
15155
15156 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15157
15158         * modules/byteswap: New file.
15159
15160 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15161
15162         * m4/byteswap.m4: New file.
15163
15164 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15165
15166         * lib/byteswap_.h: New file.
15167
15168 2005-04-25  Karl Berry  <karl@gnu.org>
15169
15170         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15171
15172 2005-04-25  Albert Chin  <china@thewrittenword.com>
15173
15174         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15175         Toolkit C bug.
15176
15177 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15178
15179         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15180         (func_ln_if_changed) Remove forcibly for no error message
15181         in case file does not exist.
15182
15183 2005-04-19  Simon Josefsson  <jas@extundo.com>
15184
15185         * gnulib-tool (Options): Make --symlink mean --symbolic.
15186
15187 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15188
15189         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15190
15191 2005-04-16  Simon Josefsson  <jas@extundo.com>
15192
15193         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15194
15195 2005-04-15  Simon Josefsson  <jas@extundo.com>
15196
15197         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15198
15199 2005-04-15  Simon Josefsson  <jas@extundo.com>
15200
15201         * gnulib-tool: Rename --symlink to --symbolic.
15202
15203 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15204
15205         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15206         symbolic links to files instead of copying/moving.  Add --aux-dir,
15207         specifying directory relative --dir where auxiliary build tools
15208         are placed.
15209
15210 2005-04-14  Bruno Haible  <bruno@clisp.org>
15211
15212         * modules/allocsa (License): Change to LGPL.
15213         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15214
15215 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15216
15217         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15218         that "UTC +1 second" continues to work.  Problem reported
15219         by Dmitry V. Levin.
15220         (relunit_snumber): New rule.
15221         (relunit): Use it.
15222
15223 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         * lib/getdate.y (universal_time_zone_table): New constant.
15226         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15227         universal_time_zone_table.
15228         (lookup_zone): Prefer universal_time_zone_table to
15229         local_time_zone_table, so that "GMT" time stamps are allowed in
15230         London during the summer.  Problem reported by Ian Abbott.
15231
15232 2005-04-12  Jim Meyering  <jim@meyering.net>
15233
15234         * lib/human.c (humblock): Set *options even when returning due to
15235         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15236         warning from gcc-4.
15237
15238 2005-04-09  Jim Meyering  <jim@meyering.net>
15239
15240         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15241         -Wuninitialized: initialize tm0.tm_year.
15242
15243 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15246         count, since there's no maximum.  All uses changed.
15247         Add member dsts_seen.
15248         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15249         not being INT_MAX.
15250         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15251         Use pc_rels_seen to decide whther a date is absolute.
15252
15253         * lib/getdate.y (number): Don't overwrite year.
15254         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15255         check.
15256
15257 2005-04-02  Simon Josefsson  <jas@extundo.com>
15258
15259         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15260         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15261
15262 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15263
15264         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15265         where no absolute path name can be longer than PATH_MAX.
15266
15267 2005-03-27  Jim Meyering  <jim@meyering.net>
15268
15269         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15270
15271 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15274         "one's complement" -> "ones' complement" in comment, as per Knuth.
15275         "value of type" -> "type or expression" in comment.
15276         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15277
15278 2005-03-26  Jim Meyering  <jim@meyering.net>
15279
15280         Comment nits.
15281         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15282         Correct typos: s/or/of/.
15283
15284 2005-03-26  Jim Meyering  <jim@meyering.net>
15285
15286         * modules/check-include-files: Move to ../ and rename to...
15287         * check-module: ...this.
15288
15289 2005-03-25  Jim Meyering  <jim@meyering.net>
15290
15291         * modules/xvasprintf (Files): Add xalloc.h.
15292
15293 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * modules/gettext (Files): config/config.rpath ->
15296         build-aux/config.rpath
15297         * modules/iconv (Files): Likewise.
15298         Problem reported by Oskar Liljeblad.
15299
15300 2005-03-23  Jim Meyering  <jim@meyering.net>
15301
15302         * modules/check-include-files: New script to check for
15303         missing dependencies, multiple includes, etc.
15304
15305         * modules/c-strtold (Depends-on): Add xalloc.
15306         * modules/c-strtod (Depends-on): Add xalloc.
15307         * modules/hash (Depends-on): Add xalloc.
15308         (Files): Remove lib/xalloc.h.
15309
15310         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15311         * modules/userspec (Files): Add lib/inttostr.h.
15312
15313 2005-03-23  Jim Meyering  <jim@meyering.net>
15314
15315         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15316
15317 2005-03-22  Jim Meyering  <jim@meyering.net>
15318
15319         * modules/stat-macros: New module.
15320         * modules/canonicalize, modules/euidaccess, modules/file-type,
15321         * modules/filemode, modules/lchown, modules/makepath,
15322         * modules/rmdir, modules/stat: Depend on new stat-macros module
15323         rather than listing lib/stat-macros.h manually.
15324         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15325
15326 2005-03-22  Jim Meyering  <jim@meyering.net>
15327
15328         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15329
15330 2005-03-22  Bruno Haible  <bruno@clisp.org>
15331
15332         * config/srclist.txt: Replace target directory 'config' with
15333         'build-aux'.
15334         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15335         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15336         ../build-aux/.
15337
15338 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * modules/chdir-long (Depends-on): Add mempcpy.
15341
15342         * modules/acl, modules/backupfile, modules/c-strtod,
15343         modules/c-strtold, modules/canon-host, modules/canonicalize,
15344         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15345         modules/exclude, modules/exitfail, modules/file-type,
15346         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15347         modules/getdate, modules/getline, modules/getpagesize,
15348         modules/getpass, modules/getugroups, modules/group-member,
15349         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15350         modules/inttostr, modules/long-options, modules/makepath,
15351         modules/md5, modules/memcasecmp, modules/memcoll,
15352         modules/modechange, modules/mountlist, modules/path-concat,
15353         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15354         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15355         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15356         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15357         modules/strftime, modules/strndup, modules/strverscmp,
15358         modules/timespec, modules/unlocked-io, modules/userspec,
15359         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15360         modules/yesno:
15361         Remove lib_SOURCES line from Makefile.am section, as this is now
15362         done automatically by the corresponding Autoconf macro.
15363
15364 2005-03-21  Jim Meyering  <jim@meyering.net>
15365
15366         Changes imported from coreutils.
15367
15368         * lib/cycle-check.c: Don't include xalloc.h.
15369
15370         * lib/path-concat.c: Don't include assert.h.
15371         (path_concat): Remove assertion that would have triggered
15372         for ABASE starting with more than one slash.
15373         Reported by Andreas Schwab.
15374
15375         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15376         properly when ABASE is an absolute file name.
15377         Correct the description of this function.
15378         Include <assert.h>.
15379         Add an assertion and a test driver.
15380         This fixes a bug introduced on 2004-07-02.
15381         Andreas Schwab reported the resulting failure of cp --parents:
15382         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15383
15384 2005-03-21  Jim Meyering  <jim@meyering.net>
15385
15386         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15388
15389 2005-03-21  Jim Meyering  <jim@meyering.net>
15390         and  Paul Eggert  <eggert@cs.ucla.edu>
15391
15392         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15393         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15394         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15395         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15396         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15397         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15398         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15399         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15400         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15401         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15402         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15403         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15404         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15405         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15406         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15407         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15408         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15409         for these modules.
15410
15411 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15412
15413         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15414         (which shouldn't happen), generate nothing instead of returning 0
15415         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15416
15417 2005-03-16  Bruno Haible  <bruno@clisp.org>
15418
15419         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15420         HAVE_LONGLONG_64BIT.
15421
15422 2005-03-16  Bruno Haible  <bruno@clisp.org>
15423
15424         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15425         HAVE_LONGLONG_64BIT.
15426
15427 2005-03-16  Bruno Haible  <bruno@clisp.org>
15428
15429         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15430         HAVE_LONGLONG_64BIT.
15431
15432 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15433
15434         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15435         reliably distinguish strftime failure from empty output on POSIX
15436         hosts.
15437
15438 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15441         (iconv_string): Don't guess a size-zero buffer, as that might cause
15442         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15443         result would be 'too large', where 'too large' is (heuristically)
15444         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15445         overflow concerns.  This will prevent some unwanted malloc failures
15446         when the inputs are very large.
15447
15448 2005-03-15  Karl Berry  <karl@gnu.org>
15449
15450         * config/srclist.txt (config.rpath): from gettext.
15451         * config/config.rpath: update.
15452
15453 2005-03-15  Bruno Haible  <bruno@clisp.org>
15454
15455         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15456         to 'negate'.
15457
15458         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15459         variable.
15460
15461         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15462         results.
15463
15464 2005-03-14  Simon Josefsson  <jas@extundo.com>
15465
15466         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15467         <fx@gnu.org>.
15468
15469 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15470
15471         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15472         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15473         intprops.h.
15474         * lib/strtol.c: Likewise.
15475
15476 2005-03-14  Jim Meyering  <jim@meyering.net>
15477
15478         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15479         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15480         to be nonzero so that we (and caller) can detect the difference
15481         between a valid zero-length expansion and an error return, even
15482         when the underlying strftime fails before writing anything into
15483         that location.
15484
15485 2005-03-14  Bruno Haible  <bruno@clisp.org>
15486
15487         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15488         Update from GNU gettext 0.14.3.
15489
15490 2005-03-10  Jim Meyering  <jim@meyering.net>
15491
15492         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15493
15494 2005-03-10  Jim Meyering  <jim@meyering.net>
15495
15496         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15497         so that this module works on systems without fchdir.
15498
15499 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15500
15501         Factor int-properties macros into a single file, except for
15502         glibc-related files.
15503         * lib/intprops.h: New file.
15504         * lib/getloadavg.c: Include it instead of limits.h.
15505         (INT_STRLEN_BOUND): Remove.
15506         * lib/human.c: Include intprops.h.
15507         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15508         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15509         302/1000.
15510         * lib/inttostr.h: Include intprops.h instead of limits.h.
15511         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15512         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15513         for consistency with intprops.h.
15514         (time_t_is_integer, twos_complement_arithmetic): Use them.
15515         * lib/sig2str.h: Include <signal.h>, intprops.h.
15516         (INT_STRLEN_BOUND): Remove.
15517         * lib/strftime.c (TYPE_SIGNED): Remove.
15518         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15519         * lib/strtol.c: Adjust comments to match intprops.h.
15520         * lib/userspec.c: Include intprops.h.
15521         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15522         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15523         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15524         instead of rolling our own expressions.
15525         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15526
15527         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15528         instead of int.
15529         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15530         the right thing even if adding 1900 would overflow.  Similarly
15531         for tm_mon + 1 and tm_yday + 1.
15532         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15533         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15534         (DO_SIGNED_NUMBER): New macro.
15535         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15536
15537 2005-03-07  Bruno Haible  <bruno@clisp.org>
15538
15539         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15540
15541 2005-03-07  Bruno Haible  <bruno@clisp.org>
15542
15543         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15544
15545 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15546
15547         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15548         (func_import): Only replace files via --import when they have actually
15549         changed.
15550
15551 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15552
15553         * m4/mmap-anon.m4: New file.
15554         * m4/pagealign_alloc.m4: New file.
15555
15556 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15557             Bruno Haible  <bruno@clisp.org>
15558
15559         * modules/pagealign_alloc: New file.
15560         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15561
15562 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15563             Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/pagealign_alloc.h: New file.
15566         * lib/pagealign_alloc.c: New file.
15567
15568 2005-03-03  Bruno Haible  <bruno@clisp.org>
15569
15570         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15571         Use an all-permissive copyright notice, recommended by RMS.
15572
15573 2005-03-02  Bruno Haible  <bruno@clisp.org>
15574
15575         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15576         of AIX, the replacement has to be done only after <string.h> is
15577         included, therefore not in config.h. stpncpy.h does the replacement,
15578         and stpncpy.c uses it.
15579
15580 2005-03-02  Bruno Haible  <bruno@clisp.org>
15581
15582         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15583         stpncpy.c uses it.
15584
15585 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15588         The workaround isn't strictly needed for POSIX conformance, and
15589         it's too much of a pain to configure and maintain.  We'll ask
15590         people to fix their kernels instead.
15591         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15592         (NANOSLEEP_BUG_WORKAROUND): Remove.
15593         (xnanosleep): Remove the workaround.
15594
15595 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15598         Reported by Derek Price.
15599         (Include): Add "timespec.h".
15600
15601         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15602
15603 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15606         to detect nanosleep bug.
15607
15608 2005-03-01  Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15611
15612 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * modules/gethrxtime: New file.
15615         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15616         (Depends-on): Add gethrxtime.
15617         (configure.ac): Add gl_XNANOSLEEP.
15618         (Makefile.am): Remove lib_SOURCES line.
15619
15620 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15621
15622         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15623         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15624
15625 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15626
15627         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15628         * lib/timespec.h (gettime): Return void, since it always
15629         succeeds now.  All uses changed.
15630         * lib/gettime.c (gettime) Likewise.
15631         [HAVE_NANOTIME]: Prefer nanotime.
15632         Assume gettimeofday succeeds, as POSIX requires.
15633         Assime time () succeeds, since other code already does.
15634         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15635         (timespec_subtract): Remove.
15636         (NANOSLEEP_BUG_WORKAROUND): New constant.
15637         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15638         things considerably.  Use it only on GNU/Linux hosts, since the
15639         workaround shouldn't be needed elsewhere.
15640
15641 2005-02-24  Bruno Haible  <bruno@clisp.org>
15642
15643         * modules/gettext (Files): Add m4/glibc2.m4.
15644
15645 2005-02-24  Bruno Haible  <bruno@clisp.org>
15646
15647         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15648         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15649         * m4/progtest.m4:
15650         Update from GNU gettext 0.14.2.
15651         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15652
15653 2005-02-24  Bruno Haible  <bruno@clisp.org>
15654
15655         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15656         * lib/config.charset: Update from GNU gettext 0.14.2.
15657
15658 2005-02-24  Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/gettext.h: Update from GNU gettext 0.14.2.
15661
15662 2005-02-23  Simon Josefsson  <jas@extundo.com>
15663
15664         * m4/iconvme.m4: New file.
15665
15666 2005-02-23  Jim Meyering  <jim@meyering.net>
15667
15668         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15669         change.
15670         Thanks to Bruno Haible for catching it.
15671
15672 2005-02-22  Simon Josefsson  <jas@extundo.com>
15673
15674         * modules/iconvme: New file.
15675
15676         * MODULES.html.sh: Add iconvme.
15677
15678 2005-02-22  Simon Josefsson  <jas@extundo.com>
15679
15680         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15681
15682 2005-02-22  Simon Josefsson  <jas@extundo.com>
15683
15684         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15685
15686 2005-02-22  Jim Meyering  <jim@meyering.net>
15687
15688         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15689         s/ifndef/ifdef/.
15690
15691 2005-02-20  Neil Conway  <neilc@samurai.com>
15692
15693         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15694         returned by OSX/Darwin if the specified buffer is not large
15695         enough for the hostname.
15696
15697 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15698
15699         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15700         pass it to _help, otherwise the latter coredumps trying to
15701         dereference state.root_argp.
15702
15703 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15704
15705         * modules/chdir-long (Depends-on): Add memrchr.
15706         * modules/memrchr (Files): Add lib/memrchr.h.
15707         (Include): "memrchr.h".
15708
15709 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15712
15713 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15714
15715         * lib/memrchr.h: New file.
15716         * lib/chdir-long.c: Include it.
15717         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15718         Don't bother including stddef.h.
15719
15720 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15721
15722         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15723         inclusion.
15724         Include <sys/types.h>, for dev_t.
15725         (ME_DUMMY, ME_REMOTE): Move from here....
15726         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15727         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15728         Dmitry V. Levin.
15729         Include mountlist.h first, to test the interface.
15730
15731 2005-01-29  Bruno Haible  <bruno@clisp.org>
15732
15733         * lib/progname.c (program_name): Initialize.
15734         Needed when linking statically on MacOS X.
15735
15736 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         Sync from coreutils.
15739         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15740         (Depends-on): Add c-strtod.
15741         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15742
15743 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         Sync from coreutils.
15746         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15747
15748         Remove files that are specific to coreutils.
15749         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15750
15751 2005-01-28  Bruno Haible  <bruno@clisp.org>
15752
15753         * modules/javacomp: New file.
15754         * MODULES.html.sh (Java): Add javacomp.
15755
15756 2005-01-28  Bruno Haible  <bruno@clisp.org>
15757
15758         * m4/javacomp.m4: New file, from GNU gettext.
15759
15760 2005-01-28  Bruno Haible  <bruno@clisp.org>
15761
15762         * lib/javacomp.sh.in: New file, from GNU gettext.
15763         * lib/javacomp.h: New file, from GNU gettext.
15764         * lib/javacomp.c: New file, from GNU gettext.
15765
15766 2005-01-26  Simon Josefsson  <jas@extundo.com>
15767
15768         * lib/gai_strerror.c: Use GPL in header.
15769
15770 2005-01-26  Bruno Haible  <bruno@clisp.org>
15771
15772         * modules/javaexec: New file.
15773         * MODULES.html.sh (Java): Add javaexec.
15774
15775 2005-01-26  Bruno Haible  <bruno@clisp.org>
15776
15777         * m4/javaexec.m4: New file, from GNU gettext.
15778
15779 2005-01-26  Bruno Haible  <bruno@clisp.org>
15780
15781         * lib/javaexec.sh.in: New file, from GNU gettext.
15782         * lib/javaexec.h: New file, from GNU gettext.
15783         * lib/javaexec.c: New file, from GNU gettext.
15784
15785 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15786
15787         * modules/lchown (Depends-on): Remove lchown.h
15788
15789 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15790
15791         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15792         must be defined if the header file was not found, in order
15793         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15794
15795 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15796
15797         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15798         initializers for struct pentry_state.
15799         (__argp_error): Check return value of __asprintf
15800         (__argp_failure): Translate error message
15801
15802         * lib/argp-parse.c: Removed braces around the expansion of N_()
15803
15804 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15807         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15808         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15809         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15810         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15811         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15812         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15813         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15814         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15815         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15816         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15817         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15818         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15819         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15820         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15821         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15822         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15823         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15824         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15825         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15826         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15827         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15828         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15829         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15830         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15831         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15832         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15833         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15834         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15835         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15836         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15837         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15838         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15839         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15840         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15841         Use an all-permissive copyright notice, recommended by RMS.
15842
15843 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15844
15845         * modules/chdir-long (Depends-on): Remove mempcpy.
15846
15847 2005-01-21  Jim Meyering  <jim@meyering.net>
15848
15849         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15850         same value as for Solaris 9.
15851
15852         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15853         component length.  This included changing the parameter to be
15854         of type `char *' rather than `char const *'.
15855         * lib/chdir-long.h (chdir_long): Update prototype.
15856
15857         * lib/openat.c (fdopendir, fstatat): New functions.
15858         * lib/openat.h: Include headers required for use of DIR and struct
15859         stat.
15860         [AT_SYMLINK_NOFOLLOW]: Define.
15861         (fdopendir, fstatat): Add prototypes.
15862
15863 2005-01-21  Bruno Haible  <bruno@clisp.org>
15864
15865         * modules/classpath: New file.
15866         * MODULES.html.sh (Java): Add classpath.
15867
15868 2005-01-21  Bruno Haible  <bruno@clisp.org>
15869
15870         * lib/classpath.h: New file, from GNU gettext.
15871         * lib/classpath.c: New file, from GNU gettext.
15872
15873 2005-01-20  Simon Josefsson  <jas@extundo.com>
15874
15875         * modules/version-etc-fsf: New file.
15876
15877 2005-01-20  Simon Josefsson  <jas@extundo.com>
15878
15879         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15880         * lib/version-etc.c: Remove version_etc_copyright.
15881         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15882         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15883
15884 2005-01-20  Simon Josefsson  <jas@extundo.com>
15885
15886         * lib/base64.h (isbase64): Add.
15887
15888         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15889         using a unsigned prototype, don't inline.
15890         (base64_decode): Use it.
15891
15892 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15893
15894         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15895         it.
15896
15897 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15898
15899         * lib/save-cwd.c (save_cwd): Remove code to support the case
15900         where fchdir is missing or flaky.
15901
15902 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15903
15904         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15905
15906 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15909         AC_LIBSOURCES now does this.
15910         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15911         with new ullong_max module.
15912
15913 2005-01-19  Bruno Haible  <bruno@clisp.org>
15914
15915         * modules/sh-quote: New file.
15916         * MODULES.html.sh (Executing programs): Add sh-quote.
15917
15918 2005-01-19  Bruno Haible  <bruno@clisp.org>
15919
15920         * lib/sh-quote.h: New file, from GNU gettext.
15921         * lib/sh-quote.c: New file, from GNU gettext.
15922
15923 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         Merge from coreutils.
15926         * m4/ullong_max.m4: New file.
15927         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15928         (gl_MACROS): Assume localeconv exists.
15929
15930 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         Merge changes from coreutils, as described below in several
15933         changelogs dated today.
15934
15935         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15936         (O_DIRECTORY): Remove; not needed here, since "." must be
15937         a directory.  All uses removed.
15938         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15939         universal on Suns, and we also need to test for IRIX.
15940         Revamp code to use 'if' rather than '#if'.
15941         Avoid unnecessary comparison of cwd->desc to 0.
15942
15943         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15944         for known valid error numbers rather than observed invalid ones.
15945
15946 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * modules/ullong_max: New file.
15949
15950         * modules/chdir-long, modules/openat: New files.
15951         * modules/save-cwd (Depends-on): Depend on chdir-long.
15952         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15953
15954 2005-01-18  Jim Meyering  <jim@meyering.net>
15955
15956         Merge from coreutils.
15957         * m4/chdir-long.m4, m4/openat.m4: New files.
15958         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15959         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15960         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15961         is sane and DOES follow symlinks.  Besides, testing 20 different
15962         systems found no broken chown implementations.
15963         Prompted by a change in rsync's copy of this macro.
15964         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15965
15966         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15967
15968         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15969         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15970         NULL-means-set-to-current-time semantics.
15971         Remove temporary file immediately, rather than waiting
15972         for configure's at-exit trap code to do it.
15973
15974 2005-01-18  Jim Meyering  <jim@meyering.net>
15975
15976         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15977
15978         * lib/utimens.c (futimens): Account for the fact that futimes
15979         can also fail with errno == ENOSYS or errno == ENOENT.
15980         Patch from Dmitry V. Levin.
15981
15982         Change the name of the robust chdir function from chdir to chdir_long.
15983         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15984         (restore_cwd): Use chdir_long, not chdir.
15985         * lib/chdir-long.c: Renamed from chdir.c.
15986         * lib/chdir-long.h: Renamed from chdir.h.
15987         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15988         Hurd.
15989
15990 2005-01-18  Bruno Haible  <bruno@clisp.org>
15991
15992         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15993         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15994         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15995         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15996         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15997         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15998         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15999         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
16000         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
16001         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
16002         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
16003         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
16004         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
16005         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
16006         Use an all-permissive copyright notice, recommended by RMS.
16007
16008 2005-01-18  Bob Proulx  <bob@proulx.com>
16009
16010         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
16011         simplify offsetof() macro construct to avoid compile failure with
16012         native HP-UX 11.0 ANSI C compiler.
16013
16014 2005-01-17  Bruno Haible  <bruno@clisp.org>
16015
16016         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
16017         redundant because stpncpy.m4 takes care of it.
16018
16019 2005-01-17  Bruno Haible  <bruno@clisp.org>
16020
16021         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
16022
16023 2005-01-17  Bruno Haible  <bruno@clisp.org>
16024
16025         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
16026         used.
16027
16028 2005-01-17  Bruno Haible  <bruno@clisp.org>
16029
16030         * lib/fwriteerror.h (fwriteerror): Change specification to include
16031         fclose.
16032         * lib/fwriteerror.c: Include <stdbool.h>.
16033         (fwriteerror): At the end, close the file stream. Record whether
16034         stdout was already closed.
16035
16036 2005-01-17  Bruno Haible  <bruno@clisp.org>
16037
16038         * lib/execute.c (environ): Declare if needed.
16039         * lib/pipe.c (environ): Likewise.
16040         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
16041
16042 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16043
16044         * modules/argp: Depend on vsnprintf
16045
16046 2005-01-10  Jim Meyering  <jim@meyering.net>
16047
16048         * modules/closeout (Depends-on): Add atexit.
16049
16050 2005-01-06  Bruno Haible  <bruno@clisp.org>
16051
16052         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
16053
16054 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
16057         definitions to be after all include files, to avoid collisions.
16058         Problem reported by Bob Proulx.
16059
16060 2005-01-04  Jim Meyering  <jim@meyering.net>
16061
16062         Changes imported from coreutils.
16063         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
16064         as the mkstemp template, use a temporary directory and an
16065         8.3-friendly template to avoid trouble on systems like DJGPP.
16066         Reported by Juan M. Guerrero via Stepan Kasal.
16067         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
16068         close. Remove the temporary directory right away, rather than waiting
16069         for configure's at-exit trap code to do it.
16070         Suggestion from Stepan Kasal.
16071
16072 2005-01-01  Simon Josefsson  <jas@extundo.com>
16073
16074         * gnulib-tool: Print #include directives when --import'ing.
16075
16076 2004-12-28  Simon Josefsson  <jas@extundo.com>
16077
16078         * tests/test-base64.c: Include required header files.  Remove
16079         unused variables.
16080
16081 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16082
16083         * modules/error (Depends-on): Remove gettext.
16084
16085 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
16088         not needed.  This removes a dependency on the gettext module.
16089         [defined _LIBC]: Do not include <libintl.h>; not needed.
16090
16091 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16092
16093         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
16094         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16095
16096 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16099         HAVE_DECL_STRTOLD.
16100
16101 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         * modules/getdate (Depends-on): Remove alloca-opt.
16104
16105 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16106
16107         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16108
16109 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         * lib/argp-parse.c: Include <stddef.h>.
16112         (alignof, alignto): New macros.
16113         (parser_init): Don't assume that void * is aligned sufficiently
16114         for struct option.
16115
16116         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16117         need to extend the stack.
16118         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16119         large.
16120
16121 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16122
16123         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16124
16125 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16128         (2004-10-24) change.  Apparently this was a false alarm.
16129
16130         * modules/getdate: Depend on alloca-opt, not alloca.
16131
16132 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16133
16134         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16135         Remove now-obsolete comment about AIX.
16136         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16137         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16138         (YYMAXDEPTH): New macro.
16139
16140 2004-12-18  Simon Josefsson  <jas@extundo.com>
16141
16142         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16143
16144 2004-12-18  Bruno Haible  <bruno@clisp.org>
16145
16146         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16147
16148 2004-12-18  Bruno Haible  <bruno@clisp.org>
16149
16150         * lib/fatal-signal.c (fatal_signals): Make non-const.
16151         (init_fatal_signals): New function.
16152         (uninstall_handlers, install_handlers): Ignore signals that were set to
16153         SIG_IGN.
16154         (at_fatal_signal): Call init_fatal_signals.
16155         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16156         SIG_IGN.
16157         Reported by Paul Eggert.
16158
16159 2004-12-18  Bruno Haible  <bruno@clisp.org>
16160
16161         * doc/alloca.texi: New file.
16162         * doc/alloca-opt.texi: New file.
16163
16164 2004-12-17  Jim Meyering  <jim@meyering.net>
16165
16166         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16167         Otherwise, install-sh could exit with improper exit status when
16168         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16169
16170 2004-12-16  Simon Josefsson  <jas@extundo.com>
16171
16172         * tests/test-base64.c: Add license.
16173
16174 2004-12-15  Stepan Kasal  <address@hidden>
16175
16176         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16177
16178 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * modules/getcwd (Files): Add m4/d-ino.m4.
16181         Suggested by Mark D. Baushke.
16182
16183 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * lib/getdate.y (textint): New member "negative".
16186         (time_zone_hhmm): New function.
16187         Expect 14 shift-reduce conflicts, not 13.
16188         (o_colon_minutes): New rule.
16189         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16190         (yylex): Set the "negative" member of signed numbers.
16191
16192 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         * doc/getdate.texi (Time of day items, Time zone items):
16195         Describe new formats +00:00, UTC+00:00.
16196
16197 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16200         spurious "-l"s.  Problem reported by Stepan Kasal.
16201
16202 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16203
16204         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16205         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16206
16207 2004-12-04  Simon Josefsson  <jas@extundo.com>
16208
16209         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16210         Vandoorselaere <yoann@prelude-ids.org>.
16211
16212 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         Changes imported from coreutils.
16215         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16216         exist.
16217         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16218
16219 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16220
16221         Changes imported from coreutils.
16222         * lib/hard-locale.c: Assume <locale.h> exists.
16223         Include "strdup.h".
16224         (GLIBC_VERSION): New macro.
16225         (hard_locale): Assume setlocale exists.
16226         Rewrite to avoid #ifdef.
16227         Use strdup rather than malloc + strcpy.
16228         * lib/human.c: Assume <locale.h> exists.
16229         (human_readable): Assume localeconv exists.
16230
16231 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * modules/hard-locale (Depends-on): Add strdup.
16234
16235 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16236
16237         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16238         convert T2, not T.  (Imported from libc.)
16239
16240 2004-11-30  Simon Josefsson  <jas@extundo.com>
16241
16242         * modules/restrict (License): Change to LGPL.
16243
16244 2004-11-30  Simon Josefsson  <jas@extundo.com>
16245
16246         * m4/restrict.m4: Add copyright and copying conditions.
16247
16248 2004-11-30  Simon Josefsson  <jas@extundo.com>
16249
16250         * m4/base64.m4: New file.
16251
16252 2004-11-30  Simon Josefsson  <jas@extundo.com>
16253
16254         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16255         base64.
16256
16257         * tests/test-base64.c: New file.
16258
16259         * modules/base64: New file.
16260
16261 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16264         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16265
16266         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16267
16268 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16271         (__getcwd.c): Don't restore errno; glibc doesn't.
16272         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16273         first, falling back to our code only if its results look suspicious.
16274         Ensure that the resulting buffer is only as large as necessary.
16275
16276         * lib/readutmp.c: Include readutmp.h first.
16277         Include <errno.h>, since readutmp.h no longer does that.
16278         * lib/readutmp.h: Don't include <errno.h>,
16279         <sys/param.h>, <time.h>; not needed to establish interface.
16280         (errno): Remove decl.
16281         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16282         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16283         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16284
16285 2004-11-28  Simon Josefsson  <jas@extundo.com>
16286
16287         * lib/base64.h, base64.c: New file.
16288
16289 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16292
16293 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16296         (Depends-on): Remove pathmax, same.  Add mempcpy.
16297         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16298         (Makefile.am): Append getcwd.h to lib_SOURCES.
16299         (Include): Add getcwd.h.
16300         (Maintainer): Change from Jim Meyering to "all, glibc",
16301         since getdate now uses intended-for-glibc code.
16302         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16303         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16304
16305 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16306
16307         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16308         HP's ANSI C compiler.
16309         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16310         Declaring int functions causes warnings on some modern systems and
16311         shouldn't be needed to compile on ancient ones.
16312         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16313         defined.
16314
16315         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16316         with the following changes.
16317         (__set_errno): Parenthesize properly.
16318         Include <stdbool.h>.
16319         (MIN, MAX, MATCHING_INO): New macros.
16320         (__getcwd): Define with prototype, not K&R form.
16321         Use heuristics to allocate default buffer on stack if possible.
16322         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16323         behavior, and to avoid the PATH_MAX limit when computing
16324         ../../../../...
16325         Use MATCHING_INO to compare inode number to file.
16326         Check for arithmetic overflow in size calculations.
16327         Fix bug in reallocation of dot array that caused getcwd to fail
16328         on directories nested deeper than 75.
16329         Be more careful about saving errno on error.
16330         Do not use realloc; use only free+malloc, as this is a bit
16331         more flexible and avoids a needless copy operation.
16332         Do not inspect st_dev and st_ino for symbolic links; POSIX
16333         doesn't specify the latter.
16334         Check for closedir errors.
16335         Avoid needless casts.
16336         Use "#ifdef weak_alias" around weak_alias, to be like other
16337         glibc code.
16338         The following changes to getcwd.c have effect only when used in
16339         gnulib; they have no effect inside glibc proper.
16340         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16341         as alloca isn't used.
16342         (alloca, __alloca): Likewise.
16343         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16344         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16345         unconditionally, as gnulib assumes C89 or better.
16346         Do not include <sys/param.h>.
16347         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16348         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16349         better.
16350         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16351         Include <dirent.h> in a way that is compatible with modern Autoconf.
16352         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16353         New macros, if not already defined.
16354         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16355         Use "_LIBC", not "defined _LIBC", for consistency.
16356         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16357         a mempcpy module.
16358         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16359         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16360         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16361         credit only to Jim Meyering and adjust the copyright dates.
16362         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16363         <stdlib.h>, <unistd.h>, "pathmax.h".
16364         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16365         (INITIAL_BUFFER_SIZE): Remove.
16366         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16367
16368 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16371         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16372         Use the _ONCE methods, for efficiency.
16373         Check for fcntl.h.  In test program, include <errno.h>
16374         and <fcntl.h> if available.  Remove old K&R cruft from
16375         test program.  Check for common errors in GNU/Linux,
16376         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16377         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16378         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16379         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16380         name accordingly.
16381         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16382         accommodate new getcwd.c.
16383         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16384         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16385         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16386         that's all we need now.
16387
16388 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16389
16390         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16391         argp-parse.c depends on getopt internals, that means we should
16392         always use our getopt, to be on the safe side.
16393         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16394         order not to spoil the result of an eventual previous invocation
16395         of gl_GETOPT_SUBSTITUTE.
16396
16397 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16398
16399         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16400         redefinition warnings. To avoid them, include the defines
16401         in `#if !defined __need_getopt ... #endif'. The only place
16402         where __getopt_argv_const is used is in definitions
16403         of getopt_long and getopt_long_only below, which are as well
16404         protected by `#ifndef __need_getopt'.
16405         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16406         __need_getopt after including <stdio.h> and <unistd.h> These
16407         headers might have defined it.
16408
16409 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16412
16413 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16416         (futimens): New function, which uses futimes if available.
16417         (futimens, utimens): Support timespec==NULL, with same semantics
16418         as utime and utimens.
16419         * lib/utimens.h (futimens): New decl.
16420
16421 2004-11-23  Jim Meyering  <jim@meyering.net>
16422
16423         * lib/getopt_.h: Remove trailing blanks.
16424
16425 2004-11-23  Jim Meyering  <jim@meyering.net>
16426
16427         * lib/__fpending.c: Add comment.
16428
16429 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16430
16431         * modules/canonicalize (Depends-on): Add xreadlink.
16432         Problem reported by James Youngman.
16433
16434 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16435
16436         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16437         New macros.
16438         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16439         optopt): Use them instead of invoking ## directly; otherwise, the
16440         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16441
16442 2004-11-19  Bruno Haible  <bruno@clisp.org>
16443
16444         * lib/strtok_r.c: Move comments from here...
16445         * lib/strtok_r.h: ... to here.
16446
16447 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16450         implementations that mishandle size_t overflow.
16451
16452 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16455         might fail.  Problem reported by Yoann Vandoorselaere.
16456         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16457         implementations that mishandle size_t overflow.
16458
16459 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * modules/canon-host (Depends-on): Add strdup.
16462
16463 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16466
16467 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16468
16469         * lib/canon-host.c: Include "strdup.h".
16470         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16471         Use strdup instead of malloc/strcpy to duplicate strings.
16472
16473         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16474         (human_space_before_unit): New constant.
16475         * lib/human.c (human_readable): Support it.
16476
16477         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16478         (xgetcwd): Set errno correctly when failing.
16479         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16480         the failure is actually due to a PATH_MAX problem.
16481
16482         Further getopt changes to make it more likely that glibc will
16483         buy the changes back.
16484         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16485         (getopt): Use it, so to preserve glibc semantic
16486         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16487         when compiling for libc.
16488         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16489         (getopt_long, getopt_long_only): Use it.
16490
16491         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16492         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16493         (getopt): Argv is now char * const *, as per standard.
16494         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16495         not char *__getopt_argv_const *.
16496         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16497         _getopt_long_only_r): Likewise.
16498         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16499         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16500         _getopt_long_r, _getopt_long_only_r): Likewise.
16501         * lib/getopt_.h (__getopt_argv_const): Remove.
16502         (getopt): Argv is now char * const *, as per standard.
16503
16504         * lib/getdate.y (tORDINAL): New token.
16505         (day, relunit): Allow it for relative times.
16506         (relative_time_table): Use tORDINAL for ordinals.
16507
16508 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16511         Document that "second" isn't allowed as an ordinal number.
16512
16513 2004-11-16  Jim Meyering  <jim@meyering.net>
16514
16515         * modules/closeout (Depends-on): Add fpending.
16516
16517 2004-11-15  Jim Meyering  <jim@meyering.net>
16518
16519         * lib/closeout.c: Include "__fpending.h" once again.
16520         Include <stdbool.h>.
16521         (close_stdout): Don't fail just because stdout was closed initially,
16522         since some programs don't write to stdout in the normal course of
16523         operation (other than --version and --help), and we don't want this
16524         function to make e.g. `touch file >&-' fail.
16525         But do fail if it was closed and someone has tried to write to it.
16526         E.g., `printf foo >&-' must fail.
16527
16528 2004-11-13  Jim Meyering  <jim@meyering.net>
16529
16530         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16531
16532 2004-11-12  Simon Josefsson  <jas@extundo.com>
16533
16534         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16535         small doc fix is still pending.
16536
16537 2004-11-11  Simon Josefsson  <jas@extundo.com>
16538
16539         * modules/strtok_r: New file.
16540
16541         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16542         strtok_r.
16543
16544 2004-11-11  Simon Josefsson  <jas@extundo.com>
16545
16546         * m4/strtok_r.m4: New file.
16547
16548         * m4/getopt.m4: Replace opterr.
16549
16550 2004-11-11  Simon Josefsson  <jas@extundo.com>
16551
16552         * lib/strtok_r.h, strtok_r.c: New file.
16553
16554 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16557         of replacing opterr, getopt, etc.  This should handle the
16558         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16559
16560 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16563         we can stop lying to compilers about the constness of argv when we
16564         are compiled outside glibc.
16565         (getopt, getopt_long, getopt_long_only): Use it.
16566         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16567         _getopt_internal, getopt): Likewise.
16568         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16569         _getopt_long_only_r): Likewise.
16570         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16571         _getopt_long_r, _getopt_long_only_r): Likewise.
16572
16573         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16574         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16575         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16576         the other external symbols.
16577         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16578         declaration, since the above renaming now works around collisions.
16579
16580 2004-11-11  Jim Meyering  <jim@meyering.net>
16581
16582         * lib/linebreak.c: Remove trailing blanks.
16583         * lib/alloca_.h: Likewise.
16584         * lib/acosl.c: Likewise.
16585         * lib/euidaccess.c: Likewise.
16586         * lib/allocsa.h: Likewise.
16587
16588 2004-11-10  Simon Josefsson  <jas@extundo.com>
16589
16590         * m4/getaddrinfo.m4: New file.
16591
16592 2004-11-10  Simon Josefsson  <jas@extundo.com>
16593
16594         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16595
16596 2004-11-10  Simon Josefsson  <jas@extundo.com>
16597
16598         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16599         getaddrinfo.
16600
16601         * modules/getaddrinfo: New file.
16602
16603 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16606
16607 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * lib/mktime.c (SHR): New macro, which is a portable
16610         substitute for >> that should work even on Crays.
16611         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16612         Problem reported by Mark D. Baushke in
16613         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16614         * lib/getdate.y (SHR): Likewise.
16615         (tm_diff): Use it.
16616         * lib/strftime.c (SHR): Likewise.
16617         (tm_diff): Use it.
16618         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16619         quote_these_too, so that right shifts are well defined.  All uses
16620         changed.
16621
16622 2004-11-10  Jim Meyering  <jim@meyering.net>
16623
16624         Ensure that no close failure goes unreported.
16625         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16626         return early when it seems there's nothing to flush.
16627         Don't include __fpending.h.
16628
16629 2004-11-10  Jim Meyering  <jim@meyering.net>
16630
16631         * modules/closeout (Depends-on): Remove fpending.
16632
16633 2004-11-10  Jim Meyering  <jim@meyering.net>
16634
16635         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16636
16637 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16640         gl_FUNC_STRFTIME.
16641         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16642         and AC_REQUIRE when possible, to avoid duplicate checks.
16643         Check for <wchar.h>.
16644
16645 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16648
16649 2004-11-09  Bruno Haible  <bruno@clisp.org>
16650
16651         * m4/sockpfaf.m4: New file.
16652
16653 2004-11-05  Bruno Haible  <bruno@clisp.org>
16654
16655         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16656         Reported by Mark D. Baushke <mdb@cvshome.org>.
16657
16658 2004-11-04  Bruno Haible  <bruno@clisp.org>
16659
16660         2004-09-11  Bruno Haible  <bruno@clisp.org>
16661                 * allocsa.valgrind: New file.
16662         2004-02-06  Bruno Haible  <bruno@clisp.org>
16663                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16664                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16665                 Reported by Christopher Seip <chris.seip@hp.com>.
16666
16667 2004-11-04  Bruno Haible  <bruno@clisp.org>
16668
16669         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16670         (Makefile.am): Distribute it.
16671
16672 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16675         with errno == ERANGE if the buffer is too small.
16676         Problem reported by Mark D. Baushke.
16677
16678 2004-11-03  Albert Chin  <china@thewrittenword.com>
16679             Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16682         equivalent, substitute $ac_type for equivalent type rather than
16683         blindly using uint32_t *always* which won't work if uint32_t is not
16684         available.  Define _UINT32_T to work around typedef of uint32_t if
16685         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16686         2.5.1.
16687
16688 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16689
16690         * m4/jm-macros.m4: Sync from coreutils.
16691         (gl_MACROS): Check for mbrlen, for pathchk.
16692         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16693
16694 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16695
16696         * lib/xreadlink.c (MAXSIZE): New macro.
16697         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16698         size does not exceed MAXSIZE.  Avoid cast.
16699         As suggested by Mark D. Baushke in
16700         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16701         if readlink fails with buffer size just under MAXSIZE, try again
16702         with MAXSIZE.
16703
16704 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16707
16708 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16709         and  Paul Eggert  <eggert@cs.ucla.edu>
16710
16711         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16712         (get_date): Overparenthesize to avoid GCC warning.
16713
16714 2004-11-02  Bruno Haible  <bruno@clisp.org>
16715
16716         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16717         returns void.
16718
16719 2004-11-02  Bruno Haible  <bruno@clisp.org>
16720
16721         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16722         function returns void.
16723
16724 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16725
16726         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16727         fflush_unlocked, flockfile, funlockfile, funlockfile,
16728         fputs_unlocked, putc_unlocked.
16729
16730 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16731
16732         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16733         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16734         already declared.
16735
16736 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * modules/getdate (Files): Add doc/getdate.texi.
16739         (Depends-on): Add setenv, xalloc.
16740
16741 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         * lib/getdate.y: Add support for TZ="foo" within a date string.
16744         Fix some bugs near time_t boundaries.  Reject dates with
16745         out-of-range components, e.g., "Sept 31".
16746         Include <stdlib.h>, "setenv.h", "xalloc.h".
16747         (ISDIGIT_LOCALE): Remove; unused.
16748         Note that the TZ and time functions used here are not reentrant.
16749         (mktime_ok, get_tz): New functions.
16750         (TZBUFSIZE): New constant.
16751         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16752         This requires that we sometimes generate our own TZ="XXX..." setting.
16753
16754 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         * doc/getdate.texi: New file, from coreutils with modifications for
16757         the new TZ parsing.
16758
16759 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16760
16761         * lib/mktime.c (not_equal_tm): Remove redundant check.
16762
16763 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16764
16765         * modules/regex (lib_SOURCES): Add regex.c.
16766         Reported by James Youngman in
16767         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16768
16769 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16770
16771         * lib/getdate.y: Use Bison 1.875 features, and some minor
16772         code cleanups.  This change does not affect semantics.
16773         Don't include <stdlib.h>; no longer needed.
16774         Don't include unlocked-io.h; only the "#if TEST" code uses
16775         stdio, and performance isn't crucial there.
16776         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16777         Bison 1.875 features as described below.
16778         All uses of "PC." replaced by "pc->".
16779         (YYSTYPE): Add a forward declaration.
16780         (yylex, yyerror): Use full prototypes in forward decls.
16781         Use "%pure-parser" rather than obsolescent "%pure_parser".
16782         Use %parse-param and %lex-param instead of obsolescent
16783         YYPARSE_PARAM and YYLEX_PARAM.
16784         (meridian_table, month_and_day_table, time_units_table,
16785         relative_time_table, time_zone_table, military_table,
16786         lookup_zone, lookup_word, get_date):
16787         Use NULL instead of 0 where appropriate.
16788         (to_hour): Avoid abort (), to avoid a dependency on
16789         stdlib.h.
16790         (yyerror, yylex): Now accepts parser_control * arg.
16791         (main) [TEST]: Use '\0' rather than 0 for char.
16792
16793 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16794
16795         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16796
16797 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16798
16799         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16800         It's now the caller's responsibility to handle the case where
16801         !HAVE_GETPAGESIZE && !defined getpagesize.
16802
16803         * lib/mktime.c (leapyear): Arg is long int, not int.
16804
16805 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16806
16807         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16808
16809 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16810
16811         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16812         missing.  Problem reported by James Youngman.
16813
16814 2004-10-16  Simon Josefsson  <jas@extundo.com>
16815
16816         * gnulib-tool: Fix comments.  Fix parse problem.
16817         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16818
16819 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16820
16821         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16822         implementation of getopt_long.  Problem reported by Alexander Taler in:
16823         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16824
16825 2004-10-15  Bruno Haible  <bruno@clisp.org>
16826
16827         * gnulib-tool: Untabify. Initialize supplied_libname.
16828         (func_usage): More homogenous output.
16829         (func_modules_transitive_closure, func_modules_to_filelist,
16830         func_emit_lib_Makefile_am): New functions.
16831         (func_import): New function, extracted from big case statement. Use
16832         func_get_license, func_modules_transitive_closure,
16833         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16834         opt_lgpl. Don't use test -a, as it's not portable.
16835         (func_create_testdir): Use func_modules_transitive_closure,
16836         func_modules_to_filelist, func_emit_lib_Makefile_am.
16837
16838 2004-10-15  Bruno Haible  <bruno@clisp.org>
16839
16840         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16841
16842 2004-10-15  Bruno Haible  <bruno@clisp.org>
16843
16844         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16845         the portions belonging to each module.
16846         Suggested by Derek Robert Price <derek@ximbiot.com>.
16847
16848 2004-10-12  Simon Josefsson  <jas@extundo.com>
16849
16850         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16851         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16852         to real functions.
16853
16854 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16855
16856         * modules/vsnprintf: New file.
16857
16858 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16859
16860         * m4/vsnprintf.m4: New file.
16861
16862 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16863
16864         * lib/vsnprintf.h: New file.
16865         * lib/vsnprintf.c: New file.
16866
16867 2004-10-11  Bruno Haible  <bruno@clisp.org>
16868
16869         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16870         vsnprintf.
16871
16872 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16875
16876 2004-10-07  Bruno Haible  <bruno@clisp.org>
16877
16878         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16879         fits into the provided buffer.
16880
16881 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         * lib/diacrit.c, diacrit.h: Add GPL notice.
16884
16885         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16886         notice.
16887         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16888         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16889         This avoids a potential constant-folding bug.
16890
16891 2004-10-05  Bruno Haible  <bruno@clisp.org>
16892
16893         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16894         for the declaration of strsep.
16895
16896 2004-10-05  Bruno Haible  <bruno@clisp.org>
16897
16898         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16899
16900 2004-10-04  Simon Josefsson  <jas@extundo.com>
16901
16902         * modules/memmem: New file.
16903         * tests/test-memmem.c: New file.
16904         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16905
16906 2004-10-04  Simon Josefsson  <jas@extundo.com>
16907
16908         * m4/memmem.m4: New file.
16909
16910 2004-10-04  Simon Josefsson  <jas@extundo.com>
16911
16912         * lib/memmem.h: New file.
16913         * lib/memmem.c: New file, taken from glibc.
16914
16915 2004-10-04  Simon Josefsson  <jas@extundo.com>
16916
16917         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16918         '#ifdef USE_UNLOCKED_IO'.
16919
16920 2004-10-04  Simon Josefsson  <jas@extundo.com>
16921
16922         * config/srclist.txt: Add memmem from glibc.
16923
16924 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16925
16926         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16927
16928         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16929         modules/exclude, modules/getdate, modules/getline,
16930         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16931         modules/getusershell, modules/linebuffer, modules/md5,
16932         modules/mountlist, modules/posixtm, modules/readtokens,
16933         modules/readutmp, modules/regex, modules/sha1,
16934         modules/version-etc, modules/yesno:
16935         Remove dependency on unlocked-io.
16936
16937 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16940
16941         * m4/unlocked-io.m4: Add copyright notice.
16942         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16943
16944 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16945
16946         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16947         * lib/xmalloc.c (xmemdup): Likewise.
16948         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16949         XFREE): Remove these long-obsolescent macros.
16950         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16951         * lib/xstrdup.c: Remove.
16952
16953         * lib/regex.c (re_comp): Cast gettext return value to char *,
16954         Problem reported by Martin Neitzel via Mark D. Baushke.
16955
16956 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16959         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16960         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16961         regex.c, sha1.c, version-etc.c, yesno.c:
16962         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16963         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16964         the includer's responsibility.
16965
16966         Sync from coreutils.
16967
16968         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16969         points to the start of a string, as the C Standard says the
16970         resulting behavior is undefined.
16971
16972         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16973         simple -> simple_backups, numbered_existing ->
16974         numbered_existing_backups, numbered -> numbered_backups
16975         to avoid shadowing problems.  All uses changed.
16976         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16977         * lib/backupfile.c (check_extension, numbered_backup):
16978         Rename locals to avoid shadowing 'basename'.
16979         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16980         once.
16981
16982         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16983         * lib/.cvsignore: Add getopt.h.
16984
16985 2004-10-04  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/README: New file.
16988         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16989         not a module.
16990
16991 2004-10-02  Jim Meyering  <jim@meyering.net>
16992
16993         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16994
16995 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16996
16997         * modules/strsep: New file.
16998
16999 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17000
17001         * m4/strsep.m4: New file.
17002
17003 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17004
17005         * lib/strsep.h: New file.
17006         * lib/strsep.c: New file.
17007
17008 2004-10-01  Simon Josefsson  <jas@extundo.com>
17009
17010         * lib/snprintf.c (snprintf): Handle size==0.
17011
17012 2004-10-01  Simon Josefsson  <jas@extundo.com>
17013             Bruno Haible  <bruno@clisp.org>
17014
17015         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
17016         (snprintf): Declare 'args'.
17017
17018 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         * lib/snprintf.c: Remove comments as to why each header is needed.
17021
17022 2004-10-01  Bruno Haible  <bruno@clisp.org>
17023
17024         * MODULES.html.sh: Add strsep.
17025
17026 2004-09-30  Simon Josefsson  <jas@extundo.com>
17027
17028         * modules/snprintf: New file.
17029
17030 2004-09-30  Simon Josefsson  <jas@extundo.com>
17031
17032         * m4/snprintf.m4: New file.
17033
17034 2004-09-30  Simon Josefsson  <jas@extundo.com>
17035
17036         * lib/snprintf.h, lib/snprintf.c: New files.
17037
17038 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17039
17040         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
17041         (hol_entry_help): Never translate an empty string.
17042         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
17043         * lib/argp.h (OPTION_NO_TRANS): New option.
17044
17045 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17046
17047         * modules/argp (Maintainer): Replace Simon Josefsson
17048         by Sergey Poznyakoff.
17049
17050 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17051
17052         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
17053         changes merged back into glibc.
17054
17055 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
17056
17057         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
17058
17059 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
17060
17061         * lib/xvasprintf.c: Include xalloc.h.
17062         (xvasprintf): Use xalloc_die, not xmalloc_die.
17063
17064 2004-09-29  Bruno Haible  <bruno@clisp.org>
17065
17066         * modules/alloca-opt: New file, derived from modules/alloca.
17067         * modules/allocsa: Depend on alloca-opt instead of alloca.
17068         * modules/setenv: Likewise.
17069         * modules/vasnprintf: Likewise.
17070         * MODULES.html.sh: Add alloca-opt.
17071
17072 2004-09-28  Simon Josefsson  <jas@extundo.com>
17073
17074         * gnulib-tool: New parameter --lgpl, to asseert that modules are
17075         LGPL, and to replace license template from GPL to LGPL.
17076
17077 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17078
17079         * modules/dummy: Change license to LGPL.
17080
17081 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
17082
17083         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
17084
17085 2004-09-24  Simon Josefsson  <jas@extundo.com>
17086
17087         * modules/minmax (License): Change from GPL to LGPL.
17088
17089 2004-09-23  Simon Josefsson  <jas@extundo.com>
17090
17091         * gnulib-tool (--import): Typo.
17092
17093 2004-09-23  Simon Josefsson  <jas@extundo.com>
17094
17095         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17096
17097 2004-09-22  Bruno Haible  <bruno@clisp.org>
17098
17099         * modules/*: Add 'License' field.
17100         * gnulib-tool: Accept --extract-license option.
17101         (func_get_license): New function.
17102
17103 2004-09-21  Bruno Haible  <bruno@clisp.org>
17104
17105         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17106         Reported by Simon Josefsson.
17107
17108 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17109
17110         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17111         gl_AC_TYPE_LONG_LONG.
17112
17113 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17116
17117 2004-09-18  Simon Josefsson  <jas@extundo.com>
17118         and  Paul Eggert  <eggert@cs.ucla.edu>
17119
17120         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17121         calls with autoreconf.  Define GL_LIB.
17122
17123 2004-09-14  Karl Berry  <karl@gnu.org>
17124
17125         * config/srclist.txt: unsync setenv.c, sigh.
17126
17127 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17128
17129         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17130         Problem reported by Bruno Haible in:
17131         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17132
17133 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * config/srclist.txt: Comment out argp-pvh.c.
17136
17137 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17140         in case some system header has #define'd it.  Problem reported by
17141         Soeren D. Schulze in
17142         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17143
17144 2004-09-09  Karl Berry  <karl@gnu.org>
17145
17146         * regex.[ch]: delete from the root.  These were supposed to be
17147                 synced with emacs cvs, but this has not happened for about
17148                 a year, and anyway nothing else uses emacs regex.[ch].
17149                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17150                 lib/regex[.ch] is untouched.
17151
17152 2004-09-09  Bruno Haible  <bruno@clisp.org>
17153
17154         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17155
17156 2004-09-09  Bruno Haible  <bruno@clisp.org>
17157
17158         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17159         modifications.
17160         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17161
17162 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17163
17164         * modules/xvasprintf: New file.
17165         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17166
17167 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17168
17169         * lib/xvasprintf.h: New file.
17170         * lib/xvasprintf.c: New file.
17171         * lib/xasprintf.c: New file.
17172
17173 2004-09-08  Bruno Haible  <bruno@clisp.org>
17174
17175         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17176
17177 2004-09-08  Bruno Haible  <bruno@clisp.org>
17178
17179         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17180         length is > INT_MAX.
17181         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17182         more.
17183
17184 2004-09-08  Bruno Haible  <bruno@clisp.org>
17185
17186         * lib/stdint_.h: New file, taken from GNU clisp.
17187
17188 2004-09-08  Bruno Haible  <bruno@clisp.org>
17189             Oskar Liljeblad  <oskar@osk.mine.nu>
17190
17191         * modules/stdint: New file.
17192         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17193
17194 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17195
17196         Import from coreutils.
17197         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17198         strings on unbounded length.  alloca's performance benefits aren't
17199         that important here.
17200         (V_STRDUP): Remove.
17201         (parse_with_separator): New function, with most of the internals
17202         of the old parse_user_spec.  Allow user to omit both user and group,
17203         for compatibility with FreeBSD.
17204         Clone only the user name, not the entire spec.
17205         Do not set *uid, *gid unless entirely successful.
17206         Avoid memory leak in some failing cases.
17207         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17208         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17209         (parse_user_spec): Rewrite to use parse_with_separator.
17210
17211 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17212
17213         * modules/userspec: Don't depend on alloca.
17214
17215 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17218
17219 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17220
17221         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17222         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17223         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17224
17225 2004-08-16  Simon Josefsson  <jas@extundo.com>
17226
17227         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17228         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17229         Add --dry-run for --import.
17230         Let user provided command line parameters override configure.ac
17231         settings.
17232
17233 2004-08-12  Simon Josefsson  <jas@extundo.com>
17234
17235         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17236         as discussed with Paul Eggert in threads rooted at
17237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17238         and
17239         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17240         Before, the test was empty, and relied on ELIDE_CODE in source
17241         code.)
17242         (gl_PREREQ_GETOPT): New macro.
17243         (gl_GETOPT): Use them.
17244
17245 2004-08-12  Simon Josefsson  <jas@extundo.com>
17246
17247         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17248         * lib/getopt_.h: Renamed from getopt.h.
17249
17250 2004-08-12  Simon Josefsson  <jas@extundo.com>
17251
17252         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17253         Change default library name from libfoo to libgnu.
17254         Now, if you have a configure.ac that says:
17255                 gl_SOURCE_BASE(gl)
17256                 gl_M4_BASE(gl/m4)
17257                 gl_MODULES(error getopt etcetera)
17258                 gl_INIT
17259         you can import all you need by running:
17260                 ../gnulib/gnulib-tool --import
17261
17262         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17263         (Makefile.am): Rewrite, use logic from argz.
17264         (Include): Use <getopt.h> instead of "getopt.h".
17265
17266 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17267
17268         * modules/argp (Files): Add m4/unlocked-io.m4.
17269         (Depends-on): Add extensions.
17270
17271 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17274         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17275         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17276         Check for program_invocation_name, program_invocation_short_name,
17277         flockfile, funlockfile, features.h, _getopt_long_only_r.
17278
17279 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17280
17281         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17282         its complicated substitute.
17283         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17284         and program_invocation_name.
17285         (__argp_basename) [!_LIBC]: Remove; the only use was
17286         replaced by its body.
17287         (__argp_short_program_name): Change condition from
17288         !defined __argp_short_program_name to
17289         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17290         to match argp-namefrob.h.
17291         (__argp_failure): Don't assume strerror_r returns char *.
17292         * lib/argp-parse.c (N_): Define unconditionally.
17293         (argp_default_options): Fill out initializers with 0 to avoid
17294         gcc warnings.
17295
17296 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17297
17298         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17299         getopt1.c.
17300
17301 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17302
17303         Merge from coreutils.
17304
17305         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17306
17307         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17308         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17309
17310 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17311
17312         Merge from coreutils.
17313
17314         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17315         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17316         for Reliant Unix 5.43.
17317
17318         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17319         (union fooround): Use uintmax_t, not long int.
17320         The rest is a merge from libc:
17321         [defined _LIBC]: Include <shlib-compat.h>.
17322         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17323
17324         * lib/settime.c (settime): Recode to avoid warning with
17325         Sun Forte C 6U2.
17326
17327         * lib/strverscmp.c: Convert to UTF-8.
17328
17329 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17330
17331         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17332         m4/uintmax_t.m4.
17333
17334 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17335
17336         * modules/xalloc-die: New file.
17337         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17338
17339         * modules/md5 (Files): Add m4/uint32_t.m4.
17340         * modules/sha1: Renamed from modules/sha.
17341         (Files):
17342         Rename lib/sha.h to lib/sha1.h.
17343         Rename lib/sha.c to lib/sha1.c.
17344         Rename m4/sha.m4 to m4/sha1.m4.
17345         (lib_SOURCES): Likewise.
17346         (configure.ac): Rename gl_SHA to gl_SHA1.
17347         (Include): sha.h -> sha1.h.
17348
17349 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17350
17351         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17352         * m4/sha1.m4: Renamed from sha.m4.
17353         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17354
17355 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         * lib/obstack.h (obstack_empty_p):
17358         Don't assume that chunk->contents is suitably aligned.
17359         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17360         Likewise. Problem reported by Benno in
17361         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17362
17363         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17364         readable.  This could be improved further but it'd take some work.
17365
17366 2004-08-08  Simon Josefsson  <jas@extundo.com>
17367
17368         * modules/xgethostname (Depends-on): Remove exit and error (not
17369         used).
17370
17371         * modules/getpass-gnu: Add getpass.h.
17372         (Depends-on): Add stdbool.
17373         * modules/getpass: Add getpass.h.
17374
17375 2004-08-08  Simon Josefsson  <jas@extundo.com>
17376
17377         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17378         Check getpass declaration.
17379
17380 2004-08-08  Simon Josefsson  <jas@extundo.com>
17381
17382         * lib/xgethostname.c: Don't include error.h (not used).
17383
17384         * lib/getpass.h: Add.
17385         * lib/getpass.c: Include getpass.h first.
17386
17387 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17388
17389         * lib/xalloc-die.c: New file.
17390         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17391         All uses removed.
17392         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17393         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17394         xalloc-die.c.
17395         (_, N_, xalloc_die): Move to xalloc-die.c.
17396         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17397         so that we needn't mess with xalloc_msg_memory_exhausted.
17398
17399         * lib/sha1.h: Renamed from sha.h.
17400         (SHA1_H): Renamed from _SHA_H.
17401         (sha1_ctx): Renamed from sha_ctx.
17402         (sha1_init_ctx): Renamed from sha_init_ctx.
17403         (sha1_process_block): Renamed from sha_process_block.
17404         (sha1_process_bytes): Renamed from sha_process_bytes.
17405         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17406         (sha1_read_ctx): Renamed from sha_read_ctx.
17407         (sha1_stream): Renamed from sha_stream.
17408         (sha1_buffer): Renamed from sha_buffer.
17409         * lib/sha1.c: Likewise; renamed from sha.c.
17410         Do not include <sys/types.h>.
17411         Include <stddef.h> rather than <stdlib.h>.
17412
17413 2004-08-08  Bruno Haible  <bruno@clisp.org>
17414
17415         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17416         FILESYSTEM_PREFIX_LEN.
17417         * lib/progreloc.c: Likewise.
17418         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17419
17420 2004-08-06  Simon Josefsson  <jas@extundo.com>
17421
17422         * modules/progname (Depends-on): Don't depend on stdbool.
17423
17424 2004-08-06  Simon Josefsson  <jas@extundo.com>
17425
17426         * modules/getsubopt: New file.
17427         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17428         getsubopt.
17429
17430 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17431
17432         More merge from coreutils.
17433
17434         * m4/utimens.m4, m4/utimecmp.m4: New files.
17435         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17436         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17437         prereq.m4, sha.m4: Import changes from coreutils.
17438
17439 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         More merge from coreutils.
17442         * modules/raise, modules/readtokens0, modules/utimens:
17443         * modules/utimecmp, module/xnanosleep: New files.
17444         * modules/strftime: Add lib/strftime.h.
17445         Change include from <time.h> to "strftime.h".
17446         * modules/yesno: Add lib/yesno.h.
17447         * modules/backupfile: Remove lib/addext.c.
17448         * modules/euidaccess: Add stat-macros.h.
17449         * modules/canonicalize, modules/euidaccess,
17450         modules/filemode, modules/lchown, modules/makepath,
17451         modules/rmdir, modules/stat: Likewise.
17452
17453 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17454
17455         Merge from tar.
17456         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17457         SIZE_MAX is a valid preprocessor constant.
17458         (__argp_basename): Change from "#ifndef _LIBC"
17459         to "#ifndef __argp_short_program_name", so that
17460         we don't compile these functions for tar.
17461
17462         More merges from coreutils.
17463         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17464         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17465         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17466         * lib/addext.c: Remove; no longer needed.
17467         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17468         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17469         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17470         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17471         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17472         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17473         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17474         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17475         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17476         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17477         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17478         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17479         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17480         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17481         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17482         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17483         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17484         Import changes from coreutils.
17485
17486 2004-08-05  Simon Josefsson  <jas@extundo.com>
17487
17488         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17489
17490 2004-08-05  Simon Josefsson  <jas@extundo.com>
17491
17492         * m4/getsubopt.m4: New file.
17493
17494 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17495
17496         Merge from coreutils.
17497
17498         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17499         * m4/getcwd-path-max.m4: New files.
17500
17501         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17502         FILESYSTEM_PREFIX_LEN ->
17503         FILE_SYSTEM_PREFIX_LEN.
17504         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17505         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17506         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17507         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17508
17509         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17510         prerequisite modules now handle the DOS stuff.
17511         Don't check for unistd.h.
17512
17513 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17514
17515         Merge from coreutils.
17516
17517         * lib/.gdb-history: Remove; this doesn't belong here.
17518
17519         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17520         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17521         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17522         * lib/getcwd.c: New files.
17523
17524         * lib/dirname.h: Include <stdbool.h>.
17525         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17526         for consistency with POSIX terminology.  All uses changed.
17527         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17528         (strip_trailing_slashes): Use bool for booleans.
17529         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17530
17531         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17532         sometimes returns a positive errno value even when it succeeds.
17533         (print_errno_message) [!LIBC]: Fall back on strerror if
17534         __strerror_r fails.
17535
17536         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17537         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17538         (longest_relative_suffix): New function.
17539         (path_concat): Use it.  Assume first argument is not NULL.
17540         Port to DOS.  Omit redundant separators.
17541         Report an error instead of returning NULL.
17542         Use mempcpy instead of memcpy.
17543         (xpath_concat): Remove: not declared or used.
17544
17545         * lib/same.h: Include <stdbool.h>
17546         (same_name): Return bool, not int.
17547         * lib/same.c (same_name): Likewise.
17548         (errno): Don't declare; we assume C89 or better now.
17549
17550         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17551         if not already defined.
17552
17553         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17554         * lib/dup-safer.c (errno): Likewise.
17555
17556 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         Merge from coreutils.
17559         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17560         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17561         * modules/path-concat: Don't depend on strdup.
17562
17563 2004-08-03  Simon Josefsson  <jas@extundo.com>
17564
17565         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17566         * lib/progname.h: Don't include stdbool.h.
17567
17568 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17569
17570         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17571         * MODULES.html.sh (func_all_modules): Remove fatal.
17572
17573 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17574
17575         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17576
17577 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17578
17579         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17580         working.
17581
17582 2004-08-02  Simon Josefsson  <jas@extundo.com>
17583
17584         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17585         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17586         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17587
17588 2004-08-01  Simon Josefsson  <jas@extundo.com>
17589
17590         * lib/xgetdomainname.c: Include stdlib.h, for free().
17591
17592 2004-07-19  Bruno Haible  <bruno@clisp.org>
17593
17594         * MODULES.html.sh (func_all_modules): Add dummy.
17595
17596 2004-07-16  Simon Josefsson  <jas@extundo.com>
17597
17598         * modules/dummy: New file.
17599
17600 2004-07-16  Simon Josefsson  <jas@extundo.com>
17601
17602         * lib/dummy.c: New file.
17603
17604 2004-07-16  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/backupfile.h: Add extern "C" for C++.
17607         * lib/closeout.h: Likewise.
17608         * lib/copy-file.h: Likewise.
17609         * lib/findprog.h: Likewise.
17610         * lib/full-write.h: Likewise.
17611         * lib/pathname.h: Likewise.
17612         * lib/progname.h: Likewise.
17613         * lib/stpcpy.h: Likewise.
17614         * lib/stpncpy.h: Likewise.
17615         * lib/strcase.h: Likewise.
17616         * lib/strstr.h: Likewise.
17617         * lib/xalloc.h: Likewise.
17618
17619         * lib/mbswidth.h: Add extern "C" for C++.
17620         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17621
17622 2004-07-13  Robert Millan  <robertmh@gnu.org>
17623
17624         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17625
17626 2004-07-09  Simon Josefsson  <jas@extundo.com>
17627
17628         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17629         failed without this.)
17630
17631 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17632
17633         * modules/chown (Files): Add lib/fchown-stub.c, since
17634         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17635
17636 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17637
17638         * lib/fchown-stub.c: New file.
17639
17640 2004-06-24  Jim Meyering  <jim@meyering.net>
17641
17642         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17643
17644 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         * modules/argz: Omit "#include".
17647
17648         * MODULES.html.sh (func_all_modules): Add calloc, to match
17649         2004-06-01 addition of calloc module.
17650
17651 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         * m4/argz.m4: New file, which is autoupdated from libtool.
17654
17655 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17656
17657         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17658         libtool.
17659
17660 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17661
17662         * config/srclist-update: Don't insist on "USA." before the
17663         close-comment, as libtool omits the period and puts the */ on a
17664         separate line.
17665         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17666         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17667
17668 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17669
17670         * modules/argz: New file.
17671         * MODULES.html.sh (func_all_modules): Add argz.
17672
17673 2004-06-12  Jim Meyering  <jim@meyering.net>
17674         and  Paul Eggert  <eggert@cs.ucla.edu>
17675
17676         * modules/hash (Files): Add lib/xalloc.h.
17677         * modules/pipe (Depends-on): Add wait-process.
17678         * modules/stat (Depends-on): Add xalloc.
17679         * modules/userspec (Files): Add lib/userspec.h.
17680         * modules/xstrto
17681
17682         Upgrade from gettext-0.13.
17683         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17684         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17685         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17686
17687 2004-06-10  Jim Meyering  <jim@meyering.net>
17688
17689         * lib/calloc.c: New file.
17690
17691 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17692
17693         * lib/getdate.y (yylex): Allow space between sign and number.
17694         Problem reported by Dan Jacobson.
17695
17696 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17697
17698         Merge from coreutils CVS.
17699
17700         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17701         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17702         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17703         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17704         xstrtol.m4: Fix copyright date and/or serial number.
17705
17706         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17707         See if we need an fchown replacement.
17708         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17709         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17710         and use the replacement function if we detect either defect.
17711
17712         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17713         gl_UTIMECMP.
17714
17715 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17716         and  Jim Meyering  <jim@meyering.net>
17717
17718         Merge from coreutils CVS.
17719
17720         * lib/stat-macros.h: New file, with contents from file-type.h
17721         and coreutils' system.h.
17722         * lib/file-type.c: Include "stat-macros.h".
17723         * lib/file-type.h (file_type): Move all macro definitions to new file,
17724         stat-macros.h.
17725
17726         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17727         Wrap old code with this conditional.
17728         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17729         function that does not dereference symlinks.
17730         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17731
17732         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17733         dependency problems.
17734         (xreadlink): Accept new arg SIZE, for efficiency.
17735         All decls and uses changed.
17736         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17737
17738         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17739         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17740
17741         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17742         sysexits.h.
17743
17744 2004-06-01  Jim Meyering  <jim@meyering.net>
17745
17746         * m4/calloc.m4: New file.
17747
17748 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17749
17750         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17751         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17752         Also, fix a typo in a diagnostic.
17753
17754 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17757         or AC_FUNC_REALLOC.
17758
17759 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17762         macros to be defined.
17763         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17764         the allocator returns NULL because the requested size is zero.
17765
17766 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17767
17768         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17769         var.  Add comment explaining why libc still defines it.  This
17770         merges the following patch from glibc:
17771         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17772
17773 2004-05-20  Andreas Schwab  <schwab@suse.de>
17774
17775         * m4/free.m4: Replace free if it not known to work, not the other
17776         way round.
17777
17778 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17779
17780         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17781         present in glibc since revision 1.1 of this file.
17782         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17783         obstack_alignment_mask, obstack_alloc, obstack_base,
17784         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17785         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17786         obstack_grow0, obstack_init, obstack_int_grow,
17787         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17788         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17789         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17790         nonexistent functions.
17791
17792 2004-05-18  Karl Berry  <karl@gnu.org>
17793
17794         * config/srclist.txt: break link for vasnprintf.c.
17795
17796 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         Port obstack to the AS/400, where pointers are 16 bytes wide and
17799         you cannot cast an integer to a valid pointer.  This patch is
17800         currently waiting to be integrated into glibc; see
17801         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17802
17803         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17804         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17805         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17806         (struct obstack): temp member is now a union of a pointer and
17807         an integer, instead of an integer.  All integer uses changed.
17808         This does not affect the physical layout of struct obstack,
17809         except on hosts (like the AS/400) where the size or alignment of
17810         void * is greater than that of ptrdiff_t.
17811         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17812         __STDC__)]: Store temporary in pointer member of union, not
17813         integer member.
17814         * lib/obstack.c: Include <stddef.h>, for offsetof.
17815         (struct fooalign): Remove; it doesn't need a name.
17816         (union fooround): Change double to long double, and add void *.
17817         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17818         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17819         not a macro.  Hence the values are always int; so remove all
17820         casts-to-int in uses.
17821
17822 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17825         we can get this patch merged into glibc.
17826
17827 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17828             Paul Eggert  <eggert@cs.ucla.edu>
17829
17830         * m4/argp: Depend on alloca.
17831
17832 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17833             Paul Eggert  <eggert@cs.ucla.edu>
17834
17835         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17836         freecoding.
17837
17838 2004-05-17  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17841         precision that consists of a '.' followed by an empty digit string.
17842         Patch by Tor Lillqvist <tml@iki.fi>.
17843
17844 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17845
17846         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17847         for backward compatibility with older code.  We need our own
17848         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17849         it under some other name, and our alloca.h will define it.
17850
17851 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17852             Derek Price  <derek@ximbiot.com>
17853
17854         * lib/alloca.c: Include <alloca.h>, to get our interface.
17855         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17856         include <alloca.h> first.  Use C89 prototype for alloca; this
17857         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17858         Use #elif for simplicity, since we can assume C89 now.
17859         Don't try to source the system alloca.h since it will not be found
17860         and to prevent recursively including its replacement.
17861         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17862         * lib/regex.c: Likewise.
17863
17864 2004-05-16  Derek Price  <derek@ximbiot.com>
17865             Paul Eggert  <eggert@cs.ucla.edu>
17866
17867         getline cleanup.  This changes the getndelim2 API: both order of
17868         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17869         no delimiter).
17870
17871         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17872         interface does that.
17873         (getline): Always use getdelim, so that we don't have two
17874         copies of this code.
17875         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17876         if available.
17877         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17878         (GETNDELIM2_MAXIMUM): New macro.
17879         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17880         instead of the old practice of delim2==0.  All callers changed.
17881         Return -1 on overflow, instead of returning junk.
17882         Do not set *linesize unless allocation succeeds.
17883         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17884         that we include sys/types.h.
17885         * lib/getnline.h: Likewise.
17886         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17887         (getndelim2): Reorder arguments.
17888         * lib/getnline.c (getnline, getndelim):
17889         Don't discard the NMAX argument.
17890         (getnline): Invoke getndelim, to avoid code duplication.
17891         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17892         of (size_t) -1 by callers of the getnline family.
17893
17894 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17895
17896         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17897         Check for gettimeofday.
17898         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17899         Check for settimeofday, stime.
17900
17901 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * lib/nanosleep.c (suspended): Change its type from int to
17904         sig_atomic_t volatile.
17905         (first_call): Make it private to rpl_nanosleep, and have it
17906         be zero initially as that's a bit faster.
17907         (my_usleep): Round up fractional times instead of truncating them,
17908         as this is the usual meaning for 'sleep'.
17909
17910         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17911         doesn't work.
17912         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17913         (ENOSYS): Define if not defined.
17914         (settime): Fall back on stime if it exists and settimeofday fails.
17915         But don't bother with fallbacks if a method fails with errno == EPERM.
17916
17917 2004-05-11  Jim Meyering  <jim@meyering.net>
17918
17919         Prior to this change, the save_cwd caller required read access to the
17920         current directory on most systems (ones with the fchdir function).
17921
17922         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17923         fails, try write-only, and finally, resort to using xgetcwd.
17924
17925 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * lib/obstack.c, obstack.h: Import changes from libc.
17928
17929 2004-04-28  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17932         also implicitly appends .exe to executables.
17933         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17934         accepts Windows pathnames.
17935         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17936         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17937         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17938         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17939         Reported by Derek Robert Price <derek@ximbiot.com>.
17940
17941 2004-04-21  Karl Berry  <karl@gnu.org>
17942
17943         * config/srclist.txt (localcharset.c): break sync.
17944
17945 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17946
17947         * m4/host-os.m4: Add a copyright notice.
17948
17949 2004-04-20  Jim Meyering  <jim@meyering.net>
17950
17951         Change UTILS_ to gl_ in AC_DEFINE'd names.
17952         Change utils_- and jm_-prefixed variables, too.
17953         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17954         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17955         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17956
17957         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17958         Don't emit trailing blanks.
17959         Also rename jm_-prefixed variables to have gl_ prefix.
17960
17961         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17962         Also rename jm_-prefixed variables to have gl_ prefix.
17963
17964         * m4/jm-macros.m4: Reflect the renamings.
17965         * m4/prereq.m4: Likewise.
17966
17967 2004-04-20  Jim Meyering  <jim@meyering.net>
17968
17969         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17970         memory.
17971
17972 2004-04-20  Jim Meyering  <jim@meyering.net>
17973             Bruno Haible  <bruno@clisp.org>
17974
17975         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17976         memory when realloc fails.
17977
17978 2004-04-19  Jim Meyering  <jim@meyering.net>
17979
17980         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17981         now that readutmp.c may call `free (0)'.
17982
17983 2004-04-19  Bruno Haible  <bruno@clisp.org>
17984
17985         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17986         * m4/inttypes_h.m4: Likewise.
17987         * m4/stdint_h.m4: Likewise.
17988         * m4/intmax_t.m4: Likewise.
17989         * m4/uintmax_t.m4: Likewise.
17990
17991 2004-04-18  Jim Meyering  <jim@meyering.net>
17992
17993         * m4/prereq.m4: Don't forbid jm_ prefix.
17994
17995         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17996         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17997         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17998         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17999         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
18000         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
18001         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
18002         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
18003         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
18004         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
18005         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
18006         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
18007         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
18008         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
18009         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
18010         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
18011         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
18012         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
18013         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
18014
18015 2004-04-18  Jim Meyering  <jim@meyering.net>
18016
18017         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
18018         failure, don't leak memory and do call END_UTMP_ENT.
18019
18020 2004-04-16  Jim Meyering  <jim@meyering.net>
18021
18022         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
18023         coreutils' stat program.
18024         (gl_PREREQ): Don't require jm_PREREQ_STAT.
18025
18026 2004-04-11  Paul Eggert  <eggert@twinsun.com>
18027
18028         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
18029         C89.
18030         (CHAR_BIT): Remove, since we assume C89.
18031         Include <stdint.h> if available, as per current Autoconf CVS advice.
18032
18033 2004-03-31  Jim Meyering  <jim@meyering.net>
18034
18035         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
18036         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
18037         * m4/xalloc.m4: Likewise.
18038
18039 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18040
18041         Merge from coreutils.
18042
18043         * m4/inttostr.m4: New file.
18044         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
18045         Require AM_STDBOOL_H and gl_TIMESPEC instead.
18046         Require gl_CLOCK_TIME.
18047         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
18048
18049 2004-03-30  Paul Eggert  <eggert@twinsun.com>
18050
18051         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
18052         not bool, to be more consistent with Unix conventions.
18053         Suggested by Bruno Haible.
18054
18055         Merge from coreutils.
18056
18057         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
18058         * lib/umaxtostr.c: New files.
18059
18060         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
18061         the usual <time.h> dance.
18062         (get_date): Change signature to support fractional time stamps.
18063         All callers changed.
18064         * lib/getdate.y: Include "getdate.h" first, as we can now
18065         assume C89 and don't need to worry about 'const'.
18066         Similarly, include "unlocked-io.h" near start, not in middle.
18067         Include <limits.h>.
18068         (textint.value): Use long int rather than int.
18069         (textint.digits): Use size_t rather than int.
18070         (BILLION, LOG10_BILLION): New constants.
18071         (parser_control): New member rel_ns.  Members day_ordinal,
18072         time_zone, month, day, hour, minutes, rel_year, rel_month,
18073         rel_day, rel_hour, rel_minutes, rel_seconds
18074         are now long int, not int.  Member seconds is now struct timespec,
18075         not int.  New member timespec_seen.  Members dates_seen, days_seen,
18076         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
18077         not int.
18078         (%union.intval): Now long int, not int.
18079         New member timespec.
18080         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
18081         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
18082         (spec): Now is a timespec or an item list.
18083         (timespec, items): New nonterminals.
18084         (time, rel, relunit, number, get_date):
18085         Add support for fractional seconds.
18086         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
18087         (gmtime, localtime, mktime): Remove decls; not needed with C89.
18088         (to_hour): First arg is now long int, not int.
18089         (to_year): Returns long int, not int.
18090         Don't treat year -70 like 70.
18091         (tm_diff): Returns long int, not int.
18092         (lookup_word): Use bool instead of int when appropriate.
18093         (yylex): Use size_t for count, not int.
18094         Detect overflow when parsing large integer constants.
18095         Add support for fractions.
18096         (get_date): Make pointers 'const' if possible.
18097         Use more-portable code to detect integer overflow.
18098         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18099         Don't use ctime; it's not reliable if the year has >4 digits.
18100
18101         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18102         This is for compatibility with BSD.
18103
18104         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18105         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18106         From coreutils' system.h.
18107
18108         * lib/userspec.c: Don't include "posixver.h".
18109         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18110         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18111         compatible extension.  Simplify code by removing a boolean int
18112         that was always nonzero if a string was nonnull.
18113
18114 2004-03-30  Jim Meyering  <jim@meyering.net>
18115
18116         Merge from coreutils.
18117
18118         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18119         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18120         on some systems one must include <grp.h> before it.
18121         Reported by Christian Krackowizer.
18122
18123 2004-03-30  Jim Meyering  <jim@meyering.net>
18124
18125         Merge from coreutils.
18126
18127         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18128
18129         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18130         an empty input stream.
18131
18132         * lib/readtokens.c: Include <stdbool.h>.
18133         (readtoken): Use `size_t' rather than int/long.
18134         All callers adjusted.
18135         Use `bool' rather than `int' where appropriate.
18136         Use memset rather than an explicit loop.
18137         Use x2nrealloc rather than xrealloc.
18138         Allow the use of `\0' as a delimiter.
18139         (readtokens): Likewise.
18140         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18141
18142 2004-03-30  Jim Meyering  <jim@meyering.net>
18143
18144         * m4/realloc.m4: Remove file, since now it does no more than
18145         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18146         the `configure.ac' section of module/realloc.
18147         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18148
18149 2004-03-30  Bruno Haible  <bruno@clisp.org>
18150
18151         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18152         nonnull.
18153
18154 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18155
18156         Merge changes to getloadavg.c from coreutils and Emacs.
18157
18158         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18159         Define to an expression, not to the empty string.
18160         Include cloexec.h and xalloc.h.
18161         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18162         Use set_cloexec_flag rather than rolling our own.
18163         * lib/cloexec.c, lib/cloexec.h: New files.
18164
18165 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18166
18167         * m4/cloexec.m4: New file.
18168
18169 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18170
18171         * lib/getopt.h: Sync with libc CVS.
18172
18173 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18174             Bruno Haible  <bruno@clisp.org>
18175
18176         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18177         mbswidth.
18178
18179 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18180             Bruno Haible  <bruno@clisp.org>
18181
18182         * lib/mbswidth.h: Include <wchar.h> only if
18183         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18184         <wchar.h>.
18185         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18186
18187 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18188
18189         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18190         Sync with libc CVS.
18191         * lib/getopt_int.h: New file, also synced from libc.
18192
18193 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18194
18195         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18196         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18197         Bring back getopt.c, getopt.h, getopt1.c.
18198
18199 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18200
18201         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18202         All uses changed.  Check for sa_sigaction member; this fixes
18203         a bug first reported by Jason Andrade in
18204         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18205
18206 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18207
18208         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18209         '#if' expressions.  Unlike the code it replaces, it does not
18210         depend on (defined _SC_PAGESIZE).  However, it does depend on
18211         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18212         first reported by Jason Andrade in
18213         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18214
18215 2004-02-25  Simon Josefsson  <jas@extundo.com>
18216
18217         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18218
18219 2004-02-25  Simon Josefsson  <jas@extundo.com>
18220
18221         * lib/strdup.h: New file.
18222         * lib/strdup.c: Include it.
18223         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18224         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18225
18226 2004-02-23  Karl Berry  <karl@gnu.org>
18227
18228         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18229         (from fencepost.gnu.org:/gd/gnuorg).
18230
18231 2004-02-23  Karl Berry  <karl@gnu.org>
18232
18233         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18234         * config/srclist.txt: add maintain/standards documents.
18235
18236 2004-02-18  Bruno Haible  <bruno@clisp.org>
18237
18238         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18239         Reported by Derek Robert Price <derek@ximbiot.com>.
18240
18241 2004-02-16  Karl Berry  <karl@gnu.org>
18242
18243         * config/mkinstalldirs, install-sh: update from automake.
18244
18245 2004-02-06  Karl Berry  <karl@gnu.org>
18246
18247         * m4/po.m4: update from gettext 0.14.1.
18248
18249 2004-02-06  Karl Berry  <karl@gnu.org>
18250
18251         * lib/config.charset: update from gettext 0.14.1.
18252
18253 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18254
18255         Add comments and code, prompted by suggestions from Bruno Haible
18256         for sh-quote.
18257         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18258         describing the enum quoting_style values.
18259         * lib/quotearg.c (quotearg_alloc): New function.
18260         (quotearg_buffer_restyled): Treat lone { and } as special.
18261         Treat = as special.  Work around bug with older shells
18262         that "see" a '\' that is really the 2nd byte of a multibyte char.
18263         Quote empty string with shell_quoting_style.
18264
18265 2004-02-03  Bruno Haible  <bruno@clisp.org>
18266
18267         * m4/pipe.m4: New file, from GNU gettext.
18268
18269 2004-02-03  Bruno Haible  <bruno@clisp.org>
18270
18271         * lib/pipe.h: New file, from GNU gettext.
18272         * lib/pipe.c: New file, from GNU gettext.
18273
18274 2004-01-27  Bruno Haible  <bruno@clisp.org>
18275
18276         * m4/execute.m4: New file, from GNU gettext.
18277
18278 2004-01-27  Bruno Haible  <bruno@clisp.org>
18279
18280         * lib/execute.h: New file, from GNU gettext.
18281         * lib/execute.c: New file, from GNU gettext.
18282         * lib/w32spawn.h: New file, from GNU gettext.
18283
18284 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18285
18286         Merge from diffutils.
18287
18288         * lib/file-type.c (file_type): Add typed memory objects.
18289         * lib/file-type.h (S_TYPEISTMO): New macro.
18290
18291         * lib/c-stack.h (c_stack_action): Remove argv argument.
18292         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18293         (die): Don't calculate message unless segv_action returns.
18294         (get_stack_location, min_address_from_argv, max_address_from_argv,
18295         volatile stack_base, volatile_stack_size): Remove.
18296         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18297         that every segmentation violation is a stack overflow.  (Ouch!)
18298         See Debian bug 136249 (still outstanding) for more info about why
18299         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18300
18301 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18302
18303         Exit-status fix from coreutils.
18304
18305         Use exit_failure consistently in place of EXIT_FAILURE,
18306         so that program exit statuses are consistent on failure.
18307
18308         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18309         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18310         * lib/argmatch.h: Comment fix to match the above.
18311         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18312         Now a macro referring to exit_failure, instead of a separate
18313         variable.  Include "exitfail.h" to get it.
18314         * lib/xstrtol.h: Include "exitfail.h".
18315         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18316
18317         * lib/long-options.c (parse_long_options): Use prototype
18318         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18319         for clarity.
18320
18321 2004-01-21  Jim Meyering  <jim@meyering.net>
18322
18323         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18324         so as not to conflict with a different-sized __mktime_internal
18325         function in GNU libc.
18326         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18327         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18328
18329 2004-01-20  Karl Berry  <karl@gnu.org>
18330
18331         * config/config.guess: update from config.
18332
18333         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18334
18335 2004-01-20  Bruno Haible  <bruno@clisp.org>
18336
18337         Safer stack allocation.
18338         * lib/setenv.c: Include allocsa.h.
18339         (alloca): Remove fallback definition.
18340         (freea): Remove macro.
18341         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18342         instead of freea.
18343
18344 2004-01-20  Bruno Haible  <bruno@clisp.org>
18345
18346         * m4/eealloc.m4: New file, from GNU gettext.
18347
18348 2004-01-20  Bruno Haible  <bruno@clisp.org>
18349
18350         * m4/allocsa.m4: New file, from GNU gettext.
18351
18352 2004-01-20  Bruno Haible  <bruno@clisp.org>
18353
18354         * lib/xallocsa.h: New file, from GNU gettext.
18355         * lib/xallocsa.c: New file, from GNU gettext.
18356
18357 2004-01-20  Bruno Haible  <bruno@clisp.org>
18358
18359         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18360
18361 2004-01-20  Bruno Haible  <bruno@clisp.org>
18362
18363         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18364         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18365         specially.
18366
18367 2004-01-20  Bruno Haible  <bruno@clisp.org>
18368
18369         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18370         patch.
18371
18372 2004-01-20  Bruno Haible  <bruno@clisp.org>
18373
18374         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18375
18376 2004-01-20  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/eealloc.h: New file.
18379
18380 2004-01-20  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/binary-io.h: Avoid warnings on Cygwin.
18383
18384 2004-01-20  Bruno Haible  <bruno@clisp.org>
18385
18386         * lib/allocsa.h: New file, from GNU gettext.
18387         * lib/allocsa.c: New file, from GNU gettext.
18388
18389 2004-01-18  Karl Berry  <karl@gnu.org>
18390
18391         * doc/gpl.texi, doc/lgpl.texi: new files.
18392
18393 2004-01-18  Karl Berry  <karl@gnu.org>
18394
18395         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18396         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18397
18398 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18399
18400         Merge from coreutils.
18401
18402         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18403         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18404         (gl_DEFAULT_POSIX2_VERSION): Move
18405         the documentation from 'configure' into 'config.hin',
18406         so that 'configure --help' isn't burdened by it and
18407         we don't have to worry about its formatting there.
18408         Reword the documentation so that it's more succinct
18409         and can be run together into a single paragraph.
18410         * m4/same.m4 (gl_SAME): Check for pathconf.
18411
18412 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18413
18414         Merge from coreutils.
18415
18416         * lib/posixver.c: Include posixver.h.
18417
18418         * lib/same.c: Include <stdbool.h>, <limits.h>.
18419         (_POSIX_NAME_MAX): Define if not defined.
18420         (MIN): New macro.
18421         (same_name): If file names are silently truncated, report
18422         that the file names are the same if they are the same after
18423         the silent truncation.
18424
18425         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18426         conversion function.
18427         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18428         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18429         longer needed.
18430
18431 2004-01-15  Jim Meyering  <jim@meyering.net>
18432
18433         Merge from coreutils.
18434
18435         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18436         if no library is required.
18437         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18438         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18439         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18440         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18441         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18442         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18443         value, $ac_cv_search_crypt, if it's "none required".
18444         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18445         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18446         not gl_FUNC_GETLOADAVG.
18447         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18448         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18449
18450 2004-01-15  Jim Meyering  <jim@meyering.net>
18451
18452         Merge from coreutils.
18453
18454         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18455         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18456         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18457
18458         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18459         optional configure-time default.
18460
18461         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18462
18463         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18464
18465 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18466
18467         Merge from coreutils.
18468
18469         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18470         value, $ac_cv_search_nanosleep, if it's "none required".
18471
18472 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18473
18474         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18475         with like-named macro in fnmatch.c.
18476         (EXT): Use an internal constant instead.
18477
18478         Merge fnmatch patches from glibc.
18479         * lib/fnmatch.c (mbsinit): Remove define.
18480         Add libc_hidden_ver (__fnmatch, fnmatch).
18481         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18482         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18483
18484 2004-01-14  Karl Berry  <karl@gnu.org>
18485
18486         * config/install-sh: update from automake.
18487
18488 2004-01-13  Karl Berry  <karl@gnu.org>
18489
18490         * config/install-sh: update from automake.
18491
18492 2004-01-09  Karl Berry  <karl@gnu.org>
18493
18494         * config/install-sh: update from automake.
18495
18496 2004-01-05  Karl Berry  <karl@gnu.org>
18497
18498         * config/config.{sub,guess}: update from config.
18499
18500 2003-12-31  Karl Berry  <karl@gnu.org>
18501
18502         * config/depcomp: update from automake.
18503
18504 2003-12-14  Karl Berry  <karl@gnu.org>
18505
18506         * lib/config.charset: update from gettext-runtime.
18507
18508 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18509
18510         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18511         Bug reported by Alfred M. Szmidt.
18512
18513 2003-12-03  Bruno Haible  <bruno@clisp.org>
18514
18515         * m4/gettext.m4: Upgrade from gettext-0.13.
18516         * m4/po.m4: Upgrade from gettext-0.13.
18517         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18518         * m4/intmax.m4: New file, from gettext-0.13.
18519         * m4/printf-posix.m4: New file, from gettext-0.13.
18520
18521 2003-11-29  Karl Berry  <karl@gnu.org>
18522
18523         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18524
18525 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18526             Bruno Haible  <bruno@clisp.org>
18527
18528         * lib/printf-parse.h: Don't include sys/types.h.
18529         (ARG_NONE): New macro.
18530         (char_directive): Change type of *arg_index fields to size_t.
18531         * lib/printf-parse.c: Don't include sys/types.h.
18532         (SSIZE_MAX): Remove macro.
18533         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18534         Remove unnecessary overflow check.
18535         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18536         fields.
18537
18538 2003-11-25  Bruno Haible  <bruno@clisp.org>
18539
18540         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18541
18542 2003-11-25  Bruno Haible  <bruno@clisp.org>
18543
18544         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18545         gt_TYPE_SSIZE_T.
18546
18547 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18548
18549         * modules/alloca: Remove dependency on xalloc.
18550
18551 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18552
18553         * lib/alloca.c: Remove dependency on xalloc module.
18554         (xalloc_die): Remove.
18555         (memory_full) [!defined emacs]: New macro.
18556         [!defined emacs]: Don't include xalloc.h.
18557         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18558         address arithmetic overflows.  Change datatypes a bit to avoid
18559         unnecessary casts.
18560
18561 2003-11-22  Jim Meyering  <jim@meyering.net>
18562
18563         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18564         s/size/size_t/.
18565
18566 2003-11-21  Karl Berry  <karl@gnu.org>
18567
18568         * config/config.{sub,guess}: update from config.
18569
18570 2003-11-18  Karl Berry  <karl@gnu.org>
18571
18572         * config/config.{sub,guess}: update from config.
18573
18574         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18575
18576 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18577
18578         * README: Mention that S+T cannot overflow if S is the size of
18579         an existing object and T is sufficiently small.
18580
18581 2003-11-17  Jim Meyering  <jim@meyering.net>
18582
18583         On systems without utime and without a utimes function capable of
18584         dealing with a NULL struct utimbuf* argument, this utime replacement
18585         could -- in unusual circumstances -- leak a file descriptor.
18586         * lib/utime.c: Include <unistd.h> and <errno.h>.
18587         (utime_null): Be sure to close `fd' and to preserve errno.
18588         Reported by Geoff Collyer via Arnold Robbins.
18589
18590 2003-11-17  Bruno Haible  <bruno@clisp.org>
18591
18592         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18593         (Depends-on): Add xsize.
18594
18595 2003-11-17  Bruno Haible  <bruno@clisp.org>
18596
18597         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18598
18599 2003-11-17  Bruno Haible  <bruno@clisp.org>
18600
18601         * lib/vasnprintf.c (alloca): Remove fallback definition.
18602         (freea): Remove definition.
18603         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18604         Reported by Paul Eggert.
18605
18606 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18607             Bruno Haible  <bruno@clisp.org>
18608
18609         Protect against address arithmetic overflow.
18610         * lib/printf-args.h: Include stddef.h.
18611         (arguments): Change type of field 'count' to size_t.
18612         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18613         'unsigned int' where appropriate.
18614         * lib/printf-parse.h: Include sys/types.h.
18615         (char_directive): Change type of *arg_index fields to ssize_t.
18616         (char_directives): Change type of fields 'count', max_*_length to
18617         size_t.
18618         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18619         (SSIZE_MAX): Define fallback value.
18620         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18621         instead of 'int' where appropriate. Check a_allocated, d_allocated
18622         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18623         * lib/vasnprintf.c: Include xsize.h.
18624         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18625         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18626         overflow. Avoid wraparound when converting a width or precision from
18627         decimal to binary.
18628
18629 2003-11-16  Bruno Haible  <bruno@clisp.org>
18630
18631         Update from GNU gettext.
18632         * lib/printf-parse.c: Generalize to it can be compiled for wide
18633         strings.
18634         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18635         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18636         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18637         SNPRINTF): New macros.
18638         Don't include <alloca.h> if the file is used inside libintl.
18639         (local_wcslen): New function, for Solaris 2.5.1.
18640         (VASNPRINTF): Use it instead of wcslen.
18641
18642 2003-11-16  Bruno Haible  <bruno@clisp.org>
18643
18644         * lib/xsize.h (xmax): New function.
18645         (xsum, xsum3, xsum4): Declare as "pure" functions.
18646
18647 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18648
18649         * modules/xalloc (Files): Undo latest change, since xalloc.h
18650         no longer needs SIZE_MAX or PTRDIFF_MAX.
18651
18652 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18653
18654         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18655         gl_PTRDIFF_MAX.
18656
18657 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18658
18659         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18660         "return", to pacify some unknown compiler.  Problem reported
18661         by Joerg Schilling.
18662
18663 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18664
18665         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18666         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18667         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18668         heuristic is just as accurate as far as we know, and it removes a
18669         dependency on size_max.m4 and ptrdiff_max.m4.
18670
18671 2003-11-11  Bruno Haible  <bruno@clisp.org>
18672
18673         * modules/xsize (Files): Add m4/size_max.m4.
18674         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18675
18676 2003-11-11  Bruno Haible  <bruno@clisp.org>
18677
18678         * m4/size_max.m4: New file.
18679         * m4/ptrdiff_max.m4: New file.
18680         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18681         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18682         (gl_XALLOC): Invoke it.
18683
18684 2003-11-11  Bruno Haible  <bruno@clisp.org>
18685
18686         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18687         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18688         defined.
18689
18690 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18691
18692         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18693         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18694         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18695         From Bruno Haible.
18696         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18697         not (size_t) -1, since it's defined here.
18698
18699 2003-11-09  Karl Berry  <karl@gnu.org>
18700
18701         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18702
18703 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18704
18705         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18706         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18707         Reject sizes of exactly SIZE_MAX bytes.
18708         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18709         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18710
18711 2003-11-05  Bruno Haible  <bruno@clisp.org>
18712
18713         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18714         SIZE_MAX defined in <limits.h> on Solaris.
18715
18716 2003-11-04  Jim Meyering  <jim@meyering.net>
18717
18718         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18719         variable names, rather than @VAR@.
18720         * modules/poll: Likewise.
18721
18722 2003-11-04  Bruno Haible  <bruno@clisp.org>
18723
18724         * modules/xsize: New file.
18725         * modules/linebreak: Depend on xsize.
18726         * MODULES.html.sh (func_all_modules): Add xsize.
18727
18728 2003-11-04  Bruno Haible  <bruno@clisp.org>
18729
18730         * m4/xsize.m4: New file.
18731
18732 2003-11-04  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/xsize.h: New file.
18735         * lib/linebreak.c: Include xsize.h.
18736         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18737         argument for overflow.
18738         Suggested by Paul Eggert.
18739
18740 2003-11-03  Karl Berry  <karl@gnu.org>
18741
18742         * config/config.{guess,sub}: update from config.
18743
18744 2003-11-03  Jim Meyering  <jim@meyering.net>
18745
18746         * modules/userspec (lib_SOURCES): Add userspec.h.
18747         (Include): Add "userspec.h".
18748         Improve description.
18749
18750 2003-11-03  Jim Meyering  <jim@meyering.net>
18751
18752         * lib/userspec.c: Include "userspec.h".
18753         * lib/userspec.h: New file.
18754
18755 2003-11-03  Bruno Haible  <bruno@clisp.org>
18756
18757         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18758
18759 2003-11-03  Bruno Haible  <bruno@clisp.org>
18760
18761         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18762         available, to avoid (extremely rare) race condition.
18763         Suggested by Paul Eggert.
18764
18765 2003-11-02  Karl Berry  <karl@gnu.org>
18766
18767         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18768
18769 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18770
18771         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18772         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18773         (read_filesystem_list): Set and use me_type_malloced.
18774         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18775         whatever the type happens to be), for brevity and consistency.
18776         Check for size calculation overflow on Alphas running OSF/1.
18777
18778 2003-10-31  Jim Meyering  <jim@meyering.net>
18779
18780         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18781
18782         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18783
18784 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18785             Bruno Haible  <bruno@clisp.org>
18786
18787         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18788         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18789
18790 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18793         netbsd*-gnu*.  Suggested by Robert Millan.
18794
18795 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18796
18797         * modules/group-member: Depend on stdbool.
18798
18799 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18800
18801         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18802
18803 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18804
18805         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18806         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18807         after the 'gnu' in these cases.  This fixes some bugs in the
18808         previous change, and is based on suggestions by Robert Millan.
18809
18810 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18811
18812         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18813         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18814         no longer needed.
18815         * lib/quotearg.c (quotearg_n_options): Use it.
18816         * lib/group-member.c: Include <stdbool.h>.
18817         (free_group_info): Arg is now const *; don't free arg.
18818         (get_group_info): Now returns bool and accepts struct group_info *,
18819         rather than returning a malloc'ed struct group_info *.
18820         All uses changed.  Check for overflow in internal size calculation.
18821
18822         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18823         rather than xmalloc/xrealloc.
18824         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18825         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18826         conformance bug: the old code used a pointer after freeing the
18827         storage that it addressed.
18828         * lib/hash.c (hash_initialize): Simplify the code by using
18829         xalloc_oversized rather than doing it by hand.
18830         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18831         the buffer preserved.  Use free and xmalloc instead.
18832         * lib/quotearg.c (quotearg_n_options): Likewise.
18833         Use a simpler test for size overflow.  Don't use xalloc_oversized
18834         because unsigned int might be wider than size_t (!); this suggests
18835         that we should switch from unsigned int to size_t for slot numbers.
18836
18837 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18838
18839         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18840         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18841         NetBSD kernels.  Requested by Richard Stallman.
18842
18843 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18844
18845         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18846         to allocate the returned structure.  Do not allocate a subarray,
18847         as x2nrealloc will do that.
18848         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18849         instead of xnrealloc.
18850         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18851
18852 2003-10-27  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/stdbool_.h: Better support for BeOS.
18855
18856 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18857
18858         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18859         now uses inline.
18860
18861 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18862
18863         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18864         callers that want to do their own size-overflow checking.  Include
18865         <stdbool.h>, since xalloc_oversized returns bool.
18866         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18867         to use xalloc_oversized.
18868
18869         Add two functions x2realloc, x2nrealloc, for programs that grow
18870         arrays dynamically by doubling their sizes.
18871         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18872         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18873         New functions.
18874
18875         Port to C99 semantics for 'inline' of external functions.
18876         Bug reported by Bruno Haible.
18877         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18878         with the old contents of xnmalloc.
18879         (xnmalloc, xmalloc): Use it.
18880         (xnrealloc_inline): New static inline function,
18881         with the old contents of xnrealloc.
18882         (xnrealloc, xrealloc): Use it.
18883
18884         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18885         that.
18886
18887 2003-10-26  Karl Berry  <karl@gnu.org>
18888
18889         * config/srclist.txt (COPYING.DOC): no longer available from
18890         /gd/gnuorg; don't know where the ultimate source is.
18891
18892 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18893
18894         Fix several address-calculation bugs in the hash modules,
18895         plus some minor code cleanup.
18896
18897         * lib/hash.h: Include <stdbool.h>, for bool.
18898         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18899         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18900         hash_get_n_entries, hash_get_max_bucket_length,
18901         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18902         hash_rehash): Use size_t rather than unsigned.
18903         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18904         hash_get_n_buckets_used, hash_get_n_entries,
18905         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18906         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18907         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18908         Likewise.
18909         (SIZE_MAX): Define if not defined.
18910         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18911         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18912         hash_print):
18913         Use const * when possible.
18914         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18915         (check_tuning): Fix bug: if tuning parameters were very close to
18916         0 or 1, rounding errors could have caused subscript violations.
18917         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18918         (hash_initialize): Add 'fail:' label
18919         to free table and return NULL, and use it to simplify code.
18920         Use calloc rather than clearing the storage ourself.
18921         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18922         buffer size calculations.
18923         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18924         Include <stddef.h>, for size_t.
18925         * lib/hash-pjw.c (hash_pjw): Likewise.
18926         Switch to method described by Bruno Haible.
18927         Include <limits.h>, for CHAR_BIT.
18928         (SIZE_BITS): New macro.
18929
18930 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18931
18932         * m4/getline.m4 (AM_FUNC_GETLINE):
18933         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18934         hosts.  Problem reported by Derek Robert Price in
18935         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18936         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18937         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18938
18939 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18940
18941         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18942         ceiling the allocation at NMAX bytes rather than silently
18943         discarding input bytes before NMAX is reached.  This makes
18944         a difference only if NMAX exceeds SIZE_MAX / 2.
18945
18946         * lib/obstack.c: Merge from glibc.
18947         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18948         Add libc_hidden_def (_obstack_newchunk).
18949         (_obstack_free) [! defined _LIBC]: Remove.
18950         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18951         a clone of the function body.
18952         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18953         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18954
18955         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18956         glibc.
18957         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18958         arg to memcpy.
18959
18960         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18961         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18962         Don't use lvalue casts, as GCC plans to remove support for them
18963         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18964         was also present in the non-GCC version, indicating that this
18965         code had always been buggy and had never been widely used.
18966         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18967         Use the fast variant of each macro, rather than copying the
18968         definiens of the fast variant; that way, we'll be more likely to
18969         catch future bugs in the fast variants.
18970
18971 2003-10-20  Bruno Haible  <bruno@clisp.org>
18972
18973         * modules/wait-process: New file.
18974         * MODULES.html.sh (func_all_modules): Add wait-process.
18975
18976 2003-10-20  Bruno Haible  <bruno@clisp.org>
18977
18978         * m4/wait-process.m4: New file.
18979
18980 2003-10-20  Bruno Haible  <bruno@clisp.org>
18981
18982         * lib/wait-process.h: New file, from GNU gettext.
18983         * lib/wait-process.c: New file, from GNU gettext.
18984
18985 2003-10-19  Jim Meyering  <jim@meyering.net>
18986
18987         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18988         HPUX 10.20.
18989
18990 2003-10-18  Karl Berry  <karl@gnu.org>
18991
18992         * config/config.guess: update from config.
18993
18994 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18995
18996         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18997         (getgroups): First arg is int, not size_t.
18998         Don't let 'free' mangle errno.
18999
19000 2003-10-16  Paul Eggert  <eggert@twinsun.com>
19001
19002         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
19003
19004 2003-10-16  Karl Berry  <karl@gnu.org>
19005
19006         * config/config.{guess,sub}: update from config.
19007
19008 2003-10-16  Jim Meyering  <jim@meyering.net>
19009
19010         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
19011         memcpy.
19012
19013 2003-10-15  Paul Eggert  <eggert@twinsun.com>
19014
19015         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
19016         (SIZE_MAX): Remove.
19017         (new_exclude, add_exclude_file): Initial size no longer needs to
19018         be a power of 2.
19019         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
19020         our own address arithmetic overflow checking.
19021
19022         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
19023         (fnmatch): Do not alloca more than 2000 wide characters;
19024         instead, use malloc for large buffers.
19025         Check for address arithmetic overflow, and return -1
19026         with errno set to ENOMEM in that case.
19027         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
19028         (NEW_PATTERN): Do not alloca more than 8000 bytes;
19029         instead, return -1.  Check for address arithmetic overflow.
19030
19031 2003-10-14  Paul Eggert  <eggert@twinsun.com>
19032
19033         Handle invalid suffixes and overflow independently, so that
19034         callers can treat them independently as needed.  Fix some bugs in
19035         suffix handling, e.g., "100k@" was not diagnosed as an invalid
19036         suffix for a human-readable blocksize.  The major caller-visible
19037         change is the addition of a new
19038         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
19039         that both overflow and suffix chars were found.
19040
19041         * lib/human.c (humblock): Don't check separately for invalid suffix
19042         char; that is xstrtoumax's job (now that its bug is fixed).
19043         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
19044         INTMAX_MAX]: New macros.
19045         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
19046         TYPE_MAXIMUM): New macros.
19047         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
19048         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
19049         if overflow occurs, as it's what __strtol does and it's more useful
19050         in practice.
19051         (__xstrtol): If __strtol reports some error other than ERANGE,
19052         reflect it to the caller as LONGINT_INVALID.  If it reports
19053         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
19054         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
19055         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
19056         value.
19057         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
19058         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
19059         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
19060         [defined UINTMAX_MAX]: New macros.
19061
19062 2003-10-14  Bruno Haible  <bruno@clisp.org>
19063
19064         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
19065
19066 2003-10-14  Bruno Haible  <bruno@clisp.org>
19067
19068         * m4/sig_atomic_t: New file, from GNU gettext.
19069         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
19070
19071 2003-10-14  Bruno Haible  <bruno@clisp.org>
19072
19073         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
19074         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
19075         Also use volatile where needed.
19076
19077 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19078
19079         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
19080         Change maintainer from Bruno Haible to 'all'.
19081
19082 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19083
19084         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
19085
19086 2003-10-12  Paul Eggert  <eggert@twinsun.com>
19087
19088         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
19089         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
19090         and define in terms of the other primitives.
19091         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
19092         (SIZE_MAX): Define if not already defined.
19093         (array_size_overflow): New function.
19094         (xalloc_die): Abort instead of exiting if 'error' returns.
19095         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19096         (xmalloc, xrealloc): Use them.
19097         (xcalloc): Check for address arithmetic overflow.
19098         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19099         a bit faster than strcpy.
19100
19101 2003-10-10  Simon Josefsson  <jas@extundo.com>
19102
19103         * modules/argp (Depends-on): Add restrict and strcase.
19104
19105 2003-10-10  Simon Josefsson  <jas@extundo.com>
19106
19107         * m4/argp.m4: Add AC_C_INLINE.
19108
19109 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19110
19111         Merge getpass from libc, plus a few fixes.
19112
19113         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19114         Include <stdbool.h>.
19115         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19116         __fsetlocking to empty.
19117         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19118         do include <bits/libc-lock.h>.
19119         Do not include <fcntl.h>; not needed.
19120         [_LIBC]: Include <wchar.h>.
19121         (NOTCANCEL_MODE): New macro.
19122         (flockfile, funlockfile) [_LIBC]: New macros.
19123         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19124         [!_LIBC]: New macros.
19125         (call_fclose): New function.
19126         (getpass): Use it.  Save tty stream separately; this simplifies the
19127         code and makes it more reliable if stdin happens to equal stdout.
19128         Invoke __fsetlocking on tty.
19129         Handle thread cancellation if needed.
19130         Namespace cleanup (use __tcgetattr, __getline).
19131         Use bool for Booleans.
19132         [USE_IN_LIBIO]: Handle wide streams.
19133         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19134         stream might go where.
19135
19136         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19137         doesn't have to include <stdio.h> before us.
19138         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19139         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19140         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19141         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19142         if not declared, so that we can use getpass.c code from libc without
19143         rewriting it.
19144         (flockfile, ftrylockfile, funlockfile): New macros.
19145
19146 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19147
19148         * modules/getpass: Depend on stdbool.
19149
19150 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19151
19152         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19153
19154 2003-10-07  Karl Berry  <karl@gnu.org>
19155
19156         * config/config.{guess,sub}: update from config.
19157
19158 2003-10-06  Jim Meyering  <jim@meyering.net>
19159             Bruno Haible  <bruno@clisp.org>
19160
19161         This lets translators provide better translations for the
19162         "Written by ..." part of --version output.
19163         * lib/version-etc.h: Include stdarg.h.
19164         (version_etc_copyright): Declare as readonly.
19165         (version_etc): Make this function variadic with a NULL-terminated list
19166         of author name strings.
19167         (version_etc_va): New declaration.
19168         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19169         (version_etc_copyright): Declare as readonly.
19170         (version_etc_va): New function. Provide a different translatable string
19171         for each possible number of authors < 10. Abbreviate when there are 10
19172         authors or more.
19173         (version_etc): Make this function variadic. Call version_etc_va.
19174         Suggestion from Gary V. Vaughan.
19175
19176         * lib/long-options.h (parse_long_options): Change prototype: the
19177         authors string is moved to the end and becomes variadic.
19178         * lib/long-options.c: Include stdarg.h.
19179         (parse_long_options): Make this function variadic, too.
19180         Call version_etc_va, not version_etc.
19181
19182 2003-10-06  Bruno Haible  <bruno@clisp.org>
19183
19184         * modules/version-etc-2: Remove file.
19185         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19186
19187 2003-10-06  Bruno Haible  <bruno@clisp.org>
19188
19189         * modules/fatal-signal: New file.
19190         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19191
19192 2003-10-06  Bruno Haible  <bruno@clisp.org>
19193
19194         * m4/fatal-signal.m4: New file.
19195         * m4/signalblocking.m4: New file, from GNU gettext.
19196
19197 2003-10-06  Bruno Haible  <bruno@clisp.org>
19198
19199         * lib/version-etc-2.h: Remove file.
19200         * lib/version-etc-2.c: Remove file.
19201
19202 2003-10-06  Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/fatal-signal.h: New file, from GNU gettext.
19205         * lib/fatal-signal.c: New file, from GNU gettext.
19206
19207 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19208
19209         * README: Rework advice for preventing empty .o files.
19210         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19211         not <sys/types.h>.
19212
19213 2003-10-04  Karl Berry  <karl@gnu.org>
19214
19215         * lib/argp*: update from libc.
19216
19217 2003-10-04  Karl Berry  <karl@gnu.org>
19218
19219         * config/config.{guess,sub}: update from config.
19220
19221 2003-10-02  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/lchown (Include): Add lchown.h.
19224         * modules/time_r (Include): Use "..." syntax.
19225         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19226
19227 2003-10-01  Simon Josefsson  <jas@extundo.com>
19228
19229         * MODULES.html.sh (func_all_modules): Move gethostname from section
19230         'based on' to section 'lacking' POSIX:2001.
19231
19232 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19233
19234         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19235         to output mode on the same stream.
19236
19237 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19238
19239         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19240         Fix arg typo in previous patch.
19241
19242 2003-09-28  Jim Meyering  <jim@meyering.net>
19243
19244         * lib/error.c: Correct cpp indentation.
19245
19246 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19247
19248         * modules/free: New file.
19249
19250 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19251
19252         * m4/free.m4: New file.
19253
19254 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19255
19256         * lib/minmax.h (MIN, MAX)
19257         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19258         Omit the special code that used __typeof__, since we worry that
19259         it could be more trouble than it's worth.  See:
19260         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19261         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19262
19263         * lib/free.c: New file.
19264
19265 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19266
19267         Trivial fixes to Makefile.am parts of module listings.
19268         * modules/strstr: Append strstr.h to lib_SOURCES.
19269         * modules/strcase: Likewise, for strcase.h.
19270
19271 2003-09-27  Karl Berry  <karl@gnu.org>
19272
19273         * config/mkinstalldirs: update from automake.
19274
19275 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19276
19277         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19278         (error_tail): Do not loop, reallocating temporary buffer, since
19279         the output cannot contain more wide characters than the input
19280         contains bytes, the size must be big enough already.  This avoids
19281         one potential size overflow calculation.  Check for size overflow
19282         when calculating temporary buffer size.  Free temporary buffer
19283         when done, if it was allocated with malloc; this plugs a memory
19284         leak.  Remove casts from void * to pointers, that are no longer
19285         needed now that we're assuming C89 or better.
19286
19287         Merge error changes from glibc.
19288
19289         * lib/error.c, error.h: Update copyright notice header to match glibc.
19290         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19291         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19292         Disable cancellation while printing error.
19293         * lib/error.h: Prepend __ to parameter names.
19294
19295 2003-09-26  Jim Meyering  <jim@meyering.net>
19296
19297         * lib/error.c (error_tail): Move some declarations
19298         into inner scope where the local variables are used.
19299
19300 2003-09-26  Bruno Haible  <bruno@clisp.org>
19301
19302         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19303         stpncpy().
19304         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19305
19306 2003-09-26  Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19309         (stpncpy): Define as alias for gnu_stpncpy.
19310         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19311
19312 2003-09-25  Simon Josefsson  <jas@extundo.com>
19313
19314         * lib/xgetdomainname.h: New file.
19315         * lib/xgetdomainname.c: New file.
19316
19317 2003-09-25  Simon Josefsson  <jas@extundo.com>
19318             Bruno Haible  <bruno@clisp.org>
19319
19320         * modules/getdomainname: New file.
19321         * modules/xgetdomainname: New file.
19322         * MODULES.html.sh (func_all_modules): Add getdomainname,
19323         xgetdomainname.
19324
19325 2003-09-25  Simon Josefsson  <jas@extundo.com>
19326             Bruno Haible  <bruno@clisp.org>
19327
19328         * m4/getdomainname.m4: New file.
19329
19330 2003-09-25  Simon Josefsson  <jas@extundo.com>
19331             Bruno Haible  <bruno@clisp.org>
19332
19333         * lib/getdomainname.h: New file.
19334         * lib/getdomainname.c: New file.
19335
19336 2003-09-25  Karl Berry  <karl@gnu.org>
19337
19338         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19339
19340 2003-09-25  Karl Berry  <karl@gnu.org>
19341
19342         * config/install-sh: update from automake.
19343
19344 2003-09-25  Bruno Haible  <bruno@clisp.org>
19345
19346         * modules/version-etc-2: New file, from modules/version-etc with
19347         modifications.
19348         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19349
19350 2003-09-25  Bruno Haible  <bruno@clisp.org>
19351
19352         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19353         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19354
19355 2003-09-24  Simon Josefsson  <jas@extundo.com>
19356
19357         * modules/xgethostname: Add xgethostname.h.
19358
19359 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19360
19361         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19362         the buffer associated with the argument.  Bug reported by
19363         Simon Josefsson.
19364
19365 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19366
19367         * README: Document assumptions that 'int' is at least 32 bits
19368         wide, that integer arithmetic is 2's complement without overflow,
19369         that there are no holes in integer values, that adding sizes of
19370         two nonoverlapping objects can't overflow, and that all-bits-zero
19371         yields scalar zero.  Fix spelling and capitalization typos.
19372
19373 2003-09-19  Karl Berry  <karl@gnu.org>
19374
19375         * lib/argp.h: update from libc.
19376
19377 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19378
19379         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19380         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19381         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19382
19383 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19384
19385         * gnulib-tool: Use "test -h", not "test -L", for portability
19386         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19387         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19388         (sed_extract_prog): Issue s commands one-by-one, rather than
19389         using \| in one s command.
19390
19391 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19392
19393         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19394         input error, instead of returning NULL the next time we are called
19395         (and therefore losing track of errno).
19396
19397 2003-09-16  Bruno Haible  <bruno@clisp.org>
19398
19399         * gnulib-tool (func_create_testdir): Warn about duplicated
19400         dependencies.
19401
19402 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19403
19404         * modules/argmatch, modules/fatal, modules/obstack,
19405         modules/xalloc, modules/xgethostname: Sort dependencies by
19406         importance, not alphabetically.
19407
19408 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19409
19410         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19411         fails, so that the caller gets the proper errno.
19412
19413         * lib/readutmp.c (read_utmp): Likewise.
19414         Check for fstat error.  Close stream and free storage
19415         when failing.
19416
19417 2003-09-14  Karl Berry  <karl@gnu.org>
19418
19419         * config/srclist.txt (strdup.c): disable for c89 changes.
19420
19421 2003-09-14  Jim Meyering  <jim@meyering.net>
19422
19423         * lib/getloadavg.c: Correct cpp indentation.
19424         * lib/strdup.c: Likewise.
19425         * lib/vasnprintf.c: Likewise.
19426
19427 2003-09-14  Bruno Haible  <bruno@clisp.org>
19428
19429         * modules/fwriteerror: New file.
19430         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19431
19432 2003-09-14  Bruno Haible  <bruno@clisp.org>
19433
19434         * lib/fwriteerror.h: New file.
19435         * lib/fwriteerror.c: New file.
19436
19437 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19438
19439         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19440         modules/xgethostname, modules/xalloc: Depend on exit.
19441
19442 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19443
19444         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19445
19446         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19447         and AC_MINIX, too, so that their extensions are available.
19448
19449         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19450         This macro has been superseded by gl_BACKUPFILE.
19451
19452         More patches to assume C89 or better.
19453
19454         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19455
19456         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19457         unconditionally.
19458         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19459         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19460         Include <string.h>, <stdlib.h> unconditionally.
19461         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19462         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19463         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19464         headers or for string.h.
19465         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19466         or strtoul.
19467
19468         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19469         headers.
19470         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19471         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19472         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19473         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19474         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19475         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19476         memcpy, memset.
19477         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19478         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19479         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19480         strtol.
19481         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19482         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19483         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19484         strtoul.
19485
19486 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19487
19488         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19489         * lib/obstack.c [!defined _LIBC]: Likewise.
19490         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19491         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19492         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19493
19494         More changes to assume C89 or better.
19495
19496         * lib/error.c (error_tail): Assume vprintf.
19497
19498         * lib/argmatch.c (getenv): Remove decl.
19499         * lib/progreloc.c (get_full_program_name): Define via prototype.
19500         * lib/setenv.c (clearenv): Likewise.
19501         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19502         needed.
19503         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19504         (malloc, memcpy): Remove decls.
19505         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19506         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19507         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19508         (memcpy): Remove macro.
19509         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19510         (__P): Remove.  All uses removed.
19511         (PTR): Remove.  All uses changed to void *.
19512         (CHAR_BIT, NULL): Remove.
19513         (spaces, zeros, memset_space, memset_zero)
19514         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19515         Remove.
19516         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19517         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19518         Define with prototype.
19519         Remove now-unnecessary prototype decl.
19520         (extra_args_spec): Assume ANSI C.  All uses changed.
19521         (extra_args_spec_iso): Remove.
19522         (my_strftime, emacs_strftimeu): Define via prototype.
19523         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19524         unconditionally.
19525         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19526         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19527         (strtoul, strtol): Remove decls.
19528         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19529         LONG_MAX): Remove.
19530         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19531         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19532         (LOCALE_PARAM_PROTO): New macro.
19533         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19534         (INTERNAL (strtol), strtol): Define with a prototype.
19535         (PARAMS): Remove.  All uses removed.
19536         * lib/tempname.c: Include <string.h> unconditionally.
19537         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19538         * lib/xgethostname.c (main): Define with a prototype.
19539         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19540         Include <stdlib.h> unconditionally.
19541         (calloc, malloc, realloc, free): Remove decls.
19542         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19543         Include <stdlib.h> unconditionally.  Sort include file names.
19544         (strtod): Remove.
19545         (xstrtod): Define with a prototype.
19546         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19547         (strtol, strtoul): Remove decls.
19548
19549 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19550
19551         More patches to assume C89 or better.
19552         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19553         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19554         string.h, memchr, STDC_HEADERS.
19555
19556 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19557
19558         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19559         Include <stdlib.h>, <string.h> unconditionally.
19560         Remove now-unnecessary cast to char *.
19561         * lib/strnlen.c: Include <string.h> unconditionally.
19562         * lib/yesno.c (yesno): Define with a prototype.
19563
19564 2003-09-11  Bruno Haible  <bruno@clisp.org>
19565
19566         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19567
19568 2003-09-10  Jim Meyering  <jim@meyering.net>
19569
19570         * lib/error.c: Correct indentation of cpp directives.
19571
19572 2003-09-10  Bruno Haible  <bruno@clisp.org>
19573
19574         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19575         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19576         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19577         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19578         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19579         <stdlib.h> and <string.h> checks.
19580         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19581         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19582
19583 2003-09-10  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/strcspn.c: Include <string.h> unconditionally.
19586         * lib/strpbrk.c: Include <string.h> unconditionally.
19587         * lib/strstr.c: Include <string.h> unconditionally.
19588         * lib/unicodeio.c: Include <string.h> unconditionally.
19589         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19590         * lib/unsetenv.c: Likewise.
19591         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19592         * lib/yesno.c: Include <stdlib.h> unconditionally.
19593         (rpmatch): Add prototype.
19594
19595 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19596
19597         More patches to assume C89 or better.
19598         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19599         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19600         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19601         or for string.h.
19602         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19603         stdlib.h.
19604         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19605         C headers.
19606         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19607         string.h.
19608         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19609         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19610         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19611         or for string.h.
19612         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19613         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19614         C headers.
19615         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19616         memcpy.
19617         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19618         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19619         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19620         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19621         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19622         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19623         string.h, free.
19624         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19625         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19626         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19627         C headers, or for string.h.
19628         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19629         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19630         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19631         headers, memory.h, stdlib.h, string.h, strings.h.
19632         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19633         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19634         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19635         strchr.
19636         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19637         headers, memory.h, string.h.
19638         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19639         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19640         free.
19641         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19642         headers.
19643         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19644         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19645         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19646         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19647         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19648
19649 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19650
19651         More K&R removal.
19652
19653         * lib/acosl.c (main): Use a prototype.
19654         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19655         tanl.c: Likewise.
19656
19657         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19658
19659         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19660         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19661         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19662         with a prototype.
19663         * lib/getopt.c (const): Remove macro.
19664         Include <string.h> unconditionally.
19665         (my_index): Remove; all uses changed to strchr.
19666         (strlen): Remove decl.
19667         (exchange): Remove forward decl; no longer needed.
19668         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19669         Define with prototype.
19670         * lib/getopt1.c (const): Remove macro.
19671         (getopt_long, getopt_long_only, main): Define with prototype.
19672
19673         * lib/getugroups.c: Include <string.h> unconditionally.
19674
19675         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19676         (getusershell, setusershell, endusershell, readname, main):
19677         Define with prototypes.
19678
19679         * lib/group-member.c: Include group-member.h first.
19680         Include <stdlib.h> unconditionally.
19681
19682         * lib/hard-locale.c: Include hard-locale.h first.
19683         Include <stdlib.h>, <string.h> unconditionally.
19684
19685         * lib/hash.c (free, malloc): Remove decls.
19686         Include <stdlib.h> unconditionally.
19687
19688         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19689         (getenv): Do not declare.
19690
19691         * lib/idcache.c: Include <string.h> unconditionally.
19692
19693         * lib/long-options.c: Include long-options.h first, to test interface.
19694         Include <stdlib.h> unconditionally.
19695
19696         * lib/makepath.c: Include makepath.h first, to test interface.
19697         Include <stdlib.h> and <string.h> unconditionally.
19698
19699         * lib/linebuffer.c: Include <stdlib.h>.
19700         (free): Remove decl.
19701
19702         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19703         stddef.h. rpl_malloc returns void *, not char *.
19704         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19705         prototype.
19706
19707         * lib/md5.h: Include <limits.h> unconditionally.
19708         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19709         (__P): Remove; all uses removed.
19710         * lib/md5.c: Include "md5.h" first.
19711         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19712         md5_buffer, md5_process_bytes, md5_process_block):
19713         Define with prototypes.
19714         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19715         * lib/sha.c: Include "sha.h" first.
19716         Include <stdlib.h>, <string.h> unconditionally.
19717
19718         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19719         * lib/memcmp.c (__ptr_t): Likewise.
19720         * lib/memrchr.c (__ptr_t): Likewise.
19721         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19722         Include <string.h> unconditionally.
19723         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19724         * lib/memchr.c: Include <stdlib.h> unconditionally.
19725         * lib/memchr.c (LONG_MAX): Remove.
19726         * lib/memrchr.c (LONG_MAX): Likewise.
19727         * lib/memchr.c (__memchr): Define via a prototype.
19728         * lib/memrchr.c (__memrchr): Likewise.
19729         * lib/memcmp.c (__P): Remove, and remove all uses.
19730         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19731         Remove forward decls; no longer needed.
19732         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19733         Use types required by C89 in prototype.
19734
19735         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19736         * lib/savedir.c: Likewise.
19737         * lib/mkdir.c (free): Remove decl.
19738         * lib/rmdir.c (rmdir): Define with a prototype.
19739         * lib/savedir.c: Include savedir.h first, to test interface.
19740
19741         * lib/mktime.c (STDC_HEADERS): Remove.
19742         Include <stdlib.h>, <string.h> unconditionally.
19743
19744         * lib/modechange.c: Include <stdlib.h> unconditionally.
19745         (malloc): Remove decl.
19746
19747         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19748         (free): Remove decl.
19749
19750         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19751         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19752         (This type really should be intptr_t, but that's a C99ism.)
19753         (_obstack_memcpy): Remove: all uses changed to memcpy.
19754         Include <string.h> unconditionally.
19755         (struct obstack): Assume __STDC__ for types of members
19756         chunkfun, freefun, extra_arg.
19757         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19758         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19759         obstack_begin, obstack_specify_allocation,
19760         obstack_specify_allocation_with_arg, obstack_chunkfun,
19761         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19762         Remove unprototyped decls and the macros that use them.
19763         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19764         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19765         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19766         (defined __STDC__ && __STDC__)]:
19767         Remove nonprototyped code.
19768         Include <stdlib.h> unconditionally.
19769         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19770         _obstack_allocated_p, _obstack_free, obstack_free,
19771         _obstack_memory_used, print_and_abort):
19772         Define using prototypes.
19773         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19774         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19775         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19776         obstack_next_free, obstack_object_size, obstack_room) [0]:
19777         Remove unused, unprototyped code.
19778
19779         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19780
19781         * lib/physmem.c (physmem_total, physmem_available, main): Define
19782         with prototypes.
19783
19784         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19785         (main): Define with a prototype.
19786
19787         * lib/posixver.c (getenv): Remove decl.
19788
19789         * lib/putenv.c (malloc): Returns void *, not char *.
19790         Include <string.h> unconditionally.
19791         (strchr, memcpy, NULL): Do not define.
19792
19793         * lib/readtokens.c: Include readtokens.h first, to test interface.
19794         Include <stdlib.h>, <string.h> unconditionally.
19795         (init_tokenbuffer): Define with a prototype.
19796
19797         * lib/regex.c (PARAMS): Remove.  All uses removed.
19798         All uses of _RE_ARGS removed, too.
19799         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19800         unconditionally.
19801         (bzero): Assume memset exists.
19802         (memcmp, memcpy, NULL): Remove.
19803         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19804         char, or assignments to local vars of type signed char.
19805         (init_syntax_once, PREFIX(extract_number_and_incr),
19806         PREFIX(print_partial_compiled_pattern),
19807         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19808         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19809         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19810         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19811         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19812         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19813         wcs_compile_range, byte_compile_range, truncate_wchar,
19814         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19815         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19816         count_mbs_length, wcs_re_match_2_internal,
19817         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19818         PREFIX(alt_match_null_string_p),
19819         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19820         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19821         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19822         now-unnecessary declaration, if any.
19823         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19824         regcomp, regexec):
19825         Remove now-unnecessary casts among pointer types.
19826         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19827
19828         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19829         (free): Remove decl.
19830
19831         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19832
19833         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19834         (free): Remove decl.
19835
19836         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19837         * lib/xgetcwd.c: Likewise.
19838
19839         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19840         (free): Remove decl.
19841
19842         * lib/strchrnul.c (strchrnul): Define with a prototype.
19843         Fix bug: c_in was not converted to char before searching.
19844
19845         The following changes are not K&R related:
19846
19847         * lib/group-member.h: Include <sys/types.h>, so that this file is
19848         self-contained.
19849         * lib/makepath.h: Likewise.
19850
19851         * lib/getusershell.c (readname, default_index, line_size, readname):
19852         Use size_t, not int, for sizes.
19853         (readname): If the size overflows, report an error instead of
19854         looping forever.
19855
19856 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19857
19858         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19859         libc.
19860
19861 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19862
19863         * README: New section: portability guidelines.
19864
19865 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19866
19867         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19868         C89 spec.
19869
19870 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19871
19872         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19873
19874 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19875
19876         Assume C89 or better; remove K&R cruft.
19877         A few of these changes were first proposed by Derek Robert Price
19878         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19879
19880         * lib/addext.c: Include <string.h> unconditionally.
19881         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19882         Don't declare getenv or malloc.
19883
19884         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19885         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19886         (NULL): Remove.
19887         (find_stack_direction, alloca): Use prototypes.
19888
19889         * lib/atexit.c (atexit): Define using a prototype.
19890
19891         * lib/basename.c, dirname.c, stripslash.c:
19892         Include <string.h> unconditionally.
19893
19894         * lib/bcopy.c: Include <stddef.h>.
19895         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19896
19897         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19898
19899         * lib/error.h (error, error_at_line, error_print_progname)
19900         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19901         * lib/error.c: Include error.h first, to check interface.
19902         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19903         (VA_START): Remove; all uses changeed to va_start.
19904         (exit, strerror): Remove decls.
19905         (error_print_progname): Prototype uncondionally.
19906         Don't include <errno.h>; no longer needed.
19907         (private_strerror): Remove.
19908         (error_tail): Always define.
19909         (error, error_at_line): Assume C89 or better; always use prototypes.
19910         * lib/fatal.c: Include "fatal.h" first, to test interface.
19911         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19912         (VA_START): Remove; all uses changed to va_start.
19913         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19914         this case.
19915         (exit): Remove decl.
19916         (fatal): Prototype unconditionally.  Assume va_start works.
19917         Abort at end, to pacify gcc.
19918
19919         * lib/euidaccess.c (main): Define with a prototype.
19920
19921         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19922
19923         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19924
19925         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19926         prototypes.
19927         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19928         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19929         (getenv): Remove decl.
19930         (fnmatch): Define using a prototype.
19931         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19932         (FCT): Define using a prototype.
19933
19934         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19935
19936         * lib/gethostname.c: Include <stddef.h>.
19937         (gethostname): Define with prototype.  Length is size_t, not int.
19938
19939 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19940
19941         Assume C89 or better; remove K&R cruft.
19942         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19943         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19944         string.h, getenv, malloc.
19945         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19946         headers.
19947         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19948         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19949         do not check for strerror.
19950         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19951         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19952         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19953         do not check for doprnt or vprintf.
19954         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19955         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19956
19957 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19958
19959         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19960         getversion.c should have been removed then, but was accidentally
19961         preserved.
19962
19963         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19964         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19965
19966 2003-09-08  Karl Berry  <karl@gnu.org>
19967
19968         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19969                 config, forget about prep.
19970
19971         * config/depcomp, missing: update from automake.
19972
19973 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19974
19975         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19977
19978 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19979
19980         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19981         copy_tm_result.  Bug reported by Simon Josefsson in
19982         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19983
19984 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19985
19986         * m4/time_r.m4: New file.
19987         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19988         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19989         is. Check for timegm declaration.
19990         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19991         Do not check for gmtime_r.
19992         Replace mktime if __mktime_internal does not exist and if mktime
19993         hasn't been replaced already.
19994
19995 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19996
19997         * lib/time_r.c, lib/time_r.h: New files.
19998
19999         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
20000         __localtime_r.
20001         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
20002         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
20003
20004         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
20005         __gmtime_r.
20006         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
20007         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
20008         Include <time_r.h>.
20009
20010         * lib/timegm.c: Switch to glibc implementation, with the following
20011         changes:
20012         [defined HAVE_CONFIG_H]: Include <config.h>.
20013         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
20014         (__mktime_internal) [!defined _LIBC]: New decl.
20015         (__gmtime_r) [!defined _LIBC]: New macro and function.
20016         (timegm): Use a prototype, since gnulib assumes C89.
20017         Do not bother declaring tmp to be const, as it's not really usefu.
20018         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
20019         (timegm): Declare only if HAVE_DECL_TIMEGM.
20020
20021 2003-09-06  Paul Eggert  <eggert@twinsun.com>
20022
20023         * MODULES.html.sh (func_all_modules): Add time_r.
20024         * modules/time_r: New file.
20025         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
20026         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
20027
20028 2003-09-03  Paul Eggert  <eggert@twinsun.com>
20029
20030         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
20031         Bug reported by Lute Kamstra in
20032         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
20033
20034         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
20035         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
20036         course with correspondingly smaller numbers for tomorrow and
20037         yesterday.  From Tadayoshi Funaba.  Originally installed into
20038         sh-utils on 1999-08-07, but the patch got lost (I guess during the
20039         coreutils merge?).
20040
20041 2003-08-31  Simon Josefsson  <jas@extundo.com>
20042
20043         * modules/timegm: New file.
20044         * MODULES.html.sh (func_all_modules): Add timegm.
20045
20046 2003-08-31  Simon Josefsson  <jas@extundo.com>
20047
20048         * m4/timegm.m4: New file.
20049
20050 2003-08-31  Simon Josefsson  <jas@extundo.com>
20051
20052         * lib/timegm.h: New file.
20053         * lib/timegm.c: New file.  Based on
20054         wget-1.8.2/src/http.c:mktime_from_utc.
20055
20056 2003-08-31  Karl Berry  <karl@gnu.org>
20057
20058         * lib/argp.h: update from libc.
20059
20060 2003-08-28  Bruno Haible  <bruno@clisp.org>
20061
20062         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
20063         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
20064         followed by '#define fnmatch fnmatch_posix' gives an error.
20065
20066 2003-08-28  Bruno Haible  <bruno@clisp.org>
20067
20068         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
20069         warning on QNX, which defines O_BINARY to 000000.
20070
20071 2003-08-27  Jim Meyering  <jim@meyering.net>
20072
20073         * m4/mkstemp.m4: Require that the system mkstemp be able to create
20074         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
20075         would fail after 32.  Reported by Danny Levinson.  Details here:
20076         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
20077
20078 2003-08-24  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
20081         MSVC7 <stdio.h> is included later.
20082
20083 2003-08-22  Simon Josefsson  <jas@extundo.com>
20084
20085         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
20086
20087 2003-08-20  Karl Berry  <karl@gnu.org>
20088
20089         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
20090
20091 2003-08-20  Bruno Haible  <bruno@clisp.org>
20092
20093         * modules/progname: New file.
20094         * MODULES.html.sh (func_all_modules): Add progname.
20095
20096 2003-08-20  Bruno Haible  <bruno@clisp.org>
20097
20098         * lib/progname.h: New file, from GNU gettext.
20099         * lib/progname.c: New file, from GNU gettext.
20100         * lib/progreloc.c: New file, from GNU gettext.
20101
20102 2003-08-19  Jim Meyering  <jim@meyering.net>
20103
20104         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20105         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20106
20107 2003-08-19  Bruno Haible  <bruno@clisp.org>
20108
20109         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20110         more.
20111
20112 2003-08-19  Bruno Haible  <bruno@clisp.org>
20113
20114         * lib/xstrdup.c: Assume <string.h> exists.
20115
20116 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20117
20118         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20119         in makefile rules.
20120
20121 2003-08-18  Jim Meyering  <jim@meyering.net>
20122
20123         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20124         * m4/lib-ld.m4: Likewise.
20125
20126 2003-08-18  Jim Meyering  <jim@meyering.net>
20127
20128         * lib/setenv.h: Indent nested cpp directive.
20129         * lib/vasnprintf.c: Remove trailing blanks.
20130
20131 2003-08-17  Simon Josefsson  <jas@extundo.com>
20132
20133         * modules/xstrndup: New file.
20134         * MODULES.html.sh (func_all_modules): Add xstrndup.
20135
20136 2003-08-17  Simon Josefsson  <jas@extundo.com>
20137
20138         * modules/argp: Fix autoconf macro name. Add more dependencies.
20139
20140 2003-08-17  Simon Josefsson  <jas@extundo.com>
20141
20142         * m4/xstrndup.m4: New file.
20143
20144 2003-08-17  Simon Josefsson  <jas@extundo.com>
20145
20146         * m4/argp.m4: New file.
20147
20148 2003-08-17  Simon Josefsson  <jas@extundo.com>
20149             Bruno Haible  <bruno@clisp.org>
20150
20151         * lib/xstrndup.h: New file.
20152         * lib/xstrndup.c: New file.
20153
20154 2003-08-17  Bruno Haible  <bruno@clisp.org>
20155
20156         * modules/strndup (Files, Include): Add lib/strndup.h.
20157
20158 2003-08-17  Bruno Haible  <bruno@clisp.org>
20159
20160         * modules/euidaccess (Files): Add lib/euidaccess.h.
20161
20162 2003-08-17  Bruno Haible  <bruno@clisp.org>
20163
20164         * lib/strndup.h: New file.
20165
20166 2003-08-17  Bruno Haible  <bruno@clisp.org>
20167
20168         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20169         like AC_GNU_SOURCE.
20170         * modules/extensions (configure.ac): Comment out the invocation of
20171         gl_USE_SYSTEM_EXTENSIONS.
20172
20173 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20174
20175         Merges from coreutils, etc.
20176         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20177         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20178         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20179         fixing a typo.
20180         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20181         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20182
20183 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20184
20185         Document merge from coreutils.
20186         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20187         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20188         * modules/utime: Add m4/utimes-null.m4.
20189
20190 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20191
20192         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20193         space, undoing this 2003-08-12 change:
20194         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20195
20196 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20197
20198         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20199         strtoul.c from libc, undoing this 2003-08-12 change:
20200         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20201
20202 2003-08-16  Jim Meyering  <jim@meyering.net>
20203
20204         Merges from coreutils.
20205         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20206         prefix.  Adjust cache variables similarly.  Create 500 rather than
20207         just 300 files, to exercise bug on Darwin6.5, too.
20208         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20209         $missing_dir.
20210         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20211         AM_SYS_POSIX_TERMIOS.
20212         Reported by mkc@mathdogs.com.
20213         Also change use of $am_cv_sys_posix_termios
20214         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20215         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20216         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20217         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20218         in /proc/mounts until it finds one with matching device number.  This
20219         is unnecessary when the FILE argument *is* a mount point.  No stat call
20220         is necessary in that case.  So, disable the statvfs-testing code on
20221         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20222         as RedHat bug# 84846.
20223         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20224         to 1MB, so as not to render systems with no stack size limit (e.g.,
20225         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20226         Include <unistd.h>.  On some systems,
20227         it is required for the definition of _SC_PAGESIZE.
20228
20229 2003-08-16  Jim Meyering  <jim@meyering.net>
20230
20231         Merge from coreutils.
20232         * lib/xstrtoimax.c: #else #if -> #elif.
20233         * lib/xstrtoumax.c: Likewise.
20234
20235 2003-08-16  Jim Meyering  <jim@meyering.net>
20236
20237         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20238         * m4/utimes.m4: Removed.
20239         * m4/utimes-null.m4: Renamed from utimes.m4.
20240
20241         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20242         to 1MB, so as not to render systems with no stack size limit (e.g.,
20243         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20244         Include <unistd.h>.  On some systems,
20245         it is required for the definition of _SC_PAGESIZE.
20246
20247 2003-08-16  Jim Meyering  <jim@meyering.net>
20248         and Paul Eggert  <eggert@cs.ucla.edu>
20249
20250         Merges from coreutils, etc.
20251
20252         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20253         using the latest version from cvs.  This avoids problems with #line
20254         directives using a vendor (Sun) compiler.
20255         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20256         Don't set GETGROUPS_LIB here; now it's
20257         done via getgroups.m4's wrapper function.
20258         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20259         rather than just in sh-util/configure.in, so that the
20260         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20261         same.
20262         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20263         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20264         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20265         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20266         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20267         Remove code that is now done by the newly-required macros.
20268         Append $(EXEEXT) to DF_PROG.
20269         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20270         Do not invoke or require the following here,
20271         since prereq.m4 or some gnulib .m4 now does this for us:
20272         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20273         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20274         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20275         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20276         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20277         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20278         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20279         AC_FUNC_OBSTACK.
20280         Do not replace the following functions, as this is now the job
20281         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20282         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20283         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20284         atexit getpass, strdup, getpagesize.
20285         Replace 'raise'.
20286         Do not check for the following functions, as this is now the job
20287         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20288         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20289         setregid.
20290         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20291         Check for sys/sysctl.h.
20292         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20293         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20294         of checking for ssize_t ourselves.
20295
20296         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20297         Require every macro that gnulib/modules/* suggests for us.
20298         (jm_PREREQ_ADDEXT): New macro.
20299         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20300         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20301
20302         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20303         (gl_PHYSMEM): Use it.
20304         Also check for `table' function.
20305         Check for new headers and functions.
20306         Add check for sys/sysmp.h.
20307         With suggestions from Kaveh Ghazi.
20308         Ignore headers that are present but cannot be compiled.  This
20309         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20310         C 5.4.
20311
20312 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20313
20314         Document merge from coreutils.
20315         * modules/userspec: Depend on posixver.
20316         * modules/strftime: Depend on tzset.
20317
20318 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20319
20320         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20321         rather than tab, after '#' in shell-script copyright notices.
20322         Suggested by Bruno Haible.
20323
20324 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20325
20326         * config/srclist-update: Use three spaces, rather than tab, after '#'
20327         in shell-script copyright notices.  Suggested by Bruno Haible.
20328         Remove unnecessary parenthesization in regular expression.
20329
20330 2003-08-15  Jim Meyering  <jim@meyering.net>
20331
20332         Merge from coreutils.
20333         * lib/xgethostname.c: Include <stdlib.h>.
20334         (xghostname): Don't exit for anything other than memory-related
20335         failure; just return NULL.
20336         * lib/userspec.c: Include "posixver.h".
20337         (parse_user_spec): Accept `.' as a separator only
20338         in pre-POSIX-200112 mode.
20339         * lib/strtoimax.c: Use #elif rather than #else #if.
20340         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20341         Remove function, now that we can rely on a working tzset function.
20342         [!_LIBC]: Ensure that the required autoconf test has been run.
20343         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20344         Use underlying_strftime for %r.
20345         * lib/sha.c: Merge in some clean-up and optimization changes from
20346         glibc.
20347         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20348         Ensure that it is a multiple of 64.
20349         Rearrange loop exit tests so as to avoid performing an
20350         additional fread after encountering an error or EOF.
20351         * lib/realloc.c: Update copyright date.
20352
20353 2003-08-15  Jim Meyering  <jim@meyering.net>
20354         and Paul Eggert  <eggert@twinsun.com>
20355
20356         Merge from coreutils.
20357         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20358         member but strut utmpx does not.  Needed for AIX 4.3.3.
20359         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20360
20361 2003-08-15  Jim Meyering  <jim@meyering.net>
20362         and Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         Merges from coreutils, etc.
20365         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20366         Require gl_FUNC_TZSET_CLOBBER.
20367         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20368         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20369         members.
20370
20371 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20372
20373         Help the merge from coreutils.
20374         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20375         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20376         * m4/tzset.m4: Use it too.
20377
20378 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20379
20380         * modules/tzset: New file.
20381
20382 2003-08-14  Jim Meyering  <jim@meyering.net>
20383
20384         Merges from coreutils.
20385         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20386         variable names, rather than @FNMATCH_H@.
20387         * modules/alloca: Likewise for $(ALLOCA_H).
20388
20389         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20390         the three copies of the literal target, `fnmatch.h'.
20391         * modules/alloca (alloca.h): Likewise.
20392
20393 2003-08-14  Jim Meyering  <jim@meyering.net>
20394
20395         Merge from coreutils.
20396         * m4/tzset.m4: New file.
20397         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20398         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20399         otherwise, AIX 5.1 systems would end up using the latter.
20400         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20401         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20402         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20403         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20404
20405 2003-08-14  Jim Meyering  <jim@meyering.net>
20406
20407         Merge from coreutils.
20408         * lib/obstack.h: Whitespace changes.
20409         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20410         and xcalloc return values.
20411         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20412         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20413         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20414         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20415         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20416         error from mntctl.
20417         Use mntctl's return value to drive the entry-processing loop, since
20418         we can't rely on the value of the vmt_length member in the last
20419         entry.  On some systems doing so could result in exhausting
20420         virtual memory.  Based in part on a patch from Mike Jetzer.
20421
20422 2003-08-14  Jim Meyering  <jim@meyering.net>
20423         and Paul Eggert  <eggert@twinsun.com>
20424
20425         Merges from coreutils, plus other fixes.
20426         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20427         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20428         for credits and details.  Thanks to Kaveh Ghazi for helping
20429         to keep these files in sync.
20430         (ARRAY_SIZE): Define it.
20431         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20432         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20433         (memcasecmp): Don't assume size_t fits in unsigned int.
20434         Remove casts and duplicate code.
20435         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20436         (memcpy): Remove definition.
20437         Merge in some clean-up and optimization changes from glibc.
20438         [BLOCKSIZE]: Move definition to top of file.
20439         Ensure that it is a multiple of 64.
20440         Rearrange loop exit tests so as to avoid performing an
20441         additional fread after encountering an error or EOF.
20442         * lib/md5.h (md5_uintptr): Define.
20443         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20444         return to the initial working directory.  Preserve errno
20445         for caller.
20446         * lib/idcache.c: Include "xalloc.h".
20447         (xmalloc, xrealloc): Remove decls.
20448         (getuser): Remove casts no longer required in C89.
20449         * lib/human.c: Include stdio.h, for sprintf.
20450         * lib/group-member.c: Include "xalloc.h".
20451         (xmalloc, xrealloc): Remove decls.
20452         (get_group_info): Remove casts no longer required in C89.
20453         * lib/getusershell.c (readname): Remove casts no longer required in
20454         C89.
20455         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20456         * lib/getline.c: Whitespace fix, from coreutils.
20457
20458 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20459
20460         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20461         Check for isascii.
20462
20463         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20464         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20465         Undo previous (whitespace-only) change.
20466
20467 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20468
20469         * lib/exclude.c: Include <ctype.h>
20470         (IN_CTYPE_DOMAIN): New macro.
20471         (is_space): New fn.
20472         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20473         and empty lines.
20474
20475         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20476         Undo previous (whitespace-only) change.
20477
20478 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20479
20480         * config/srclist-update: Change update back to the old behavior,
20481         leaving whitespace alone.  Use one 'sed' command rather than a
20482         pipeline.
20483         (fixlicense): Now a variable, not a function.
20484         (remove_trailing_blanks): Remove.
20485         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20486         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20487         Undo previous (whitespace-only) change.
20488
20489 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20490
20491         Merge from coreutils.
20492         * modules/euidaccess: Add lib_SOURCES, include for new
20493         file euidaccess.h
20494
20495 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20496
20497         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20498         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20499         Normalize leading white space and remove trailing white space.
20500
20501         Merge from coreutils
20502         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20503
20504         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20505         0.12.1.  These files are now being upgraded automatically by
20506         ../config/srclist-update.
20507
20508 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20509
20510         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20511         Normalize leading white space and remove trailing white space.
20512         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20513         notice, as per ../config/srclist-update.
20514
20515         Merge from coreutils.
20516         * lib/euidaccess.h: New file.
20517         * lib/euidaccess.c: Include it.
20518         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20519         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20520         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20521
20522 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20523
20524         * config/srclist-update: Add copyright notice.
20525         (remove_id_lines, remove_trailing_blanks): New constants.
20526         (fixfile): Use them to normalize spacing a bit in copied files.
20527         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20528         Normalize leading white space and remove trailing white space.
20529
20530         * config/texinfo.tex: Sync with texinfo.
20531
20532         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20533         strtoul.c from libc, to merge coreutils whitespace changes.
20534
20535         * config/srclist.txt: Get the following m4 files from gettext:
20536         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20537         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20538         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20539         wint_t.m4.
20540
20541 2003-08-12  Karl Berry  <karl@gnu.org>
20542
20543         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20544         been made.
20545
20546 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20547
20548         * modules/gnu-source, m4/gnu-source.m4:
20549         Remove; we're assuming Autoconf 2.54 or later now.
20550         Suggested by Bruno Haible.
20551         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20552
20553 2003-08-11  Bruno Haible  <bruno@clisp.org>
20554
20555         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20556
20557 2003-08-11  Bruno Haible  <bruno@clisp.org>
20558
20559         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20560         (vasnprintf): Use it instead of wcslen.
20561
20562 2003-08-11  Bruno Haible  <bruno@clisp.org>
20563
20564         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20565         value to ensure that _Bool promotes to int. Use #define for _Bool when
20566         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20567
20568 2003-08-10  Karl Berry  <karl@gnu.org>
20569
20570         * lib/regex.h: update from libc (whitespace fix).
20571
20572 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20573
20574         Merge some files from coreutils.  These changes were
20575         originally made by Jim Meyering.
20576         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20577         many older Unixes require this.
20578         * lib/alloca.c (alloca): Remove cast to argument of free;
20579         no longer needed in C89.
20580         * lib/alloca_.h, regex.h: Fix white space to match
20581         what GNU indent does.
20582
20583 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20584
20585         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20586         apparently Emacs's Unicode mode got confused before my 2003-08-05
20587         checkin.
20588
20589 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20590
20591         * m4/extensions.m4: New file.
20592         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20593         Require gl_USE_SYSTEM_EXTENSIONS.
20594         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20595         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20596
20597 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20598
20599         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20600         * modules/extensions, modules/gnu-source: New files.
20601         * modules/timespec, modules/unlocked-io: Depend on extensions.
20602
20603 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20604
20605         * modules/restrict: New file.
20606         * MODULES.html.sh (func_all_modules): Add restrict.
20607         * modules/regex: Depend on restrict.
20608
20609 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20610
20611         * m4/restrict.m4: New file.
20612         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20613
20614 2003-08-07  Bruno Haible  <bruno@clisp.org>
20615
20616         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20617         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20618
20619 2003-08-07  Bruno Haible  <bruno@clisp.org>
20620
20621         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20622         makes the module 'getndelim2' compatible with the module 'getline'.
20623
20624 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20625
20626         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20627         byte with "\201" to avoid glitches when editing that source file
20628         with multi-gnome-terminal.
20629
20630 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20631
20632         * lib/bumpalloc.h: Remove.
20633
20634 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20635
20636         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20637         * modules/bumpalloc: Remove.
20638
20639 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20640
20641         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20642         GNU coding style.
20643
20644         Merge from coreutils.
20645         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20646         1. From glibc.
20647         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20648         from Karl Berry, implemented by Jim Meyering.
20649         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20650         from Dmitry V. Levin.
20651         Remove anachronistic cast of xrealloc.
20652         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20653         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20654         type. Otherwise, it wouldn't compile with at least /bin/cc on
20655         ymp-cray-unicos9.0.2.X.
20656         Combine two mostly-identical uses of alloca into one.
20657         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20658
20659 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20660
20661         [From Emacs.]
20662
20663         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20664         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20665         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20666         obsolete NLIST_NAME_UNION.
20667         [__GNU__]: Undef BSD and FSCALE.
20668         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20669
20670 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20671
20672         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20673         an enum type, so that it's guaranteed to promote to int.  See:
20674         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20675
20676 2003-08-03  Karl Berry  <karl@gnu.org>
20677
20678         * config/depcomp: update from automake.
20679
20680 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20681
20682         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20683         (strerror): Don't assume that a printable int fits in 14 bytes.
20684
20685 2003-07-31  Bruno Haible  <bruno@clisp.org>
20686
20687         * modules/getpass-gnu: New file.
20688         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20689
20690 2003-07-31  Bruno Haible  <bruno@clisp.org>
20691
20692         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20693
20694 2003-07-24  Karl Berry  <karl@gnu.org>
20695
20696         * config/missing: update from automake.
20697
20698 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20699             Bruno Haible  <bruno@clisp.org>
20700
20701         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20702         * lib/getline.c (getline, getdelim): Likewise.
20703         Remove _GNU_SOURCE define; now it's defined in config.h through
20704         m4/getline.m4.
20705
20706 2003-07-23  Karl Berry  <karl@gnu.org>
20707
20708         * config/config.sub: update from prep.
20709
20710 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20711
20712         * modules/xalloc (Depends-on): Add exitfail.
20713         * modules/xmemcoll: Likewise.
20714
20715 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20716
20717         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20718         over-parenthesization in macros.
20719
20720         Sync with coreutils.
20721
20722         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20723         required by C99.
20724
20725         Use `exit_failure' for xalloc and xmemcoll instead of their own
20726         private exit-failure variables.
20727         * lib/xalloc.h (xalloc_exit_failure): Remove.
20728         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20729         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20730         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20731         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20732         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20733
20734 2003-07-20  Jim Meyering  <jim@meyering.net>
20735
20736         * modules/closeout (Depends-on): Add exitfail.
20737         Suggestion from Bruno Haible.
20738
20739 2003-07-19  Karl Berry  <karl@gnu.org>
20740
20741         * config/config.sub: update from prep.
20742
20743 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20744
20745         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20746         Remove.
20747         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20748         to test that it can stand by itself.  Include "exitfail.h".
20749         Clients should set exit_failure instead.
20750         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20751
20752 2003-07-18  Bruno Haible  <bruno@clisp.org>
20753
20754         * modules/getndelim2: New file.
20755         * modules/getline: Share files with module getndelim2.
20756         * modules/getnline: Depend on getndelim2 instead of sharing files with
20757         it. Add getnline.c to lib_SOURCES.
20758         * MODULES.html.sh (func_all_modules): Add getndelim2.
20759
20760 2003-07-18  Bruno Haible  <bruno@clisp.org>
20761
20762         * m4/getndelim2.m4: New file.
20763         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20764         invoke gl_PREREQ_GETNDELIM2.
20765         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20766         gl_PREREQ_GETNDELIM2.
20767         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20768         gl_GETNDELIM2.
20769
20770 2003-07-18  Bruno Haible  <bruno@clisp.org>
20771
20772         * lib/getndelim2.h: New file.
20773         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20774         getndelim2.h.
20775         (getndelim2): Make non-static. Change return type to ssize_t.
20776         * lib/getline.h: Change argument names.
20777         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20778         * lib/getnline.c: Include getndelim2.h.
20779
20780 2003-07-18  Andreas Schwab  <schwab@suse.de>
20781
20782         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20783
20784 2003-07-17  Karl Berry  <karl@gnu.org>
20785
20786         * config/config.sub: update from prep.
20787
20788 2003-07-17  Bruno Haible  <bruno@clisp.org>
20789
20790         * modules/getnline: New file.
20791         * modules/getline: Add lib/getndelim2.c to source file list.
20792         * MODULES.html.sh (func_all_modules): Add getnline.
20793
20794 2003-07-17  Bruno Haible  <bruno@clisp.org>
20795
20796         * m4/getnline.m4: New file.
20797
20798 2003-07-17  Bruno Haible  <bruno@clisp.org>
20799
20800         * m4/Makefile.am.in: Remove file.
20801         * m4/Makefile.am: Remove file.
20802         * m4/Makefile.in: Remove file.
20803
20804 2003-07-17  Bruno Haible  <bruno@clisp.org>
20805
20806         * lib/getnline.h: New file.
20807         * lib/getnline.c: New file.
20808         * lib/getndelim2.c: New file, extracted from getline.c.
20809         (getndelim2): Renamed from getdelim2, with added nmax argument.
20810         * lib/getline.c: Include getndelim2.c.
20811         (getdelim2): Moved out to getndelim2.c.
20812         (getline, getdelim): Update.
20813
20814 2003-07-17  Bruno Haible  <bruno@clisp.org>
20815
20816         * lib/Makefile.am: Remove file.
20817         * lib/Makefile.in: Remove file.
20818
20819 2003-07-17  Bruno Haible  <bruno@clisp.org>
20820
20821         * configure.in: Remove file.
20822         * Makefile.in: Remove file.
20823
20824 2003-07-17  Bruno Haible  <bruno@clisp.org>
20825
20826         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20827
20828 2003-07-16  Karl Berry  <karl@gnu.org>
20829
20830         * config/srclist-update: was running fixlicense twice, which caused
20831                 texinfo.tex to be nullified for some reason.  Simplify,
20832                 $gplsrc is no longer needed as far as I can see?
20833
20834 2003-07-16  Jim Meyering  <jim@meyering.net>
20835
20836         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20837
20838 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20839
20840         * config/srclist.txt: Get the following files from gettext-runtime/intl
20841         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20842         ref-del.sin.  From Bruno Haible.
20843         * config/srclist-update (fixfile): Change grep pattern again, since the
20844         previous fix didn't work (there was another trailing $).  Use
20845         '[$]' to escape the $s.
20846
20847 2003-07-15  Karl Berry  <karl@gnu.org>
20848
20849         * lib/vasnprintf.c: update from gettext.
20850
20851 2003-07-15  Karl Berry  <karl@gnu.org>
20852
20853         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20854         gets expanded when surrounded by '$'.
20855
20856 2003-07-15  Jim Meyering  <jim@meyering.net>
20857
20858         * modules/save-cwd: Don't depend on error.  From Derek Price.
20859
20860 2003-07-15  Jim Meyering  <jim@meyering.net>
20861
20862         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20863
20864 2003-07-14  Simon Josefsson  <jas@extundo.com>
20865
20866         * modules/mempcpy: New file.
20867         * MODULES.html.sh (func_all_modules): Add mempcpy.
20868
20869 2003-07-14  Simon Josefsson  <jas@extundo.com>
20870
20871         * m4/mempcpy.m4: New file.
20872
20873 2003-07-14  Simon Josefsson  <jas@extundo.com>
20874
20875         * lib/mempcpy.h: New file.
20876         * lib/mempcpy.c: New file.
20877
20878 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20879
20880         * modules/getdate, modules/posixtm: Depend on mktime.
20881
20882 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20883
20884         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20885         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20886         unicodeio.c, unicodeio.h, unlocked-io.h:
20887         Switch from LGPL to GPL.
20888
20889 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20890
20891         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20892         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20893         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20894         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20895         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20896         updated automatically by ../config/srclist-update.  This changes
20897         their license from LPGL to GPL.
20898
20899 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20900
20901         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20902         assumed to refer to the root of the most recent stable gettext version.
20903         * config/srclistvars.sh: Add defaults for eggert.
20904         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20905         Match "This program" as well as "The program".  This is needed
20906         for gettext.
20907
20908 2003-07-14  Jim Meyering  <jim@meyering.net>
20909
20910         Don't emit diagnostics.  Let callers do that.
20911         * lib/save-cwd.c: Don't include "error.h".
20912         (save_cwd): Don't call error.  Ensure that errno is valid
20913         when returning nonzero.
20914
20915         * lib/save-cwd.h (restore_cwd): Update prototype.
20916         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20917         Simplify.  Don't call error upon failure.  Let callers do that.
20918         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20919         when auditing is enabled.  But don't bother updating the #if.
20920
20921 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20922
20923         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20924         it breaks C++ compilation.
20925         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20926
20927 2003-07-10  Simon Josefsson  <jas@extundo.com>
20928
20929         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20930
20931 2003-07-10  Jim Meyering  <jim@meyering.net>
20932
20933         * m4/clock_time.m4: Remove trailing blank.
20934         * m4/intmax_t.m4: Likewise.
20935
20936 2003-07-10  Jim Meyering  <jim@meyering.net>
20937
20938         * lib/vasnprintf.c: Remove trailing blanks.
20939         Make cpp indentation consistent.
20940
20941 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20942
20943         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20944         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20945         Switch from LGPL to GPL.
20946
20947 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20948
20949         * config/srclist.txt: Sort sublists.  Add
20950         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20951         that differ from gnulib for one reason or another; we'd like this list
20952         to be smaller but for now let's document what we have.
20953
20954 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20955
20956         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20957         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20958         and sweeter "eval x=$x".
20959         * config/srclist.txt: Get lib/argp* from glibc.
20960
20961 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20962
20963         * lib/mktime.c: Fix some boundary cases and remove need for floating
20964         point.
20965
20966         Issue a compile-time diagnostic if time_t is floating point, or if
20967         two's complement arithmetic is not in effect, or if arithmetic
20968         right shift does not propagate the sign.  These assumptions were
20969         all in the original code but they weren't checked.
20970
20971         (TIME_T_MIDPOINT, verify): New macros.
20972         (__isleap): Remove; it has integer overflow problems.
20973         (leapyear): New function, without those problems.
20974         (ydhms_tm_diff): Remove; splitting into two parts.
20975         (ydhms_diff): New function, containing the arithmetic part of
20976         the old ydhms_tm_diff function.  Issue a compile-time
20977         diagnostic if we are not using C99 integer division.
20978         Avoid casts when possible.
20979         (guess_time_tm): New function, containing the checking part of
20980         the old ydhms_tm_diff function.  Return the new value, rather than
20981         the difference between it and the old.  Accept a new argument T
20982         so that *T specifies the old value.  Check for overflow in the result.
20983
20984         (__mktime_internal): Use a time_t offset, not a long int offset.
20985         This undoes the 2003-06-04 change, which is no longer needed now
20986         that we have better overflow checking.
20987         (localtime_offset): Likewise.
20988
20989         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20990         and long are 64-bit but int is only 32-bit.
20991         (ydhms_diff): Use long int to store year1 and yday1.
20992         Issue a compile-time diagnostic if long int is not wide enough.
20993
20994         (__mktime_internal): Use long int to store adjusted year and yday.
20995         Use plain C rather than preprocessor commands, if that doesn't
20996         affect efficiency.
20997         Check for overflow (and try to repair) after each probe
20998         rather than checking only at the very end.  This avoids some bugs
20999         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
21000         does not equal GMT offset at maximum time).
21001         Use integer to check for overflow rather than floating point; this
21002         is more portable to non-IEEE hosts, and is a tad faster.
21003         When we detect that we are oscillating between two values,
21004         don't check whether tm_isdst has the requested value, since
21005         we already know the answer.  When tm_isdst has the wrong value,
21006         use a different heuristic to find the right one, based on the
21007         extreme values actually observed in practice in tz2003a,
21008         rather than the (overly optimistic) "previous 3 calendar quarters".
21009
21010         (not_equal_tm, print_tm, check_result): Use "const T" rather than
21011         "T const" to accommodate glibc style.
21012         (check_result): Use less-confusing report format.  "long" -> "long int.
21013         (main): Likewise.
21014         Don't loop if the iteration overflows time_t.
21015         Allow a negative step in the iteration.
21016
21017 2003-07-06  Karl Berry  <karl@gnu.org>
21018
21019         * config/depcomp: update from automake.
21020         * config/config.sub: update from prep.
21021
21022 2003-07-03  Karl Berry  <karl@gnu.org>
21023
21024         * config/config.guess: update from prep.
21025
21026 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21027
21028         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
21029         xreadlink.c now includes it unconditionally.
21030
21031 2003-07-01  Paul Eggert  <eggert@twinsun.com>
21032
21033         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
21034         having it depend on HAVE_SYS_TYPES_H.
21035
21036 2003-07-01  Bruno Haible  <bruno@clisp.org>
21037
21038         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
21039         <sys/types.h> should be sufficient.
21040         Reported by Paul Eggert.
21041
21042 2003-06-26  Karl Berry  <karl@gnu.org>
21043
21044         * config/depcomp: update from automake.
21045
21046 2003-06-26  Bruno Haible  <bruno@clisp.org>
21047
21048         * modules/human: Depend on module stdbool.
21049
21050 2003-06-25  Bruno Haible  <bruno@clisp.org>
21051
21052         * modules/readlink: New file.
21053         * modules/xreadlink: Depend on it.
21054         * MODULES.html.sh (func_all_modules): Add readlink.
21055
21056 2003-06-25  Bruno Haible  <bruno@clisp.org>
21057
21058         * m4/readlink.m4: New file.
21059
21060 2003-06-25  Bruno Haible  <bruno@clisp.org>
21061
21062         * lib/readlink.c: New file.
21063
21064 2003-06-22  Karl Berry  <karl@gnu.org>
21065
21066         * config/srclist.txt: update mkinstalldirs from automake.
21067         * config/mkinstalldirs: update.
21068
21069 2003-06-22  Bruno Haible  <bruno@clisp.org>
21070
21071         Portability to mingw32.
21072         * m4/ssize_t.m4: New file, from GNU gettext.
21073         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
21074         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
21075
21076 2003-06-22  Bruno Haible  <bruno@clisp.org>
21077
21078         * modules/safe-read: Add m4/ssize_t.m4.
21079         * modules/xreadlink: Add m4/ssize_t.m4.
21080
21081 2003-06-20  Bruno Haible  <bruno@clisp.org>
21082
21083         Assume C89, so PARAMS isn't needed.
21084         * lib/unicodeio.h (PARAMS): Remove.
21085         * lib/unicodeio.c: Don't use PARAMS.
21086
21087 2003-06-18  Karl Berry  <karl@gnu.org>
21088
21089         * config/config.{guess,sub}: update from prep.
21090
21091 2003-06-18  Jim Meyering  <jim@meyering.net>
21092
21093         Merge changes from coreutils.
21094         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21095         Remove explicit declarations of xmalloc and realloc.
21096         Include xalloc.h.
21097         (read_utmp): Remove anachronistic cast of xmalloc.
21098
21099 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21100
21101         Assume C89, so PARAMS isn't needed.
21102         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21103         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21104         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21105         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21106         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21107         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21108         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21109         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21110         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21111         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21112         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21113         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21114         no longer needed. Anyway, config.h should always be included before any
21115         other file.
21116
21117 2003-06-11  Simon Josefsson  <jas@extundo.com>
21118
21119         * modules/sysexits: New file.
21120         * MODULES.html.sh (func_all_modules): Add sysexits.
21121
21122 2003-06-11  Simon Josefsson  <jas@extundo.com>
21123
21124         * lib/sysexit_.h: New file.
21125
21126 2003-06-11  Derek Price  <derek@ximbiot.com>
21127
21128         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21129         necessary.
21130
21131 2003-06-11  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/sysexits.m4: New file.
21134
21135 2003-06-10  Simon Josefsson  <jas@extundo.com>
21136
21137         * lib/argp.h: New file, from glibc.
21138         * lib/argp-ba.c: New file, from glibc.
21139         * lib/argp-eexst.c: New file, from glibc.
21140         * lib/argp-fmtstream.c: New file, from glibc.
21141         * lib/argp-fmtstream.h: New file, from glibc.
21142         * lib/argp-fs-xinl.c: New file, from glibc.
21143         * lib/argp-help.c: New file, from glibc.
21144         * lib/argp-namefrob.h: New file, from glibc.
21145         * lib/argp-parse.c: New file, from glibc.
21146         * lib/argp-pv.c: New file, from glibc.
21147         * lib/argp-pvh.c: New file, from glibc.
21148         * lib/argp-xinl.c: New file, from glibc.
21149
21150 2003-06-10  Simon Josefsson  <jas@extundo.com>
21151
21152         * modules/strchrnul: New file.
21153
21154 2003-06-10  Simon Josefsson  <jas@extundo.com>
21155
21156         * modules/argp: New file.
21157
21158 2003-06-10  Simon Josefsson  <jas@extundo.com>
21159
21160         * m4/strchrnul.m4: New file.
21161
21162 2003-06-10  Simon Josefsson  <jas@extundo.com>
21163
21164         * lib/strchrnul.h: New file.
21165         * lib/strchrnul.c: New file.
21166
21167 2003-06-10  Bruno Haible  <bruno@clisp.org>
21168
21169         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21170
21171 2003-06-07  Karl Berry  <karl@gnu.org>
21172
21173         * config/config.{guess,sub}: update from prep.
21174
21175 2003-06-07  Jim Meyering  <jim@meyering.net>
21176
21177         * modules/strtod: Use $(...) notation, not @...@ for
21178         AC_REPLACE'd variables.
21179         * modules/localcharset: Likewise.
21180
21181 2003-06-07  Jim Meyering  <jim@meyering.net>
21182
21183         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21184         in place of my name in the copyright comment.
21185         Remove definition and uses of __P.
21186
21187         From coreutils.
21188         * lib/stat.c: Don't declare xmalloc explicitly.
21189         Instead, include "xalloc.h".
21190         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21191         xrealloc, and xcalloc return values.
21192         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21193         Improve comment.
21194         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21195
21196 2003-06-07  Bruno Haible  <bruno@clisp.org>
21197
21198         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21199         avoid AC_CONFIG_LINKS.
21200         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21201         fnmatch.h, to avoid AC_CONFIG_LINKS.
21202         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21203
21204 2003-06-07  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21207         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21208         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21209         directory.
21210         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21211         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21212         directory.
21213
21214 2003-06-06  Jim Meyering  <jim@meyering.net>
21215
21216         Merge from coreutils.
21217         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21218         Consolidate declarations and initializations of *_base* locals.
21219
21220         Merge from coreutils.
21221         This avoids a core dump on systems without GNU putenv,
21222         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21223         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21224         (unsetenv): New static function, from GNU libc.
21225         (rpl_putenv): Use it.
21226
21227         * lib/modechange.c: Remove trailing blanks.
21228
21229         Merge from coreutils.
21230         * lib/fsusage.c: Remove declaration of statfs.
21231         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21232
21233         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21234
21235 2003-06-06  Jim Meyering  <jim@meyering.net>
21236
21237         * lib/stdbool_.h: Renamed from stdbool.h.in.
21238
21239 2003-06-06  Jim Meyering  <jim@meyering.net>
21240             Bruno Haible  <bruno@clisp.org>
21241
21242         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21243         Adjust Makefile.am snippet not to redirect directly to target.
21244         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21245
21246 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21247
21248         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21249         mismatch, look in future quarters as well as past.  This fixes a
21250         bug when processing fall-backwards gaps immediately after a long
21251         period of daylight-saving time.
21252
21253         * lib/mktime.c: Assume freestanding C89 or better.
21254         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21255         (__P): Remove; not used.
21256         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21257         (mktime, not_equal_tm, print_tm, check_result,
21258         main): Use prototypes.  Use const * where appropriate.
21259         (main): Fix typo in testing code that uncovered by above changes.
21260         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21261
21262 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21263
21264         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21265         locale.h, localeconv.  This merges changes from coreutils.
21266
21267         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21268         It can be removed after the next Autoconf is released.
21269         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21270         needed.
21271
21272 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21273
21274         * lib/mktime.c: Fix Debian bug 177940
21275         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21276         (localtime_offset): Now long int, not time_t, because we want it
21277         to be guaranteed to be signed.  All uses changed.
21278         (__mktime_internal): If overflow would occur when adding offset,
21279         don't add it.
21280
21281         Merge 'human' changes from coreutils.  Rewrite to support
21282         locale-specific notations like thousands separators.
21283         * lib/human.c: Simplify authorship notice.
21284         Include human.h immediately after config.h.
21285         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21286         <limits.h>: Do not include, since human.h does.
21287         (SIZE_MAX, UINTMAX_MAX): New macros.
21288         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21289         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21290         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21291         (power_letter): Renamed from suffixes.
21292         (generate_suffix_backwards): Remove.
21293         (adjust_value): Now takes int style (because of human.h changes)
21294         and long double value (for greater precision on some platforms).
21295         (group_number): New function.
21296         (human_readable): Use it.  Use integer options, not enum.
21297         Put the options before the sizes in the arg list.
21298         Support all the new options.
21299         The old human_readable function has been removed;
21300         use inttostr.h instead.
21301         (human_readable, default_block_size, humblock):
21302         Use uintmax_t, not int, for block sizes.
21303         (human_readable_inexact, block_size_types): Remove.
21304         (block_size_opts): New constant.
21305         (human_options): Renamed from human_block_size, with new signature
21306         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21307         * lib/human.h: Add copyright and authorship notice.
21308         Include <limits.h> and <stdbool.h> unconditionally.
21309         (PARAMS): Remove.  All uses removed.
21310         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21311         (enum human_inexact_style): Remove tag; now a nameless enum.
21312         (human_floor, human_ceiling, human_round_to_even): Now have
21313         values 2, 0, 1 rather than -1, 1, 0.
21314         (human_group_digits, human_suppress_point_zero, human_autoscale,
21315         human_base_1024, human_SI, human_B): New constants.
21316         (human_readable_inexact, human_block_size): Remove.
21317         (human_readable): Size args are now uintmax_t, not int.
21318         (human_options): New decl.
21319
21320         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21321         unnecessary now that we assume C89 or better.  This change
21322         imported from coreutils.
21323
21324         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21325         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21326         in the 2003-05-30 sync from glibc.
21327
21328         .h files should stand alone, but we shouldn't include <sys/types.h>
21329         if we can get away with just <stddef.h>.
21330
21331         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21332         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21333         rather than <sys/types.h>, as we merely need size_t.
21334         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21335         to get size_t.
21336         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21337         Include <stdio.h>, to get FILE.
21338         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21339         memcasecmp.h has included <stddef.h> and all we need is size_t.
21340         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21341         our interface, instead of including <sys/types.h>
21342
21343 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21344
21345         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21346         now, as glibc mktime is buggy on non-glibc systems.
21347
21348 2003-06-03  Karl Berry  <karl@gnu.org>
21349
21350         * config/config.sub: update from prep.
21351
21352 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21353
21354         [from coreutils]
21355         Fix some minor time-related bugs with POSIX time arguments.
21356         Some valid time stamps were being rejected (notably -1, and
21357         time stamps before 1900 on 64-bit hosts).  And some invalid
21358         time stamps were being accepted, e.g. September 31.
21359
21360         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21361         that we can return (time_t) -1 successfully.
21362         * lib/posixtm.c: Likewise.
21363         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21364         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21365         (t): Remove static var.
21366         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21367         of static var.  All uses changed.
21368         (year): Do not reject years before 1900; they can occur with
21369         64-bit time_t.
21370         (posix_time_parse): Do not check for out-of-range components;
21371         that is now the caller's responsibility, since our checks were
21372         only approximations.
21373         (posixtime): Use mktime to check for out-of-range components,
21374         since it knows them exactly.
21375         If mktime returns (time_t) -1, check whether an error actually occurred
21376         by invoking localtime on -1.
21377         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21378         posixtime failures better.
21379         Improve the test data (in comments only).
21380
21381 2003-06-02  Karl Berry  <karl@gnu.org>
21382
21383         * config/mkinstalldirs (version): new variable.
21384         (--version): new option.
21385         (usage): improve message.
21386
21387 2003-05-30  Karl Berry  <karl@gnu.org>
21388
21389         * lib/mktime.c: update from libc.
21390
21391 2003-05-30  Bruno Haible  <bruno@clisp.org>
21392
21393         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21394         * config/config.rpath: Upgrade to gettext-0.12.1.
21395
21396 2003-05-30  Bruno Haible  <bruno@clisp.org>
21397
21398         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21399         * m4/nls.m4: New file, from gettext-0.12.1.
21400         * m4/po.m4: New file, from gettext-0.12.1.
21401         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21402
21403 2003-05-30  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21406         * lib/localcharset.h: Likewise.
21407         * lib/localcharset.c: Likewise.
21408
21409 2003-05-29  Karl Berry  <karl@gnu.org>
21410
21411         * config/config.rpath: update from gettext.
21412
21413 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21414
21415         Assume the headers required for C89 freestanding compilers.
21416         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21417         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21418         * m4/human.m4 (gl_HUMAN): Likewise.
21419         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21420         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21421         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21422         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21423         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21424         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21425
21426 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21427
21428         Assume the headers required for C89 freestanding compilers.
21429         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21430         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21431         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21432         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21433         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21434         define, since <limits.h> is guaranteed to do that.
21435         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21436         * lib/exclude.c: Include <stdbool.h> unconditionally.
21437         * lib/tempname.c: Include <stddef.h> unconditionally.
21438         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21439         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21440         <stddef.h> does that.
21441         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21442         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21443         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21444         needed.
21445         * lib/xstrtol.c: Likewise.
21446         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21447         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21448
21449         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21450         warnings on some platforms.
21451
21452         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21453         arbitrarily.
21454
21455 2003-05-26  Jim Meyering  <jim@meyering.net>
21456
21457         Merge in a change from coreutils:
21458         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21459         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21460         that condition, rather than `-1' which is slightly misleading.
21461         Change the name of the cache variable to have the gl_ prefix.
21462         Prompted by a patch from Richard Dawe for DJGPP.
21463
21464 2003-05-24  Karl Berry  <karl@gnu.org>
21465
21466         * config/config.guess: update from prep.
21467
21468 2003-05-22  Karl Berry  <karl@gnu.org>
21469
21470         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21471
21472 2003-05-20  Karl Berry  <karl@gnu.org>
21473
21474         * config/config.guess: update from prep.
21475
21476 2003-05-18  Karl Berry  <karl@gnu.org>
21477
21478         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21479         might actually be set by the user.
21480
21481         * config/depcomp, install-sh, mdate-sh: update from automake.
21482
21483 2003-05-17  Bruno Haible  <bruno@clisp.org>
21484
21485         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21486         invalid expansion for AC_EGREP_CPP.
21487         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21488         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21489         Suggested by Akim Demaille <akim@epita.fr> in
21490         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21491
21492 2003-05-12  Jim Meyering  <jim@meyering.net>
21493
21494         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21495         the space-padded-by-default conversion specifiers, %e, %k, %l.
21496
21497 2003-05-12  Bruno Haible  <bruno@clisp.org>
21498
21499         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21500         the string is longer than 4 KB.
21501
21502 2003-05-11  Karl Berry  <karl@gnu.org>
21503
21504         * config/config.{guess,sub}: update from prep.
21505
21506 2003-05-09  Bruno Haible  <bruno@clisp.org>
21507
21508         * modules/error: Add m4/strerror_r.m4 to file list.
21509
21510 2003-05-03  Bruno Haible  <bruno@clisp.org>
21511
21512         Upgrade to Unicode-4.0.
21513         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21514         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21515         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21516         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21517         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21518         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21519         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21520         Change width of U+E0100..U+E01EF from 1 to 0.
21521
21522 2003-04-25  Jim Meyering  <jim@meyering.net>
21523
21524         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21525         of type size_t, not int.
21526
21527 2003-04-25  Bruno Haible  <bruno@clisp.org>
21528
21529         * lib/copy-file.c: Include <stddef.h>, for size_t.
21530
21531 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21532
21533         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21534         code which expansion is under static control.  Patch imported from
21535         Akim Demaille's patch to Bison; see
21536         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21537
21538 2003-04-14  Bruno Haible  <bruno@clisp.org>
21539
21540         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21541
21542 2003-04-11  Jim Meyering  <jim@meyering.net>
21543
21544         Merge changes from Coreutils.
21545
21546         2003-03-22  Jim Meyering  <jim@meyering.net>
21547
21548         * lib/strftime.c (widen): Cast alloca return value to proper type.
21549
21550         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21551
21552         From GNU libc.
21553         * lib/strftime.c (my_strftime): Handle very large width
21554         specifications for numeric values correctly.  Improve checks for
21555         overflow.
21556
21557         2003-01-19  Jim Meyering  <jim@meyering.net>
21558
21559         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21560         definitions.
21561         (nl_get_alt_digit) [! defined my_strftime]: Define.
21562         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21563         _nl_get_alt_digit and _nl_get_walt_digit.
21564
21565         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21566         libc. These changes have no effect outside of _LIBC.
21567
21568 2003-04-10  Bruno Haible  <bruno@clisp.org>
21569
21570         * modules/findprog: New file.
21571         * MODULES.html.sh (func_all_modules): Add it.
21572
21573 2003-04-10  Bruno Haible  <bruno@clisp.org>
21574
21575         * m4/findprog.m4: New file.
21576         * m4/eaccess.m4: New file.
21577
21578 2003-04-10  Bruno Haible  <bruno@clisp.org>
21579
21580         * lib/findprog.h: New file, from GNU gettext.
21581         * lib/findprog.c: New file, from GNU gettext.
21582
21583 2003-04-05  Jim Meyering  <jim@meyering.net>
21584
21585         Merge changes from Coreutils.
21586
21587         * lib/exclude.h (PARAMS): Remove definition and uses.
21588         * lib/exclude.c: Remove uses of `PARAMS'.
21589
21590         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21591         Add test-cases for DOS filenames. Declare program_name.
21592         (main): Set up program_name.  Patch by Rich Dawe.
21593
21594         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21595         error from mntctl.
21596         Use mntctl's return value to drive the entry-processing loop, since
21597         we can't rely on the value of the vmt_length member in the last
21598         entry.  On some systems doing so could result in exhausting
21599         virtual memory.  Based in part on a patch from Mike Jetzer.
21600
21601 2003-04-04  Bruno Haible  <bruno@clisp.org>
21602
21603         * modules/linebreak: New file.
21604         * MODULES.html.sh (func_all_modules): Add it.
21605
21606 2003-04-04  Bruno Haible  <bruno@clisp.org>
21607
21608         * m4/linebreak.m4: New file.
21609
21610 2003-04-04  Bruno Haible  <bruno@clisp.org>
21611
21612         * lib/linebreak.h: New file, from GNU gettext.
21613         * lib/linebreak.c: New file, from GNU gettext with slight
21614         modifications.
21615         * lib/lbrkprop.h: New file, from GNU gettext.
21616
21617 2003-04-03  Bruno Haible  <bruno@clisp.org>
21618
21619         * modules/utf8-ucs4: New file.
21620         * modules/utf16-ucs4: New file.
21621         * modules/ucs4-utf8: New file.
21622         * modules/ucs4-utf16: New file.
21623         * MODULES.html.sh (func_all_modules): Add them.
21624
21625 2003-04-03  Bruno Haible  <bruno@clisp.org>
21626
21627         * m4/utf-ucs4.m4: New file.
21628         * m4/ucs4-utf.m4: New file.
21629
21630 2003-04-03  Bruno Haible  <bruno@clisp.org>
21631
21632         * lib/utf8-ucs4.h: New file, from GNU gettext.
21633         * lib/utf16-ucs4.h: New file, from GNU gettext.
21634         * lib/ucs4-utf8.h: New file, from GNU gettext.
21635         * lib/ucs4-utf16.h: New file, from GNU gettext.
21636
21637 2003-04-02  Bruno Haible  <bruno@clisp.org>
21638
21639         * modules/binary-io: New file.
21640         * MODULES.html.sh (func_all_modules): Add it.
21641
21642 2003-04-02  Bruno Haible  <bruno@clisp.org>
21643
21644         * lib/binary-io.h: New file, from GNU gettext.
21645
21646 2003-04-01  Bruno Haible  <bruno@clisp.org>
21647
21648         * modules/pathname: New file.
21649         * MODULES.html.sh (func_all_modules): Add it.
21650
21651 2003-04-01  Bruno Haible  <bruno@clisp.org>
21652
21653         * lib/pathname.h: New file, from GNU gettext.
21654         * lib/concatpath.c: New file, from GNU gettext.
21655
21656 2003-03-30  Bruno Haible  <bruno@clisp.org>
21657
21658         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21659
21660 2003-03-30  Bruno Haible  <bruno@clisp.org>
21661
21662         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21663         function chown() doesn't exist.
21664
21665 2003-03-28  Bruno Haible  <bruno@clisp.org>
21666
21667         * modules/copy-file: New file.
21668         * MODULES.html.sh (func_all_modules): Add it.
21669
21670 2003-03-28  Bruno Haible  <bruno@clisp.org>
21671
21672         * m4/copy-file.m4: New file.
21673
21674 2003-03-28  Bruno Haible  <bruno@clisp.org>
21675
21676         * lib/copy-file.h: New file, from GNU gettext.
21677         * lib/copy-file.c: New file, from GNU gettext.
21678
21679 2003-03-18  Jim Meyering  <jim@meyering.net>
21680
21681         * lib/quote.c (quote_n): Fix typo in comment.
21682
21683 2003-03-18  Bruno Haible  <bruno@clisp.org>
21684
21685         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21686         checking.
21687         * m4/onceonly_2_57.m4: Likewise.
21688
21689 2003-03-17  Bruno Haible  <bruno@clisp.org>
21690
21691         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21692         (m4_quote): Remove macro.
21693         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21694
21695 2003-03-14  Jim Meyering  <jim@meyering.net>
21696
21697         Merge changes from Coreutils.
21698         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21699         to be const, in order to avoid warnings.
21700         (obstack_room): Likewise.
21701         (obstack_empty_p): Likewise.
21702
21703 2003-03-14  Bruno Haible  <bruno@clisp.org>
21704
21705         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21706         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21707
21708 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21709
21710         Merge changes from Bison.
21711         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21712         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21713         when compiling Bison 1.875's `bitset bset = obstack_alloc
21714         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21715         * lib/hash.c: Include <stdbool.h> unconditionally.
21716
21717 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21718
21719         * m4/onceonly.m4 (m4_quote): New macro.
21720         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21721         Quote AC_FOREACH variable-expansions properly.
21722
21723 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21724
21725         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21726
21727 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21728
21729         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21730         Reported by Bruce Becker; see:
21731         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21732
21733 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21734             Bruno Haible  <bruno@clisp.org>
21735
21736         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21737         Reported by John Hughes, see
21738         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21739
21740 2003-02-20  Bruno Haible  <bruno@clisp.org>
21741
21742         * MODULES.html.sh (func_all_modules): Add poll.
21743
21744 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21745
21746         * modules/poll: New file.
21747
21748 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21749
21750         * lib/poll_.h: New file.
21751         * lib/poll.c: New file.
21752
21753 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21754
21755         * m4/poll.m4: New file.
21756
21757 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21758
21759         * modules/mathl: New file.
21760
21761 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21762
21763         * lib/mathl.h: New file.
21764         * lib/acosl.c: New file.
21765         * lib/asinl.c: New file.
21766         * lib/atanl.c: New file.
21767         * lib/ceill.c: New file.
21768         * lib/cosl.c: New file.
21769         * lib/expl.c: New file.
21770         * lib/floorl.c: New file.
21771         * lib/frexpl.c: New file.
21772         * lib/ldexpl.c: New file.
21773         * lib/logl.c: New file.
21774         * lib/sincosl.c: New file.
21775         * lib/sinl.c: New file.
21776         * lib/sqrtl.c: New file.
21777         * lib/tanl.c: New file.
21778         * lib/trigl.c: New file.
21779         * lib/trigl.h: New file.
21780
21781 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21782
21783         * m4/mathl.m4: New file.
21784
21785 2003-02-18  Bruno Haible  <bruno@clisp.org>
21786
21787         * MODULES.html.sh (func_all_modules): Add mathl.
21788
21789 2003-02-17  Bruno Haible  <bruno@clisp.org>
21790
21791         * modules/mkdtemp: New module.
21792         * MODULES.html.sh (func_all_modules): Add it.
21793
21794 2003-02-17  Bruno Haible  <bruno@clisp.org>
21795
21796         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21797
21798 2003-02-17  Bruno Haible  <bruno@clisp.org>
21799
21800         * lib/mkdtemp.h: New file, from GNU gettext.
21801         * lib/mkdtemp.c: New file, from GNU gettext.
21802
21803 2003-02-02  Jim Meyering  <jim@meyering.net>
21804
21805         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21806         e.g. glibc-2.2.93.
21807
21808 2003-01-31  Bruno Haible  <bruno@clisp.org>
21809
21810         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21811         'rpl_rename'.
21812         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21813         'rpl_strnlen'.
21814         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21815         'rpl_strtod'.
21816         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21817         'rpl_utime'.
21818
21819 2003-01-31  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/rename.c: #undef rename before defining rpl_rename.
21822         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21823
21824 2003-01-30  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/vasnprintf, modules/vasprintf: New modules.
21827         * MODULES.html.sh (func_all_modules): Add them.
21828
21829 2003-01-30  Bruno Haible  <bruno@clisp.org>
21830
21831         * m4/signed.m4: New file, from GNU gettext.
21832         * m4/longdouble.m4: New file, from GNU gettext.
21833         * m4/wchar_t.m4: New file, from GNU gettext.
21834         * m4/wint_t.m4: New file, from GNU gettext.
21835         * m4/vasnprintf.m4: New file.
21836         * m4/vasprintf.m4: New file.
21837
21838 2003-01-30  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/printf-args.h: New file, from GNU gettext.
21841         * lib/printf-args.c: New file, from GNU gettext.
21842         * lib/printf-parse.h: New file, from GNU gettext.
21843         * lib/printf-parse.c: New file, from GNU gettext.
21844         * lib/vasnprintf.h: New file, from GNU gettext.
21845         * lib/vasnprintf.c: New file, from GNU gettext.
21846         * lib/asnprintf.c: New file, from GNU gettext.
21847         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21848         * lib/vasprintf.c: New file, from GNU gettext.
21849         * lib/asprintf.c: New file, from GNU gettext.
21850
21851 2003-01-29  Bruno Haible  <bruno@clisp.org>
21852
21853         * modules/stpncpy: New module.
21854         * MODULES.html.sh (func_all_modules): Add it.
21855
21856 2003-01-29  Bruno Haible  <bruno@clisp.org>
21857
21858         * m4/stpncpy.m4: New file.
21859
21860 2003-01-29  Bruno Haible  <bruno@clisp.org>
21861
21862         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21863         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21864
21865 2003-01-28  Bruno Haible  <bruno@clisp.org>
21866
21867         * modules/c-ctype: New module.
21868         * MODULES.html.sh (func_all_modules): Add it.
21869
21870 2003-01-28  Bruno Haible  <bruno@clisp.org>
21871
21872         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21873         Paul Eggert.
21874         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21875         Paul Eggert.
21876
21877 2003-01-27  Bruno Haible  <bruno@clisp.org>
21878
21879         * modules/xsetenv: New module.
21880         * MODULES.html.sh (func_all_modules): Add it.
21881
21882 2003-01-27  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/xsetenv.h: New file, from GNU gettext.
21885         * lib/xsetenv.c: New file, from GNU gettext.
21886
21887 2003-01-23  Jim Meyering  <jim@meyering.net>
21888
21889         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21890         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21891
21892 2003-01-23  Bruno Haible  <bruno@clisp.org>
21893
21894         * modules/minmax: New module.
21895         * MODULES.html.sh (func_all_modules): Add it.
21896
21897 2003-01-23  Bruno Haible  <bruno@clisp.org>
21898
21899         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21900         Eggert.
21901
21902 2003-01-22  Bruno Haible  <bruno@clisp.org>
21903
21904         * modules/exit: New module.
21905         * MODULES.html.sh (func_all_modules): Add it.
21906
21907 2003-01-22  Bruno Haible  <bruno@clisp.org>
21908
21909         * lib/exit.h: New file, from GNU gettext.
21910
21911 2003-01-19  Bruno Haible  <bruno@clisp.org>
21912
21913         * gnulib-tool: Recognize option --extract-maintainer.
21914         (func_get_maintainer): New function.
21915         * modules/*: Add Maintainer entry.
21916
21917 2003-01-16  Jim Meyering  <jim@meyering.net>
21918
21919         * m4/regex.m4: The `regex' struct is both input and output.
21920         Initialize it before each use.  Patch by Tim Waugh.
21921
21922 2003-01-16  Bruno Haible  <bruno@clisp.org>
21923
21924         * MODULES.html.sh: Add a table of contents. Add the module name as
21925         leftmost column. Add hyperlinks.
21926
21927 2003-01-15  Bruno Haible  <bruno@clisp.org>
21928
21929         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21930
21931 2003-01-15  Bruno Haible  <bruno@clisp.org>
21932
21933         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21934         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21935         suffix.
21936
21937 2003-01-15  Bruno Haible  <bruno@clisp.org>
21938
21939         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21940
21941 2003-01-15  Bruno Haible  <bruno@clisp.org>
21942
21943         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21944         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21945
21946 2003-01-14  Jim Meyering  <jim@meyering.net>
21947
21948         * lib/same.c (same_name): Tweak a comment.
21949
21950 2003-01-14  Bruno Haible  <bruno@clisp.org>
21951
21952         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21953         when a string comparison is sufficient.
21954
21955 2003-01-14  Bruno Haible  <bruno@clisp.org>
21956
21957         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21958         'unsigned int'.
21959
21960 2003-01-14  Bruno Haible  <bruno@clisp.org>
21961
21962         * lib/hash-pjw.c: Add comment about low quality of this function.
21963
21964 2003-01-13  Bruno Haible  <bruno@clisp.org>
21965
21966         * modules/stpcpy: Distribute lib/stpcpy.h.
21967         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21968
21969 2003-01-13  Bruno Haible  <bruno@clisp.org>
21970
21971         * modules/*: Add a description.
21972         * modules/strpbrk: Fix Makefile.am snippet.
21973         * modules/strtoimax: Fix dependencies.
21974         * modules/strtoumax: Likewise.
21975
21976 2003-01-13  Bruno Haible  <bruno@clisp.org>
21977
21978         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21979         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21980         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21981
21982 2003-01-13  Bruno Haible  <bruno@clisp.org>
21983
21984         * gnulib-tool (func_create_testdir): Store config/* files in the main
21985         directory.
21986         * config.rpath: Move to ...
21987         * config/config.rpath: ... here.
21988         * modules/gettext: Contains config/config.rpath, not config.rpath.
21989         * modules/iconv: Likewise.
21990
21991 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21992
21993         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21994         to avoid collisions with libcurses and libreadline.
21995
21996         * m4/getstr.m4: Remove.
21997         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21998
21999 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22000
22001         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22002         to avoid collisions with libcurses and libreadline.
22003
22004         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
22005         * lib/getstr.h, getstr.c: Remove.
22006         * lib/getline.c: Include "getline.h", to check interface.
22007         Move body of old getstr.c here: this defines MIN_CHUNK and
22008         declares getdelim2, which is renamed from getstr.
22009         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
22010
22011         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
22012         All uses changed.
22013         * lib/linebuffer.h: Likewise.
22014         (readline): Remove backward-compatibility macro.
22015
22016 2003-01-12  Paul Eggert  <eggert@twinsun.com>
22017
22018         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
22019         to avoid collisions with libcurses and libreadline.
22020         * getstr: Remove.
22021         * MODULES.html.sh: Remove getstr.
22022         * modules/getline: Depend on unlocked-io, not getstr.
22023
22024 2003-01-12  Jim Meyering  <jim@meyering.net>
22025
22026         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
22027
22028 2003-01-10  Bruno Haible  <bruno@clisp.org>
22029
22030         * modules/alloca: Change Makefile.am requirements. Simplify Include
22031         requirements. Add lib/alloca_.h to file list.
22032
22033 2003-01-10  Bruno Haible  <bruno@clisp.org>
22034
22035         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
22036
22037 2003-01-10  Bruno Haible  <bruno@clisp.org>
22038
22039         * lib/alloca_.h: New file.
22040         * lib/getdate.y: Unconditionally include alloca.h.
22041         * lib/makepath.c: Likewise.
22042         * lib/setenv.c: Likewise.
22043         * lib/userspec.c: Likewise.
22044
22045 2003-01-09  Karl Berry  <karl@gnu.org>
22046
22047         * MODULES.html.sh: include `dirname $0` in PATH, to find
22048         gnulib-tool.
22049
22050 2003-01-09  Bruno Haible  <bruno@clisp.org>
22051
22052         * modules/stdbool: Change configure.ac, Makefile.am requirements.
22053         Simplify Include requirements. Add lib/stdbool.h.in to file list.
22054
22055 2003-01-09  Bruno Haible  <bruno@clisp.org>
22056
22057         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
22058
22059 2003-01-09  Bruno Haible  <bruno@clisp.org>
22060
22061         * lib/stdbool.h.in: New file.
22062
22063 2003-01-09  Bruno Haible  <bruno@clisp.org>
22064
22065         * gnulib-tool (func_all_modules): Ignore files ending in ~.
22066         * MODULES.html.sh: Likewise.
22067
22068 2003-01-08  Jim Meyering  <jim@meyering.net>
22069
22070         * lib/full-write.c: Undefine and define-away `const' after inclusion
22071         of errno.h, not before.  Suggestion from Bruno Haible.
22072
22073 2003-01-08  Bruno Haible  <bruno@clisp.org>
22074
22075         * modules/full-read: Depend on full-write.
22076
22077 2003-01-08  Bruno Haible  <bruno@clisp.org>
22078
22079         * lib/safe-read.c: Include specification header first, to ensure its
22080         selfcontainedness.
22081         * lib/full-write.c: Likewise.
22082
22083 2003-01-07  Jim Meyering  <jim@meyering.net>
22084
22085         * lib/full-write.c: Rework so that it may serve to define full_read,
22086         too.
22087         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
22088
22089 2003-01-07  Bruno Haible  <bruno@clisp.org>
22090
22091         * lib/strtoimax.c: Include <stdint.h> as an alternative to
22092         <inttypes.h>.
22093         * lib/xstrtol.h: Likewise.
22094         * lib/xstrtoimax.c: Likewise.
22095         * lib/xstrtoumax.c: Likewise.
22096         * lib/human.h: Likewise.
22097
22098         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22099         on systems that have <inttypes.h> but not <stdint.h>.
22100
22101 2003-01-07  Bruno Haible  <bruno@clisp.org>
22102
22103         * MODULES.html.sh: Add copyright notice.
22104         (missed_files): Omit CVS directory entries.
22105         (func_module): Make it work with sed-3.02.
22106         * MODULES.txt: Remove file.
22107
22108 2003-01-06  Jim Meyering  <jim@meyering.net>
22109
22110         * lib/version-etc.c: Update year in translatable copyright string.
22111
22112 2003-01-03  Karl Berry  <karl@gnu.org>
22113
22114         * config/config.{guess,sub}: update from prep.
22115
22116 2003-01-02  Karl Berry  <karl@gnu.org>
22117
22118         * doc/COPYING.DOC: belatedly updated to 1.2.
22119
22120 2003-01-01  Karl Berry  <karl@gnu.org>
22121
22122         * gnulib-tool (func_verify_module): report module name $module in
22123         error message, not $1.
22124         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22125         be created, only if it doesn't exist.
22126         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22127
22128 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22129
22130         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22131
22132 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22133
22134         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22135         memcmp if strcoll doesn't work.
22136
22137 2002-12-31  Bruno Haible  <bruno@clisp.org>
22138
22139         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22140         nonempty.
22141
22142 2002-12-31  Bruno Haible  <bruno@clisp.org>
22143
22144         * lib/memcoll.c (STRCOLL): New macro.
22145         (memcoll): Use it.
22146
22147 2002-12-31  Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/localcharset.h: New file.
22150         * lib/localcharset.c: Include it.
22151         * lib/unicodeio.c: Likewise.
22152
22153 2002-12-31  Bruno Haible  <bruno@clisp.org>
22154
22155         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22156         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22157
22158 2002-12-31  Bruno Haible  <bruno@clisp.org>
22159
22160         * lib/getline.h: Include <stddef.h>, for size_t.
22161
22162         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22163         * lib/unicodeio.c: Don't include <stddef.h>.
22164
22165 2002-12-31  Bruno Haible  <bruno@clisp.org>
22166
22167         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22168         HAVE_TM_ZONE.
22169
22170 2002-12-24  Karl Berry  <karl@gnu.org>
22171
22172         * config/config.guess: update from prep.
22173
22174 2002-12-24  Bruno Haible  <bruno@clisp.org>
22175
22176         General infrasructure.
22177         * m4/README: Rewritten.
22178         * m4/onceonly.m4: New file.
22179         * m4/onceonly_2_57.m4: New file.
22180
22181         Module atexit.
22182         * m4/atexit.m4: New file.
22183
22184         Module strtod.
22185         * m4/strtod.m4: New file.
22186
22187         Module strtol.
22188         * m4/strtol.m4: New file.
22189
22190         Module strtoul.
22191         * m4/strtoul.m4: New file.
22192
22193         Module memchr.
22194         * m4/memchr.m4: New file.
22195
22196         Module memcmp.
22197         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22198         (jm_FUNC_MEMCMP): Invoke it.
22199
22200         Module memcpy.
22201         * m4/memcpy.m4: New file.
22202
22203         Module memmove.
22204         * m4/memmove.m4: New file.
22205
22206         Module memset.
22207         * m4/memset.m4: New file.
22208
22209         Module strcspn.
22210         * m4/strcspn.m4: New file.
22211
22212         Module strpbrk.
22213         * m4/strpbrk.m4: New file.
22214
22215         Module strstr.
22216         * m4/strstr.m4: New file.
22217
22218         Module strerror.
22219         * m4/strerror.m4: New file.
22220
22221         Module mktime.
22222         * m4/mktime.m4: Renamed from jm-mktime.m4.
22223         (gl_PREREQ_MKTIME): New macro.
22224         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22225
22226         Module malloc.
22227         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22228         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22229         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22230
22231         Module realloc.
22232         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22233         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22234         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22235
22236         Module strftime.
22237         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22238         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22239         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22240         gl_TM_GMTOFF.
22241         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22242
22243         Module xalloc.
22244         * m4/xalloc.m4: New file.
22245
22246         Module alloca.
22247         * m4/alloca.m4: New file.
22248
22249         Module putenv.
22250         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22251         (jm_FUNC_PUTENV): Invoke it.
22252
22253         Module setenv.
22254         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22255         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22256         when invoked twice.
22257         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22258         gt_FUNC_SETENV.
22259
22260         Module memrchr.
22261         * m4/memrchr.m4: New file.
22262
22263         Module stpcpy.
22264         * m4/stpcpy.m4: New file.
22265
22266         Module strcase.
22267         * m4/strcase.m4: New file.
22268
22269         Module strdup.
22270         * m4/strdup.m4: New file.
22271
22272         Module strnlen.
22273         * m4/strnlen.m4: New file.
22274
22275         Module strndup.
22276         * m4/strndup.m4: New file.
22277
22278         Module xstrtod.
22279         * m4/xstrtod.m4: New file.
22280
22281         Module xstrtol.
22282         * m4/xstrtol.m4: New file.
22283
22284         Module getdate.
22285         * m4/getdate.m4: New file.
22286
22287         Module unlocked-io.
22288         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22289         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22290         * m4/jm-glibc-io.m4n: Remove file.
22291
22292         Module long-options.
22293         * m4/long-options.m4: New file.
22294
22295         Module md5.
22296         * m4/md5.m4: New file.
22297
22298         Module sha.
22299         * m4/sha.m4: New file.
22300
22301         Module getstr.
22302         * m4/getstr.m4: New file.
22303
22304         Module getline.
22305         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22306         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22307         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22308         simply getline. Infoke gl_PREREQ_GETLINE.
22309
22310         Module obstack.
22311         * m4/obstack.m4: New file.
22312
22313         Module hash.
22314         * m4/hash.m4: New file.
22315
22316         Module readtokens.
22317         * m4/readtokens.m4: New file.
22318
22319         Module strverscmp.
22320         * m4/strverscmp.m4: New file.
22321
22322         Module stdbool.
22323         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22324         OSF/1.
22325
22326         Module strtoll.
22327         * m4/strtoll.m4: New file.
22328
22329         Module strtoull.
22330         * m4/strtoull.m4: New file.
22331
22332         Module strtoimax.
22333         * m4/strtoimax.m4: New file.
22334
22335         Module strtoumax.
22336         * m4/strtoumax.m4: New file.
22337
22338         Module xstrtoimax.
22339         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22340         jm_AC_PREREQ_XSTRTOIMAX.
22341         Moved the strtol prerequisites to strtol.m4.
22342         Moved the strtoll prerequisites to strtoll.m4.
22343         Moved the strtoimax prerequisites to strtoimax.m4.
22344
22345         Module xstrtoumax.
22346         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22347         jm_AC_PREREQ_XSTRTOUMAX.
22348         Moved the strtoul prerequisites to strtoul.m4.
22349         Moved the strtoull prerequisites to strtoull.m4.
22350         Moved the strtoumax prerequisites to strtoumax.m4.
22351
22352         Module chown.
22353         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22354         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22355
22356         Module dup2.
22357         * m4/dup2.m4: New file.
22358
22359         Module ftruncate.
22360         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22361         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22362
22363         Module getgroups.
22364         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22365         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22366
22367         Module gettimeofday.
22368         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22369         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22370         gl_PREREQ_GETTIMEOFDAY.
22371
22372         Module mkdir.
22373         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22374         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22375
22376         Module mkstemp.
22377         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22378         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22379         jm_AC_TYPE_UINTMAX_T.
22380         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22381
22382         Module stat.
22383         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22384         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22385
22386         Module lstat.
22387         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22388         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22389
22390         Module timespec.
22391         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22392         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22393         * m4/st_mtim.m4: Indentation.
22394
22395         Module nanosleep.
22396         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22397         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22398         gl_PREREQ_NANOSLEEP.
22399
22400         Module regex.
22401         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22402         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22403         (gl_REGEX): New macro.
22404
22405         Module rename.
22406         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22407         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22408
22409         Module rmdir.
22410         * m4/rmdir.m4: New file.
22411
22412         Module utime.
22413         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22414         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22415         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22416
22417         Module dirname.
22418         * m4/dirname.m4: New file.
22419
22420         Module getopt.
22421         * m4/getopt.m4: New file.
22422
22423         Module unistd-safer.
22424         * m4/unistd-safer.m4: New file.
22425
22426         Module fnmatch.
22427         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22428         declaration.
22429         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22430         (gl_FUNC_FNMATCH_POSIX): New macro.
22431         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22432         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22433         simply fnmatch.
22434
22435         Module exclude.
22436         * m4/exclude.m4: New file.
22437
22438         Module human.
22439         * m4/human.m4: New file.
22440
22441         Module acl.
22442         * m4/acl.m4: Nop.
22443
22444         Module backupfile.
22445         * m4/backupfile.m4: New file.
22446         * m4/d-ino.m4: Indentation.
22447
22448         Module fsusage.
22449         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22450         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22451         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22452
22453         Module dirfd.
22454         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22455         requirements.
22456
22457         Module euidaccess.
22458         * m4/euidaccess.m4: New file.
22459
22460         Module file-type.
22461         * m4/file-type.m4: New file.
22462
22463         Module fileblocks.
22464         * m4/fileblocks.m4: New file.
22465
22466         Module filemode.
22467         * m4/filemode.m4: New file.
22468
22469         Module isdir.
22470         * m4/isdir.m4: New file.
22471
22472         Module lchown.
22473         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22474         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22475
22476         Module makepath.
22477         * m4/makepath.m4: New file.
22478
22479         Module modechange.
22480         * m4/modechange.m4: New file.
22481
22482         Module mountlist.
22483         * m4/mountlist.m4: New file.
22484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22485         Indentation.
22486
22487         Module path-concat.
22488         * m4/path-concat.m4: New file.
22489
22490         Module pathmax.
22491         * m4/pathmax.m4: New file.
22492
22493         Module same.
22494         * m4/same.m4: New file.
22495
22496         Module save-cwd.
22497         * m4/save-cwd.m4: New file.
22498
22499         Module savedir.
22500         * m4/savedir.m4: New file.
22501
22502         Module xgetcwd.
22503         * m4/xgetcwd.m4: New file.
22504         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22505
22506         Module xreadlink.
22507         * m4/xreadlink.m4: New file.
22508
22509         Module safe-read.
22510         * m4/safe-read.m4: New file.
22511
22512         Module safe-write.
22513         * m4/safe-write.m4: New file.
22514
22515         Module closeout.
22516         * m4/closeout.m4: New file.
22517
22518         Module stdio-safer.
22519         * m4/stdio-safer.m4: New file.
22520
22521         Module getpass.
22522         * m4/getpass.m4: New file.
22523
22524         Module getugroups.
22525         * m4/getugroups.m4: New file.
22526
22527         Module group-member.
22528         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22529         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22530
22531         Module idcache.
22532         * m4/idcache.m4: New file.
22533
22534         Module userspec.
22535         * m4/userspec.m4: New file.
22536
22537         Module gettime.
22538         * m4/clock_time.m4: New file.
22539         * m4/gettime.m4: New file.
22540
22541         Module settime.
22542         * m4/settime.m4: New file.
22543
22544         Module posixtm.
22545         * m4/posixtm.m4: New file.
22546
22547         Module gethostname.
22548         * m4/gethostname.m4: New file.
22549
22550         Module canon-host.
22551         * m4/canon-host.m4: New file.
22552
22553         Module gettext.
22554         * m4/codeset.m4: New file, from gettext-0.11.5.
22555         * m4/gettext.m4: New file, from gettext-0.11.5.
22556         * m4/glibc21.m4: New file, from gettext-0.11.5.
22557         * m4/iconv.m4: New file, from gettext-0.11.5.
22558         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22559         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22560         * m4/inttypes.m4: New file, from gettext-0.11.5.
22561         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22562         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22563         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22564         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22565         * m4/lib-link.m4: New file, from gettext-0.11.5.
22566         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22567         * m4/progtest.m4: New file, from gettext-0.11.5.
22568         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22569         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22570         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22571
22572         Module localcharset.
22573         * m4/localcharset.m4: New file.
22574
22575         Module hard-locale.
22576         * m4/hard-locale.m4: New file.
22577
22578         Module mbswidth.
22579         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22580         onceonly macros.
22581         * m4/mbrtowc.m4: Add comment.
22582
22583         Module memcasecmp.
22584         * m4/memcasecmp.m4: New file.
22585
22586         Module memcoll.
22587         * m4/memcoll.m4: New file.
22588
22589         Module unicodeio.
22590         * m4/unicodeio.m4: New file.
22591
22592         Module rpmatch.
22593         * m4/rpmatch.m4: New file.
22594
22595         Module yesno.
22596         * m4/yesno.m4: New file.
22597
22598         Module exitfail.
22599         * m4/exitfail.m4: New file.
22600
22601         Module c-stack.
22602         * m4/c-stack.m4 (gl_C_STACK): New macro.
22603         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22604
22605         Module error.
22606         * m4/error.m4 (gl_ERROR): New macro.
22607         (jm_PREREQ_ERROR): Use onceonly macros.
22608
22609         Module fatal.
22610         * m4/fatal.m4: New file.
22611
22612         Module getloadavg.
22613         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22614         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22615
22616         Module getpagesize.
22617         * m4/getpagesize.m4: New file.
22618
22619         Module getusershell.
22620         * m4/getusershell.m4: New file.
22621
22622         Module physmem.
22623         * m4/physmem.m4: New file.
22624
22625         Module posixver.
22626         * m4/posixver.m4: New file.
22627
22628         Module quotearg.
22629         * m4/quotearg.m4: New file.
22630
22631         Module quote.
22632         * m4/quote.m4: New file.
22633
22634         Module readutmp.
22635         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22636
22637         Module sig2str.
22638         * m4/sig2str.m4: New file.
22639
22640         Other.
22641         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22642         ulonglong.m4.
22643         * m4/intmax_t.m4: New file.
22644         * m4/d-type.m4: Indentation.
22645         * m4/jm-macros.m4: Update.
22646         * m4/prereq.m4 (jm_PREREQ): Update.
22647         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22648         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22649         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22650         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22651         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22652         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22653         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22654         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22655         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22656         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22657         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22658         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22659         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22660         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22661         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22662         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22663         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22664         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22665         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22666
22667 2002-12-24  Bruno Haible  <bruno@clisp.org>
22668
22669         * MODULES.txt: Update according to m4/ changes.
22670
22671         Module gettext.
22672         * config.rpath: New file, from gettext-0.11.5.
22673
22674         * modules/*: New module descriptions.
22675         * gnulib-tool: New file.
22676         * MODULES.html.sh: New file.
22677
22678 2002-12-21  Karl Berry  <karl@gnu.org>
22679
22680         * doc/fdl.texi: update to version 1.2.
22681
22682 2002-12-19  Karl Berry  <karl@gnu.org>
22683
22684         * config/config.guess: update from prep.
22685
22686 2002-12-18  Bruno Haible  <bruno@clisp.org>
22687
22688         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22689         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22690
22691 2002-12-17  Bruno Haible  <bruno@clisp.org>
22692
22693         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22694         stdlib.h, string.h.
22695
22696 2002-12-17  Bruno Haible  <bruno@clisp.org>
22697
22698         * lib/canon-host.c (strdup): Remove unused declaration.
22699
22700         * lib/fsusage.c: Include full_read.h.
22701         (get_fs_usage): Use full_read instead of safe_read.
22702
22703         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22704
22705 2002-12-12  Karl Berry  <karl@gnu.org>
22706
22707         * config/config.guess: update from prep.
22708
22709 2002-12-11  Bruno Haible  <bruno@clisp.org>
22710
22711         * m4/setenv.m4: New file, from gettext-0.11.5.
22712
22713 2002-12-11  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22716         not unsetenv().
22717         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22718         modifications:
22719
22720         2002-12-11  Bruno Haible  <bruno@clisp.org>
22721
22722                 * setenv.c (alloca): Fall back to malloc.
22723                 (freea): New macro.
22724                 (setenv): Use freea() to free memory allocated with alloca().
22725
22726         2002-11-13  Bruno Haible  <bruno@clisp.org>
22727
22728                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22729                 function declarations.
22730                 * unsetenv.c (unsetenv): Likewise.
22731
22732         2002-03-04  Bruno Haible  <bruno@clisp.org>
22733
22734                 Portability to AIX 4.3.3.
22735                 * unsetenv.c: New file, extracted from setenv.c.
22736                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22737
22738         2001-12-20  Bruno Haible  <bruno@clisp.org>
22739
22740                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22741                 use malloc instead. For SunOS 4.
22742
22743         2001-12-11  Bruno Haible  <bruno@clisp.org>
22744
22745                 * setenv.c: Declare alloca.
22746                 (compar_fn_t): New typedef.
22747                 (KNOWN_VALUE, STORE_VALUE): Use it.
22748
22749         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22750         setenv.h.
22751
22752 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22753
22754         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22755         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22756         Choose values that are less likely to collide with system fnmatch
22757         options.
22758         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22759         defined (e.g., a pure POSIX system).
22760         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22761         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22762
22763 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22764
22765         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22766         a pain in practice to deal with generated m4 files.  This change
22767         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22768
22769         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22770         and jm-glibc-io.m4, as they are no longer a special case.
22771         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22772         kludge and the auto-generation stuff.  Check only whether the
22773         functions are declared, not whether they exist, since older hosts
22774         that don't declare the functions can't use the optimization anyway.
22775
22776 2002-12-06  Jim Meyering  <jim@meyering.net>
22777
22778         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22779
22780         Merge in changes from libc's misc/error.c, in preparation
22781         for the merge of gnulib's changes back into libc.
22782
22783         * lib/error.c (_): Define only if not already defined.
22784         Move definition to follow all #include directives.
22785         Include unlocked-io.h only if !_LIBC.
22786         [_LIBC]: Include <libio/libioP.h>.
22787         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22788         (fflush): Tweak definition to use INTUSE.
22789         (putc): Define.
22790
22791 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22792
22793         * lib/alloca.c [defined emacs]: Include "lisp.h".
22794         (xalloc_die) [defined emacs]: New macro.
22795         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22796         [! defined emacs]: Include <xalloc.h>.
22797         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22798         (pointer): Typedef to POINTER_TYPE *.
22799         (malloc): Remove decl; we now always use xmalloc.
22800         (alloca): Use old-style definition, since Emacs needs this.
22801         Check for arithmetic overflow when computing combined size.
22802
22803 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22804
22805         Do not generate unlocked-io.h automatically, since it's easier to
22806         maintain it by hand.
22807
22808         * lib/unlocked-io.h: New file, from GNU diffutils,
22809         but with proper copyright notice and attribution.
22810         * lib/gen-uio: Remove.
22811         * lib/Makefile.am: Add copyright notice.
22812         (libfetish_a_SOURCES): Add unlocked-io.h.
22813         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22814         (DISTCLEANFILES, io_functions): Remove macros.
22815         (EXTRA_DIST): Remove gen_uio.
22816         (unlocked-io.h): Remove rule.
22817
22818 2002-12-04  Jim Meyering  <jim@meyering.net>
22819
22820         Reflect the fact that stat.c and lstat.c are no longer generated.
22821         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22822         (DISTCLEANFILES): Likewise.
22823         (EXTRA_DIST): Likewise.
22824         (all_local): Don't depend on stat.c or lstat.c.
22825         (stat.c, lstat.c): Remove rules.
22826         (EXTRA_DIST): Remove xstat.in.
22827
22828         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22829         * lib/stat.c: New file.  Contents mostly from xstat.in.
22830         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22831         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22832
22833         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22834         too.
22835         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22836
22837 2002-12-03  Jim Meyering  <jim@meyering.net>
22838
22839         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22840         but not semantics, to minimize the differences between these two files.
22841         (safe_read): Change comment to mention SAFE_READ_ERROR.
22842
22843         * lib/safe-read.c (IS_EINTR): Define.
22844         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22845
22846 2002-12-02  Jim Meyering  <jim@meyering.net>
22847
22848         * lib/safe-read.c (EINTR): Define.
22849         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22850         (INT_MAX): Provide fallback.
22851         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22852
22853         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22854
22855 2002-12-02  Bruno Haible  <bruno@clisp.org>
22856
22857         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22858         Define, taken from safe-read.c.
22859         (INT_MAX): Provide fallback.
22860         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22861         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22862
22863         * lib/safe-read.c (EINTR): Remove definition.
22864         (safe_read): Don't use EINTR if it is absent.
22865
22866 2002-12-01  Jim Meyering  <jim@meyering.net>
22867
22868         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22869         zero.
22870         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22871
22872 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22873
22874         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22875         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22876         with `if (! (value < limit)) abort ();', for readability.
22877
22878 2002-11-26  Karl Berry  <karl@gnu.org>
22879
22880         * lib/strdup.c: copy from libc again, with jim's ok.
22881         * lib/.cppi-disable: re-add strdup.c
22882
22883 2002-11-25  Karl Berry  <karl@gnu.org>
22884
22885         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22886         instead of "strtol.c".
22887
22888 2002-11-25  Karl Berry  <karl@gnu.org>
22889
22890         * config/install-sh: update from automake for variable quoting, $0 in
22891         error msgs, etc.
22892
22893         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22894         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22895         entry.
22896
22897 2002-11-25  Jim Meyering  <jim@meyering.net>
22898
22899         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22900
22901 2002-11-24  Karl Berry  <karl@gnu.org>
22902
22903         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22904         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22905
22906 2002-11-24  Jim Meyering  <jim@meyering.net>
22907
22908         Update from coreutils:
22909
22910         * lib/mktime.c: Merge in changes from libc.
22911
22912         Avoid a link-time failure on some Linux systems.
22913         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22914         (otherwise).
22915         (__mon_yday): Declare with the STATIC attribute.
22916         (__mktime_internal): Likewise.
22917         Based on a report from Greg Schafer.
22918
22919 2002-11-23  Jim Meyering  <jim@meyering.net>
22920
22921         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22922         Use `unsigned', not `int', as type of index.
22923
22924         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22925
22926         * lib/fsusage.c: Remove unneeded parentheses around operands of
22927         `defined'.
22928
22929 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22930
22931         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22932         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22933         so that we can be included first.
22934         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22935         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22936         No need to include stddef.h or sys/types.h any more.
22937         Surround local include files with "", not "<>".
22938         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22939         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22940         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22941         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22942         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22943         (ISPRINT): Remove; no longer needed now that we assume C89.
22944
22945         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22946         Preserve errno.
22947
22948         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22949         quotearg_char): Use SIZE_MAX rather than
22950         (size_t) -1 when we are talking about "infinity".
22951
22952         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22953
22954 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22955
22956         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22957         hint that one should use `if (! x) abort ();' rather than `assert
22958         (x);', and anyway it's one less thing to worry about configuring.
22959         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22960         hash_rehash, hash_insert): Use abort rather than assert.
22961
22962 2002-11-22  Bruno Haible  <bruno@clisp.org>
22963
22964         * lib/safe-read.h: Assume C89. Add comments.
22965         (safe_read): Change return type to size_t.
22966         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22967         byte counts > SSIZE_MAX correctly.
22968         * lib/safe-write.h: New file.
22969         * lib/safe-write.c: New file.
22970         * lib/full-read.h: New file.
22971         * lib/full-read.c: New file.
22972         * lib/full-write.h: Assume C89. Add comments.
22973         * lib/full-write.c: Include safe-write.h.
22974         (full_write): Rewritten to use safe_write.
22975         Suggested by Jim Meyering and Paul Eggert.
22976
22977 2002-11-21  Jim Meyering  <jim@meyering.net>
22978
22979         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22980
22981         Merge in changes from the coreutils.
22982
22983         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22984         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22985         <stdint.h>.
22986         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22987         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22988         int.  Work more efficiently if X is the same width as uintmax_t.
22989         Do not compare X to -1, to avoid bogus compiler warning.
22990         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22991         Don't assume that f_frsize and f_bsize are the same type.
22992
22993         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22994         warning on FreeBSD.
22995
22996         * lib/makepath.c (make_path): Restore umask *before* creating the final
22997         component.
22998         (make_path): Minor reformatting.
22999
23000         * lib/xmalloc.c: Adjust to work with new autoconf macros,
23001         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
23002         HAVE_MALLOC/HAVE_REALLOC.
23003
23004         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
23005         dummy ones.  At least on GNU/Linux systems, `auto' means something
23006         else.
23007         From Michael Stone.
23008
23009 2002-11-21  Bruno Haible  <bruno@clisp.org>
23010
23011         Remove case insensitive option matching.
23012         * lib/argmatch.h (argcasematch): Remove declaration.
23013         (ARGCASEMATCH): Remove macro.
23014         (__xargmatch_internal): Remove case_sensitive argument.
23015         (XARGMATCH): Update.
23016         (XARGCASEMATCH): Remove macro.
23017         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
23018         case_sensitive argument.
23019         (argcasematch): Remove function.
23020         (__xargmatch_internal): Remove case_sensitive argument.
23021         (main): Use XARGMATCH instead of XARGCASEMATCH.
23022
23023         * lib/xmalloc.c: Change compile-time error message. Add comment about
23024         required autoconf version.
23025
23026 2002-11-20  Paul Eggert  <eggert@twinsun.com>
23027
23028         Merge argmatch cleanups from Bison.  Assume C89.
23029
23030         * lib/argmatch.c: Include config.h here, not in argmatch.h.
23031         Include stdlib.h, for EXIT_FAILURE.
23032         Always include <string.h>, since we assume C89.
23033         (EXIT_FAILURE): Remove pre-C89 bug workaround.
23034         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
23035         Include <stddef.h> instead, since it's all we need for size_t.
23036         (PARAMS): Remove.  All uses removed.
23037         (ARRAY_CARDINALITY): Do not bother to #undef.
23038         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
23039         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23040         Remove unnecessary parentheses.
23041         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
23042         Insert necessary parentheses.
23043         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
23044         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
23045
23046 2002-11-19  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
23049         * lib/mbswidth.h: Include <stddef.h>, for size_t.
23050
23051         * lib/mbswidth.h (PARAMS): Remove macro.
23052         (mbswidth, mbsnwidth): Use ANSI C function declarations.
23053         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
23054
23055         * lib/gcd.h (PARAMS): Remove macro.
23056         (gcd): Use ANSI C function declarations.
23057         * lib/gcd.c (gcd): Likewise.
23058
23059 2002-11-15  Bruno Haible  <bruno@clisp.org>
23060
23061         * lib/strcspn.c: Include <stddef.h>.
23062         (strcspn): Use ANSI C function declaration. Change return type to
23063         size_t. Use NULL.
23064         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
23065         (strpbrk): Use NULL.
23066         * lib/strpbrk.h (PARAMS): Remove macro.
23067         (strpbrk): Use ANSI C function declaration.
23068         * lib/strstr.c: Don't include <sys/types.h>.
23069         * lib/strstr.h (PARAMS): Remove macro.
23070         (strstr): Use ANSI C function declarations.
23071
23072 2002-11-14  Karl Berry  <karl@gnu.org>
23073
23074         * config/mkinstalldirs: `do' on separate line, instead of
23075         `for var; do'.
23076
23077 2002-11-06  Bruno Haible  <bruno@clisp.org>
23078
23079         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
23080         * lib/gcd.c (gcd): Likewise.
23081
23082 2002-11-05  Bruno Haible  <bruno@clisp.org>
23083
23084         * lib/gcd.h: New file, from gettext-0.11.5.
23085         * lib/gcd.c: New file, from gettext-0.11.5.
23086
23087 2002-11-05  Bruno Haible  <bruno@clisp.org>
23088
23089         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23090         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23091         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23092         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
23093
23094         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23095         <libintl.h>.
23096         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23097         <libintl.h>.
23098
23099         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23100         * lib/human.c: Include gettext.h instead of <libintl.h>.
23101         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23102         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23103         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23104         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23105         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23106         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23107         (textdomain): Remove definition.
23108         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23109
23110         * lib/long-options.c: Remove include of <libintl.h> and definition of
23111         _.
23112         * lib/same.c: Remove include of <libintl.h> and definition of _.
23113
23114 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23115
23116         * lib/config.charset: A few additions for Solaris.
23117
23118 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23119
23120         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23121         * lib/localcharset.c (locale_charset): Declare as extern "C".
23122
23123 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23124
23125         * lib/config.charset: msdos in uk_UA uses CP1125.
23126
23127 2002-11-04  Bruno Haible  <bruno@clisp.org>
23128
23129         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23130         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23131         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23132         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23133         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23134
23135 2002-11-04  Bruno Haible  <bruno@clisp.org>
23136
23137         * lib/localcharset.c (locale_charset): Don't return an empty string.
23138
23139 2002-11-04  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23142         aliases.
23143
23144 2002-11-04  Bruno Haible  <bruno@clisp.org>
23145
23146         * lib/config.charset: Update for newest glibc. Add canonical names
23147         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23148
23149 2002-11-04  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/config.charset: Add support for NetBSD.
23152
23153 2002-11-04  Bruno Haible  <bruno@clisp.org>
23154
23155         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23156
23157 2002-11-01  Bruno Haible  <bruno@clisp.org>
23158
23159         * configure.in: Add AC_CONFIG_AUX_DIR call.
23160         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23161         test/Makefile.
23162         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23163
23164 2002-09-28  Karl Berry  <karl@gnu.org>
23165
23166         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23167         installed automake until the next release, since changes have been
23168         made.
23169
23170 2002-09-25  Karl Berry  <karl@gnu.org>
23171
23172         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23173         * lib/getopt*: copy from libc/posix.
23174         * lib/gettext.h: copy from gettext.
23175         * lib/.cppi-disable: add strdup.c, gettext.h.
23176
23177 2002-09-25  Karl Berry  <karl@gnu.org>
23178
23179         * config/srclist.txt: enable gettext.h check.
23180         * config/config.{guess,sub}: update from prep.
23181         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23182                 from automake 1.6.3.
23183         See srclist*.
23184
23185 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23186
23187         * regex.c (PATFETCH): Remove the translating fetch.
23188         (PATFETCH_RAW): Rename to PATFETCH.
23189         (set_image_of_range): New fun.
23190         (SET_RANGE_TABLE_WORK_AREA): Use it.
23191         (regex_compile): Don't translate the pattern chars so eagerly.
23192         Only do it when inserting an `exactn' bytecode or when handling
23193         a char-range.
23194         (mutually_exclusive_p): Avoid empty statement.
23195
23196 2002-07-06  Jim Meyering  <meyering@lucent.com>
23197
23198         * m4/README: Don't mention Makefile.am.in.
23199         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23200
23201 2002-07-01  Jim Meyering  <meyering@lucent.com>
23202
23203         * lib/c-stack.c: Include sys/time.h.
23204         From Volker Borchert.
23205
23206 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23207
23208         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23209
23210 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23211
23212         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23213         New macro.  Use it uniformly instead of
23214         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23215         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23216         reported by Vin Shelton.
23217
23218 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23219
23220         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23221         Do not assume SA_SIGINFO behavior.
23222         Bug reported by Jim Meyering on NetBSD 1.5.2.
23223
23224 2002-06-22  Jim Meyering  <meyering@lucent.com>
23225
23226         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23227         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23228
23229         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23230         now that configure.ac uses AC_GNU_SOURCE.
23231         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23232         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23233
23234         Update to latest tools.  Suggestions from Paul Eggert.
23235         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23236         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23237         * m4/fnmatch.m4: Likewise.
23238         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23239         to AC_HEADER_STDBOOL
23240
23241 2002-06-22  Jim Meyering  <meyering@lucent.com>
23242
23243         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23244         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23245
23246 2002-06-22  Jim Meyering  <meyering@lucent.com>
23247
23248         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23249
23250         * lib/exitfail.c, exitfail.h: Likewise.
23251         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23252
23253         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23254         of fnmatch.h.
23255         (EXTRA_DIST): Add fnmatch_loop.c.
23256         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23257
23258         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23259         * lib/fnmatch.c: Update from diffutils-2.8.2.
23260         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23261         * lib/fnmatch.h: Remove file.
23262
23263 2002-06-21  Jim Meyering  <meyering@lucent.com>
23264
23265         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23266         * m4/mbrtowc.m4: Likewise.
23267
23268         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23269         * m4/mbswidth.m4: Reflect name change:
23270         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23271         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23272
23273         * m4/lib-link.m4: Update from gettext-0.11.2.
23274         * m4/gettext.m4: Likewise.
23275
23276         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23277         From Alfred M. Szmidt.
23278
23279 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23280
23281         * lib/file-type.h: Report an error if neither S_ISREG nor
23282         S_IFREG is defined, instead of using a test specific to glibc
23283         2.2.  This should be safe, since POSIX requires S_ISREG and
23284         Unix Version 7 had S_IFREG.  We don't need to check for
23285         <sys/types.h> since we don't use any symbols that it defines.
23286
23287 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23288
23289         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23290         $@-t, so that each temporary file name is unique and valid in the first
23291         8 characters, for operation under DOS.
23292
23293 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23294
23295         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23296
23297 2002-06-15  Jim Meyering  <meyering@lucent.com>
23298
23299         Work even with DJGPP 2.03, which lacks support for symlinks.
23300         From Richard Dawe.
23301         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23302         is defined.
23303         * lib/lchown.c (S_ISLNK): Likewise.
23304
23305 2002-06-15  Jim Meyering  <meyering@lucent.com>
23306
23307         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23308         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23309         have been included before this file.
23310
23311 2002-06-14  Jim Meyering  <meyering@lucent.com>
23312
23313         * lib/file-type.h: Use the version from diffutils-2.8.2.
23314         * lib/file-type.c: Likewise.
23315
23316 2002-06-07  Jim Meyering  <meyering@lucent.com>
23317
23318         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23319         They're needed at least for NetBSD 1.5.2.
23320         ($statxfs_includes): Include those same headers.
23321         ($statxfs_includes): Include sys/vfs.h if available.
23322         ($statxfs_includes): Likewise for sys/statvfs.h.
23323         Check for the following members in both structs statfs and statvfs:
23324         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23325
23326 2002-06-01  Jim Meyering  <meyering@lucent.com>
23327
23328         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23329         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23330
23331 2002-05-28  Jim Meyering  <meyering@lucent.com>
23332
23333         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23334         Reported by Volker Borchert.
23335
23336 2002-05-27  Jim Meyering  <meyering@lucent.com>
23337
23338         Fix a problem seen only on nonconforming systems whereby ls.c's
23339         use of localtime, and then of gettimeofday would cause trouble:
23340         the localtime call used to initialize rpl_gettimeofday's save
23341         mechanism would clobber ls's current local time information so
23342         that in any long listing the first file would always be listed
23343         with date 1970-01-01.  Analysis by Volker Borchert.
23344
23345         * lib/gettimeofday.c (localtime): Undefine.
23346         (rpl_localtime): New function.
23347
23348 2002-05-27  Jim Meyering  <meyering@lucent.com>
23349
23350         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23351         localtime.
23352
23353         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23354         use the replacement function; it wouldn't resolve at link time.
23355         Reported by Volker Borchert.
23356
23357 2002-05-22  Jim Meyering  <meyering@lucent.com>
23358
23359         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23360         file-type.h.
23361         * lib/file-type.h: New file.
23362         * lib/file-type.c (file_type): New file/function.  Extracted from
23363         diffutils.
23364
23365 2002-04-30  Jim Meyering  <meyering@lucent.com>
23366
23367         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23368
23369 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23370
23371         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23372
23373 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23374
23375         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23376         Do not check for alloca.h (no longer used) or stdbool.h (was never
23377         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23378
23379 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23380
23381         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23382
23383 2002-04-29  Jim Meyering  <meyering@lucent.com>
23384
23385         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23386         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23387         Use AC_FUNC_STRNLEN here instead.
23388
23389         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23390         With autoconf-2.53a, it's part of AC_PROG_CC.
23391
23392 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23393
23394         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23395         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23396
23397 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23398
23399         * lib/sig2str.h, lib/sig2str.c: New files.
23400         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23401
23402 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23403
23404         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23405         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23406         of 127, since 64 is the largest conceivable number for ancient
23407         nonstandard hosts.
23408         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23409
23410 2002-04-28  Jim Meyering  <meyering@lucent.com>
23411
23412         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23413
23414 2002-04-24  Jim Meyering  <meyering@lucent.com>
23415
23416         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23417         (jm_PREREQ): Use it.
23418
23419         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23420         mach/mach.h fcntl.h.
23421         Check for this function: setlocale.
23422
23423 2002-04-24  Jim Meyering  <meyering@lucent.com>
23424
23425         * lib/gettext.h: New file, from Gettext.
23426         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23427         (libfetish_a_SOURCES): Add gettext.h.
23428
23429 2002-04-16  Jim Meyering  <meyering@lucent.com>
23430
23431         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23432         ut_pid, ut_id, ut_exit.
23433
23434 2002-04-16  Jim Meyering  <meyering@lucent.com>
23435
23436         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23437         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23438         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23439
23440 2002-04-12  Jim Meyering  <meyering@lucent.com>
23441
23442         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23443         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23444         existence of the getmntinfo function.  Needed for Darwin 5.3.
23445
23446         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23447         This is necessary at least on Darwin 5.3.
23448
23449         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23450         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23451         strnlen.o in the library, and that makes some versions of ranlib
23452         object.
23453
23454 2002-04-12  Jim Meyering  <meyering@lucent.com>
23455
23456         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23457
23458 2002-04-09  Jim Meyering  <meyering@lucent.com>
23459
23460         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23461         to be more precise.  Rather than saying we're checking whether the
23462         function `works', say what we're testing.
23463         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23464         Reported by Bruno Haible.
23465
23466 2002-03-10  Jim Meyering  <meyering@lucent.com>
23467
23468         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23469         Suggestion from Santiago Vila.
23470
23471 2002-03-08  Jim Meyering  <meyering@lucent.com>
23472
23473         * lib/rename.c: Mention that this wrapper is needed also on
23474         mips-dec-ultrix4.4 systems.
23475
23476 2002-03-02  Jim Meyering  <meyering@lucent.com>
23477
23478         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23479         not HAVE_CLOCK_SETTIME.
23480
23481 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23482
23483         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23484         Check for clock_settime.
23485
23486 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23487
23488         * lib/nanosleep.h: Rename to....
23489         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23490
23491         * lib/gettime.c: New file.
23492         * lib/settime.c: New file.
23493         * lib/stime.c: Remove.
23494
23495         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23496         timespec.h.  Remove nanosleep.h.
23497
23498 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23499
23500         * m4/acl.m4: New file.
23501         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23502         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23503
23504 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23505
23506         * lib/acl.c, lib/acl.h: New files.
23507         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23508
23509 2002-02-24  Jim Meyering  <meyering@lucent.com>
23510
23511         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23512         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23513         cause trouble.  Reported by Nelson Beebe.
23514
23515 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23516
23517         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23518         compilers that don't know that xalloc_die never returns.
23519
23520 2002-02-20  Jim Meyering  <meyering@lucent.com>
23521
23522         * lib/getdate.c: Regenerate using bison-1.33.
23523
23524 2002-02-17  Jim Meyering  <meyering@lucent.com>
23525
23526         * config/config.guess (main): Don't use `head -1'; it's no longer
23527         portable. Use `sed 1q' instead.
23528
23529 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23530
23531         * m4/codeset.m4: Upgrade to gettext-0.11.
23532         * m4/gettext.m4: Upgrade to gettext-0.11.
23533         * m4/glibc21.m4: Upgrade to gettext-0.11.
23534         * m4/iconv.m4: Upgrade to gettext-0.11.
23535         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23536         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23537         * m4/lib-ld.m4: New file, from gettext-0.11.
23538         * m4/lib-link.m4: New file, from gettext-0.11.
23539         * m4/lib-prefix.m4: New file, from gettext-0.11.
23540         * m4/progtest.m4: Upgrade to gettext-0.11.
23541
23542 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23543
23544         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23545         (jm_PREREQ): Use it.
23546
23547 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23548
23549         * lib/posixver.c, lib/posixver.h: New files.
23550         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23551
23552 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23553             Bruno Haible  <bruno@clisp.org>
23554
23555         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23556         (fwrite_success_callback): New declaration.
23557         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23558         print_unicode_char. Call failure callback instead of error.
23559         (fwrite_success_callback): New function.
23560         (exit_failure_callback): New function.
23561         (fallback_failure_callback): New function.
23562         (print_unicode_char): Call unicode_to_mb.
23563
23564 2002-01-26  Jim Meyering  <meyering@lucent.com>
23565
23566         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23567         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23568
23569 2002-01-26  Jim Meyering  <meyering@lucent.com>
23570
23571         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23572
23573 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23574
23575         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23576
23577 2002-01-22  Jim Meyering  <meyering@lucent.com>
23578
23579         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23580         Otherwise, some versions of automake would omit the rule that makes
23581         Makefile from Makefile.in.
23582
23583 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23584
23585         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23586         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23587         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23588         (memcoll): Set errno to zero if there is no error.
23589
23590         * lib/quotearg.c (quotearg_buffer_restyled):
23591         Fix bug with quoting buffers containing NUL when backslashing escapes.
23592         This bug was exposed by the other changes in this patch.
23593         (quotearg_n_options): New arg ARGSIZE.
23594         All callers changed.
23595         (quoting_options_from_style): New function.
23596         (quotearg_n_style): Use it.
23597         (quotearg_n_style_mem): New function.
23598
23599         * lib/quotearg.h (quotearg_n_style_mem): New function.
23600
23601 2002-01-19  Jim Meyering  <meyering@lucent.com>
23602
23603         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23604         Remove useless quotes: DF_PROG="df".
23605         * m4/strnlen.m4: New file.
23606
23607 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23608
23609         * lib/backupfile.c (ISDIGIT): Comment fix.
23610         * lib/getdate.y (ISDIGIT): Likewise.
23611         * lib/posixtm.c (ISDIGIT, year): Likewise.
23612         * lib/strverscmp.c (ISDIGIT): Likewise.
23613         * lib/userspec.c (ISDIGIT): Likewise.
23614
23615 2002-01-16  Jim Meyering  <meyering@lucent.com>
23616
23617         * lib/getdate.y: Add three semicolons, each just before a closing
23618         brace. Bison (as of version 1.31) no longer papers over that mistake.
23619
23620 2002-01-05  Jim Meyering  <meyering@lucent.com>
23621
23622         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23623
23624 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23625
23626         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23627         not silently exit merely because the output buffer happens to
23628         have nothing pending.
23629
23630 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23631
23632         See the big note in ../ChangeLog.
23633         * lib/human.c (suffixes): Prefer K to k for 1024.
23634         (generate_suffix_backwards): New function.
23635         (human_readable_inexact): Use it.
23636         * lib/xstrtol.c (__xstrtol): If there is no number but there
23637         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23638         Accept 'K' as well as 'k'.
23639
23640 2001-12-15  Jim Meyering  <meyering@lucent.com>
23641
23642         * lib/regex.h (__restrict_arr): Update from libc.
23643
23644         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23645         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23646         (STREQ): Define.
23647
23648 2001-12-14  Jim Meyering  <meyering@lucent.com>
23649
23650         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23651         Suggestion from Bruno Haible.
23652
23653 2001-12-10  Jim Meyering  <meyering@lucent.com>
23654
23655         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23656         xrealloc, Instead, include "xalloc.h".
23657         (initbuffer): Don't cast xmalloc return value to char*.
23658         (readline): Reword comment.
23659         Don't cast xrealloc return value to char*
23660         Return NULL, not 0.
23661
23662 2001-12-09  Jim Meyering  <meyering@lucent.com>
23663
23664         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23665         about `signed and unsigned type in conditional expression'.
23666         * lib/posixtm.c (posix_time_parse): Likewise.
23667
23668         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23669
23670         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23671         to avoid a pedantic warning.
23672
23673         * lib/getstr.c: Don't include assert.h.
23674         (getstr): Remove warning-evoking assertions.
23675         Return -1 if offset parameter is out of bounds.
23676         Change the type of a local from int to size_t.
23677
23678         * lib/strftime.c (my_strftime_localtime_r): Include this function
23679         definition in the `#if ! HAVE_TM_GMTOFF' block.
23680
23681         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23682         Include xalloc.h instead.
23683
23684 2001-12-02  Jim Meyering  <meyering@lucent.com>
23685
23686         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23687         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23688         included.
23689
23690         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23691         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23692
23693 2001-11-30  Akim Demaille  <akim@epita.fr>
23694
23695         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23696         before being defined.
23697
23698 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23699
23700         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23701         First arg is int, not unsigned.
23702         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23703         (SIZE_MAX, UINT_MAX): New macros.
23704         (quotearg_n_options): Abort if N is negative.
23705         Avoid overflow check on hosts where size_t is 64 bits and int
23706         is 32 bits, as overflow is impossible there.
23707         Fix off-by-one typo that caused unnecessary reallocation.
23708
23709 2001-11-27  Jim Meyering  <meyering@lucent.com>
23710
23711         * lib/tempname.c: Merge with version from libc.
23712         * lib/regex.c: Likewise.
23713
23714         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23715         systems for which STDC_HEADERS is 0, it was not included, resulting in
23716         a warning about an integer-to-pointer conversion problem with getenv.
23717         Reported by Volker Borchert.
23718
23719 2001-11-26  Jim Meyering  <meyering@lucent.com>
23720
23721         * lib/gtod.h: Remove file.
23722         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23723         * lib/gettimeofday.c: Don't include gtod.h.
23724         (GTOD_init): Remove function.
23725         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23726         Suggestion from Volker Borchert.
23727
23728 2001-11-23  Jim Meyering  <meyering@lucent.com>
23729
23730         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23731         it.
23732         * lib/hash.c (struct hash_table): Define it here instead.
23733
23734 2001-11-22  Jim Meyering  <meyering@lucent.com>
23735
23736         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23737
23738 2001-11-20  Jim Meyering  <meyering@lucent.com>
23739
23740         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23741         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23742
23743 2001-11-19  Jim Meyering  <meyering@lucent.com>
23744
23745         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23746         directory.  Use "conftestXXXXXX" as the template.
23747         Suggestion from Paul Eggert.
23748
23749         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23750         immediately, so the test doesn't mistakenly hit the max-open-files
23751         limit.
23752
23753 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23754
23755         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23756         (TEMPORARIES): New macro.
23757         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23758         removes an artificial limitation (e.g. HP-UX 10.20, where
23759         TMP_MAX is 17576).
23760
23761 2001-11-18  Jim Meyering  <meyering@lucent.com>
23762
23763         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23764
23765 2001-11-18  Jim Meyering  <meyering@lucent.com>
23766
23767         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23768         on SunOS 4.
23769
23770         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23771         files will be created before anything else.
23772
23773 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23774
23775         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23776         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23777
23778 2001-11-17  Jim Meyering  <meyering@lucent.com>
23779
23780         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23781         Prompted by a report from Bob Proulx.
23782
23783         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23784         Instead, require UTILS_FUNC_MKSTEMP.
23785
23786 2001-11-17  Jim Meyering  <meyering@lucent.com>
23787
23788         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23789         Now, that's done as part of AC_FUNC_STRTOD.
23790
23791 2001-11-17  Jim Meyering  <meyering@lucent.com>
23792
23793         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23794         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23795         rather than group writable.  Patch by Juan F. Codagnone.
23796
23797         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23798         xrealloc, Instead, include "xalloc.h".
23799
23800         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23801         Remove explicit declarations of xmalloc, xrealloc,
23802         and xstrdup.  Instead, include "xalloc.h".
23803
23804         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23805         unlocked-io.h.
23806         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23807         Likewise.
23808         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23809
23810         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23811         Reported by Padraig Brady.
23812
23813         * lib/mkstemp.c: #undef mkstemp.
23814         Include config.h.
23815         (rpl_mkstemp): Rename from mkstemp.
23816         Protoize.
23817
23818 2001-11-16  Jim Meyering  <meyering@lucent.com>
23819
23820         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23821         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23822         determine the amount of total physical memory, use pstat_getstatic.
23823         HPUX-11 doesn't define _SC_PHYS_PAGES.
23824         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23825         If sysconf couldn't be used to determine the amount of available
23826         physical memory, use both pstat_getstatic and pstat_getdynamic.
23827         Based on a patch from Bob Proulx.
23828
23829 2001-11-10  Jim Meyering  <meyering@lucent.com>
23830
23831         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23832         (jm_PREREQ): Use it.
23833
23834 2001-11-09  Jim Meyering  <meyering@lucent.com>
23835
23836         * m4/jm-macros.m4: Require autoconf-2.52f.
23837         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23838         Use these AC_-prefixed names, not the AM_-prefixed ones.
23839
23840         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23841
23842 2001-11-05  Jim Meyering  <meyering@lucent.com>
23843
23844         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23845
23846 2001-11-04  Jim Meyering  <meyering@lucent.com>
23847
23848         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23849         $DEFS.
23850
23851 2001-11-03  Jim Meyering  <meyering@lucent.com>
23852
23853         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23854         of AC_DEFUN.
23855
23856         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23857         know the name of the variable in the macro definition.
23858
23859 2001-11-03  Jim Meyering  <meyering@lucent.com>
23860
23861         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23862         in argmatch_to_argument call.
23863
23864         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23865         argument.
23866
23867         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23868         e.g., a fault due to an attempt to free a NULL pointer.
23869
23870 2001-11-01  Jim Meyering  <meyering@lucent.com>
23871
23872         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23873         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23874
23875 2001-11-01  Jim Meyering  <meyering@lucent.com>
23876
23877         * lib/dirfd.c, lib/dirfd.h: New files.
23878         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23879
23880         * lib/hash.c (hash_print) [TESTING]: Clean up.
23881
23882 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23883
23884         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23885         to avoid a warning if -Wall.
23886
23887 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23888
23889         * README: New file
23890         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23891         (per RMS's instructions, this is now the canonical source)
23892         * lgpl/, gpl/: New directories.
23893
23894 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23895
23896         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23897
23898 2001-10-21  Jim Meyering  <meyering@lucent.com>
23899
23900         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23901         this code would end up calling gettext even in packages built
23902         with --disable-nls.
23903         * lib/getopt.c (_): Likewise.
23904         * lib/regex.c (_): Likewise.
23905
23906 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23907
23908         * m4/error.m4 (jm_PREREQ_ERROR):
23909         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23910         AC_FUNC_STRERROR_R does that.
23911         Check for strerror declaration.
23912
23913         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23914         are supposed to have them these days.
23915         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23916         Merge changes from latest Autoconf CVS.
23917         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23918         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23919         POSIX decided to standardize on the int flavor of strerror_r.
23920
23921 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23922
23923         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23924         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23925         Use strerror_r that is only a macro, even if it is not a function.
23926         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23927         (private_strerror): Use prototypes, not old-style function definition.
23928         (print_errno_message): New function.
23929         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23930         char*-flavored one.
23931         (error_tail, error, error_at_line): Use it.
23932
23933 2001-10-11  Jim Meyering  <meyering@lucent.com>
23934
23935         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23936         and quote_n (1, ... to avoid clobbering a buffer.
23937
23938 2001-10-05  Jim Meyering  <meyering@lucent.com>
23939
23940         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23941         hash-pjw.h.
23942         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23943         * lib/hash-pjw.h: New file.
23944
23945 2001-09-30  Jim Meyering  <meyering@lucent.com>
23946
23947         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23948         `struct fsstat' has the `f_fstypename' member.
23949         Use that to define FS_TYPE, which is now used to make
23950         the getfsstat link test tighter.
23951
23952 2001-09-30  Jim Meyering  <meyering@lucent.com>
23953
23954         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23955         Include <sys/ucred.h>, for Apple Darwin.
23956         Include sys/mount.h and sys/fs_types.h only if available.
23957         (FS_TYPE): Define.
23958         (read_filesystem_list): Use FS_TYPE.
23959
23960 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23961
23962         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23963         a boolean context.
23964
23965 2001-09-29  Jim Meyering  <meyering@lucent.com>
23966
23967         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23968         [one-argument getmntent function]): Include stdio.h before mntent.h.
23969         SunOS 4.1.x needs it for the declaration of `FILE'.
23970         Patch by Volker Borchert.
23971
23972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23973         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23974         sys/fs_types.h, and make the link-test for getfsstat guard #include
23975         directives with appropriate #if HAVE_*_H tests so that we can
23976         detect getfsstat on Apple Darwin1.3.7 systems.
23977         Reported by Nelson Beebe.
23978         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23979
23980 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23981
23982         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23983         #defines strtoimax.  Also treat the other strto* functions
23984         like strtoimax.
23985
23986         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23987         Check for strtoul and strtoumax,
23988         as those declarations are made even in the signed case.
23989         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23990         Likewise, for strtol and strtoimax.
23991
23992 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23993
23994         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23995         #defines strtoimax.  Also treat the other strto* functions
23996         like strtoimax.
23997
23998         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23999         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
24000         (strtoimax, strtoumax): Do not declare if already defined as a macro.
24001
24002 2001-09-26  Jim Meyering  <meyering@lucent.com>
24003
24004         Most macros in unlocked-io.h had the wrong number of arguments.
24005         * lib/gen-uio: New script.
24006         (USE_UNLOCKED_IO): Define to 1 if not already defined.
24007         * lib/unlocked-io.hin: Remove file.
24008         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
24009         rather than trying to embed it here.
24010         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
24011         Reported by Padraig Brady.
24012
24013 2001-09-25  Volker Borchert  <bt@teknon.de>
24014
24015         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
24016         `result'.
24017
24018 2001-09-24  Jim Meyering  <meyering@lucent.com>
24019
24020         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
24021
24022 2001-09-23  Jim Meyering  <meyering@lucent.com>
24023
24024         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
24025         instead of the mere test for existence of mntent.h.  The latter
24026         would get a false-positive on AIX 3.4 systems.
24027         In the outer getmntent if-block, don't die if neither of the getmntent
24028         tests succeeds.  Instead, just fall through and continue with the
24029         remaining tests.
24030
24031 2001-09-23  Jim Meyering  <meyering@lucent.com>
24032
24033         * lib/mountlist.c: Remove useless parentheses in #if directives.
24034         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
24035         the deprecated MOUNTED symbol is no longer defined in mntent.h.
24036
24037 2001-09-22  Jim Meyering  <meyering@lucent.com>
24038
24039         * m4/gettext.m4: New file.  From gettext.
24040         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
24041         * m4/progtest.m4: Likewise
24042         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
24043         * m4/glibc21.m4: Likewise.
24044
24045         * m4/libintl.m4: Remove.  No longer used.
24046
24047 2001-09-22  Jim Meyering  <meyering@lucent.com>
24048
24049         * lib/localcharset.c: Update from latest gettext.
24050         * lib/config.charset: Likewise.
24051
24052 2001-09-20  Jim Meyering  <meyering@lucent.com>
24053
24054         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
24055         strtoimax.
24056         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
24057         strtoumax.
24058
24059 2001-09-20  Jim Meyering  <meyering@lucent.com>
24060
24061         * lib/xstrtol.c (strtoimax): Guard declaration with
24062         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
24063         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
24064         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
24065         (strtoumax): Likewise, for completeness (it wasn't necessary).
24066
24067 2001-09-17  Paul Eggert  <eggert@twinsun.com>
24068
24069         * lib/strtoimax.c (HAVE_LONG_LONG):
24070         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
24071         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
24072         to work around bug in IBM C compiler.
24073
24074 2001-09-17  Jim Meyering  <meyering@lucent.com>
24075
24076         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
24077         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
24078         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
24079         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
24080         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
24081         whenever the right hand side need not be expanded by the shell.
24082
24083 2001-09-16  Paul Eggert  <eggert@twinsun.com>
24084
24085         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
24086         library.  It's not correct, as some older glibcs are buggy.
24087         fnmatch wasn't fixed until glibc 2.2.
24088
24089         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
24090         special shell magic here.
24091
24092 2001-09-16  Jim Meyering  <meyering@lucent.com>
24093
24094         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24095         * m4/jm-macros.m4: Require it.
24096
24097 2001-09-16  Jim Meyering  <meyering@lucent.com>
24098
24099         * lib/mkdir.c: New file.
24100
24101 2001-09-15  Jim Meyering  <meyering@lucent.com>
24102
24103         * m4/jm-macros.m4: Check for help2man.
24104
24105 2001-09-11  Jim Meyering  <meyering@lucent.com>
24106
24107         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24108         The body, by Paul Eggert, was moved here from configure.in.
24109         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24110
24111 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24112
24113         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24114         (jm_PREREQ): Use it.
24115
24116 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24117
24118         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24119         Use ssize_t, not int, to store result of readlink.
24120         Check for ssize_t overflow as well as size_t overflow,
24121         as POSIX says the result of readlink is implementation-defined
24122         when ssize_t overflows.
24123         Remove unnecessary cast to char*.
24124         Use free+malloc instead of realloc, as the storage doesn't need
24125         to be preserved and it's clearer and can be more efficient that way.
24126         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24127         * lib/xreadlink.h (xreadlink): Update prototype.
24128
24129 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24130
24131         * lib/xgetcwd.c: Revert some of the previous change; intead,
24132         fix the HAVE_GETCWD_NULL code to behave more like the
24133         !HAVE_GETCWD_NULL code used to.
24134
24135         Include "xalloc.h".
24136         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24137         invoke xalloc_die.
24138
24139 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24140
24141         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24142         sys/param.h, as pathmax.h includes them.
24143
24144 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24145
24146         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24147         (jm_PREREQ_XGETCWD): New macro.
24148
24149         * m4/getcwd.m4: New file.
24150
24151 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24152
24153         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24154         like the HAVE_GETCWD_NULL code.
24155         Include pathmax.h if not HAVE_GETCWD.
24156         Do not include xalloc.h.
24157         (INITIAL_BUFFER_SIZE): New symbol.
24158         Do not use xmalloc / xrealloc, since the caller is responsible for
24159         handling errors.  Preserve errno around `free' during failure.
24160         Do not overrun buffer when using getwd.
24161
24162 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24163
24164         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24165         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24166         getcwd (NULL, 0).
24167
24168 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24169
24170         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24171         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24172         spotted by Jim Meyering.
24173
24174 2001-09-03  Jim Meyering  <meyering@lucent.com>
24175
24176         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24177         failure.
24178
24179 2001-09-02  Jim Meyering  <meyering@lucent.com>
24180
24181         * lib/error.c: Update from GNU libc.
24182
24183 2001-09-01  Jim Meyering  <meyering@lucent.com>
24184
24185         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24186         Used by df.
24187
24188 2001-09-01  Jim Meyering  <meyering@lucent.com>
24189
24190         * lib/xreadlink.c: New file.
24191         * lib/xreadlink.h: New file.
24192         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24193         xreadlink.h.
24194
24195         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24196         doesn't conflict with sparc Solaris 7's definition in
24197         /usr/include/sys/int_types.h.
24198
24199         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24200         files.
24201         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24202         and strncasecmp as r-values.  Unixware didn't have declarations.
24203
24204 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24205
24206         * lib/xstrtol.h: Add copyright notice.
24207         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24208         LONGINT_INVALID_SUFFIX_CHAR.
24209
24210 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24211
24212         * lib/xstrtol.c (strtoimax): New decl.
24213
24214 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24215
24216         * lib/xgetcwd.c: Don't include pathmax.h.
24217         Include stdlib.h and unistd.h if available.
24218         Include xalloc.h.
24219         (xmalloc, xstrdup, free): Remove decls.
24220         (xgetcwd): Don't assume sizes fit in unsigned.
24221         Check for overflow when computing sizes.
24222         Simplify reallocation code.
24223
24224 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24225
24226         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24227         a directory's st_size can have an arbitrary value, so the old
24228         usage could waste an arbitrary amount of memory.  All uses
24229         changed.
24230         * lib/savedir.h: Update prototype.
24231
24232 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24233
24234         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24235
24236         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24237         old strtoimax.c.
24238
24239         Also, make the following further changes to make this file's
24240         configuration more similar to that of strtol.c:
24241         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24242         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24243         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24244         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24245         changed to signed values.
24246
24247         And make the following changes as well:
24248         Fix copyright notice, as 1999 was missing.
24249         (verify): New macro.
24250         (strtoimax): Check sizes at compile-time, not run-time.
24251         Prefer strtol to strtoll if both work.
24252         (main): Remove; it was not that useful and was a pain to maintain.
24253
24254         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24255
24256 2001-08-31  Jim Meyering  <meyering@lucent.com>
24257
24258         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24259         Use an initial, malloc'd, buffer of length 128 rather than
24260         a statically allocated one of length 1024.
24261
24262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24263
24264         Simplify code, partly by assuming autoconf 2.52 semantics.
24265
24266         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24267
24268         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24269         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24270         All uses removed.
24271         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24272         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24273         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24274         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24275         jm_AC_HEADER_INTTYPES_H.
24276         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24277
24278         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24279
24280         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24281         Quote first arg of AC_DEFUN.
24282         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24283         since they are needed to parse the include file even if we need
24284         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24285         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24286         but with opposite signedness.
24287
24288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24289
24290         Merge 'exclude' changes from tar 1.13.22.
24291         This fixes one or two unlikely storage allocation overflow bugs,
24292         but doesn't change user-visible behavior otherwise.
24293
24294 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24295
24296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24297         (jm_PREREQ_EXCLUDE): New macro.
24298
24299 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24300
24301         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24302         tm to be declared.
24303
24304 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24305
24306         * lib/hash.c: Remove '2001' from copyright notice.
24307
24308 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24309
24310         * lib/full-write.h: New file.
24311         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24312         * lib/full-write.c: Correct credits, as cccp.c no longer
24313         exists and anyway it was so heavily changed from the old cccp
24314         code as to be unrecognizable.  Include full-write.h.
24315         (full_write) Return size_t, with short writes meaning failure.
24316         All callers changed.  This fixes a bug with large buffers
24317         on 64-bit hosts.
24318         * lib/utime.c: Include full-write.h.
24319
24320 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24321
24322         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24323         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24324         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24325         Include if available.
24326         (<xalloc.h>): Include
24327         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24328         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24329         collide with FNM macros.
24330         (struct patopts): New struct.
24331         (struct exclude): Use it, as exclude patterns now come with options.
24332         (new_exclude): Support above changes.
24333         (new_exclude, add_exclude_file):
24334         Initial size must now be a power of two to simplify overflow checking.
24335         (free_exclude, fnmatch_no_wildcards): New function.
24336         (excluded_filename): No longer requires options arg, as the options
24337         are determined by add_exclude.  Now returns bool, not int.
24338         (excluded_filename, add_exclude):
24339         Add support for the fancy new exclusion options.
24340         (add_exclude, add_exclude_file): Now takes int options arg.
24341         Check for arithmetic overflow when computing sizes.
24342         (add_exclude_file): xrealloc might modify errno, so don't
24343         realloc until after errno might be used.
24344
24345         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24346         New macros.
24347         (free_exclude): New decl.
24348         (add_exclude, add_exclude_file): Now takes int options arg.
24349         (excluded_filename): No longer requires options arg, as the options
24350         are determined by add_exclude.  Now returns bool, not int.
24351
24352 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24353
24354         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24355
24356 2001-08-27  Jim Meyering  <meyering@lucent.com>
24357
24358         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24359
24360         * lib/version-etc.c (N_): Remove definition.
24361         Revert most of last change.
24362         Instead, simply don't mark the `Copyright...' string for translation.
24363         Based on advice from Paul Eggert.
24364
24365         * lib/strtoxmax.c: Tweak comment.
24366
24367 2001-08-26  Jim Meyering  <meyering@lucent.com>
24368
24369         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24370
24371         * m4/xstrtoimax.m4: New file.
24372         * m4/xstrtoumax.m4: Add comments explaining why we
24373         AC_REPLACE_FUNCS(strtol).
24374
24375 2001-08-26  Jim Meyering  <meyering@lucent.com>
24376
24377         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24378         of copyright with `%s' so translators don't get an untranslated
24379         message in 2002.
24380         (COPYRIGHT_YEAR): Define.
24381         (version_etc): Use fprintf rather than fputs.
24382         Suggestion from Ulrich Drepper.
24383
24384         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24385
24386         * lib/strtoll.c: New file, from GNU libc.
24387         * lib/xstrtoimax.c: New file.
24388
24389         * lib/xstrtol.h: Add xstrtoimax.
24390         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24391         * lib/strtoimax.c: New file.  Likewise, but first define
24392         STRTOUXMAX_SIGNED.
24393
24394         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24395         ...
24396         * lib/strtoxmax.c: ... then renamed to this.
24397
24398 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24399
24400         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24401         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24402         (jm_AC_TYPE_INTMAX_T): New macro.
24403         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24404
24405         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24406
24407         * m4/longlong.m4: Renamed from ulonglong.m4.
24408         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24409         * m4/uintmax_t.m4: Removed.
24410
24411 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24412
24413         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24414         Port to Solaris 8, where 'sed' requires a space after the 'r'
24415         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24416         Redirect output to $tmp just once.
24417
24418 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24419
24420         * lib/addext.c (<errno.h>): Include.
24421         (errno): Declare if not defined.
24422         (addext): Work correctly when pathconf returns -1 and leaves
24423         errno alone because there is no limit.  Also, work even if
24424         pathconf returns a value greater than SIZE_MAX.
24425
24426 2001-08-12  Jim Meyering  <meyering@lucent.com>
24427
24428         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24429         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24430         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24431         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24432         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24433         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24434         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24435         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24436         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24437         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24438         utime.m4, utimes.m4, xstrtoumax.m4:
24439         Quote the first argument in each use of AC_DEFUN.
24440
24441 2001-08-12  Jim Meyering  <meyering@lucent.com>
24442
24443         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24444         Simply `return getcwd (NULL, 0);'.
24445         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24446         Use 1300 as initial value for length, not PATH_MAX.
24447
24448         * lib/pathmax.h: Clean up cpp syntax.
24449
24450 2001-08-12  Jim Meyering  <meyering@lucent.com>
24451
24452         * lib/gettimeofday.c: New file.
24453         * lib/gtod.h: New file.
24454         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24455
24456 2001-08-05  Jim Meyering  <meyering@lucent.com>
24457
24458         * m4/jm-macros.m4: Require autoconf-2.52.
24459
24460 2001-08-04  Jim Meyering  <meyering@lucent.com>
24461
24462         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24463         stmt, to get in sync with glibc.
24464
24465 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24466
24467         The following changes are from gettext 0.10.39 as maintained by
24468         Bruno Haible.
24469
24470         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24471         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24472         with inverted sense.  All uses changed.
24473
24474         * lib/mbswidth.c: Don't include <limits.h>.
24475         Include <stdlib.h> and <string.h> unconditionally.
24476         (iswcntrl, mbsinit, ISCNTRL): New macros.
24477         (mbsnwidth): Use K&R style function declarations.
24478         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24479         can optimize it when MB_CUR_MAX == 1.
24480         The width of control characters is zero, not 1.
24481
24482 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24483
24484         The following changes are from gettext 0.10.39 as maintained by
24485         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24486
24487         * m4/codeset.m4: Upgrade to serial AM1.
24488         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24489         all uses changed.  Quote first arg of AC_DEFUN.
24490         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24491
24492         * m4/iconv.m4: Upgrade to serial AM2.
24493         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24494         Add --with-libconv-prefix.
24495         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24496         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24497         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24498         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24499         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24500
24501         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24502         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24503         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24504         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24505         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24506         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24507         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24508         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24509         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24510
24511         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24512         string.h any more.
24513
24514         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24515         not the default value.
24516
24517         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24518         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24519         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24520         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24521         Also check for iswcntrl, used for wcwidth fallback.
24522         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24523         to Autoconf 2.13.
24524
24525 2001-08-03  Jim Meyering  <meyering@lucent.com>
24526
24527         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24528         as it was in the original.  Reported by Paul Eggert.
24529
24530 2001-07-16  Jim Meyering  <meyering@lucent.com>
24531
24532         * m4/gettimeofday.m4: New file.
24533         Prompted by a report from Bernhard Baehr.
24534
24535 2001-07-15  Jim Meyering  <meyering@lucent.com>
24536
24537         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24538         stuff. Now it's in ../Makefile.cfg.
24539
24540 2001-07-15  Jim Meyering  <meyering@lucent.com>
24541
24542         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24543         (BUILT_SOURCES): Add unlocked-io.h.
24544         (io_functions): Define.
24545         (unlocked-io.h): New rule.
24546         (DISTCLEANFILES): Add unlocked-io.h.
24547         (all-local): Depend on unlocked-io.h, to ensure it is created.
24548
24549         * lib/unlocked-io.hin: New file
24550
24551         * lib/regex.c: Update from glibc.
24552
24553 2001-07-05  Jim Meyering  <meyering@lucent.com>
24554
24555         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24556         recommendation.
24557         (libfetish_a_SOURCES): Put all .h files here instead.
24558         Remove a thus-exposed (better checks in automake) duplicate and
24559         two unnecessary .h files.
24560
24561 2001-07-04  Jim Meyering  <meyering@lucent.com>
24562
24563         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24564         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24565         distcheck failure.
24566
24567 2001-07-02  Jim Meyering  <meyering@lucent.com>
24568
24569         The following changes were prompted by suggestions from Bruno Haible.
24570
24571         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24572         is now generated.
24573         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24574         definition of EXTRA_DIST.
24575         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24576         ensure that the generated file is created/updated whenever the list
24577         of $(unlocked_functions) is changed.
24578         (jm-glibc-io.m4): New rule.
24579         (unlocked-io.h): New rule -- currently unused.
24580
24581 2001-06-24  Jim Meyering  <meyering@lucent.com>
24582
24583         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24584         unmatched right bracket, rather than kludging it with an extra,
24585         falsely-matching quote in a comment.  Patch by Akim Demaille.
24586
24587 2001-06-11  Jim Meyering  <meyering@lucent.com>
24588
24589         * lib/regex.c: Update from GNU libc.
24590
24591 2001-05-27  Jim Meyering  <meyering@lucent.com>
24592
24593         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24594         Check for ut_type in struct utmp.
24595
24596 2001-05-27  Jim Meyering  <meyering@lucent.com>
24597
24598         * lib/readutmp.h (UT_TYPE): Define.
24599
24600 2001-05-24  Jim Meyering  <meyering@lucent.com>
24601
24602         * lib/argmatch.c: Include "quote.h".
24603         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24604         quote function.  Reported by Göran Uddeborg.
24605
24606 2001-05-22  Jim Meyering  <meyering@lucent.com>
24607
24608         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24609         now that we use the package-supplied version unconditionally.
24610         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24611
24612 2001-05-21  Jim Meyering  <meyering@lucent.com>
24613
24614         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24615         shell syntax errors.
24616
24617 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24618
24619         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24620
24621 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24622
24623         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24624         Don't bother to check library strftime, since
24625         we'll be using our own my_strftime function anyway.
24626         Define my_strftime instead of strftime.
24627
24628 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24629
24630         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24631         which is not yet declared.
24632
24633 2001-05-15  Jim Meyering  <meyering@lucent.com>
24634
24635         * m4/regex.m4: Use proper quoting so brackets appear in the test
24636         program.
24637         Reported by, and with help from, Bruno Haible.
24638
24639 2001-05-13  Jim Meyering  <meyering@lucent.com>
24640
24641         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24642         undefined.
24643
24644 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24645
24646         dirname code cleanup.  base_name now behaves more compatibly
24647         with POSIX basename when given file names that have trailing
24648         slashes, and similarly for dir_name.  Add new primitives
24649         base_len and dir_len.  Put the directory-name-related decls
24650         into dirname.h.
24651
24652         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24653         * lib/backupfile.c (base_name): Likewise.
24654         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24655         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24656         * lib/makepath.c (strip_trailing_slashes): Likewise.
24657         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24658         ISSLASH): Likewise.
24659         * lib/rename.c (strip_trailing_slashes): Likewise.
24660         * lib/same.c (base_name): Likewise.
24661         * lib/stripslash.c (ISSLASH): Likewise.
24662
24663         * lib/addext.c: Include <dirname.h> after size_t is defined.
24664         * lib/backupfile.c: Likewise.
24665
24666         * lib/addext.c (addext): Use base_len to trim redundant
24667         trailing slashes instead of doing it ourselves.
24668         But do not trim the last slash if it is not redundant.
24669
24670         * lib/backupfile.c (find_backup_file_name,
24671         max_backup_version): Use base_len instead of rolling it ourselves.
24672         Handle the case of "" and (on DOS) "C:" correctly.
24673
24674         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24675         needed. Include <string.h>, <dirname.h>.
24676         (base_name): Allow file names ending in slashes, other than names
24677         that are all slashes.  In this case, return the basename followed
24678         by the slashes.  This is more general, and can be used in places
24679         where the original base_name purposely had an assertion failure.
24680         (base_len): New function.
24681
24682         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24683         Do not include <assert.h>; no longer needed.
24684         Include xalloc.h.
24685         (memrchr): Remove decl.
24686         (dir_name_r): Remove.
24687         (dir_len): Renamed from dirlen.  All callers changed.
24688         Rewrite in terms of base_name, for simplicity and consistency.
24689         (dir_name): Never return NULL.  All callers changed.
24690         Do not include <stdlib.h> in test program; no longer needed.
24691         return 0; is fine for test program.
24692
24693         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24694         New macros.
24695         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24696
24697         * lib/path-concat.c (path_concat): Use base_len to compute
24698         base length, not strlen; this means we cannot rely on memcpy
24699         to null-terminate.
24700
24701         * lib/same.c (STREQ): Remove.
24702         (same_name): Handle the case where the basename ends in trailing '/'.
24703
24704         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24705         a slash was stripped.  Do not strip the last slash after a
24706         file system prefix.
24707
24708 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24709
24710         * lib/Makefile.am (libfetish_a_SOURCES):
24711         Add strftime.c, since we now compile it on all hosts.
24712
24713         * lib/strftime.c (my_strftime):
24714         Define to nstrftime if emacs, but only if my_strftime is not defined.
24715         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24716         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24717         Add one more extra argument: a nanoseconds value.
24718         All uses changed.
24719         (ns): New macro.
24720         (my_strftime function): Add %N format.
24721         (emacs_strftimeu): Renamed from emacs_strftime,
24722         with extra ut argument.
24723
24724 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24725
24726         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24727
24728 2001-04-21  Jim Meyering  <meyering@lucent.com>
24729
24730         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24731         doesn't interfere.
24732
24733 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24734
24735         * m4/ftruncate.m4: Check for chsize.
24736         Link with ftruncate.o unconditionally if ftruncate is missing.
24737         This was required when cross-compiling to i586-mingw32msvc.
24738
24739 2001-04-08  Jim Meyering  <meyering@lucent.com>
24740
24741         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24742         recomputed; that's necessary when the offset spans a DST transition.
24743         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24744
24745 2001-04-02  Jim Meyering  <meyering@lucent.com>
24746
24747         * lib/regex.h, regex.c: Update from GNU libc.
24748
24749 2001-03-24  Jim Meyering  <meyering@lucent.com>
24750
24751         * m4/jm-macros.m4: Require autoconf-2.49d.
24752
24753 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24754
24755         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24756
24757 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24758
24759         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24760
24761 2001-03-17  Jim Meyering  <meyering@lucent.com>
24762
24763         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24764         now that the version in autoconf is equivalent.
24765         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24766
24767         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24768         Suggestion from Akim Demaille.
24769
24770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24771         (jm_PREREQ_TEMPNAME): New function.
24772
24773 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24774
24775         * lib/tempname.c (uint64_t): Define to uintmax_t if
24776         not defined, and if UINT64_MAX is not defined.
24777         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24778         Reported by John David Anglin.
24779
24780 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24781
24782         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24783         resolve alias if codeset is empty.
24784         * lib/config.charset (BeOS): Use wildcard syntax.
24785
24786 2001-03-13  Jim Meyering  <meyering@lucent.com>
24787
24788         * lib/path-concat.c (path_concat)
24789         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24790         concatenating e.g., `C:' and `foo'.
24791         From Bruno Haible.
24792
24793 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24794
24795         * lib/localcharset.c (locale_charset): Don't use
24796         setlocale(LC_CTYPE,NULL). Don't return NULL.
24797         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24798
24799 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24800
24801         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24802         support for DOS/DJGPP.
24803
24804 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24805
24806         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24807         lacks mkstemp.  Compile our own tempname.c if we compile our own
24808         mkstemp.c, as mkstemp relies on tempname.
24809
24810 2001-03-01  Jim Meyering  <meyering@lucent.com>
24811
24812         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24813         AH_VERBATIM really does output its argument verbatim.
24814
24815 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24816
24817         * lib/Makefile.am (libfetish_a_SOURCES):
24818         Add dup-safer.c, fopen-safer.c.
24819         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24820
24821         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24822         * lib/unistd-safer.h: New files.
24823
24824 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24825
24826         The mkstemp replacement is taken from glibc 2.2.2, with some
24827         portability fixes for use outside glibc, as follows:
24828
24829         * lib/tempname.c (struct_stat64): New macro.
24830         (direxists, __gen_tempname): Use it.
24831         This avoids a portability problem with Solaris 8.
24832
24833         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24834         (<stddef.h>, <stdint.h>, <string.h>):
24835         Include only if STDC_HEADERS || _LIBC.
24836         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24837         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24838         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24839         (__set_errno): Define this macro if <errno.h> doesn't.
24840         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24841         Define these macros if <stdio.h> doesn't.
24842         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24843         Define these macros if <sys/stat.h>
24844         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24845         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24846         __xstat64): Define if not _LIBC.
24847         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24848         (__gen_tempname): Invoke gettimeofday only if
24849         HAVE_GETTIMEOFDAY || _LIBC;
24850         otherwise, fall back on plain "time".
24851         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24852
24853         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24854
24855         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24856
24857 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24858
24859         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24860
24861 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24862
24863         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24864         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24865         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24866         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24867
24868 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24869
24870         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24871         Remove workaround macros for hosts that have mbrtowc but not
24872         mbstate_t, as we now insist on proper declarations for both
24873         before using mbrtowc.
24874
24875 2001-02-17  Jim Meyering  <meyering@lucent.com>
24876
24877         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24878         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24879         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24880         UnixWare 7.1.1.
24881
24882         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24883         rather than AC_CACHE_VAL.
24884
24885 2001-02-17  Jim Meyering  <meyering@lucent.com>
24886
24887         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24888         around included file name.
24889
24890         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24891
24892         * lib/strftime.c: Update from GNU libc (the only changes were to
24893         comments).
24894
24895 2001-02-17  Jim Meyering  <meyering@lucent.com>
24896
24897         * lib/regex.c: Update from libc.
24898
24899 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24900
24901         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24902         clash.
24903
24904 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24905
24906         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24907         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24908         Reported by Mark Hounschell via Paul Eggert.
24909
24910 2001-02-07  Jim Meyering  <meyering@lucent.com>
24911
24912         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24913
24914 2001-02-05  Jim Meyering  <meyering@lucent.com>
24915
24916         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24917         it includes the patch required for `large file' support with at least
24918         HP-UX's 10.20 /bin/cc.
24919
24920 2001-02-03  Jim Meyering  <meyering@lucent.com>
24921
24922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24923         AS_IF, now that it works once again (mysteriously).
24924         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24925
24926 2001-01-30  Jim Meyering  <meyering@lucent.com>
24927
24928         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24929         * m4/chown.m4: Rename conftestchown to conftest.chown.
24930         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24931         s/conftestdir2/conftest.d2/.
24932         * m4/utimes.m4: s/conftestdata/conftest.data/
24933         Inspired by Pavel Roskin's change in autoconf.
24934
24935 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24936
24937         * lib/config.charset: Update for FreeBSD 4.2.
24938
24939 2001-01-27  Jim Meyering  <meyering@lucent.com>
24940
24941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24942         a use of AS_IF.
24943         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24944
24945 2001-01-26  Jim Meyering  <meyering@lucent.com>
24946
24947         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24948         quotearg.c includes it.
24949
24950 2001-01-26  Jim Meyering  <meyering@lucent.com>
24951
24952         * lib/quotearg.c: Include stddef.h.
24953         * lib/quote.c: Include stddef.h.
24954         Reported by Axel Kittenberger.
24955
24956         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24957         line in double quotes so that it evokes a better diagnostic.
24958         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24959         Reported by Axel Kittenberger.
24960
24961 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24962
24963         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24964         as if it was a `charset'.
24965
24966 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24967
24968         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24969         has const.
24970
24971 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24972
24973         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24974         to avoid a warning.  Add back 'const' to inptr.
24975
24976 2001-01-20  Jim Meyering  <meyering@lucent.com>
24977
24978         Be sure that headers are checked before used in code compiled
24979         for the type checks.
24980         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24981         In place of that, invoke jm_CHECK_ALL_TYPES.
24982         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24983         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24984         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24985         The check for ssize_t was mistakenly run before the test for unistd.h.
24986
24987         The configure-time check for stdbool.h was missing.
24988         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24989         (jm_PREREQ_HASH): New function.
24990
24991 2001-01-17  Jim Meyering  <meyering@lucent.com>
24992
24993         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24994         for autoconf-2.49c.
24995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24996
24997 2001-01-16  Jim Meyering  <meyering@lucent.com>
24998
24999         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
25000         From Bruno Haible.
25001
25002 2001-01-14  Jim Meyering  <meyering@lucent.com>
25003
25004         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
25005         foo and bar.  Create conftestdir/ in the script, not in the C code.
25006         Remove directories in the script, not in the C code.
25007         Remove conftestdir{,2} before trying to create the directory.
25008         Make the entire configure script fail if the mkdir fails.
25009
25010 2001-01-14  Jim Meyering  <meyering@lucent.com>
25011
25012         * lib/rename.c: New file.  From Volker Borchert.
25013         Include stdlib.h, string.h or strings.h, and xalloc.h.
25014         Use strip_trailing_slashes rather than open-coding it.
25015
25016 2001-01-03  Paul Eggert  <eggert@twinsun.com>
25017
25018         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
25019
25020 2001-01-03  Jim Meyering  <meyering@lucent.com>
25021
25022         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
25023         of local `inptr' to avoid warning with some system declarations of
25024         iconv.
25025
25026 2001-01-02  Volker Borchert  <bt@teknon.de>
25027
25028         * m4/rename.m4: New file.
25029         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
25030
25031 2001-01-01  Jim Meyering  <meyering@lucent.com>
25032
25033         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
25034         even on systems with utmpx.h.  It's necessary for the declaration of
25035         utmp's ut_user member.  Reported by Andreas Jaeger.
25036
25037         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
25038         available. They are required for the declarations of getgrgid and
25039         getpwuid resp.
25040         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
25041         Reported by Andreas Jaeger.
25042
25043 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
25044
25045         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
25046         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
25047         so `make install' also works in VPATH builds.
25048
25049 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
25050
25051         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
25052         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
25053         can be used in subdirectories.
25054
25055 2000-12-29  Paul Eggert  <eggert@twinsun.com>
25056
25057         * lib/modechange.c: Do not assume that mode_t uses the
25058         traditional octal encoding.  E.g. "chmod 1 FOO" should set
25059         the other-execute bit of FOO even if S_IXOTH != 1.
25060
25061         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
25062         WOTH, XOTH, ALLM): New macros.
25063         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
25064          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
25065         Use them.
25066         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
25067         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
25068         (mode_compile):
25069         No need to use uintmax_t; unsigned long is long enough.
25070         Don't bother to get suffix since we don't use it.
25071
25072 2000-12-26  Jim Meyering  <meyering@lucent.com>
25073
25074         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
25075         better with autoheader.
25076
25077 2000-12-24  Jim Meyering  <meyering@lucent.com>
25078
25079         * lib/hash.c (is_prime): Return explicit boolean values.
25080         (hash_get_first): Return NULL to appease Irix5.6's 89.
25081         Reported by Nelson Beebe.
25082
25083 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
25084
25085         * lib/localcharset.c (locale_charset): Add support for Win32.
25086
25087 2000-12-18  Paul Eggert  <eggert@twinsun.com>
25088
25089         * lib/physmem.h, lib/physmem.c: New files.
25090
25091         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
25092         (noinst_HEADERS): Add physmem.h.
25093
25094         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25095         't' for compatibility with Solaris 8 sort.
25096
25097 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25098
25099         * lib/config.charset: Add support for BeOS.
25100
25101 2000-12-17  Jim Meyering  <meyering@lucent.com>
25102
25103         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25104         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25105
25106 2000-12-16  Jim Meyering  <meyering@lucent.com>
25107
25108         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25109         N and M) would have treated it like `chown N:N FILE'.
25110
25111         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25112
25113 2000-12-16  Jim Meyering  <meyering@lucent.com>
25114
25115         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25116         SHELLS_FILE to a file name that's useful on djgpp systems.
25117         Include stdlib.h.
25118         (ADDITIONAL_DEFAULT_SHELLS): Define.
25119         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25120         Based mostly on a patch from Prashant TR.
25121
25122 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25123
25124         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25125         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25126         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25127
25128 2000-12-08  Andreas Schwab  <schwab@suse.de>
25129
25130         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25131         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25132
25133 2000-12-07  Jim Meyering  <meyering@lucent.com>
25134
25135         * lib/stripslash.c (ISSLASH): Define.
25136         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25137         `/'.
25138         From Prashant TR.
25139
25140         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25141         (dir_name_r): Declare this function as static.
25142         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25143         manifest itself on a name containing a mix of slashes and
25144         backslashes.
25145         Make this function work with names starting with a DOS-style
25146         drive letter and colon prefix.
25147         (dir_name): Append `.' if necessary.
25148         Based mostly on patches from Prashant TR and Eli Zaretskii.
25149
25150         * lib/dirname.h (dir_name_r): Remove prototype.
25151
25152 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25153
25154         * m4/off_t-format.m4: Remove this file.
25155         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25156
25157 2000-12-06  Jim Meyering  <meyering@lucent.com>
25158
25159         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25160         replacement strtoull, we may well need the replacement strtoul, too.
25161         Check for declarations of strtoul and strtoull.
25162         Check for strtol.  Mainly as a cue to cause automake to include
25163         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25164         Check for limits.h -- strtol.c needs it.
25165
25166 2000-12-05  Jim Meyering  <meyering@lucent.com>
25167
25168         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25169
25170 2000-12-04  Jim Meyering  <meyering@lucent.com>
25171
25172         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25173         Also include memory.h, stdlib.h, unistd.h if appropriate.
25174         Reported by Andreas Jaeger (conflicting declaration of malloc).
25175
25176 2000-12-02  Jim Meyering  <meyering@lucent.com>
25177
25178         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25179         * m4/jm-macros.m4 (jm_MACROS): require it.
25180
25181 2000-12-02  Jim Meyering  <meyering@lucent.com>
25182
25183         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25184
25185 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25186
25187         * lib/memrchr.c: Include <config.h> before any system include file.
25188
25189 2000-11-30  Jim Meyering  <meyering@lucent.com>
25190
25191         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25192
25193 2000-11-30  Jim Meyering  <meyering@lucent.com>
25194
25195         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25196
25197 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25198
25199         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25200
25201 2000-11-26  Jim Meyering  <meyering@lucent.com>
25202
25203         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25204
25205 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25206
25207         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25208         size of (size_t) -1; it's not portable.
25209
25210 2000-11-17  Jim Meyering  <meyering@lucent.com>
25211
25212         * lib/strstr.c: Update from GNU libc.
25213
25214 2000-11-17  Akim Demaille  <akim@epita.fr>
25215
25216         * lib/obstack.h: Formatting changes.
25217         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25218         prevent type checking.
25219         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25220         cast the value to (void *): assigning a `foo *' to a `void *'
25221         variable is valid.
25222         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25223
25224 2000-11-16  Jim Meyering  <meyering@lucent.com>
25225
25226         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25227
25228 2000-11-11  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25231
25232 2000-11-10  Jim Meyering  <meyering@lucent.com>
25233
25234         * lib/obstack.h: Update from GNU libc.
25235         * lib/obstack.c: Likewise.
25236
25237 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25238
25239         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25240
25241 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25242
25243         * lib/getusershell.c (setusershell): Use rewind rather than
25244         fseek/fseeko, to avoid configuration hassles with fseeko.
25245         Don't bother opening SHELLS_FILE if shellstream is NULL;
25246         it's not necessary.
25247
25248 2000-11-05  Jim Meyering  <meyering@lucent.com>
25249
25250         * lib/makepath.h (make_dir): Declare.
25251         * lib/makepath.c (make_dir): Remove `static' attribute.
25252         Tweak a comment.
25253
25254 2000-11-04  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25257
25258 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25259
25260         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25261         last one in a bucket, advance to the next bucket.
25262
25263 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25264
25265         * lib/fnmatch.c: Do not comment out all the code if we are using
25266         the GNU C library, because in some cases we are replacing buggy
25267         code in the GNU C library itself.
25268
25269 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25270
25271         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25272         (regex_compile): Catch bogus \(\1\).
25273
25274 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25275
25276         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25277         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25278         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25279
25280 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25281
25282         * lib/error.h, getline.h, modechange.h:
25283         Remove "2000" from Copyright line, as the file hasn't been
25284         changed this year other than in the copyright notice.
25285
25286         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25287         was changed this year.
25288
25289 2000-10-29  Jim Meyering  <meyering@lucent.com>
25290
25291         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25292         renaming.
25293         * m4/ls-mntd-fs.m4: Likewise
25294
25295 2000-10-29  Jim Meyering  <meyering@lucent.com>
25296
25297         * lib/xstat.in: Fix grammar in comment.
25298
25299 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25300
25301         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25302         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25303         doesn't define __restrict_arr.
25304
25305 2000-10-28  Jim Meyering  <meyering@lucent.com>
25306
25307         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25308         (jm_PREREQ_MEMCHR): New function.
25309
25310 2000-10-28  Jim Meyering  <meyering@lucent.com>
25311
25312         * lib/memchr.c: Update from libc.
25313         Adjust for portability:
25314         [HAVE_STDLIB_H]: Include stdlib.h.
25315         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25316         Undef __memchr, too.
25317         [!weak_alias]: Define __memchr to memchr.
25318
25319         * lib/regex.c: Update from libc.
25320         * lib/regex.h: Likewise.
25321         * lib/getopt1.c: Likewise.
25322         * lib/memcmp.c: Likewise.
25323
25324         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25325         Avoid using fseek, when possible -- it's broken by design.
25326         Patch by Ulrich Drepper.
25327
25328 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25329
25330         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25331         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25332         Giving in to popular pressure to shut up the compiler with casts.
25333
25334 2000-10-26  Jim Meyering  <meyering@lucent.com>
25335
25336         * lib/strftime.c: Update from libc.
25337
25338 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25339
25340         * regex.c: More `unsigned char' -> `re_char' changes.
25341         Also change several `int' into `re_wchar_t'.
25342         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25343         (PUSH_FAILURE_POINTER): Don't cast any more.
25344         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25345         We want GCC to complain, since this piece of code makes
25346         re_match non-reentrant, which *should* be fixed.
25347         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25348         (EXTEND_BUFFER): Use RETALLOC.
25349         (SET_LIST_BIT): Don't cast.
25350         (re_wchar_t): New type.
25351         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25352         that those two functions will always properly return.
25353         (IMMEDIATE_QUIT_CHECK): Cast to void.
25354         (analyse_first): Use recursion rather than an explicit stack.
25355         (re_compile_fastmap): Can't fail anymore.
25356         (re_search_2): Don't check re_compile_fastmap for failure.
25357         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25358         Now also sets the new value (passed in a new argument).
25359         (re_match_2_internal): Use it.
25360         Also, use a new var `reg' of type size_t when looping through regs
25361         rather than reuse the inappropriate `mcnt'.
25362
25363 2000-10-25  Jim Meyering  <meyering@lucent.com>
25364
25365         * lib/obstack.c: Update from libc.
25366
25367 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25368
25369         * regex.c (regex_compile): Change the way of handling a range from
25370         a char less than 256 to a char not less than 256.
25371
25372 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25373
25374         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25375         NT-Emacs only.
25376         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25377         so that re_search functions only quit when callers expect them to.
25378
25379 2000-10-23  Jim Meyering  <meyering@lucent.com>
25380
25381         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25382         wrong.  That set_locale call must not have any side effects.
25383         From Paul Eggert.
25384
25385 2000-10-22  Jim Meyering  <meyering@lucent.com>
25386
25387         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25388         [CYCLIC]: Remove now-unused definition.
25389
25390         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25391         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25392         Suggestion from Ulrich Drepper.
25393
25394 2000-10-21  Jim Meyering  <meyering@lucent.com>
25395
25396         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25397         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25398         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25399
25400 2000-10-21  Jim Meyering  <meyering@lucent.com>
25401
25402         * lib/dirname.c (memrchr): Declare if necessary.
25403         (dir_name): Remove the restriction that there be no
25404         trailing slashes.  Now, this code skips past them, effectively
25405         ignoring them.
25406         [TEST_DIRNAME] (main): New unit tests.
25407
25408         * lib/memrchr.c: New file from GNU libc.
25409         Undef __memrchr, too.
25410         [!weak_alias]: Define __memrchr to memrchr.
25411         Guard weak_alias use with `#ifdef weak_alias'.
25412
25413 2000-10-21  Jim Meyering  <meyering@lucent.com>
25414
25415         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25416         (dir_name): Use dir_name_r.
25417         * lib/dirname.h (dir_name_r): Declare it.
25418
25419 2000-10-17  Jim Meyering  <meyering@lucent.com>
25420
25421         * lib/quote.h (PARAMS): Define and use.
25422         Reported by Akim Demaille.
25423
25424         * lib/getopt.c: Update from libc.
25425
25426 2000-10-16  Jim Meyering  <meyering@lucent.com>
25427
25428         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25429         setlocale.
25430         From Jan Fedak.
25431
25432 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25433
25434         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25435
25436 2000-09-25  Jim Meyering  <meyering@lucent.com>
25437
25438         * lib/md5.h (rol): Define (from GnuPG).
25439
25440         * lib/sha.c: Give credit (GnuPG) where due.
25441         (M): Use rol rather than open-coding it.
25442         Add a FIXME comment.
25443
25444 2000-09-21  Jim Meyering  <meyering@lucent.com>
25445
25446         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25447         Reported by Michael Stone.
25448
25449 2000-09-20  Jim Meyering  <meyering@lucent.com>
25450
25451         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25452         (noinst_HEADERS): Add sha.h.
25453         Based on code from Scott G. Miller and from GnuPG.
25454
25455 2000-09-18  Jim Meyering  <meyering@lucent.com>
25456
25457         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25458         LIBS. Otherwise, everyone ends up linking with -lelf for some
25459         configurations.
25460         Reported by Mike Stone.
25461
25462 2000-09-15  Jim Meyering  <meyering@lucent.com>
25463
25464         * lib/regex.c: Update from libc.
25465
25466 2000-09-10  Jim Meyering  <meyering@lucent.com>
25467
25468         * lib/getopt.c (_getopt_internal): Update from glibc.
25469
25470 2000-09-09  Jim Meyering  <meyering@lucent.com>
25471
25472         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25473         think it should be used as a general replacement for isascii.
25474         * lib/fnmatch.c: Likewise.
25475         * lib/mbswidth.c: Likewise
25476         * lib/regex.c: Likewise.
25477
25478         Don't use atoi.
25479         * lib/userspec.c: Include sys/param.h and limits.h.
25480         Include xstrtol.h.
25481         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25482         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25483         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25484         UID, GID.  Check range.
25485
25486 2000-09-06  Jim Meyering  <meyering@lucent.com>
25487
25488         * lib/getopt.c (_getopt_internal): Update from glibc.
25489
25490 2000-08-30  Jim Meyering  <meyering@lucent.com>
25491
25492         * lib/strftime.c: Merge in changes from GNU libc.
25493
25494 2000-08-26  Jim Meyering  <meyering@lucent.com>
25495
25496         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25497         * m4/fpending.m4: New file.
25498
25499 2000-08-26  Jim Meyering  <meyering@lucent.com>
25500
25501         * lib/closeout.c: Include "__fpending.h".
25502         (close_stdout_status): Return right away if there's nothing to flush.
25503
25504         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25505         * lib/__fpending.c: New file.
25506         * lib/__fpending.h: New file.
25507
25508 2000-08-20  Jim Meyering  <meyering@lucent.com>
25509
25510         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25511         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25512         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25513
25514 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25515
25516         Improve fileutils installation on systems where running
25517         programs (like install) can't be unlinked.
25518         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25519         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25520
25521 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25522
25523         Standardize on "memory exhausted" instead of "Memory exhausted"
25524         or "virtual memory exhausted".
25525         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25526         "virtual memory exhausted".
25527         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25528         our own message.
25529         * lib/userspec.c (parse_user_spec): Likewise.
25530         * lib/bumpalloc.h: comment fix
25531         * lib/same.c, userspec.c: Include xalloc.h.
25532
25533         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25534         not char *const and pointing to a constant array.
25535         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25536         (xrealloc): Comment fix.
25537
25538         * lib/userspec.c (parse_user_spec):
25539         Don't translate a message until just before returning,
25540         to avoid unnecessary translation.
25541
25542 2000-08-07  Jim Meyering  <meyering@lucent.com>
25543
25544         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25545         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25546         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25547         getgroups.c, gethostname.c, getopt.h, group-member.c,
25548         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25549         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25550         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25551         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25552         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25553         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25554         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25555         yesno.c: Back out Copyright date changes for each file with no change
25556         this year.  This eases coordination with other programs using the same
25557         source code modules.  From Paul Eggert.
25558
25559 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25560
25561         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25562         not char, for compatibility with glibc 2.1.3 strftime.c.
25563
25564 2000-08-03  Greg McGary  <greg@mcgary.org>
25565
25566         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25567         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25568         (EXTEND_BUFFER): Use them.
25569
25570 2000-08-01  Jim Meyering  <meyering@lucent.com>
25571
25572         * lib/dirname.c (ISSLASH): Define.
25573         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25574         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25575         both `\' and `/' may be use as path separators.
25576         Based on a patch from Prashant TR.
25577
25578 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25579
25580         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25581         slot vector a constant, since it might get modified.
25582
25583 2000-07-31  Jim Meyering  <meyering@lucent.com>
25584
25585         * lib/xmalloc.c: Use `virtual memory exhausted', not
25586         `Memory exhausted'.
25587         * lib/obstack.c (print_and_abort): Likewise.
25588
25589 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25590
25591         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25592         buffer, so that the caller can always quote one small
25593         component of a "memory exhausted" message in slot 0.
25594         From a suggestion by Jim Meyering.
25595
25596 2000-07-30  Jim Meyering  <meyering@lucent.com>
25597
25598         * lib/makepath.c (make_path): Quote the other instance, too.
25599
25600         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25601         (STATIC_BUF_SIZE): Define.
25602         (quotearg_n_options): Use only statically allocated storage when
25603         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25604         than STATIC_BUF_SIZE.
25605
25606 2000-07-29  Jim Meyering  <meyering@lucent.com>
25607
25608         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25609         * lib/dirname.c (dir_name): Likewise.
25610
25611         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25612         `/'.
25613
25614         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25615         (dir_name): Assert that there are no trailing slashes.
25616
25617 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25618
25619         * lib/mbswidth.h (mbswidth): Add a flags argument.
25620         (mbswidth): New declaration.
25621         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25622         * lib/mbswidth.c (mbswidth): Add a flags argument.
25623         (mbsnwidth): New function.
25624
25625 2000-07-24  Jim Meyering  <meyering@lucent.com>
25626
25627         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25628
25629 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25630
25631         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25632
25633 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25634
25635         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25636         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25637         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25638         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25639         invoke multibyte primitives.
25640
25641 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25642
25643         * lib/quotearg.c:
25644         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25645         so that mbstate_t is always defined.
25646
25647         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25648         be 1 in at least one GCC installation, and this configuration
25649         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25650         performance on hosts that have mbrtowc but have only unibyte
25651         locales, but I assume these hosts are rare.
25652
25653 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25654
25655         * lib/mbswidth.c (_XOPEN_SOURCE):
25656         Don't define; this causes problems on Solaris 7.
25657         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25658
25659 2000-07-23  Jim Meyering  <meyering@lucent.com>
25660
25661         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25662         too: getgrgid, getpwuid, getuid.
25663
25664 2000-07-23  Jim Meyering  <meyering@lucent.com>
25665
25666         * lib/basename.c (base_name): Add an assertion.
25667
25668 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25669
25670         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25671         shadow its mbsinit function.
25672
25673 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25674
25675         * lib/mbswidth.h: New file.
25676         * lib/mbswidth.c: New file.
25677         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25678         (noinst_HEADERS): Add mbswidth.h.
25679
25680 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25681
25682         * lib/config.charset: Add support for FreeBSD. Improve support for
25683         HP-UX and IRIX 6.
25684
25685 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25686
25687         * m4/mbswidth.m4: New file.
25688         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25689
25690 2000-07-15  Jim Meyering  <meyering@lucent.com>
25691
25692         * lib/makepath.c: Include quote.h.
25693         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25694         corresponding argument in a `quote (...)' call.
25695         Give better diagnostics.
25696
25697         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25698         (noinst_HEADERS): Add quote.h.
25699
25700         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25701         from tar's src/misc.c.
25702         * lib/quote.h: New file.  Prototypes for same.
25703
25704 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25705
25706         From a suggestion by Bruno Haible.
25707         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25708         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25709         to decide whether to define the BeOS workaround macro;
25710         this adjusts to the change to AC_MBSTATE_T.
25711
25712 2000-07-14  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25715         jm_AC_TYPE_UINTMAX_T.
25716
25717 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25718
25719         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25720
25721         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25722         quotearg_buffer_restyled): Add support for
25723         clocale_quoting_style.  Undo previous change to
25724         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25725         and "{RIGHT QUOTATION MARK}" msgids.
25726
25727 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25728
25729         From a suggestion by Bruno Haible.
25730         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25731         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25732         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25733         and mbstate_t, to a single-part test that simply defines mbstate_t.
25734         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25735         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25736
25737 2000-07-10  Jim Meyering  <meyering@lucent.com>
25738
25739         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25740
25741         * m4/gnu-source.m4: Output to confdefs.h directly.
25742         Suggestion from Akim Demaille.
25743
25744 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25745
25746         The old behavior of quoting `like this' doesn't look good with
25747         newer, ISO-style fonts.  See:
25748         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25749
25750         Instead, quote "like this" by default.  Let the translator
25751         tailor the locale-specific quoting behavior by providing
25752         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25753
25754         * lib/quotearg.c (N_): New macro.
25755         (gettext_default): New function.
25756         (quotearg_buffer_restyled): Use
25757         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25758         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25759
25760 2000-07-09  Jim Meyering  <meyering@lucent.com>
25761
25762         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25763         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25764
25765         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25766         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25767
25768 2000-07-09  Jim Meyering  <meyering@lucent.com>
25769
25770         * lib/Most files: Update copyright dates to include 2000.
25771
25772 2000-07-08  Jim Meyering  <meyering@lucent.com>
25773
25774         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25775         if not defined.
25776         (xgethostname): Remove now-unnecessary #ifdef.
25777         Move declaration of `err' into loop where it's used.
25778
25779 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25780         and Bruno Haible  <haible@clisp.cons.org>
25781
25782         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25783         only if the test for an object-type mbstate_t fails.  This
25784         prevents us from mistakenly reporting that mbstate_t is a
25785         system object type after we "#define mbstate_t int" to work
25786         around its lack.
25787
25788 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25789         and Bruno Haible  <haible@clisp.cons.org>
25790
25791         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25792
25793 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25794
25795         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25796         to strerror_r.
25797         Include <ctype.h> for use of isalpha.
25798
25799 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25800
25801         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25802         by allocating a larger buffer. Test the gethostname return value for
25803         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25804         returns an error and ENAMETOOLONG isn't defined.
25805
25806 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25807
25808         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25809         dimension.
25810
25811 2000-07-04  Jim Meyering  <meyering@lucent.com>
25812
25813         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25814         of the deprecated AC_CHECKING.
25815
25816 2000-07-04  Jim Meyering  <meyering@lucent.com>
25817
25818         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25819         Reported by Bruno Haible.
25820
25821 2000-07-04  Jim Meyering  <meyering@lucent.com>
25822
25823         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25824         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25825         lacks mbrtowc.
25826
25827 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25828
25829         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25830         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25831
25832 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25833         and Bruno Haible  <haible@clisp.cons.org>
25834
25835         * lib/quotearg.c (mbrtowc):
25836         Assign to *pwc, and return 1 only if result is nonzero.
25837         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25838
25839 2000-07-03  Jim Meyering  <meyering@lucent.com>
25840
25841         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25842
25843 2000-07-03  Jim Meyering  <meyering@lucent.com>
25844
25845         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25846         This is necessary to get a definition of e.g., UTMP_FILE on
25847         HP-UX 10.20.
25848         From Bob Proulx.
25849
25850 2000-07-02  Jim Meyering  <meyering@lucent.com>
25851
25852         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25853
25854         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25855         AC_LIBOBJ(function_name).
25856         * m4/chown.m4: Likewise.
25857         * m4/fnmatch.m4: Likewise.
25858         * m4/ftruncate.m4: Likewise.
25859         * m4/getgroups.m4: Likewise.
25860         * m4/getline.m4: Likewise.
25861         * m4/group-member.m4: Likewise.
25862         * m4/jm-macros.m4: Likewise.
25863         * m4/lstat.m4: Likewise.
25864         * m4/malloc.m4: Likewise.
25865         * m4/memcmp.m4: Likewise.
25866         * m4/nanosleep.m4: Likewise.
25867         * m4/putenv.m4: Likewise.
25868         * m4/realloc.m4: Likewise.
25869         * m4/regex.m4: Likewise.
25870         * m4/stat.m4: Likewise.
25871         * m4/strftime.m4: Likewise.
25872
25873 2000-07-02  Jim Meyering  <meyering@lucent.com>
25874
25875         * lib/quotearg.c (mbstate_t): Don't define here.
25876
25877 2000-07-02  Jim Meyering  <meyering@lucent.com>
25878
25879         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25880
25881 2000-07-01  Jim Meyering  <meyering@lucent.com>
25882
25883         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25884
25885 2000-07-01  Jim Meyering  <meyering@lucent.com>
25886
25887         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25888         problem.
25889
25890 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25891
25892         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25893         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25894
25895 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25896
25897         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25898         per change in ../m4/ls-mntd-fs.m4.
25899         (read_filesystem_list): Ignore symbolic links.
25900
25901 2000-06-29  Jim Meyering  <meyering@lucent.com>
25902
25903         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25904         for declaration of strcmp.
25905
25906         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25907
25908         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25909         Avoid warning by casting result to `char *' to remove `const'.
25910
25911 2000-06-28  Jim Meyering  <meyering@lucent.com>
25912
25913         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25914         included by quotearg.c, for which we perform this test.  From
25915         Bruno Haible.
25916
25917 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25918
25919         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25920         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25921         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25922
25923 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25924
25925         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25926
25927 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25928
25929         savedir now sets errno on failure and invokes xmalloc to get memory.
25930         Fix a couple of other minor bugs while we're at it.
25931
25932         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25933         (NAMLEN): Remove macro.
25934         (malloc, realloc): Remove decls.
25935         (stpcpy): Likewise.
25936         ("xalloc.h"): Include.
25937         (NAME_SIZE_DEFAULT): New macro.
25938         (savedir): Use xmalloc / xrealloc to allocate memory.
25939         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25940         Skip "" directory entries.
25941         Use strlen to calculate directory entry length, since the old method
25942         is rarely used these days and isn't worth supporting.
25943         Don't use a pointer after freeing it.
25944         Check for integer overflow when calculating allocation size.
25945         Use memcpy to copy entries, instead of stpcpy.
25946         Set errno properly when returning NULL.
25947         Check for readdir error.
25948
25949 2000-06-26  Jim Meyering  <meyering@lucent.com>
25950
25951         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25952
25953 2000-06-25  Jim Meyering  <meyering@lucent.com>
25954
25955         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25956         Linux header bug when _XOPEN_SOURCE is defined to 500.
25957
25958 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25959
25960         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25961         deficiency.
25962
25963 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25964
25965         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25966         Include xalloc.h.
25967         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25968
25969 2000-06-24  Jim Meyering  <meyering@lucent.com>
25970
25971         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25972         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25973         for which strerror does return char*, but which lacks a conveniently
25974         accessible declaration of the function.  If the compile-test says
25975         strerror_r doesn't work, then resort to a `run'-test that works on
25976         BeOS and segfaults on DEC Unix.
25977
25978 2000-06-24  Jim Meyering  <meyering@lucent.com>
25979
25980         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25981
25982 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25983
25984         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25985         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25986
25987 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25988
25989         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25990         (mbrtowc, mbstate_t): Define substitutes if
25991         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25992         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25993         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25994
25995 2000-06-23  Jim Meyering  <meyering@lucent.com>
25996
25997         * m4/afs.m4: Add missing AC_MSG_RESULT.
25998         Reported by Bruno Haible.
25999
26000         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
26001         Suggestion from Bruno Haible.
26002
26003 2000-06-23  Jim Meyering  <meyering@lucent.com>
26004
26005         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
26006
26007 2000-06-21  Jim Meyering  <meyering@lucent.com>
26008
26009         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
26010
26011 2000-06-21  Jim Meyering  <meyering@lucent.com>
26012
26013         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
26014         (noinst_HEADERS): Add getstr.h.
26015
26016         * lib/getline.c (getstr): Move into a separate file.
26017         * lib/getstr.c (getstr): New file, extracted from getline.c, with
26018         the following changes: new parameter, delim2; both delim[12]
26019         parameters have type `int', not `char'.  The latter would lose
26020         with 8-bit delimiters.
26021         * lib/getstr.h: New file.
26022
26023 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26024
26025         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
26026         than 1024, return a memory chunk of least possible size, instead
26027         of size PATH_MAX + 2. In the loop, increment the size proportionally.
26028         Use free/xmalloc instead of xrealloc to avoid copying for very long
26029         paths.
26030
26031 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26032
26033         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
26034         the empty string.
26035
26036 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
26037
26038         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
26039         address, not strdup.  Include <stdlib.h> and don't declare free().
26040
26041 2000-06-19  Jim Meyering  <meyering@lucent.com>
26042
26043         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
26044
26045 2000-06-18  Jim Meyering  <meyering@lucent.com>
26046
26047         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
26048
26049         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
26050         `checking whether...' message to be consistent with that of the
26051         lstat test.
26052
26053 2000-06-18  Jim Meyering  <meyering@lucent.com>
26054
26055         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
26056         Besides, these days every porting target provides a mkdir function.
26057
26058         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
26059         needed. (this snippet comes from src/system.h).
26060
26061 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
26062
26063         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
26064
26065 2000-06-15  Paul Eggert  <eggert@twinsun.com>
26066
26067         * lib/human.c (adjust_value): New function.
26068         (human_readable_inexact): Apply rounding style even when
26069         printing approximate values.
26070
26071 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26072
26073         * lib/human.c (human_readable_inexact): Allow an input block
26074         size that is not a multiple of the output block size, and vice versa.
26075         Reported by Piergiorgio Sartor.
26076
26077 2000-06-14  Paul Eggert  <eggert@twinsun.com>
26078
26079         * lib/getdate.y (get_date): Apply relative times after time
26080         zone indicator, not before.  Reported by Todd A. Jacobs.
26081
26082 2000-06-13  Jim Meyering  <meyering@lucent.com>
26083
26084         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
26085
26086         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
26087
26088 2000-06-12  Paul Eggert  <eggert@twinsun.com>
26089
26090         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
26091
26092 2000-06-12  Jim Meyering  <meyering@lucent.com>
26093
26094         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26095         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26096         optional argument.
26097         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26098         the optional argument, `lib'.
26099
26100 2000-06-08  Jim Meyering  <meyering@lucent.com>
26101
26102         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26103
26104 2000-06-04  Paul Eggert  <eggert@twinsun.com>