f330998bcf8a7bdd3ad7b0670751a1329ec66811
[gnulib.git] / ChangeLog
1 2007-02-22  Jim Meyering  <jim@meyering.net>
2
3         * modules/utimens (Depends-on): Add timespec, required for
4         utimens.h's inclusion of timespec.h.
5
6 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7
8         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
9         long unreadable paths in GNU/Linux.  Problem reported by Andreas
10         Schwab in
11         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12         I'll try to think of a better way to fix the Solaris problem.
13
14         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
15         like glibc; on Solaris 10, it fails with errno == EINVAL.
16         POSIX says the behavior is unspecified if the first argument is NULL,
17         so play it safe and never pass NULL to the system getcwd.
18
19 2007-02-21  Jim Meyering  <jim@meyering.net>
20
21         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
22         of gettimeofday.  It would conflict with the one now always
23         provided via sys_time_.h.  Reported by Matthew Woehlke, as
24         an IRIX 6.5 build failure.
25
26 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
27
28         Minor fixups to port to Solaris 10 with Sun C 5.8.
29         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
30         * modules/getcwd (Depends-on): Add dirfd.
31         * lib/putenv.c (putenv): #undef it.
32         (rpl_putenv): New decl.
33         (malloc, free): Include <stdlib.h> rather than prototyping separately.
34
35 2007-02-20  Bruno Haible  <bruno@clisp.org>
36
37         * modules/stdio-tests: New file.
38         * tests/test-stdio.c: New file.
39
40         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
41         (Depends-on): Add stdio.
42         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
43         (Include): Use <stdio.h> instead of vsnprintf.h.
44         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
45         HAVE_DECL_VSNPRINTF.
46         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
47
48         * modules/snprintf (Files): Remove lib/snprintf.h.
49         (Depends-on): Add stdio.
50         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
51         (Include): Use <stdio.h> instead of snprintf.h.
52         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
53         HAVE_DECL_SNPRINTF.
54         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
55         * lib/getaddrinfo.c: Likewise.
56
57         * modules/stdio: New file.
58         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
59         * lib/snprintf.h: Remove file.
60         * lib/vsnprintf.h: Remove file.
61         * lib/.cppi-disable: Remove snprintf.h.
62         * m4/stdio_h.m4: New file.
63         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
64
65 2007-02-20  Jim Meyering  <jim@meyering.net>
66
67         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
68         used by e.g., mingw.  From Bruno Haible.
69
70 2007-02-19  Bruno Haible  <bruno@clisp.org>
71
72         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
73         warnings.
74         Reported by Ben Pfaff <blp@cs.stanford.edu>.
75
76 2007-02-19  Bruno Haible  <bruno@clisp.org>
77
78         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
79         from mingw users.
80
81 2007-02-19  Bruno Haible  <bruno@clisp.org>
82
83         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
84         warnings.
85         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
86
87 2007-02-19  Jim Meyering  <jim@meyering.net>
88
89         Don't use FD after a successful "fdopendir (fd)".
90         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
91         Reset it by calling dirfd on the just-obtained DIR*.
92
93         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
94         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
95
96 2007-02-18  Bruno Haible  <bruno@clisp.org>
97
98         * lib/readlink.c: Include <unistd.h>.
99         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
100         HAVE_READLINK.
101         * modules/readlink (Depends-on): Add unistd.
102         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
103         (Include): Add <unistd.h>.
104
105         * lib/getlogin_r.h: Remove file.
106         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
107         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
108         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
109         HAVE_DECL_GETLOGIN_R.
110         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
111         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
112         (Include): Use <unistd.h> instead of getlogin_r.h.
113
114         * lib/getcwd.h: Remove file.
115         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
116         * lib/xgetcwd.c: Likewise.
117         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
118         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
119         * modules/getcwd (Files): Remove lib/getcwd.h.
120         (Depends-on): Add unistd.
121         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
122         (Include): Use <unistd.h> instad of getcwd.h.
123
124         * lib/ftruncate.c: Include <unistd.h> first.
125         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
126         Set HAVE_FTRUNCATE.
127         * modules/ftruncate (Depends-on): Add unistd.
128         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
129
130         * lib/fchdir.c: Include <unistd.h> first.
131         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
132         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
133         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
134         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
135         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
136
137         * lib/dup2.c: Include <unistd.h> first.
138         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
139         HAVE_DUP2.
140         * modules/dup2 (Depends-on): Add unistd.
141         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
142
143         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
144         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
145         REPLACE_CHOWN. Don't define chown as a macro here.
146         * modules/chown (Depends-on): Add unistd.
147         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
148
149         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
150         Add definition for GL_LINK_WARNING.
151         (chown, dup2): New declarations.
152         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
153         link warning.
154         (ftruncate): New declaration.
155         (getcwd): New declaration, taken from old getcwd.h.
156         (getlogin_r): New declaration, taken from old getlogin_r.h.
157         (readlink): New declaration.
158         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
159         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
160         (gl_PREREQ_UNISTD): Remove macro.
161         (gl_UNISTD_MODULE_INDICATOR): New macro.
162         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
163         many new variables. Don't set UNISTD_H.
164         * modules/unistd (Description): Change.
165         (Depends-on): Add link-warning.
166         (configure.ac): Update.
167         (Makefile.am): Create unistd.h always. Substitute many new variables
168         into it.
169
170 2007-02-18  Bruno Haible  <bruno@clisp.org>
171
172         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
173         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
174         HAVE_GETSUBOPT.
175         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
176         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
177         * lib/getsubopt.h: Remove file.
178         * modules/getsubopt (Files): Remove lib/getsubopt.h.
179         (Depends-on): Add stdlib.
180         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
181         (Includes): Use <stdlib.h> instead of getsubopt.h.
182         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
183         Set HAVE_GETSUBOPT.
184         * lib/getsubopt.c: Don't include getsubopt.h.
185
186 2007-02-18  Bruno Haible  <bruno@clisp.org>
187
188         * modules/fchdir (Depends-on): Add dup2.
189
190 2007-02-18  Bruno Haible  <bruno@clisp.org>
191
192         * lib/stdlib_.h: Handle glibc's special invocation convention
193         specially.
194
195 2007-02-18  Bruno Haible  <bruno@clisp.org>
196
197         * modules/stdlib-tests: New file.
198         * tests/test-stdlib.c: New file.
199
200         * modules/mkstemp (Files): Remove lib/mkstemp.h.
201         (Depends-on): Add stdlib.
202         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
203         (Includes): Use <stdlib.h> instead of mkstemp.h.
204         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
205         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
206         * lib/mkstemp.c: Don't include mkstemp.h.
207         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
208         * lib/stdlib--.h: Don't include mkstemp.h.
209
210         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
211         (Depends-on): Add stdlib.
212         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
213         (Includes): Use <stdlib.h> instead of mkdtemp.h.
214         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
215         HAVE_MKDTEMP.
216         * lib/mkdtemp.c: Don't include mkdtemp.h.
217         * lib/clean-temp.c: Don't include mkdtemp.h.
218
219         * modules/exit (Files): Remove lib/exit.h.
220         (Depends-on): Add stdlib.
221         (Makefile.am): Remove lib_SOURCES.
222         (Include): Use <stdlib.h> instead of exit.h.
223         * lib/argmatch.c: Don't include exit.h.
224         * lib/execute.c: Likewise.
225         * lib/pagealign_alloc.c: Likewise.
226         * lib/pipe.c: Likewise.
227         * lib/wait-process.c: Likewise.
228         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
229         * lib/exitfail.c: Likewise.
230         * lib/savewd.c: Likewise.
231         * lib/xsetenv.c: Likewise.
232
233         * modules/stdlib: New file.
234         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
235         and extra comments about mkstemp().
236         * lib/exit.h: Remove file.
237         * lib/mkdtemp.h: Remove file.
238         * lib/mkstemp.h: Remove file.
239         * m4/stdlib_h.m4: New file.
240         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
241
242 2007-02-18  Bruno Haible  <bruno@clisp.org>
243
244         * modules/math-tests: New file.
245         * tests/test-math.c: New file.
246
247         * modules/math: New file.
248         * modules/mathl (Files): Remove lib/mathl.h.
249         (Depends-on): Add math.
250         (Makefile.am): Don't mention mathl.h.
251         (Include): Use <math.h> instead of mathl.h.
252         * lib/math_.h: New file.
253         * lib/mathl.h: Remove file.
254         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
255         mathl.h.
256         * lib/asinl.c: Likewise.
257         * lib/atanl.c: Likewise.
258         * lib/ceill.c: Likewise.
259         * lib/cosl.c: Likewise.
260         * lib/expl.c: Likewise.
261         * lib/floorl.c: Likewise.
262         * lib/frexpl.c: Likewise.
263         * lib/ldexpl.c: Likewise.
264         * lib/logl.c: Likewise.
265         * lib/sincosl.c: Likewise.
266         * lib/sinl.c: Likewise.
267         * lib/sqrtl.c: Likewise.
268         * lib/tanl.c: Likewise.
269         * lib/trigl.c: Likewise.
270         * m4/math_h.m4: New file.
271         * MODULES.html.sh (Mathematics): Add math.
272
273 2007-02-17  Bruno Haible  <bruno@clisp.org>
274
275         * modules/wctype-tests: New file.
276         * tests/test-wctype.c: New file.
277
278         * modules/wchar-tests: New file.
279         * tests/test-wchar.c: New file.
280
281         * modules/unistd-tests: New file.
282         * tests/test-unistd.c: New file.
283
284         * modules/time-tests: New file.
285         * tests/test-time.c: New file.
286
287         * modules/sysexits-tests: New file.
288         * tests/test-sysexits.c: New file.
289
290         * modules/sys_time-tests: New file.
291         * tests/test-sys_time.c: New file.
292
293         * modules/sys_stat-tests: New file.
294         * tests/test-sys_stat.c: New file.
295
296         * modules/sys_socket-tests: New file.
297         * tests/test-sys_socket.c: New file.
298
299         * modules/sys_select-tests: New file.
300         * tests/test-sys_select.c: New file.
301
302         * modules/string-tests: New file.
303         * tests/test-string.c: New file.
304
305         * modules/stdbool-tests: New file.
306         * tests/test-stdbool.c: New file.
307
308         * modules/netinet_in-tests: New file.
309         * tests/test-netinet_in.c: New file.
310
311         * modules/inttypes-tests: New file.
312         * tests/test-inttypes.c: New file.
313
314         * modules/fcntl-tests: New file.
315         * tests/test-fcntl.c: New file.
316
317         * modules/byteswap-tests: New file.
318         * tests/test-byteswap.c: New file.
319
320         * modules/arpa_inet-tests: New file.
321         * tests/test-arpa_inet.c: New file.
322
323 2007-02-17  Bruno Haible  <bruno@clisp.org>
324
325         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
326         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
327         if the corresponding module is not enabled. Emit link warnings if
328         the function is used nevertheless.
329         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
330         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
331         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
332         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
333         * modules/inttypes (Depends-on): Add link-warning.
334         (Makefile.am): Copy the contents of build-aux/link-warning.h into
335         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
336         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
337         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
338         * modules/imaxdiv (configure.ac): Likewise.
339         * modules/strtoimax (configure.ac): Likewise.
340         * modules/strtoumax (configure.ac): Likewise.
341
342 2007-02-17  Bruno Haible  <bruno@clisp.org>
343
344         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
345         gl_STRING_MODULE_INDICATOR_DEFAULTS.
346         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
347         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
348
349 2007-02-17  Bruno Haible  <bruno@clisp.org>
350
351         * modules/link-warning: New file.
352         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
353         * lib/string_.h (GL_LINK_WARNING): Remove definition.
354         * modules/string (Depends-on): Add link-warning.
355         (Makefile.am): Copy the contents of build-aux/link-warning.h into
356         string.h.
357         * MODULES.html.sh (Support for building libraries and executables): Add
358         link-warning.
359
360 2007-02-17  Bruno Haible  <bruno@clisp.org>
361
362         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
363         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
364         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
365         long lines.
366
367 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
368             Bruno Haible  <bruno@clisp.org>
369
370         * modules/tmpfile: New file.
371         * lib/tmpfile.c: New file.
372         * m4/tmpfile.m4: New file.
373         * MODULES.html.sh (func_all_modules): New section "Input/output".
374
375 2007-02-15  Bruno Haible  <bruno@clisp.org>
376
377         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
378         (supports_delete_on_close): New function.
379         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
380
381 2007-02-14  Bruno Haible  <bruno@clisp.org>
382
383         * modules/mbspcasecmp-tests: New file.
384         * tests/test-mbspcasecmp.sh: New file.
385         * tests/test-mbspcasecmp.c: New file.
386
387         New module mbspcasecmp.
388         * modules/mbspcasecmp: New file.
389         * lib/mbspcasecmp.c: New file.
390         * lib/string_.h (strncasecmp): Change warning message.
391         (mbspcasecmp): New declaration.
392         * m4/mbspcasecmp.m4: New file.
393         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
394         GNULIB_MBSPCASECMP.
395         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
396         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
397
398 2007-02-14  Bruno Haible  <bruno@clisp.org>
399
400         * modules/mbsncasecmp-tests: New file.
401         * tests/test-mbsncasecmp.sh: New file.
402         * tests/test-mbsncasecmp.c: New file.
403
404         New module mbsncasecmp.
405         * modules/mbsncasecmp: New file.
406         * lib/mbsncasecmp.c: New file.
407         * lib/string_.h (mbsncasecmp): New declaration.
408         * m4/mbsncasecmp.m4: New file.
409         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
410         GNULIB_MBSNCASECMP.
411         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
412         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
413
414 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
415
416         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
417         Verify that it doesn't overlap with our flags.
418         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
419         do not have the desired effect in multibyte locales; instead, use
420         mbscasecmp.
421         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
422         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
423         we don't require GNU fnmatch ourselves (if our users require it, they
424         should do so explicitly).
425
426         Fix regex code so it doesn't rely on strcasecmp.
427         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
428         Otherwise, include gnulib's langinfo.h.
429         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
430         undesirable behavior in non-C locales.  Instead, rely on localecharset.
431         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
432         * modules/regex (FILES): Remove m4/codeset.m4.
433         (Depends-on): Add localcharset.  Remove strcase.
434
435 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
436
437         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
438         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
439
440 2007-02-13  Bruno Haible  <bruno@clisp.org>
441
442         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
443         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
444
445 2007-02-12  Bruno Haible  <bruno@clisp.org>
446
447         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
448         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
449         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
450         time warning rather than a link error.
451
452 2007-02-12  Bruno Haible  <bruno@clisp.org>
453
454         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
455         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
456         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
457
458 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
459
460         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
461         args, not 2.
462
463 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
464
465         New module 'time', so that apps can include <time.h> as per
466         POSIX and GNU instead of separate include files like time_r.h
467         and timegm.h.  This implementation tries out a simpler approach
468         for replacing decls in standard include files (as compared to
469         the string module), somewhat as an experiment.
470
471         * config/srclist.txt: Comment out mktime.c for now.
472         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
473         since it doesn't apply any more.  Use generic wording instead.
474         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
475         'time'.
476         * lib/time_.h, m4/time_h.m4, modules/time: New files.
477         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
478         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
479         Don't include <sys/types.h>; no longer needed since we assume C89.
480         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
481         * lib/strftime.c: Likewise.
482         * lib/time_r.c: Likewise.
483         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
484         * lib/nanosleep.c: Include <time.h> first, to check interface.
485         * lib/strptime.c: Likewise.
486         * lib/time_r.c: Likewise.
487         * lib/timegm.c: Likewise.
488         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
489         needed.
490         * lib/timegm.c: Don't include timegm.h; no longer needed.
491         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
492         time.h now handles any problems in that area.
493         (struct timespec, nanosleep): Remove; time.h now arranges for these.
494         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
495         that time.h defines struct timespec.
496         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
497         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
498         handles that.
499         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
500         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
501         needed.  Set REPLACE_LOCALTIME.
502         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
503         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
504         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
505         nanosleep; time_h.m4 now does that.  Don't require
506         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
507         module handles this now.
508         * modules/getdate (Depends-on): Remove timespec.  Add time.
509         * modules/nanosleep (Depends-on): Likewise.
510         * modules/stat-time (Depends-on): Likewise.
511         * modules/nanosleep (Include): Include time.h, not timespec.h.
512         * modules/strptime (Files): Remove lib/strptime.h.
513         (Depends-on): Add extensions, time.
514         (Include): Include time.h, not strptime.h.
515         * modules/time_r (Files): Remove lib/time_r.h.
516         (Depends-on): Add time.
517         (Include): Include time.h, not time_r.h.
518         * modules/timegm: Likewise.
519         * modules/timespec (Description): Now does timespec-related decls
520         of our own, instead of struct timespec itself.
521         (Depends-on): Add time; remove extensions.
522         (Maintainer): Add self.
523         * modules/utimecmp (Depends-on): Add time; remove timespec.
524         * modules/utimens (Depends-on): Likewise.
525         * modules/xnanosleep (Depends-on): Likewise.
526
527 2007-02-11  Bruno Haible  <bruno@clisp.org>
528
529         * lib/c-strstr.c: Include allocsa.h.
530         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
531         * lib/c-strcasestr.c: Include allocsa.h.
532         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
533         * lib/strcasestr.c: Include allocsa.h.
534         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
535         * lib/mbsstr.c: Include allocsa.h.
536         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
537         allocsa/freesa instead of malloc/free.
538         * lib/mbscasestr.c: Include allocsa.h.
539         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
540         allocsa/freesa instead of malloc/free.
541         * modules/c-strstr (Depends-on): Add allocsa.
542         * modules/c-strcasestr (Depends-on): Likewise.
543         * modules/strcasestr (Depends-on): Likewise.
544         * modules/mbsstr (Depends-on): Likewise.
545         * modules/mbscasestr (Depends-on): Likewise.
546
547 2007-02-11  Bruno Haible  <bruno@clisp.org>
548
549         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
550
551         * modules/mbsspn-tests: New file.
552         * tests/test-mbsspn.sh: New file.
553         * tests/test-mbsspn.c: New file.
554
555 2007-02-11  Bruno Haible  <bruno@clisp.org>
556
557         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
558
559         * modules/mbspbrk-tests: New file.
560         * tests/test-mbspbrk.sh: New file.
561         * tests/test-mbspbrk.c: New file.
562
563 2007-02-11  Bruno Haible  <bruno@clisp.org>
564
565         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
566         unneeded cast.
567
568         * modules/mbscspn-tests: New file.
569         * tests/test-mbscspn.sh: New file.
570         * tests/test-mbscspn.c: New file.
571
572 2007-02-11  Bruno Haible  <bruno@clisp.org>
573
574         * modules/mbscasecmp-tests: New file.
575         * tests/test-mbscasecmp.sh: New file.
576         * tests/test-mbscasecmp.c: New file.
577
578 2007-02-11  Bruno Haible  <bruno@clisp.org>
579
580         Ensure O(n) worst-case complexity of mbscasestr.
581         * lib/mbscasestr.c: Include stdbool.h.
582         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
583         functions.
584         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
585         the bookkeeping indicates that it's worth it.
586         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
587
588         * modules/mbscasestr-tests: New file.
589         * tests/test-mbscasestr1.c: New file.
590         * tests/test-mbscasestr2.sh: New file.
591         * tests/test-mbscasestr2.c: New file.
592         * tests/test-mbscasestr3.sh: New file.
593         * tests/test-mbscasestr3.c: New file.
594         * tests/test-mbscasestr4.sh: New file.
595         * tests/test-mbscasestr4.c: New file.
596         * m4/locale-tr.m4: New file.
597
598 2007-02-11  Bruno Haible  <bruno@clisp.org>
599
600         Ensure O(n) worst-case complexity of mbsstr.
601         * lib/mbsstr.c: Include stdbool.h.
602         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
603         functions.
604         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
605         bookkeeping indicates that it's worth it.
606         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
607
608         * modules/mbsstr-tests: New file.
609         * tests/test-mbsstr1.c: New file.
610         * tests/test-mbsstr2.sh: New file.
611         * tests/test-mbsstr2.c: New file.
612         * tests/test-mbsstr3.sh: New file.
613         * tests/test-mbsstr3.c: New file.
614         * m4/locale-fr.m4: New file.
615
616 2007-02-11  Bruno Haible  <bruno@clisp.org>
617
618         * lib/mbsrchr.c (mbsrchr): Fix bug.
619
620         * modules/mbsrchr-tests: New file.
621         * tests/test-mbsrchr.sh: New file.
622         * tests/test-mbsrchr.c: New file.
623
624 2007-02-11  Bruno Haible  <bruno@clisp.org>
625
626         * lib/mbschr.c (mbschr): Fix bug.
627
628         * modules/mbschr-tests: New file.
629         * tests/test-mbschr.sh: New file.
630         * tests/test-mbschr.c: New file.
631         * m4/locale-zh.m4: New file.
632
633 2007-02-11  Bruno Haible  <bruno@clisp.org>
634
635         Support for copying multibyte string iterators.
636         * lib/mbiter.h: Include <string.h>.
637         (mbiter_multi_copy): New function.
638         (mbi_copy): New macro.
639         * lib/mbuiter.h: Include <string.h>.
640         (mbuiter_multi_copy): New function.
641         (mbui_copy): New macro.
642
643 2007-02-11  Bruno Haible  <bruno@clisp.org>
644
645         New module mbslen.
646         * modules/mbslen: New file.
647         * lib/mbslen.c: New file.
648         * lib/string_.h (mbslen): New declaration.
649         * m4/mbslen.m4: New file.
650         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
651         GNULIB_MBSLEN.
652         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
653         * MODULES.html.sh (Internationalization functions): Add mbslen.
654
655 2007-02-11  Bruno Haible  <bruno@clisp.org>
656
657         Ensure O(n) worst-case complexity of strcasestr substitute.
658         * lib/strcasestr.c: Include stdbool.h.
659         (knuth_morris_pratt): New function.
660         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
661         bookkeeping indicates that it's worth it.
662         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
663
664         * modules/strcasestr-tests: New file.
665         * tests/test-strcasestr.c: New file.
666
667 2007-02-11  Bruno Haible  <bruno@clisp.org>
668
669         Ensure O(n) worst-case complexity of c_strcasestr.
670         * lib/c-strcasestr.c: Include stdbool.h, string.h.
671         (knuth_morris_pratt): New function.
672         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
673         the bookkeeping indicates that it's worth it.
674         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
675
676         * modules/c-strcasestr-tests: New file.
677         * tests/test-c-strcasestr.c: New file.
678
679 2007-02-11  Bruno Haible  <bruno@clisp.org>
680
681         Ensure O(n) worst-case complexity of c_strstr.
682         * lib/c-strstr.c: Include stdbool.h, string.h.
683         (knuth_morris_pratt): New function.
684         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
685         bookkeeping indicates that it's worth it.
686         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
687
688         * lib/c-strstr.c: Complete rewrite for maintainability.
689
690         * modules/c-strstr-tests: New file.
691         * tests/test-c-strstr.c: New file.
692
693 2007-02-11  Bruno Haible  <bruno@clisp.org>
694
695         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
696         5.2.1 and earlier, whereby \055 was treated just like the range
697         delimiter '-'.
698         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
699
700 2007-02-08  Bruno Haible  <bruno@clisp.org>
701
702         * modules/regex (Depends-on): Add stdbool.
703         Reported by Dalibor Topic <robilad@kaffe.org>.
704
705 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
706
707         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
708         Prefer returning from main to exiting from it.
709         Remove unnecessary parens after sizeof.
710
711 2007-02-05  Bruno Haible  <bruno@clisp.org>
712
713         New module mbssep.
714         * modules/mbssep: New file.
715         * lib/mbssep.c: New file.
716         * lib/string_.h (strsep): Add a conditional link warning.
717         (mbssep): New declaration.
718         * m4/mbssep.m4: New file.
719         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
720         GNULIB_MBSSEP.
721         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
722         * MODULES.html.sh (Internationalization functions): Add mbssep.
723
724 2007-02-05  Bruno Haible  <bruno@clisp.org>
725
726         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
727         Optimize search in case of 1 delimiter.
728
729 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
730
731         * lib/acl.h: Include sys/types.h before sys/acl.h.
732
733 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
734
735         Merge upstream fix for glibc bugzilla #3957:
736
737         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
738
739         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
740         bit for RE_HAT_LISTS_NOT_NEWLINE.
741         (build_charclass_op): Remove bogus comment.
742
743 2007-02-05  Simon Josefsson  <simon@josefsson.org>
744
745         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
746
747 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
748
749         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
750         * lib/memmem.c [!defined _LIBC]: Include config.h.
751
752 2007-02-04  Bruno Haible  <bruno@clisp.org>
753
754         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
755         warning message.
756
757 2007-02-04  Bruno Haible  <bruno@clisp.org>
758
759         New module mbstok_r.
760         * modules/mbstok_r: New file.
761         * lib/mbstok_r.c: New file.
762         * lib/string_.h (strtok_r): Change argument names to match the
763         comments. Add a conditional link warning.
764         (mbstok_r): New declaration.
765         * m4/mbstok_r.m4: New file.
766         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
767         GNULIB_MBSTOK_R.
768         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
769         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
770
771 2007-02-04  Bruno Haible  <bruno@clisp.org>
772
773         New module mbsspn.
774         * modules/mbsspn: New file.
775         * lib/mbsspn.c: New file.
776         * lib/string_.h (strspn): Add a conditional link warning.
777         (mbsspn): New declaration.
778         * m4/mbsspn.m4: New file.
779         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
780         GNULIB_MBSSPN.
781         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
782         * MODULES.html.sh (Internationalization functions): Add mbsspn.
783
784 2007-02-04  Bruno Haible  <bruno@clisp.org>
785
786         New module mbspbrk.
787         * modules/mbspbrk: New file.
788         * lib/mbspbrk.c: New file.
789         * lib/string_.h (strpbrk): Add a conditional link warning.
790         (mbspbrk): New declaration.
791         * m4/mbspbrk.m4: New file.
792         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
793         GNULIB_MBSPBRK.
794         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
795         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
796
797 2007-02-04  Bruno Haible  <bruno@clisp.org>
798
799         New module mbscspn.
800         * modules/mbscspn: New file.
801         * lib/mbscspn.c: New file.
802         * lib/string_.h (strcspn): Add a conditional link warning.
803         (mbscspn): New declaration.
804         * m4/mbscspn.m4: New file.
805         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
806         GNULIB_MBSCSPN.
807         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
808         * MODULES.html.sh (Internationalization functions): Add mbscspn.
809
810 2007-02-04  Bruno Haible  <bruno@clisp.org>
811
812         New module mbscasestr, reduced goal of strcasestr.
813         * modules/mbscasestr: New file.
814         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
815         (mbscasestr): Renamed from strcasestr.
816         * lib/strcasestr.c: Don't include mbuiter.h.
817         (strcasestr): Remove support for multibyte locales.
818         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
819         Change the conditional link warning.
820         (mbscasestr): New declaration.
821         * m4/mbscasestr.m4: New file.
822         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
823         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
824         REPLACE_STRCASESTR.
825         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
826         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
827         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
828         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
829         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
830         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
831         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
832         (Depends-on): Remove mbuiter.
833         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
834
835 2007-02-04  Bruno Haible  <bruno@clisp.org>
836
837         Simplify handling of strncasecmp.
838         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
839         the conditional link warning.
840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
841         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
842         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
843         * modules/strcase (configure.ac): Don't invoke
844         gl_STRING_MODULE_INDICATOR.
845         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
846
847 2007-02-04  Bruno Haible  <bruno@clisp.org>
848
849         New module mbscasecmp, reduced goal of strcasecmp.
850         * modules/mbscasecmp: New file.
851         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
852         (mbscasecmp): Renamed from strcasecmp.
853         * lib/strcasecmp.c: Don't include mbuiter.h.
854         (strcasecmp): Remove support for multibyte locales.
855         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
856         Change the conditional link warning.
857         (mbscasecmp): New declaration.
858         * m4/mbscasecmp.m4: New file.
859         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
860         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
861         REPLACE_STRCASECMP.
862         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
863         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
864         GNULIB_MBSCASECMP.
865         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
866         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
867         * modules/strcase (Files): Remove m4/mbrtowc.m4.
868         (Depends-on): Remove mbuiter.
869         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
870
871 2007-02-04  Bruno Haible  <bruno@clisp.org>
872
873         New module mbsstr. Remove module strstr.
874         * modules/mbsstr: New file.
875         * modules/strstr: Remove file.
876         * lib/mbsstr.c: Renamed from lib/strstr.c.
877         (mbsstr): Renamed from strstr.
878         * lib/string_.h (strstr): Remove declaration. Change the conditional
879         link warning.
880         (mbsstr): New declaration.
881         * m4/mbsstr.m4: New file.
882         * m4/strstr.m4: Remove file.
883         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
884         REPLACE_STRSTR.
885         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
886         Don't initialize GNULIB_STRSTR.
887         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
888         substitute GNULIB_STRSTR and REPLACE_STRSTR.
889         * MODULES.html.sh (Internationalization functions): Add mbsstr.
890         (Support for systems lacking ANSI C 89): Remove strstr.
891
892 2007-02-04  Bruno Haible  <bruno@clisp.org>
893
894         New module mbsrchr.
895         * modules/mbsrchr: New file.
896         * lib/mbsrchr.c: New file.
897         * lib/string_.h (strrchr): Add a conditional link warning.
898         (mbsrchr): New declaration.
899         * m4/mbsrchr.m4: New file.
900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
901         GNULIB_MBSRCHR.
902         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
903         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
904
905 2007-02-04  Bruno Haible  <bruno@clisp.org>
906
907         New module mbschr.
908         * modules/mbschr: New file.
909         * lib/mbschr.c: New file.
910         * lib/string_.h (strchr): Add a conditional link warning.
911         (mbschr): New declaration.
912         * m4/mbschr.m4: New file.
913         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
914         GNULIB_MBSCHR.
915         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
916         * MODULES.html.sh (Internationalization functions): Add mbschr.
917
918 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
919
920         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
921
922         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
923
924 2007-02-04  Bruno Haible  <bruno@clisp.org>
925
926         New module description section 'configure.ac-early'.
927         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
928         (func_get_autoconf_early_snippet): New function.
929         (func_import, func_create_testdir): Use it. Remove special cases for
930         modules 'extensions' and 'lock'.
931         * modules/extensions (configure.ac-early): Require
932         gl_USE_SYSTEM_EXTENSIONS.
933         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
934
935 2007-02-04  Bruno Haible  <bruno@clisp.org>
936
937         Make use of gcj-4.3's -fsource and -ftarget option.
938         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
939         and if so try the options -fsource and -ftarget.
940         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
941         source_version, ftarget_option, target_version arguments.
942         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
943         (is_envjavac_oldgcj_14_14_usable): Renamed from
944         is_envjavac_gcj_14_14_usable.
945         (is_envjavac_oldgcj_14_13_usable): Renamed from
946         is_envjavac_gcj_14_13_usable.
947         (is_gcj_present): Update.
948         (is_gcj_43, is_gcj43_usable): New functions.
949         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
950         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
951         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
952         try the options -fsource and -ftarget.
953
954 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
955
956         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
957         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
958         larger value.
959
960 2007-02-03  Jim Meyering  <jim@meyering.net>
961
962         Give tools a better chance to allocate space for very large buffers.
963         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
964
965         Make pwd and readlink work also when run with an unreadable parent dir
966         on systems with openat support.
967         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
968         provided getcwd function, even when we have openat support.
969         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
970
971 2007-02-02  Bruno Haible  <bruno@clisp.org>
972
973         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
974         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
975         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
976         portability problems if one of these functions is only used on specific
977         platforms.
978         Reported by Paul Eggert.
979
980 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
981
982         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
983         is causing more trouble than it's curing.
984         * lib/regex_internal.h (__mempcpy): Remove.
985         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
986         (and make the code a tad smaller to boot).
987         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
988
989 2007-02-02  Jim Meyering  <jim@meyering.net>
990
991         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
992         section, not in the Makefile.am: one.
993
994 2007-02-02  Eric Blake  <ebb9@byu.net>
995
996         * lib/strchrnul.c: Always include config.h first.
997
998         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
999         gnulib strstr is not necessary here.
1000
1001 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1002
1003         * m4/socklen.m4: Fix typo.
1004
1005 2007-02-02  Eric Blake  <ebb9@byu.net>
1006
1007         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1008         * modules/netinet_in (Makefile.am): Likewise.
1009
1010 2007-02-01  Bruno Haible  <bruno@clisp.org>
1011
1012         * lib/string_.h (GL_LINK_WARNING): New macro.
1013         (strcasecmp, strstr, strcasestr): If provided by the system,
1014         conditionally define as a macro that leads to a warning instead of to
1015         an error.
1016         (strncasecmp): Conditionally define as a macro that leads to a warning.
1017
1018 2007-02-01  Jim Meyering  <jim@meyering.net>
1019
1020         Give tools a better chance to allocate space for very large buffers.
1021         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1022
1023 2007-02-01  Karl Berry  <karl@gnu.org>
1024
1025         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1026
1027 2007-02-01  Bruno Haible  <bruno@clisp.org>
1028
1029         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1030         renamings.
1031
1032 2007-02-01  Eric Blake  <ebb9@byu.net>
1033
1034         * modules/regex (Depends-on): Revert dependence on mempcpy.
1035         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1036         module's definition of mempcpy.
1037         Reported by Paul Eggert.
1038
1039 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1040
1041         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1042         the symbol XYZ before redefining it.  This fixes a problem with
1043         programs that don't use XYZ, when compiled on systems that define
1044         XYZ to something else.
1045
1046 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1047
1048         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1049         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1050         writeable to group or other and (2) is intended to have a special
1051         mode bit that is set or cleared.  In such a case, the directory
1052         should be neither group- nor other-writeable until the special
1053         mode bits are right.
1054
1055 2007-01-31  Eric Blake  <ebb9@byu.net>
1056
1057         * modules/mountlist (Depends-on): Add strstr.
1058
1059         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1060         bug.
1061         * modules/string (Makefile.am): Remove redundant replacement.
1062         * modules/regex (Depends-on): Add mempcpy.
1063
1064 2007-01-31  Bruno Haible  <bruno@clisp.org>
1065
1066         New module description field 'Link'.
1067         * gnulib-tool (func_usage): Document --extract-link-directive.
1068         (sed_extract_prog): Recognize 'Link' directive.
1069         (func_get_link_directive): New function.
1070         (func_import): Show summary of link directives.
1071         Handle --extract-link-directive option.
1072         * modules/acl (Link): New section.
1073         * modules/clock-time (Link): New section.
1074         * modules/euidaccess (Link): New section.
1075         * modules/gettext (Link): New section.
1076         * modules/iconv (Link): New section.
1077         * modules/lock (Link): New section.
1078         * modules/nanosleep (Link): New section.
1079         * modules/readline (Link): New section.
1080
1081 2007-01-27  Bruno Haible  <bruno@clisp.org>
1082
1083         Enforce the use of gnulib modules for unportable <string.h> functions.
1084         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1085         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1086         (gl_HEADER_STRING_H_BODY): Require it.
1087         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1088         the symbol XYZ to one that gives a link error.
1089         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1090         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1091         * modules/mempcpy (configure.ac): Likewise.
1092         * modules/memrchr (configure.ac): Likewise.
1093         * modules/stpcpy (configure.ac): Likewise.
1094         * modules/stpncpy (configure.ac): Likewise.
1095         * modules/strcase (configure.ac): Likewise.
1096         * modules/strcasestr (configure.ac): Likewise.
1097         * modules/strchrnul (configure.ac): Likewise.
1098         * modules/strdup (configure.ac): Likewise.
1099         * modules/strndup (configure.ac): Likewise.
1100         * modules/strnlen (configure.ac): Likewise.
1101         * modules/strpbrk (configure.ac): Likewise.
1102         * modules/strsep (configure.ac): Likewise.
1103         * modules/strstr (configure.ac): Likewise.
1104         * modules/strtok_r (configure.ac): Likewise.
1105
1106 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1107
1108         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1109
1110 2007-01-30  Jim Meyering  <jim@meyering.net>
1111
1112         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1113
1114 2007-01-29  Bruno Haible  <bruno@clisp.org>
1115
1116         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1117         * lib/execute.c: Likewise.
1118         * lib/pipe.c: Likewise.
1119         * lib/printf-args.h: Likewise.
1120         * lib/printf-args.c: Likewise.
1121         * lib/printf-parse.c: Likewise.
1122         * lib/vasnprintf.c: Likewise.
1123
1124 2007-01-29  Eric Blake  <ebb9@byu.net>
1125
1126         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1127         declaration.
1128
1129 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         * lib/strptime.h (strptime): Use 'restrict' for args where
1132         POSIX requires this.
1133         * lib/strptime.c (strptime): Likewise.
1134         Change license notice from LGPL to GPL, since gnulib-tool will
1135         change this as needed.
1136         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1137         defined.
1138         Include "strptime.h" first, to check interface.
1139         Do not #undef _LIBC and _NL_CURRENT.
1140         Do not include <stdlib.h>; no longer needed.
1141         Include "time_r.h" and declare ptime_locale_status
1142         only if _LIBC is not defined.
1143         (__P): Remove unused macro.
1144         (match_string): Bring back glibc version, but use it only if _LIBC
1145         is defined.
1146         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1147         Remove unnecessary assertion and abort() call.
1148         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1149         * m4/strptime.m4: Fix serial number comment.
1150         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1151         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1152         (Depends-on): Add time_r.
1153
1154 2007-01-29  Bruno Haible  <bruno@clisp.org>
1155
1156         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1157         strptime.
1158         * modules/strptime (Depends-on): Add stdbool.
1159         * lib/strptime.h: Include <time.h> always. Add comments.
1160
1161 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1162
1163         * modules/strptime: New file.
1164         * lib/strptime.h: New file.
1165         * lib/strptime.c: New file.
1166         * m4/strptime.m4: New file.
1167
1168 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1169
1170         * MODULES.html.sh: New module mpsort.
1171         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1172
1173         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1174         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1175         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1176         All uses changed.
1177         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1178         All uses changed.
1179         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1180         to _Restrict_.
1181         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1182         the parameter matches the prototype.
1183
1184 2007-01-28  Jim Meyering  <jim@meyering.net>
1185
1186         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1187         sys/time.h here, reverting that part of the previous patch:
1188         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1189
1190 2007-01-28  Bruno Haible  <bruno@clisp.org>
1191
1192         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1193         value of $(SYS_TIME_H).
1194         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1195         remove it conditionally, too. [added by Jim Meyering]
1196         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1197         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1198         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1199         GETTIMEOFDAY_REPLACEMENT to 1.
1200
1201 2007-01-28  Bruno Haible  <bruno@clisp.org>
1202
1203         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1204         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1205         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1206         Set UNISTD_H instead of UNISTD_H2.
1207         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1208
1209 2007-01-28  Bruno Haible  <bruno@clisp.org>
1210
1211         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1212         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1213
1214 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1215
1216         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1217         (func_create_testdir): Ensure C locale for `grep' and `tr'
1218         character ranges.
1219         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1220         ACLOCAL_AMFLAGS parsing state machine.
1221
1222 2007-01-27  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/unistr/base: Update.
1225
1226 2007-01-27  Bruno Haible  <bruno@clisp.org>
1227
1228         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1229         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1230         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1231         modules/unistr/u32-mbtouc.
1232         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1233         * lib/unistr.h: Update.
1234         * lib/linebreak.c: Update.
1235         * modules/unistr/u32-mbtouc: Renamed from
1236         modules/unistr/u32-mbtouc-safe.
1237         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1238         * lib/unistr.h: Update.
1239         * lib/unistr/u32-to-u8.c: Update.
1240         * lib/unistr/u32-to-u16.c: Update.
1241
1242 2007-01-27  Bruno Haible  <bruno@clisp.org>
1243
1244         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1245         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1246         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1247         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1248         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1249         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1250         modules/unistr/u16-mbtouc.
1251         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1252         * lib/unistr.h: Update.
1253         * lib/linebreak.c: Update.
1254         * modules/linebreak: Update.
1255         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1256         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1257         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1258         * modules/unistr/u16-mbtouc: Renamed from
1259         modules/unistr/u16-mbtouc-safe.
1260         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1261         * lib/unistr.h: Update.
1262         * lib/unistr/u16-to-u8.c: Update.
1263         * modules/unistr/u16-to-u8: Update.
1264         * lib/unistr/u16-to-u32.c: Update.
1265         * modules/unistr/u16-to-u32: Update.
1266
1267 2007-01-27  Bruno Haible  <bruno@clisp.org>
1268
1269         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1270         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1271         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1272         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1273         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1274         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1275         modules/unistr/u8-mbtouc.
1276         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1277         * lib/unistr.h: Update.
1278         * lib/striconveh.c: Update.
1279         * modules/striconveh: Update.
1280         * lib/linebreak.c: Update.
1281         * modules/linebreak: Update.
1282         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1283         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1284         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1285         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1286         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1287         * lib/unistr.h: Update.
1288         * lib/striconveh.c: Update.
1289         * modules/striconveh: Update.
1290         * lib/unistr/u8-to-u16.c: Update.
1291         * modules/unistr/u8-to-u16: Update.
1292         * lib/unistr/u8-to-u32.c: Update.
1293         * modules/unistr/u8-to-u32: Update.
1294
1295 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1296
1297         Sync from Libtool.
1298         * lib/argz.c: Do not include strings.h nor memory.h, include
1299         string.h unconditionally.  Patch by Simon Josefsson.
1300
1301 2007-01-27  Bruno Haible  <bruno@clisp.org>
1302
1303         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1304         from gl_HEADER_STRING_H_BODY.
1305         (gl_HEADER_STRING_H_BODY): Require it.
1306         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1307         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1308         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1309         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1310         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1311         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1312         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1313         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1314         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1315         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1316         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1317         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1318         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1319         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1320         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1321
1322 2007-01-27  Bruno Haible  <bruno@clisp.org>
1323
1324         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1325         check_PROGRAMS into noinst_PROGRAMS.
1326         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1327         check_PROGRAMS in this case.
1328         (func_import): Set for_test to false.
1329         (func_create_testdir): Set for_test to true.
1330
1331 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1332             Bruno Haible  <bruno@clisp.org>
1333
1334         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1335         (Depends-on): Add string.
1336         (Includes): Use <string.h> instead of strcasestr.h.
1337         * modules/string (Makefile.am): Also substitute the value of
1338         REPLACE_STRCASESTR.
1339         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1340         assume strcasestr is declared in <string.h> not <strings.h>. Also
1341         set REPLACE_STRCASESTR.
1342         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1343         REPLACE_STRCASESTR.
1344         * lib/strcasestr.h: Remove file.
1345         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1346         * lib/string_.h (strcasestr): New declaration.
1347
1348 2007-01-27  Bruno Haible  <bruno@clisp.org>
1349
1350         * lib/string_.h: Use 'extern'.
1351
1352 2007-01-27  Jim Meyering  <jim@meyering.net>
1353
1354         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1355         of set-but-not-used local, "q".
1356
1357         * lib/mempcpy.c: Include <config.h> before <string.h>.
1358         This fixes a compilation error on HP-UX, due to the system's
1359         "restrict"-using mempcpy prototype.
1360
1361 2007-01-26  Bruno Haible  <bruno@clisp.org>
1362
1363         Small optimization.
1364         * lib/javacomp.c: Include c-strstr.h.
1365          (is_envjavac_gcj): Use c_strstr instead of strstr.
1366         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1367
1368 2007-01-26  Bruno Haible  <bruno@clisp.org>
1369
1370         * MODULES.html.sh (Unicode string functions): Add the new modules.
1371
1372         * modules/uniconv/u32-strconv-to-locale: New file.
1373         * lib/uniconv/u32-strconv-to-locale.c: New file.
1374
1375         * modules/uniconv/u16-strconv-to-locale: New file.
1376         * lib/uniconv/u16-strconv-to-locale.c: New file.
1377
1378         * modules/uniconv/u8-strconv-to-locale: New file.
1379         * lib/uniconv/u8-strconv-to-locale.c: New file.
1380
1381         * modules/uniconv/u32-strconv-from-locale: New file.
1382         * lib/uniconv/u32-strconv-from-locale.c: New file.
1383
1384         * modules/uniconv/u16-strconv-from-locale: New file.
1385         * lib/uniconv/u16-strconv-from-locale.c: New file.
1386
1387         * modules/uniconv/u8-strconv-from-locale: New file.
1388         * lib/uniconv/u8-strconv-from-locale.c: New file.
1389
1390         * modules/uniconv/u32-strconv-to-enc: New file.
1391         * lib/uniconv/u32-strconv-to-enc.c: New file.
1392         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1393         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1394
1395         * modules/uniconv/u16-strconv-to-enc: New file.
1396         * lib/uniconv/u16-strconv-to-enc.c: New file.
1397         * lib/uniconv/u-strconv-to-enc.h: New file.
1398         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1399         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1400
1401         * modules/uniconv/u8-strconv-to-enc: New file.
1402         * lib/uniconv/u8-strconv-to-enc.c: New file.
1403         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1404         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1405
1406         * modules/uniconv/u32-strconv-from-enc: New file.
1407         * lib/uniconv/u32-strconv-from-enc.c: New file.
1408         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1409         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1410
1411         * modules/uniconv/u16-strconv-from-enc: New file.
1412         * lib/uniconv/u16-strconv-from-enc.c: New file.
1413         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1414         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1415
1416         * modules/uniconv/u8-strconv-from-enc: New file.
1417         * lib/uniconv/u8-strconv-from-enc.c: New file.
1418         * lib/uniconv/u-strconv-from-enc.h: New file.
1419         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1420         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1421
1422         * modules/uniconv/u32-conv-from-enc: New file.
1423         * lib/uniconv/u32-conv-from-enc.c: New file.
1424         * modules/uniconv/u32-conv-from-enc-tests: New file.
1425         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1426
1427         * modules/uniconv/u16-conv-from-enc: New file.
1428         * lib/uniconv/u16-conv-from-enc.c: New file.
1429         * lib/uniconv/u-conv-from-enc.h: New file.
1430         * modules/uniconv/u16-conv-from-enc-tests: New file.
1431         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1432
1433         * modules/uniconv/u8-conv-from-enc: New file.
1434         * lib/uniconv/u8-conv-from-enc.c: New file.
1435         * modules/uniconv/u8-conv-from-enc-tests: New file.
1436         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1437
1438         * modules/uniconv/base: New file.
1439         * lib/uniconv.h: New file.
1440
1441 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1442
1443         * doc/gnulib-tool.texi (Initial import): Update to match current
1444         behavior with strdup module.
1445         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1446         * lib/memmem.h: Remove; all uses removed.  This is now done
1447         by <string.h>.
1448         * lib/mempcpy.h: Likewise.
1449         * lib/memrchr.h: Likewise.
1450         * lib/stpcpy.h: Likewise.
1451         * lib/stpncpy.h: Likewise.
1452         * lib/strcase.h: Likewise.
1453         * lib/strchrnul.h: Likewise.
1454         * lib/strdup.h: Likewise.
1455         * lib/strndup.h: Likewise.
1456         * lib/strnlen.h: Likewise.
1457         * lib/strpbrk.h: Likewise.
1458         * lib/strsep.h: Likewise.
1459         * lib/strstr.h: Likewise.
1460         * lib/strtok_r.h: Likewise.
1461         * lib/string_.h: New file.
1462         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1463         Rely on <string.h> instead.
1464         * lib/canon-host.c: Likewise.
1465         * lib/chdir-long.c: Likewise.
1466         * lib/concatpath.c: Likewise.
1467         * lib/exclude.c: Likewise.
1468         * lib/fchdir.c: Likewise.
1469         * lib/getaddrinfo.c: Likewise.
1470         * lib/getcwd.c: Likewise.
1471         * lib/getsubopt.c: Likewise.
1472         * lib/glob.c: Likewise.
1473         * lib/hard-locale.c: Likewise.
1474         * lib/iconvme.c: Likewise.
1475         * lib/javacomp.c: Likewise.
1476         * lib/mempcpy.c: Likewise.
1477         * lib/memrchr.c: Likewise.
1478         * lib/regex_internal.h: Likewise.
1479         * lib/stpncpy.c: Likewise.
1480         * lib/strcasecmp.c: Likewise.
1481         * lib/strchrnul.c: Likewise.
1482         * lib/strdup.c: Likewise.
1483         * lib/striconv.c: Likewise.
1484         * lib/striconveh.c: Likewise.
1485         * lib/striconveha.c: Likewise.
1486         * lib/strncasecmp.c: Likewise.
1487         * lib/strndup.c: Likewise.
1488         * lib/strnlen.c: Likewise.
1489         * lib/strsep.c: Likewise.
1490         * lib/strstr.c: Likewise.
1491         * lib/strtok_r.c: Likewise.
1492         * lib/userspec.c: Likewise.
1493         * lib/w32spawn.h: Likewise.
1494         * lib/xstrndup.c: Likewise.
1495         * lib/mountlist.c (strstr): Remove decl.
1496         * m4/string_h.m4: New file.
1497         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1498         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1499         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1500         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1501         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1502         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1503         Set REPLACE_STRCASECMP if necessary.
1504         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1505         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1506         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1507         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1508         HAVE_DECL_STRDUP if necessary.
1509         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1510         since gl_FUNC_STRNDUP does that now.
1511         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1512         Check for decl here...
1513         (gl_PREREQ_STRNLEN): ... not here.
1514         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1515         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1516         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1517         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1518         necessary.
1519         * modules/string: New file.
1520         * modules/memmem (Files): Remove special-purpose include file.
1521         (Depends-on): Add string.
1522         (Include): Include <string.h>, not the removed file.
1523         * modules/mempcpy: Likewise.
1524         * modules/memrchr: Likewise.
1525         * modules/stpcpy: Likewise.
1526         * modules/stpncpy: Likewise.
1527         * modules/strcase: Likewise.
1528         * modules/strchrnul: Likewise.
1529         * modules/strdup: Likewise.
1530         * modules/strndup: Likewise.
1531         * modules/strnlen: Likewise.
1532         * modules/strpbrk: Likewise.
1533         * modules/strsep: Likewise.
1534         * modules/strstr: Likewise.
1535         * modules/strtok_r: Likewise.
1536         * tests/test-dirname.c: Don't include "strdup.h", since
1537         <string.h> now suffices.
1538         * tests/test-memmem.c: Don't include "memmem.h", since
1539         <string.h> now suffices.
1540
1541 2007-01-25  Bruno Haible  <bruno@clisp.org>
1542
1543         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1544         *resultp is 0.
1545
1546         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1547         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1548         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1549         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1550
1551         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1552         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1553         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1554         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1555         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1556         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1557
1558 2007-01-24  Bruno Haible  <bruno@clisp.org>
1559
1560         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1561         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1562         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1563         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1564         gl_FUNC_FTS_CORE.
1565         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1566         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1567         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1568         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1569         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1570         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1571         gl_FUNC_FCHOWNAT.
1572         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1573         gl_FUNC_STRFTIME.
1574         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1575         Reported by Ralf Wildenhues.
1576
1577 2007-01-24  Bruno Haible  <bruno@clisp.org>
1578
1579         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1580         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1581         gl_GETADDRINFO.
1582         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1583         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1584         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1585
1586 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1587
1588         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1589         Don't use 'exit'; just return from 'main'.
1590         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1591
1592         * lib/fnmatch_.h: Readjust white space and comments to match
1593         glibc, to avoid spurious diffs.
1594
1595 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1596
1597         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1598         2004-12-01 change by Jakub Jelinek, since this code won't compile
1599         if !LIBC.  Problem reported by Bob Proulx.
1600
1601 2007-01-23  Bruno Haible  <bruno@clisp.org>
1602
1603         * lib/striconveh.c: Include c-strcaseeq.h.
1604         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1605         * modules/striconveh (Depends-on): Add c-strcaseeq.
1606
1607 2007-01-23  Bruno Haible  <bruno@clisp.org>
1608
1609         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1610
1611         * modules/c-strcaseeq: New file.
1612         * lib/c-strcaseeq.h: New file.
1613
1614         * modules/streq: New file.
1615         * lib/streq.h: New file.
1616
1617 2007-01-23  Bruno Haible  <bruno@clisp.org>
1618
1619         * modules/striconveha-tests: New file.
1620         * tests/test-striconveha.c: New file.
1621
1622         * lib/striconveha.h: Include <stdbool.h>.
1623         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1624         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1625         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1626         (mem_iconveha): New function.
1627         (str_iconveha_notranslit): Renamed from str_iconveha.
1628         (str_iconveha): New function.
1629         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1630         c-strcase.
1631
1632 2007-01-23  Bruno Haible  <bruno@clisp.org>
1633
1634         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1635         encodings without forgiving before trying any encoding with handler.
1636         (str_iconveha): Try all encodings without forgiving before trying any
1637         encoding with handler.
1638
1639 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1640
1641         Import the following changes from libc.
1642
1643         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1644
1645         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1646
1647         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1648
1649         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1650         normal_bracket label.
1651
1652         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1653
1654         [BZ #361]
1655         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1656         to normal_bracket after fetching the next character.
1657
1658 2007-01-22  Bruno Haible  <bruno@clisp.org>
1659
1660         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1661         argument.
1662         * lib/striconveh.c (iconv_carefully_1): New function.
1663         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1664         argument.
1665         (str_cd_iconveh): Update.
1666         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1667         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1668         * tests/test-striconveh.c (MAGIC): New macro.
1669         (new_offsets): New function.
1670         (main): Test call with and without offsets.
1671
1672 2007-01-22  Bruno Haible  <bruno@clisp.org>
1673
1674         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1675         * modules/sys_select (Makefile.am): Likewise.
1676         * modules/sys_socket (Makefile.am): Likewise.
1677         * modules/sys_time (Makefile.am): Likewise.
1678
1679 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1680
1681         * modules/gettimeofday (License): Change from GPL to LGPL, since
1682         gettimeofday is a library function.
1683
1684 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1685
1686         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1687
1688 2007-01-21  Bruno Haible  <bruno@clisp.org>
1689
1690         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1691
1692 2007-01-21  Bruno Haible  <bruno@clisp.org>
1693
1694         * modules/striconveha: New file.
1695         * lib/striconveha.h: New file.
1696         * lib/striconveha.c: New file.
1697         * MODULES.html.sh (Internationalization functions): Add striconveha.
1698         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1699         string.
1700         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1701
1702 2007-01-21  Bruno Haible  <bruno@clisp.org>
1703
1704         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1705         * lib/striconveh.c (str_iconveh): Likewise.
1706
1707 2007-01-21  Bruno Haible  <bruno@clisp.org>
1708
1709         * lib/striconveh.h (mem_iconveh): New declaration.
1710         * lib/striconveh.c (mem_iconveh): New function.
1711         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1712
1713 2007-01-21  Bruno Haible  <bruno@clisp.org>
1714
1715         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1716
1717         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1718         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1719         original result buffer.
1720         (str_cd_iconveh): Update.
1721         * tests/test-striconveh.c (main): Update.
1722
1723         * lib/striconv.h (mem_cd_iconv): Change specification.
1724         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1725         result buffer.
1726         (str_cd_iconv): Update.
1727         * tests/test-striconv.c (main): Update.
1728
1729 2007-01-21  Bruno Haible  <bruno@clisp.org>
1730
1731         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1732
1733 2007-01-20  Jim Meyering  <jim@meyering.net>
1734
1735         * lib/userspec.c (parse_with_separator): If a user or group string
1736         starts with "+", skip the corresponding name-to-ID look-up, since
1737         such a look-up must fail: user and group names may not include "+".
1738
1739 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1740
1741         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1742         since we now assume the sys_time module.
1743         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1744         check for sys/time.h; no longer needed.
1745         * modules/poll (Depends-on): Depend on sys_time.
1746
1747 2007-01-18  Bruno Haible  <bruno@clisp.org>
1748
1749         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1750         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1751
1752         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1753         gettimeofday.
1754
1755         * tests/test-gettimeofday.c: Include <time.h>.
1756         (dummy): Remove variable.
1757
1758         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1759         gl_HEADER_SYS_TIME_H.
1760         (gl_HEADER_SYS_TIME_H): New macro.
1761
1762         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1763         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1764         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1765         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1766         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1767         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1768         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1769         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1770         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1771         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1772         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1773
1774         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1775         last change; it caused a compilation error when cross-compiling to
1776         Cygwin.
1777
1778 2007-01-18  Jim Meyering  <jim@meyering.net>
1779
1780         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1781         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1782         than the race-prone "test -d sys || mkdir sys".
1783         (configure.ac): Use AC_PROG_MKDIR_P.
1784         * modules/sys_select: Likewise.
1785         * modules/sys_socket: Likewise.
1786         * modules/sys_time: Likewise.
1787
1788 2007-01-18  Eric Blake  <ebb9@byu.net>
1789
1790         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1791         replace gettimeofday.
1792         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1793         name, to avoid infinite recursion.
1794
1795 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1796
1797         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1798         module sys_time.
1799         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1800         assume timespec.h defines struct timeval.
1801         * lib/settime.c: Likewise.
1802         * lib/utimens.c: Likewise.
1803         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1804         since we now assume the gettimeofday module.
1805         * lib/tempname.c (__gen_tempname): Likewise.
1806         * lib/gettimeofday.h: Remove.
1807         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1808         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1809         Include <time.h>, for 'time()'.
1810         (localtime_buffer_addr): Also use this workaround if
1811         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1812         to simplify the uses.  All uses changed.
1813         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1814         that #undef is inside {}, and 'const' follows type name consistently.
1815         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1816         (gettimeofday): Do not use the maximum possible value for
1817         tv->tv_usec, since that might break usages other than ls.c.
1818         Instead, we'll leave ls.c alone.  This undoes today's patch
1819         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1820         we've never observed the problem but might as well keep the
1821         canary.
1822         * lib/nanosleep.c: Include timespec.h first, for interface check.
1823         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1824         now assume the sys_time module.
1825         * lib/tempname.c: Likewise.
1826         * lib/timespec.h: Likewise.
1827         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1828         needed.
1829         * lib/strftime.c: Likewise.
1830         * lib/timespec.h: Likewise.
1831         * lib/posixtm.c: Include posixtm.h first, for interface check.
1832         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1833         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1834         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1835         * lib/sys_time_.h: New file.
1836         * lib/timespec.h (struct timespec): Use long int, not long.
1837         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1838         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1839         Remove obsolescent call to AC_HEADER_TIME.
1840         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1841         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1842         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1843         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1844         Likewise.
1845         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1846         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1847         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1848         into the sys_time module.  Check for gettimeofday just once.
1849         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1850         for gettimeofday signature to just check the signature.  Merely
1851         compile it, since linking doesn't test signature.  Improve test for
1852         whether gettimeofday.o is actually needed.
1853         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1854         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1855         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1856         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1857         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1858         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1859         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1860         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1861         than worrying about sys/time.h.
1862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1863         Don't bother worrying about TIME_WITH_SYS_TIME.
1864         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1865         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1866         * m4/sys_time_h.m4: New file.
1867         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1868         Don't include sys/time.h.  Return from main rather than exiting.
1869         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1870         all uses changed.
1871         * modules/gethrxtime (Depends-on): Add sys_time.
1872         * modules/gettime (Depends-on): Likewise.
1873         * modules/gettimeofday (Depends-on): Likewise.
1874         * modules/nanosleep (Depends-on): Likewise.
1875         * modules/settime (Depends-on): Likewise.
1876         * modules/tempname (Depends-on): Likewise.
1877         * modules/utimens (Depends-on): Likewise.
1878         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1879         (Include:) Change back to <sys/time.h>.
1880         (Maintainer:) Add self.
1881         * modules/sys_time: New file.
1882         * modules/tempname (Depends-on): Add gettimeofday.
1883         * tests/test-gettimeofday.c: Include <sys/time.h>
1884         rather than gettimeofday.h.
1885
1886 2007-01-17  Bruno Haible  <bruno@clisp.org>
1887
1888         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1889         the license default to GPL.
1890         (func_create_testdir): Don't complain if a module is LGPL and its
1891         tests module depends on GPLed modules.
1892
1893 2007-01-17  Bruno Haible  <bruno@clisp.org>
1894
1895         * lib/gettimeofday.c (gettimeofday): Add code for the case
1896         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1897         maximum possible value for tv->tv_usec, rather than the minimum one.
1898
1899 2005-10-08  Martin Lambers  <marlam@marlam.de>
1900 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1901 2007-01-16  Bruno Haible  <bruno@clisp.org>
1902
1903         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1904         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1905         gl_FUNC_GETTIMEOFDAY.
1906         (Include): Add gettimeofday.h.
1907         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1908         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1909         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1910         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1911         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1912         * lib/gettimeofday.h: New file.
1913         * lib/gettimeofday.c: Include <sys/timeb.h>.
1914         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1915         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1916         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1917         fall back on time().
1918
1919         * tests/test-gettimeofday.c: New file.
1920         * modules/gettimeofday-tests: New file.
1921
1922 2007-01-16  Eric Blake  <ebb9@byu.net>
1923
1924         * modules/fnmatch (Depends-on): Depend on wchar.
1925         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1926         * m4/fnmatch.m4: Likewise.
1927         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1928         * m4/mbchar.m4: Likewise.
1929         * modules/mbswidth (Depends-on): Depend on wchar.
1930         * lib/mbswidth.c: Assume <wchar.h>.
1931         * m4/mbswidth.m4: Likewise.
1932         * modules/quotearg (Depends-on): Depend on wchar.
1933         * lib/quotearg.c: Assume <wchar.h>.
1934         * m4/quotearg.m4: Likewise.
1935         * modules/regex (Depends-on): Depend on wchar.
1936         * lib/regex_internal.h: Assume <wchar.h>.
1937         * m4/regex.m4: Likewise.
1938         * modules/stdint (Depends-on): Depend on wchar.
1939         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1940         * m4/stdint.m4: Likewise.
1941         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1942         * modules/strftime (Depends-on): Depend on wchar.
1943         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1944         * modules/strtol (Depends-on): Depend on wchar.
1945         * lib/strtol.c: Assume <wchar.h>.
1946         * modules/wcwidth (Depends-on): Depend on wchar.
1947         * lib/wcwidth.h: Assume <wchar.h>.
1948         * m4/wcwidth.m4: Likewise.
1949
1950 2007-01-16  Bruno Haible  <bruno@clisp.org>
1951
1952         * modules/csharpexec-script: New, created from...
1953         * modules/csharpexec: ... this.
1954
1955 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1956
1957         * modules/javaexec-script: New, created from...
1958         * modules/javaexec: ... this.
1959
1960 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1961
1962         * modules/poll (Dependencies): Add sys_select.
1963
1964 2007-01-15  Jim Meyering  <jim@meyering.net>
1965
1966         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1967         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1968         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1969         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1970
1971 2007-01-15  Bruno Haible  <bruno@clisp.org>
1972
1973         * modules/striconveh: New file.
1974         * lib/striconveh.h: New file.
1975         * lib/striconveh.c: New file.
1976         * MODULES.html.sh (Internationalization functions): Add striconveh.
1977
1978         * modules/striconveh-tests: New file.
1979         * tests/test-striconveh.c: New file.
1980
1981 2007-01-15  Bruno Haible  <bruno@clisp.org>
1982
1983         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1984         not from GNU libiconv or GNU libc.
1985
1986 2007-01-15  Bruno Haible  <bruno@clisp.org>
1987
1988         * doc/gnulib-intro.texi (Copyright): Explain the different license
1989         terms for module descriptions, autoconf macros, tests, documentation.
1990
1991 2007-01-14  Bruno Haible  <bruno@clisp.org>
1992
1993         * modules/striconv-tests: New file.
1994         * tests/test-striconv.c: New file.
1995
1996 2007-01-14  Bruno Haible  <bruno@clisp.org>
1997
1998         * modules/iconv-tests: New file.
1999         * tests/test-iconv.c: New file.
2000
2001 2007-01-14  Bruno Haible  <bruno@clisp.org>
2002
2003         * gnulib-tool (func_get_license): For test modules, use the license of
2004         the main module.
2005
2006 2007-01-14  Bruno Haible  <bruno@clisp.org>
2007
2008         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2009         if iconv is found to exist.
2010
2011 2007-01-14  Bruno Haible  <bruno@clisp.org>
2012
2013         * modules/c-ctype-tests: New file.
2014         * tests/test-c-ctype.c: New file.
2015
2016 2007-01-14  Bruno Haible  <bruno@clisp.org>
2017
2018         * modules/binary-io-tests: New file.
2019         * tests/test-binary-io.sh: New file.
2020         * tests/test-binary-io.c: New file.
2021
2022 2007-01-14  Bruno Haible  <bruno@clisp.org>
2023
2024         * modules/array-oset-tests: New file.
2025         * tests/test-array_oset.c: New file.
2026
2027 2007-01-14  Bruno Haible  <bruno@clisp.org>
2028
2029         * modules/array-list-tests: New file.
2030         * tests/test-array_list.c: New file.
2031
2032 2007-01-14  Bruno Haible  <bruno@clisp.org>
2033
2034         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2035         and make.
2036         Reported by Simon Josefsson in
2037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2038
2039 2007-01-14  Bruno Haible  <bruno@clisp.org>
2040
2041         * modules/allocsa-tests: New file.
2042         * tests/test-allocsa.c: New file.
2043
2044 2007-01-14  Bruno Haible  <bruno@clisp.org>
2045
2046         * modules/fchdir (Depends-on): Add absolute-header.
2047         * modules/unistd (Depends-on): Likewise.
2048
2049 2006-12-30  Bruno Haible  <bruno@clisp.org>
2050
2051         * modules/fchdir: New file.
2052         * modules/unistd (Files): Add lib/unistd_.h.
2053         (Makefile.am): Generate unistd.h from unistd_.h.
2054         * lib/fchdir.c: New file.
2055         * lib/dirent_.h: New file.
2056         * lib/unistd_.h: New file.
2057         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2058         * m4/fchdir.m4: New file.
2059         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2060         (gl_HEADER_UNISTD): Invoke it.
2061         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2062         function.
2063         * lib/backupfile.c (opendir, closedir): Undefine.
2064         * lib/chown.c (open, close): Undefine.
2065         * lib/clean-temp.c (open, close): Undefine.
2066         * lib/copy-file.c (open, close): Undefine.
2067         * lib/execute.c (open, close): Undefine.
2068         * lib/fsusage.c (open, close): Undefine.
2069         * lib/gc-gnulib.c (open, close): Undefine.
2070         * lib/getcwd.c (opendir, closedir): Undefine.
2071         * lib/glob.c (opendir, closedir): Undefine.
2072         * lib/javacomp.c (open, close): Undefine.
2073         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2074         * lib/openat-proc.c (open, close): Undefine.
2075         * lib/pagealign_alloc.c (open, close): Undefine.
2076         * lib/pipe.c (open, close): Undefine.
2077         * lib/progreloc.c (open, close): Undefine.
2078         * lib/savedir.c (opendir, closedir): Undefine.
2079         * lib/utime.c (open, close): Undefine.
2080         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2081
2082 2007-01-10  Bruno Haible  <bruno@clisp.org>
2083
2084         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2085
2086 2007-01-12  Eric Blake  <ebb9@byu.net>
2087
2088         Provide a robust <wchar.h>.  Further simplifications are now
2089         possible in other modules, but not included here.
2090         * modules/wchar: New module.
2091         * m4/wchar.m4: New file.
2092         * lib/wchar_.h: Likewise.
2093         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2094         of the new module.
2095         * MODULES.html.sh (Extended multibyte and wide character utilities):
2096         New section.
2097
2098 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2099
2100         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2101         to a reasonable default for memory allocation.
2102         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2103         file system that reports garbage st_size values for symlinks.
2104         Problem reported by Liyang Hu.
2105
2106 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2107
2108         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2109         Emacs .#* auto-save files).
2110
2111 2007-01-11  Bruno Haible  <bruno@clisp.org>
2112
2113         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2114         directory.
2115
2116 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         Use @...@ consistently in lib/wctype_.h.
2119         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2120         on it being set to 1 or 0.
2121         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2122         go back to AC_SUBSTing it.
2123         * modules/wctype (Makefile.am): Undo previous change.
2124
2125 2007-01-10  Eric Blake  <ebb9@byu.net>
2126
2127         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2128         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2129         * modules/wctype (Makefile.am): Likewise.
2130         Reported by Chris McGuire.
2131
2132 2007-01-10  Jim Meyering  <jim@meyering.net>
2133
2134         fts.c: a small readability/maintainability improvement
2135         * lib/fts.c (fts_read): Make this code slightly more readable and
2136         maintainable by hoisting the "sp->fts_cur = p" assignments to
2137         immediately follow the statements that set P.  Derived from
2138         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2139
2140 2007-01-10  Eric Blake  <ebb9@byu.net>
2141
2142         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2143         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2144         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2145         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2146         Reported by Chris McGuire.
2147
2148 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2149
2150         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2151         in sed script.
2152
2153 2007-01-09  Bruno Haible  <bruno@clisp.org>
2154
2155         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2156         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2157         variables.
2158         (func_module): Use them.
2159
2160 2007-01-09  Bruno Haible  <bruno@clisp.org>
2161
2162         * modules/unistr/base: New file.
2163         * lib/unistr.h: New file.
2164
2165         * modules/unistr/u8-to-u16: New file.
2166         * lib/unistr/u8-to-u16.c: New file.
2167
2168         * modules/unistr/u8-to-u32: New file.
2169         * lib/unistr/u8-to-u32.c: New file.
2170
2171         * modules/unistr/u16-to-u8: New file.
2172         * lib/unistr/u16-to-u8.c: New file.
2173
2174         * modules/unistr/u16-to-u32: New file.
2175         * lib/unistr/u16-to-u32.c: New file.
2176
2177         * modules/unistr/u32-to-u8: New file.
2178         * lib/unistr/u32-to-u8.c: New file.
2179
2180         * modules/unistr/u32-to-u16: New file.
2181         * lib/unistr/u32-to-u16.c: New file.
2182
2183         * modules/unistr/u8-check: New file.
2184         * modules/unistr/u16-check: New file.
2185         * modules/unistr/u32-check: New file.
2186         * lib/unistr/u8-check.c: New file.
2187         * lib/unistr/u16-check.c: New file.
2188         * lib/unistr/u32-check.c: New file.
2189
2190         * modules/unistr/u8-chr: New file.
2191         * modules/unistr/u16-chr: New file.
2192         * modules/unistr/u32-chr: New file.
2193         * lib/unistr/u8-chr.c: New file.
2194         * lib/unistr/u16-chr.c: New file.
2195         * lib/unistr/u32-chr.c: New file.
2196
2197         * modules/unistr/u8-cmp: New file.
2198         * modules/unistr/u16-cmp: New file.
2199         * modules/unistr/u32-cmp: New file.
2200         * lib/unistr/u8-cmp.c: New file.
2201         * lib/unistr/u16-cmp.c: New file.
2202         * lib/unistr/u32-cmp.c: New file.
2203
2204         * modules/unistr/u8-cpy: New file.
2205         * modules/unistr/u16-cpy: New file.
2206         * modules/unistr/u32-cpy: New file.
2207         * lib/unistr/u8-cpy.c: New file.
2208         * lib/unistr/u16-cpy.c: New file.
2209         * lib/unistr/u32-cpy.c: New file.
2210         * lib/unistr/u-cpy.h: New file.
2211
2212         * modules/unistr/u8-cpy-alloc: New file.
2213         * modules/unistr/u16-cpy-alloc: New file.
2214         * modules/unistr/u32-cpy-alloc: New file.
2215         * lib/unistr/u8-cpy-alloc.c: New file.
2216         * lib/unistr/u16-cpy-alloc.c: New file.
2217         * lib/unistr/u32-cpy-alloc.c: New file.
2218         * lib/unistr/u-cpy-alloc.h: New file.
2219
2220         * modules/unistr/u8-endswith: New file.
2221         * modules/unistr/u16-endswith: New file.
2222         * modules/unistr/u32-endswith: New file.
2223         * lib/unistr/u8-endswith.c: New file.
2224         * lib/unistr/u16-endswith.c: New file.
2225         * lib/unistr/u32-endswith.c: New file.
2226         * lib/unistr/u-endswith.h: New file.
2227
2228         * modules/unistr/u8-mblen: New file.
2229         * modules/unistr/u16-mblen: New file.
2230         * modules/unistr/u32-mblen: New file.
2231         * lib/unistr/u8-mblen.c: New file.
2232         * lib/unistr/u16-mblen.c: New file.
2233         * lib/unistr/u32-mblen.c: New file.
2234
2235         * modules/unistr/u8-mbtouc: New file.
2236         * modules/unistr/u16-mbtouc: New file.
2237         * modules/unistr/u32-mbtouc: New file.
2238         * lib/unistr/u8-mbtouc.c: New file.
2239         * lib/unistr/u16-mbtouc.c: New file.
2240         * lib/unistr/u32-mbtouc.c: New file.
2241
2242         * modules/unistr/u8-mbtouc-safe: New file.
2243         * modules/unistr/u16-mbtouc-safe: New file.
2244         * modules/unistr/u32-mbtouc-safe: New file.
2245         * lib/unistr/u8-mbtouc-safe.c: New file.
2246         * lib/unistr/u16-mbtouc-safe.c: New file.
2247         * lib/unistr/u32-mbtouc-safe.c: New file.
2248
2249         * modules/unistr/u8-move: New file.
2250         * modules/unistr/u16-move: New file.
2251         * modules/unistr/u32-move: New file.
2252         * lib/unistr/u8-move.c: New file.
2253         * lib/unistr/u16-move.c: New file.
2254         * lib/unistr/u32-move.c: New file.
2255         * lib/unistr/u-move.h: New file.
2256
2257         * modules/unistr/u8-next: New file.
2258         * modules/unistr/u16-next: New file.
2259         * modules/unistr/u32-next: New file.
2260         * lib/unistr/u8-next.c: New file.
2261         * lib/unistr/u16-next.c: New file.
2262         * lib/unistr/u32-next.c: New file.
2263
2264         * modules/unistr/u8-prev: New file.
2265         * modules/unistr/u16-prev: New file.
2266         * modules/unistr/u32-prev: New file.
2267         * lib/unistr/u8-prev.c: New file.
2268         * lib/unistr/u16-prev.c: New file.
2269         * lib/unistr/u32-prev.c: New file.
2270
2271         * modules/unistr/u8-set: New file.
2272         * modules/unistr/u16-set: New file.
2273         * modules/unistr/u32-set: New file.
2274         * lib/unistr/u8-set.c: New file.
2275         * lib/unistr/u16-set.c: New file.
2276         * lib/unistr/u32-set.c: New file.
2277         * lib/unistr/u-set.h: New file.
2278
2279         * modules/unistr/u8-startswith: New file.
2280         * modules/unistr/u16-startswith: New file.
2281         * modules/unistr/u32-startswith: New file.
2282         * lib/unistr/u8-startswith.c: New file.
2283         * lib/unistr/u16-startswith.c: New file.
2284         * lib/unistr/u32-startswith.c: New file.
2285         * lib/unistr/u-startswith.h: New file.
2286
2287         * modules/unistr/u8-stpcpy: New file.
2288         * modules/unistr/u16-stpcpy: New file.
2289         * modules/unistr/u32-stpcpy: New file.
2290         * lib/unistr/u8-stpcpy.c: New file.
2291         * lib/unistr/u16-stpcpy.c: New file.
2292         * lib/unistr/u32-stpcpy.c: New file.
2293         * lib/unistr/u-stpcpy.h: New file.
2294
2295         * modules/unistr/u8-stpncpy: New file.
2296         * modules/unistr/u16-stpncpy: New file.
2297         * modules/unistr/u32-stpncpy: New file.
2298         * lib/unistr/u8-stpncpy.c: New file.
2299         * lib/unistr/u16-stpncpy.c: New file.
2300         * lib/unistr/u32-stpncpy.c: New file.
2301         * lib/unistr/u-stpncpy.h: New file.
2302
2303         * modules/unistr/u8-strcat: New file.
2304         * modules/unistr/u16-strcat: New file.
2305         * modules/unistr/u32-strcat: New file.
2306         * lib/unistr/u8-strcat.c: New file.
2307         * lib/unistr/u16-strcat.c: New file.
2308         * lib/unistr/u32-strcat.c: New file.
2309         * lib/unistr/u-strcat.h: New file.
2310
2311         * modules/unistr/u8-strchr: New file.
2312         * modules/unistr/u16-strchr: New file.
2313         * modules/unistr/u32-strchr: New file.
2314         * lib/unistr/u8-strchr.c: New file.
2315         * lib/unistr/u16-strchr.c: New file.
2316         * lib/unistr/u32-strchr.c: New file.
2317
2318         * modules/unistr/u8-strcmp: New file.
2319         * modules/unistr/u16-strcmp: New file.
2320         * modules/unistr/u32-strcmp: New file.
2321         * lib/unistr/u8-strcmp.c: New file.
2322         * lib/unistr/u16-strcmp.c: New file.
2323         * lib/unistr/u32-strcmp.c: New file.
2324
2325         * modules/unistr/u8-strcpy: New file.
2326         * modules/unistr/u16-strcpy: New file.
2327         * modules/unistr/u32-strcpy: New file.
2328         * lib/unistr/u8-strcpy.c: New file.
2329         * lib/unistr/u16-strcpy.c: New file.
2330         * lib/unistr/u32-strcpy.c: New file.
2331         * lib/unistr/u-strcpy.h: New file.
2332
2333         * modules/unistr/u8-strcspn: New file.
2334         * modules/unistr/u16-strcspn: New file.
2335         * modules/unistr/u32-strcspn: New file.
2336         * lib/unistr/u8-strcspn.c: New file.
2337         * lib/unistr/u16-strcspn.c: New file.
2338         * lib/unistr/u32-strcspn.c: New file.
2339         * lib/unistr/u-strcspn.h: New file.
2340
2341         * modules/unistr/u8-strdup: New file.
2342         * modules/unistr/u16-strdup: New file.
2343         * modules/unistr/u32-strdup: New file.
2344         * lib/unistr/u8-strdup.c: New file.
2345         * lib/unistr/u16-strdup.c: New file.
2346         * lib/unistr/u32-strdup.c: New file.
2347         * lib/unistr/u-strdup.h: New file.
2348
2349         * modules/unistr/u8-strlen: New file.
2350         * modules/unistr/u16-strlen: New file.
2351         * modules/unistr/u32-strlen: New file.
2352         * lib/unistr/u8-strlen.c: New file.
2353         * lib/unistr/u16-strlen.c: New file.
2354         * lib/unistr/u32-strlen.c: New file.
2355         * lib/unistr/u-strlen.h: New file.
2356
2357         * modules/unistr/u8-strmblen: New file.
2358         * modules/unistr/u16-strmblen: New file.
2359         * modules/unistr/u32-strmblen: New file.
2360         * lib/unistr/u8-strmblen.c: New file.
2361         * lib/unistr/u16-strmblen.c: New file.
2362         * lib/unistr/u32-strmblen.c: New file.
2363
2364         * modules/unistr/u8-strmbtouc: New file.
2365         * modules/unistr/u16-strmbtouc: New file.
2366         * modules/unistr/u32-strmbtouc: New file.
2367         * lib/unistr/u8-strmbtouc.c: New file.
2368         * lib/unistr/u16-strmbtouc.c: New file.
2369         * lib/unistr/u32-strmbtouc.c: New file.
2370
2371         * modules/unistr/u8-strncat: New file.
2372         * modules/unistr/u16-strncat: New file.
2373         * modules/unistr/u32-strncat: New file.
2374         * lib/unistr/u8-strncat.c: New file.
2375         * lib/unistr/u16-strncat.c: New file.
2376         * lib/unistr/u32-strncat.c: New file.
2377         * lib/unistr/u-strncat.h: New file.
2378
2379         * modules/unistr/u8-strncmp: New file.
2380         * modules/unistr/u16-strncmp: New file.
2381         * modules/unistr/u32-strncmp: New file.
2382         * lib/unistr/u8-strncmp.c: New file.
2383         * lib/unistr/u16-strncmp.c: New file.
2384         * lib/unistr/u32-strncmp.c: New file.
2385
2386         * modules/unistr/u8-strncpy: New file.
2387         * modules/unistr/u16-strncpy: New file.
2388         * modules/unistr/u32-strncpy: New file.
2389         * lib/unistr/u8-strncpy.c: New file.
2390         * lib/unistr/u16-strncpy.c: New file.
2391         * lib/unistr/u32-strncpy.c: New file.
2392         * lib/unistr/u-strncpy.h: New file.
2393
2394         * modules/unistr/u8-strnlen: New file.
2395         * modules/unistr/u16-strnlen: New file.
2396         * modules/unistr/u32-strnlen: New file.
2397         * lib/unistr/u8-strnlen.c: New file.
2398         * lib/unistr/u16-strnlen.c: New file.
2399         * lib/unistr/u32-strnlen.c: New file.
2400         * lib/unistr/u-strnlen.h: New file.
2401
2402         * modules/unistr/u8-strpbrk: New file.
2403         * modules/unistr/u16-strpbrk: New file.
2404         * modules/unistr/u32-strpbrk: New file.
2405         * lib/unistr/u8-strpbrk.c: New file.
2406         * lib/unistr/u16-strpbrk.c: New file.
2407         * lib/unistr/u32-strpbrk.c: New file.
2408         * lib/unistr/u-strpbrk.h: New file.
2409
2410         * modules/unistr/u8-strrchr: New file.
2411         * modules/unistr/u16-strrchr: New file.
2412         * modules/unistr/u32-strrchr: New file.
2413         * lib/unistr/u8-strrchr.c: New file.
2414         * lib/unistr/u16-strrchr.c: New file.
2415         * lib/unistr/u32-strrchr.c: New file.
2416
2417         * modules/unistr/u8-strspn: New file.
2418         * modules/unistr/u16-strspn: New file.
2419         * modules/unistr/u32-strspn: New file.
2420         * lib/unistr/u8-strspn.c: New file.
2421         * lib/unistr/u16-strspn.c: New file.
2422         * lib/unistr/u32-strspn.c: New file.
2423         * lib/unistr/u-strspn.h: New file.
2424
2425         * modules/unistr/u8-strstr: New file.
2426         * modules/unistr/u16-strstr: New file.
2427         * modules/unistr/u32-strstr: New file.
2428         * lib/unistr/u8-strstr.c: New file.
2429         * lib/unistr/u16-strstr.c: New file.
2430         * lib/unistr/u32-strstr.c: New file.
2431         * lib/unistr/u-strstr.h: New file.
2432
2433         * modules/unistr/u8-strtok: New file.
2434         * modules/unistr/u16-strtok: New file.
2435         * modules/unistr/u32-strtok: New file.
2436         * lib/unistr/u8-strtok.c: New file.
2437         * lib/unistr/u16-strtok.c: New file.
2438         * lib/unistr/u32-strtok.c: New file.
2439         * lib/unistr/u-strtok.h: New file.
2440
2441         * modules/unistr/u8-uctomb: New file.
2442         * modules/unistr/u16-uctomb: New file.
2443         * modules/unistr/u32-uctomb: New file.
2444         * lib/unistr/u8-uctomb.c: New file.
2445         * lib/unistr/u16-uctomb.c: New file.
2446         * lib/unistr/u32-uctomb.c: New file.
2447
2448         * MODULES.html.sh (Unicode string functions): Add the new modules.
2449
2450 2007-01-08  Bruno Haible  <bruno@clisp.org>
2451
2452         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2453         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2454         subdirectories.
2455
2456 2007-01-08  Karl Berry  <karl@gnu.org>
2457
2458         * doc/error.texi: mention that main() fns must set program_name
2459         when progname is used.
2460
2461 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2462
2463         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2464         WCTYPE_H is empty, for the benefit of builds from non-distclean
2465         directories.  Problem reported by Eric Blake in
2466         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2467
2468 2007-01-08  Bruno Haible  <bruno@clisp.org>
2469
2470         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2471         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2472         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2473         PROVIDE_CANONICALIZE_FILENAME_MODE.
2474         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2475
2476 2007-01-08  Bruno Haible  <bruno@clisp.org>
2477
2478         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2479         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2480         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2481         * lib/fts.c: Likewise.
2482         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2483
2484 2006-12-25  Bruno Haible  <bruno@clisp.org>
2485
2486         * modules/utf8-ucs4-safe: New file.
2487         * lib/utf8-ucs4-safe.h: New file.
2488         * lib/unistr/utf8-ucs4-safe.c: New file.
2489
2490         * modules/utf16-ucs4-safe: New file.
2491         * lib/utf16-ucs4-safe.h: New file.
2492         * lib/unistr/utf16-ucs4-safe.c: New file.
2493
2494         * MODULES.html.sh (Unicode string functions): Add the new modules.
2495
2496 2007-01-08  Bruno Haible  <bruno@clisp.org>
2497
2498         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2499         (Depends-on): Add unitypes.
2500         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2501         (u8_mbtouc_aux): Move out to separate file.
2502         (u8_mbtouc): Use ucs4_t, uint8_t types.
2503         * lib/unistr/utf8-ucs4.c: New file.
2504
2505         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2506         (Depends-on): Add unitypes.
2507         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2508         (u16_mbtouc_aux): Move out to separate file.
2509         (u16_mbtouc): Use ucs4_t, uint16_t types.
2510         * lib/unistr/utf16-ucs4.c: New file.
2511
2512         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2513         (Depends-on): Add unitypes.
2514         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2515         (u8_uctomb_aux): Move out to separate file.
2516         (u8_uctomb): Use ucs4_t, uint8_t types.
2517         * lib/unistr/ucs4-utf8.c: New file.
2518
2519         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2520         (Depends-on): Add unitypes.
2521         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2522         (u16_uctomb_aux): Move out to separate file.
2523         (u16_uctomb): Use ucs4_t, uint16_t types.
2524         * lib/unistr/ucs4-utf16.c: New file.
2525
2526 2006-12-25  Bruno Haible  <bruno@clisp.org>
2527
2528         * modules/unitypes: New file.
2529         * lib/unitypes.h: New file.
2530         * MODULES.html.sh (func_all_modules): New section "Unicode string
2531         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2532         this section. Add unitypes.
2533
2534 2007-01-08  Bruno Haible  <bruno@clisp.org>
2535
2536         Avoid variable names that conflict with those from libtool.
2537         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2538         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2539         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2540         library_names_spec to acl_library_names_spec, hardcode_* to
2541         acl_hardcode_*.
2542         Reported by Ralf Wildenhues.
2543
2544 2007-01-08  Bruno Haible  <bruno@clisp.org>
2545
2546         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2547         definition.
2548         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2549         definition.
2550         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2551         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2552         definition.
2553         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2554         definition.
2555         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2556         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2557         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2558         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2559         definition.
2560         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2561         definition.
2562         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2563         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2564         GC_USE_<algorithm>.
2565         * lib/gc-libgcrypt.c: Likewise.
2566         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2567         * modules/gc-arctwo (configure.ac): Likewise.
2568         * modules/gc-des (configure.ac): Likewise.
2569         * modules/gc-hmac-md5 (configure.ac): Likewise.
2570         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2571         * modules/gc-md2 (configure.ac): Likewise.
2572         * modules/gc-md4 (configure.ac): Likewise.
2573         * modules/gc-md5 (configure.ac): Likewise.
2574         * modules/gc-random (configure.ac): Likewise.
2575         * modules/gc-rijndael (configure.ac): Likewise.
2576         * modules/gc-sha1 (configure.ac): Likewise.
2577
2578 2007-01-08  Bruno Haible  <bruno@clisp.org>
2579
2580         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2581         macro definition.
2582         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2583         definition.
2584         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2585         definition.
2586         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2587         * modules/fcntl-safer (configure.ac): Likewise.
2588         * modules/fopen-safer (configure.ac): Likewise.
2589         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2590         GNULIB_FWRITEERROR macro definition.
2591
2592 2007-01-08  Bruno Haible  <bruno@clisp.org>
2593
2594         * m4/gnulib-common.m4: New file.
2595         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2596         (func_get_filelist): Add m4/gnulib-common.m4.
2597
2598 2007-01-08  Bruno Haible  <bruno@clisp.org>
2599
2600         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2601         command.
2602
2603 2007-01-08  Jim Meyering  <jim@meyering.net>
2604
2605         Use a more robust test for a "can't happen" condition.
2606         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2607         narrowed the st_size value.  Presuming the "can't happen" condition
2608         is true, that narrowing could conceivably convert an invalid st_size
2609         value into a valid one.  Instead, use a change based on Matthew
2610         Woehlke's original patch.
2611
2612         Slight readability improvement: use an assert-like macro
2613         in place of literal "abort ()" uses.
2614         * lib/fts.c (fts_assert): Define.
2615         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2616         Use this macro instead of a bare 'abort'.
2617
2618 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2619
2620         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2621         simply work around them.
2622         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2623         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2624         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2625         Don't bother to define as macros, since the standard doesn't require it.
2626         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2627         longer worry about IRIX 5.3.
2628         (HAVE_WCTYPE_CTMP_BUG): Remove.
2629
2630 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2631
2632         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2633         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2634         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2635         Problems reported by Georg Schwarz for IRIX 5.3.
2636
2637         * gnulib-tool (autoconf_minversion): Take the maximum version number
2638         found, not the minimum.  Problem reported by James Youngman.
2639
2640 2007-01-03  Karl Berry  <karl@gnu.org>
2641
2642         * doc/error.texi: new file, explaining interaction with progname.
2643         * doc/gnulib.texi: include it.  Update copyright.
2644
2645 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2646
2647         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2648         AC_CANONICAL_HOST, to improve autobuild outputs.
2649
2650 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2651             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2652
2653         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2654         sockets, server sockets, and other file descriptors.  Count errors
2655         to compute the return value.  Reorder the code a bit to be easier
2656         to follow.  Don't set event bits that were not requested (except
2657         POLLERR and POLLHUP).
2658
2659 2007-01-01  Bruno Haible  <bruno@clisp.org>
2660
2661         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2662
2663 2007-01-03  Jim Meyering  <jim@meyering.net>
2664
2665         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2666
2667 2007-01-02  Bruno Haible  <bruno@clisp.org>
2668
2669         * modules/settime (Include): Require timespec.h.
2670         * modules/nanosleep (Include): Likewise.
2671
2672 2007-01-01  Bruno Haible  <bruno@clisp.org>
2673
2674         * gnulib-tool (func_emit_copyright_notice): Bump year.
2675         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2676
2677 2007-01-01  Bruno Haible  <bruno@clisp.org>
2678
2679         Improve support for OpenBSD.
2680         * build-aux/config.rpath (libname_spec): Export.
2681         (library_names_spec): New variable. Export.
2682         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2683         library_names_spec from the config.rpath output. Locate shared library
2684         through the name pattern in library_names_spec.
2685
2686 2007-01-01  Eric Blake  <ebb9@byu.net>
2687
2688         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2689
2690 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2691
2692         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2693         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2694         assume the C locale, and avoid an "eval" that could cause trouble.
2695         Problem with SORT reported by Bob Proulx.
2696
2697         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2698         Define.  Trivial patch from Henning Nielsen Lund, originally
2699         sent to bug-grep@gnu.org today.
2700
2701 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2702
2703         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2704         struct stat.  Problem reported by Henning Nielsen Lund.
2705         * lib/acl.c: Include acl.h first, to check interface.  Don't
2706         bother to include sys/types.h and sys/stat.h again.
2707
2708 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2709
2710         Import the following change from libc; problem reported by
2711         Sven Verdoolaege.
2712
2713         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2714
2715         [BZ #1373]
2716         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2717
2718 2006-12-28  Jim Meyering  <jim@meyering.net>
2719
2720         * build-aux/announce-gen: Do not assume that the package
2721         builds any of tar.gz, tar.bz2, and .xdelta files.
2722         Suggestion from Simon Josefsson.
2723
2724 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2725
2726         * modules/announce-gen: New file.
2727
2728 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2731         handles its gotchas now.
2732         * lib/mbswidth.c: Likewise.
2733         * lib/wcwidth.h: Likewise.
2734         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2735         and iswcntrl; the wctype module does this stuff now.
2736         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2737         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2738         * modules/mbchar (Depends-on): Add wctype.
2739         * modules/mbswidth (Depends-on): Likewise.
2740         * modules/wcwidth (Depends-on): Likewise.
2741
2742 2006-12-27  Eric Blake  <ebb9@byu.net>
2743
2744         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2745         module uses more than what <wctype.h> is required to provide.
2746
2747 2006-12-26  Eric Blake  <ebb9@byu.net>
2748
2749         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2750
2751 2006-12-26  Eric Blake  <ebb9@byu.net>
2752
2753         * modules/absolute-header: New module.
2754         * modules/fcntl (Depends-on): Depend on it.
2755         * modules/inttypes (Depends-on): Likewise.
2756         * modules/stdint (Depends-on): Likewise.
2757         * modules/sys_stat (Depends-on): Likewise.
2758         * modules/wctype (Depends-on): Likewise.
2759         * MODULES.html.sh (Support for building libraries and
2760         executables): Document it.
2761
2762 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2763
2764         * gnulib-tool (SED): Remove, undoing previous change.
2765         The problem was that it broke coreutils on Solaris, because
2766         "sed --posix" leaked into a makefile.
2767         (sed): New alias, if 'alias' and GNU sed.
2768
2769 2006-12-24  Jim Meyering  <jim@meyering.net>
2770
2771         Work around an fchownat bug in glibc-2.4:
2772         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2773         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2774         in spite of the -P option.
2775         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2776         New macros.
2777         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2778         * modules/openat (Files): Add lib/fchownat.c.
2779         * lib/openat.c (fchownat): Don't define here.  Move to...
2780         * lib/fchownat.c: ...this new file.
2781
2782 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2783
2784         Fix bug reported by Bruno Haible in
2785         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2786         where quotearg.c didn't compile on Mac OS X 10.2 because it
2787         lacks <wchar.h> and wint_t.
2788         * lib/wctype_.h (__wctype_wint_t): New type.
2789         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2790         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2791         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2792         Arg is now of type __wctype_wint_t, not wint_t.
2793         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2794         substitute HAVE_WINT_T.
2795         * modules/wctype (Files): Add m4/wint_t.m4.
2796         (wctype.h): Substitute HAVE_WINT_T.
2797
2798 2006-12-23  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2801
2802 2006-12-23  Bruno Haible  <bruno@clisp.org>
2803
2804         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2805         S_ISLNK.
2806         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2807         mingw.
2808
2809 2006-12-22  Bruno Haible  <bruno@clisp.org>
2810
2811         * lib/copy-file.c: Include acl.h.
2812         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2813         Close the file descriptors only after being done with copy_acl.
2814         * modules/copy-file (Depends-on): Add acl.
2815
2816 2006-12-22  Bruno Haible  <bruno@clisp.org>
2817
2818         * gnulib-tool (SED): New variable.
2819         Use $SED instead of sed everywhere.
2820
2821 2006-12-22  Bruno Haible  <bruno@clisp.org>
2822
2823         * modules/no-c++: New file.
2824         * m4/no-c++.m4: New file.
2825         * MODULES.html.sh (Support for building libraries and executables):
2826         Add no-c++.
2827
2828 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2831         Include <limits.h>, and use its INT_MAX to rewrite the
2832         j loop so that it does not overflow 'int'.  Problem reported by
2833         Ralf Wildenhues in
2834         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2835         Play it safe by shifting left by 1 rather than multiplying by 2,
2836         as GCC is less likely to optimize this away when the value
2837         is signed (when it assumes overflow leads to undefined behavior).
2838         Also, don't assume time_t uses two's complement.
2839
2840 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2841
2842         * MODULES.html.sh: New module wctype.
2843         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2844         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2845         <wctype.h>, since the new wctype module should fix this.
2846         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2847         the wctype module should arrange for it.
2848         * lib/regex_internal.h: Likewise.
2849         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2850         since the wctype module should handle this now.
2851         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2852         * modules/fnmatch (Depends-on): Add wctype.
2853         * modules/quotearg (Depends-on): Likewise.
2854         * modules/regex (Depends-on): Likewise.
2855
2856 2006-12-19  Bruno Haible  <bruno@clisp.org>
2857
2858         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2859         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2860
2861 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2862
2863         * modules/savewd (Depends-on): Fix dependency on fcntl.
2864
2865 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2866
2867         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2868         conforms to C99, rather than relying on the user's environment
2869         setting of STDINT_H.
2870
2871 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2872         and Eric Blake  <ebb9@byu.net>
2873
2874         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2875         This is more consistent with the other defines here.
2876         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2877         Port to z/OS.  Problem reported by Paul Gilmartin.
2878         Change local vars to use gl_ prefix rather than ac_.
2879         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2880         with other defines.
2881         * modules/double-slash-root: New module.
2882         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2883         (Depends-on): Add double-slash-root.
2884         * MODULES.html.sh (File system functions): Mention new module.
2885
2886 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2887
2888         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2889         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2890         This is for the benefit of gzip, which doesn't do i18n.
2891
2892 2006-12-12  Jim Meyering  <jim@meyering.net>
2893
2894         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2895         Reported by Andreas Schwab <schwab@suse.de>.
2896
2897 2006-12-12  Bruno Haible  <bruno@clisp.org>
2898
2899         Merge these changes.
2900         2006-09-05  Bruno Haible  <bruno@clisp.org>
2901         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2902         iconv_alloc succeeded.
2903         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2904         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2905         test for " && dest " at the end - dest is always != NULL there. Call
2906         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2907         with 2xNULL arguments, also to flush the state storage. Handle the
2908         IRIX iconv behaviour. Realloc the final result, to throw away unused
2909         memory.
2910
2911 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2912
2913         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2914         and fchmodat unconditionally, since glibc 2.4 has them.
2915         Problem reported by Arkadiusz Miskiewicz.
2916
2917 2006-12-10  Bruno Haible  <bruno@clisp.org>
2918
2919         * gnulib-tool (func_import): Show the include files only for those
2920         modules that are copied and specified.
2921         Reported by Karl Berry.
2922
2923 2006-12-08  Jim Meyering  <jim@meyering.net>
2924
2925         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2926         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2927
2928         * build-aux/announce-gen: Add two new options, both optional:
2929         --bootstrap-tools=TOOL_LIST
2930               a comma-separated list of tools, e.g.,
2931               autoconf,automake,bison,gnulib
2932         --gnulib-snapshot-date=DATE
2933               if gnulib is in the bootstrap tool list,
2934               then report this as the snapshot date.
2935               If not specified, use the current date/time.
2936               If you specify a date here, be sure it's UTC.
2937
2938 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2939
2940         * tests/test-argp-2.sh: Fix test to match actual output.
2941         (func_compare): Fix sed script to be portable.
2942
2943 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2944
2945         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2946         workaround for this case.  It is not autoconfigured now; offhand
2947         it's hard to see how to autoconfigure it.
2948
2949 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2952         a directory that is about to be chowned.  Such a directory's
2953         initial file permissions should permit the owner only and this
2954         should not be changed until after the chown, since the group and
2955         other bits would be incorrect if they granted permission before
2956         the chown.
2957
2958         Fix porting problem for iswctype reported by Georg Schwarz in:
2959         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2960         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2961         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2962         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2963         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2964
2965 2006-12-03  Jim Meyering  <jim@meyering.net>
2966
2967         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2968         p->fts_statp may not yet be defined.
2969         (fts_read): Instead, set it in the caller, once p->fts_statp is
2970         sure to be defined, and corresponds to a top-level directory.
2971         This bug made du -x fail.  Here's the coreutils test case:
2972         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2973         Reported by Mike Frysinger.
2974
2975 2006-12-01  Jim Meyering  <jim@meyering.net>
2976
2977         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2978         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2979         Reported by Simon Josefsson.
2980
2981 2006-11-30  Jim Meyering  <jim@meyering.net>
2982
2983         * m4/warning.m4: Use the all-permissive copyright notice
2984         recommended by RMS (rather than LGPL).
2985         * m4/vararrays.m4: Likewise.
2986         * m4/flexmember.m4: Likewise.
2987
2988 2006-11-29  Bruno Haible  <bruno@clisp.org>
2989
2990         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2991         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2992         using +=.
2993         Reported by Simon Josefsson <simon@josefsson.org>.
2994
2995 2006-11-28  James Youngman <jay@gnu.org>
2996
2997         * README: Advise users that they might find the bug-gnulib@gnu.org
2998         and autotools-announce@gnu.org mailing lists useful.
2999
3000 2006-11-28  Bruno Haible  <bruno@clisp.org>
3001
3002         * m4/ptrdiff_max.m4: Remove file.
3003
3004 2006-11-21  Bruno Haible  <bruno@clisp.org>
3005
3006         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3007         _AC_COMPUTE_INT.
3008         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3009         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3010         _AC_COMPUTE_INT.
3011         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3012         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3013         _AC_COMPUTE_INT.
3014         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3015
3016 2006-11-28  Jim Meyering  <jim@meyering.net>
3017
3018         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3019         warning from "gcc -Wshadow" about shadowing the builtin.
3020
3021 2006-11-27  Bruno Haible  <bruno@clisp.org>
3022
3023         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3024         _AC_COMPUTE_INT.
3025         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3026
3027 2006-11-27  Bruno Haible  <bruno@clisp.org>
3028             Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3031
3032 2006-11-26  Bruno Haible  <bruno@clisp.org>
3033
3034         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3035         noinst_LTLIBRARIES.
3036
3037 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3038             Bruno Haible  <bruno@clisp.org>
3039
3040         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3041         if compiling with "gcc -ansi".
3042
3043 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3044
3045         Fix some incompatibilities with gcc -ansi -pedantic.
3046         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3047         if compiling pedantically with GCC, unless it's C99 or later.
3048         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3049         it mishandles gcc -ansi -pedantic as well.
3050         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3051         if gcc -pedantic.
3052         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3053         initializers for struct if -pedantic, unless it's C99 or later.
3054
3055 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3056
3057         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3058         Don't close an fd more than once. Identical atimes indicate
3059         success, not failure.
3060
3061 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3062
3063         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3064
3065 2006-11-23  Jim Meyering  <jim@meyering.net>
3066
3067         * build-aux/announce-gen: New file.  From coreutils.
3068
3069 2006-11-22  Jim Meyering  <jim@meyering.net>
3070
3071         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3072         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3073         (fts_read): Use a temporary to narrow the overused st_size member
3074         before using it in a switch statement.  Reported by Matthew Woehlke.
3075
3076         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3077         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3078
3079 2006-11-20  Bruno Haible  <bruno@clisp.org>
3080
3081         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3082         changequote instead of pairs of brackets.
3083         Reported by Andreas Schwab <schwab@suse.de>.
3084
3085 2006-11-21  Jim Meyering  <jim@meyering.net>
3086
3087         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3088         so as to remain compatible with older compilers.
3089         Patch from Michael Deutschmann.
3090
3091 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3092
3093         * MODULES.html.sh (File system functions): Add openat.
3094
3095         * lib/openat.h (rpl_fstatat): New macro, if
3096         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3097         (fstatat): Define to rpl_fstatat under the same conditions,
3098         unless COMPILING_FSTATAT.
3099         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3100         seems to have the bug.
3101         * lib/fstatat.c: New file.
3102         * modules/openat (Files): Add it.
3103
3104 2006-11-20  Bruno Haible  <bruno@clisp.org>
3105
3106         * Makefile: New file.
3107
3108 2006-11-20  Jim Meyering  <jim@meyering.net>
3109
3110         The beginnings of syntax-related checks for gnulib.
3111         * lib/Makefile: New file.
3112         * lib/t-idcache: New script.  Ensure that the two halves of
3113         idcache.c stay in sync.
3114
3115         * lib/idcache.c: Adjust comments in user- and group- portions to
3116         be more accurate, and to be consistent with one another.
3117
3118 2006-11-20  Jim Meyering  <jim@meyering.net>
3119
3120         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3121         continue using the flexible array member (thus, this module performs
3122         half as many malloc calls), with the addition that...
3123         (getgroup, getuser): Consistently record a non-match via an empty
3124         "name" string, and map an empty string match to a NULL return value.
3125         * modules/idcache (Depends-on): Re-add flexmember.
3126
3127         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3128         (getuidbyname, getgroup, getgidbyname): Likewise.
3129
3130         Use cleaner syntax: NULL rather than 0.
3131         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3132
3133 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3136         It mishandled the case where the group was missing.
3137         Problem reported by Greg Schafer.
3138         * modules/idcache: Likewise.
3139
3140 2006-11-18  Jim Meyering  <jim@meyering.net>
3141
3142         * check-module (%exempt_header): Add exception for some
3143         conditionally-included headers.
3144
3145         * modules/i-ring (Depends-on): Add verify.
3146         (License): Change to LGPL.
3147
3148 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3149
3150         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3151         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3152         and inttostr.h.  Use snprintf rather than uinttostr, so that
3153         LGPLed code doesn't depend on GPLed.
3154
3155 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3156
3157         * modules/inline (License): Change from GPL to LGPL.
3158
3159 2006-11-17  Jim Meyering  <jim@meyering.net>
3160
3161         * modules/d-type (License): Switch to LGPL.
3162
3163 2006-11-15  Bruno Haible  <bruno@clisp.org>
3164
3165         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3166
3167 2006-11-15  Eric Blake  <ebb9@byu.net>
3168
3169         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3170         the module dependency.
3171
3172 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3173             Bruno Haible  <bruno@clisp.org>
3174
3175         * gnulib-tool (func_create_testdir): Add license consistency check.
3176
3177 2006-11-15  Eric Blake  <ebb9@byu.net>
3178
3179         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3180         random "(cached)" in configure output.
3181
3182 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3183
3184         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3185         test for conforming inttypes.h is both announced and cached.
3186
3187         * MODULES.html.sh (seen_modules, seen_files): New variables.
3188         (func_module): Rewrite to use a few less gnulib-tool and sed
3189         invocations.  Avoid a couple of quadratic algorithms for ...
3190         (missed_modules, missed_files): ... these, with ...
3191         (func_append, func_tmpdir): ... these new functions, from
3192         gnulib-tool.  Analogously, install traps for cleanup.
3193
3194         * tests/test-gc.c (main): Remove unused variables.
3195         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3196
3197 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3198
3199         * modules/inttostr (License): Change to LGPL.
3200
3201 2006-11-14  Eric Blake  <ebb9@byu.net>
3202
3203         * modules/tempname (License): Change to LGPL.
3204
3205 2006-11-14  Eric Blake  <ebb9@byu.net>
3206
3207         * doc/functions.texi (Function Portability): *printf functions on
3208         Cygwin now understand all POSIX size specifiers.
3209
3210 2006-11-14  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/c-ctype (License): Change to LGPL.
3213
3214 2006-11-12  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3217         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3218         for GNOME libraries, for which the include files are installed in
3219         subdirectories of $prefix/include.
3220
3221 2006-11-12  Bruno Haible  <bruno@clisp.org>
3222
3223         * m4/lib-link.m4: Require at least autoconf-2.54.
3224         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3225         name to underscores for the --with option.
3226
3227 2006-11-13  Bruno Haible  <bruno@clisp.org>
3228
3229         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3230         the tests directory.
3231         Reported by Ralf Wildenhues.
3232
3233 2006-11-13  Bruno Haible  <bruno@clisp.org>
3234
3235         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3236         (func_emit_initmacro_end): Undo the override here.
3237         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3238         Works around the famous automake error in coreutils.
3239
3240 2006-11-13  Eric Blake  <ebb9@byu.net>
3241
3242         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3243         element, not its node.
3244
3245 2006-11-12  Bruno Haible  <bruno@clisp.org>
3246
3247         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3248         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3249
3250 2006-11-12  Bruno Haible  <bruno@clisp.org>
3251
3252         * gnulib-tool: New option --local-symlink.
3253         (func_usage): Document it.
3254         (lsymbolic): New variable.
3255         (func_import, func_create_testdir): If --symlink was not specified,
3256         test whether --local-symlink was specified and the file comes from
3257         the local_gnulib_dir.
3258
3259 2006-11-12  Bruno Haible  <bruno@clisp.org>
3260
3261         * gnulib-tool (func_ln): New function.
3262         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3263
3264 2006-11-12  Bruno Haible  <bruno@clisp.org>
3265
3266         Finish support for source files in subdirectories.
3267         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3268         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3269         AUTOMAKE_OPTIONS.
3270         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3271
3272 2006-11-12  Bruno Haible  <bruno@clisp.org>
3273
3274         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3275         EXTRA_lib_SOURCES augmentation.
3276         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3277
3278 2006-11-12  Jim Meyering  <jim@meyering.net>
3279
3280         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3281         file descriptors.  This also averts a failure on systems with
3282         native openat support when a traversed directory lacks "x" access.
3283         * lib/fts_.h: Include "i-ring.h"
3284         (struct FTS) [fts_fd_ring]: New member.
3285         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3286         (FCHDIR): Add parentheses.
3287         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3288         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3289         When descending, rather than simply closing the previous
3290         fts_cwd_fd value, push that file descriptor onto the ring.
3291         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3292         (fts_open): Initialize the new fd_ring member.
3293         (fts_close): Clear the ring.
3294         (fts_safe_changedir): When possible, use our new fd_ring to skip
3295         the diropen and fstat and dev/ino comparison that would normally
3296         accompany a virtual `chdir ("..")'.
3297
3298         * modules/fts (Depends-on): Add i-ring.
3299         * modules/i-ring: New module.
3300         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3301         * m4/i-ring.m4: New file.
3302
3303 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3304
3305         * gnulib-tool (func_create_testdir): Fix replacement of
3306         `build-aux' in configure.ac.  Run autotools in gltests
3307         subdirectory.
3308         (func_create_testdir, func_create_megatestdir, test): There is
3309         no need for '--force' in most autotool invocations in a new
3310         tree.  Actually fail the whole test if any of the tools, or the
3311         configure or make stages fail.
3312
3313         Sync from Automake.
3314         * build-aux/gnupload: Revert last change.  Add pointer to upload
3315         instructions of the GNU Maintenance Instructions.
3316         Suggestion by Karl Berry.
3317
3318 2006-11-10  Jim Meyering  <jim@meyering.net>
3319
3320         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3321
3322 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3323
3324         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3325         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3326         (bind_textdomain_codeset) [! ENABLE_NLS]:
3327         Evaluate all the arguments.  That way, callers get compatible behavior
3328         if the arguments have side effects.  Also, it avoids some GCC
3329         diagnostics in some cases; Joel E. Denny reported problems when Bison
3330         was configured with --enable-gcc-warnigs.
3331
3332 2006-11-10  Jim Meyering  <jim@meyering.net>
3333
3334         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3335         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3336         account.
3337
3338 2006-11-10  Jim Meyering  <jim@meyering.net>
3339
3340         * modules/inline: New file/module.
3341         * modules/xalloc (Files): Remove m4/inline.m4.
3342         (Depends-on): Add inline, instead.
3343         * modules/oset: Likewise.
3344         * modules/list: Likewise.
3345
3346 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3347
3348         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3349         Problem reported by Matthew Woehlke.
3350
3351 2006-11-09  Bruno Haible  <bruno@clisp.org>
3352
3353         * lib/tempname.c (gen_tempname): Remove variant that invokes
3354         __gen_tempname.
3355         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3356         __gen_tempname.
3357
3358 2006-11-08  Bruno Haible  <bruno@clisp.org>
3359
3360         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3361         to 'yes' instead of 'cross-compiling'.
3362
3363 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3364
3365         * lib/quotearg.h (quotearg_free): New decl.
3366         * lib/quotearg.c (quotearg_free): New function.
3367         (slot0, nslots, slotvec0, slotvec):
3368         Now file-scope so that quotearg_free can get at them.
3369
3370 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3371
3372         Sync from Automake.
3373         * build-aux/gnupload: Add missing 'gnu' to example URL.
3374         Report by Karl Berry.
3375
3376 2006-11-08  Bruno Haible  <bruno@clisp.org>
3377
3378         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3379         Suggested by Paul Eggert.
3380
3381 2006-11-08  Jim Meyering  <jim@meyering.net>
3382
3383         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3384         It's already included if !_LIBC.
3385         (fts_safe_changedir): Add a comment.
3386
3387 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3388
3389         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3390         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3391         Matthew Woehlke.
3392
3393         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3394         definitions up, to avoid colliding with change below.
3395         (static_inline) [HAVE_INLINE]: New macro.
3396         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3397         Provide extern decls when !HAVE_INLINE.  Do not define unless
3398         static_inline is defined, either by us or by xmalloc.c.  Use
3399         static_inline rather than static inline.
3400         (XCALLOC): Optimize sizeof(T) = 1 case.
3401         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3402
3403 2006-11-07  Bruno Haible  <bruno@clisp.org>
3404
3405         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3406         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3407         AC_C_INLINE.
3408         * modules/xalloc (Files): Add m4/inline.m4.
3409
3410 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3411
3412         * README: Fix typo.
3413         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3414         (Miscellanous Notes): ...from this.
3415
3416 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3417
3418         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3419         Mention that offsetof should be used instead of sizeof.
3420         From Bruno Haible.
3421
3422 2006-11-07  Bruno Haible  <bruno@clisp.org>
3423
3424         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3425
3426 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3427
3428         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3429         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3430         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3431         (gl_tree_add_before, gl_tree_add_after):
3432         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3433         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3434         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3435         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3436         (gl_linked_add_after, gl_linked_add_at): Likewise.
3437         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3438         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3439         (gl_tree_add_before, gl_tree_add_after): Likewise.
3440         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3441         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3442         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3443
3444 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3445
3446         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3447
3448 2006-11-06  Bruno Haible  <bruno@clisp.org>
3449
3450         * m4/inline.m4: New file.
3451         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3452         * modules/list (Files): Add m4/inline.m4.
3453         * modules/oset (Files): Likewise.
3454
3455 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3456
3457         * lib/idcache.c: Include <stddef.h>, for offsetof.
3458         (struct userid.name): Change from char * to a flexible array member.
3459         All uses changed.
3460         * modules/idcache (Depends-on): Add flexmember.
3461
3462         * MODULES.html.sh (Core language properties): New module flexmember.
3463         * modules/flexmember, m4/flexmember.m4: New files.
3464
3465         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3466         inline functions that are identical with the old xnmalloc_inline,
3467         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3468         that we can avoid some unnecessary integer multiplications and
3469         divisions in the common case where the element size is known at
3470         compile time.
3471         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3472         needed.
3473         (xnboundedmalloc): Remove.
3474         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3475         arguments, for consistency with rest of this header.
3476         (xcharalloc): Rewrite using XNMALLOC.
3477         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3478         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3479         versions have been moved to lib/xalloc.h and renamed to be the
3480         non-*_inline versions.
3481         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3482         and xnrealloc functions, since those functions are now inline and
3483         now call us.
3484         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3485         renaming described above.
3486         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3487         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3488         captures the dependency in AC_C_INLINE.
3489
3490         New module canonicalize-lgpl, proposed by Charles Wilson in
3491         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3492         with a few small changes afterwards.
3493         * MODULES.html.sh (File system functions): New module
3494         canonicalize-lgpl.
3495         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3496         and canonicalize_file_name.
3497         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3498         * modules/canonicalize-lgpl: New files.
3499
3500 2006-11-05  Bruno Haible  <bruno@clisp.org>
3501
3502         * gnulib-tool (func_import, func_create_testdir): Create directories
3503         also for files in subdirectories of lib/.
3504
3505 2006-11-05  Bruno Haible  <bruno@clisp.org>
3506
3507         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3508         ANSI C compliant.
3509
3510 2006-11-03  Bruno Haible  <bruno@clisp.org>
3511
3512         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3513         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3514         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3515         (xnboundedmalloc): New inline function.
3516         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3517         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3518         xmalloc.
3519         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3520         xmalloc.
3521         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3522         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3523         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3524         xmalloc.
3525         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3526         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3527         xmalloc.
3528         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3529         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3530         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3531         xmalloc.
3532         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3533         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3534         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3535         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3536         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3537         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3538         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3539
3540 2006-11-03  Bruno Haible  <bruno@clisp.org>
3541
3542         * lib/c-ctype.h [C++]: Define functions without name mangling.
3543         * lib/fwriteerror.h [C++]: Likewise.
3544         * lib/gcd.h [C++]: Likewise.
3545         * lib/linebreak.h [C++]: Likewise.
3546
3547 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3548
3549         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3550         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3551         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3552         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3553         Check for functions and headers just once.
3554         Check for declaration of canonicalize_file_name.
3555         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3556
3557 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3558
3559         * gnulib-tool (func_import): Fix typo in actioncmd.
3560
3561 2006-11-02  Bruno Haible  <bruno@clisp.org>
3562
3563         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3564         newline sequence in the Makefile.am snippet as a space, like "make"
3565         does.
3566         Reported by Roger Persson <perrog@gmail.com>.
3567
3568 2006-11-01  Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3571         already declared in <string.h>.
3572         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3573
3574 2006-11-01  Bruno Haible  <bruno@clisp.org>
3575
3576         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3577         * lib/strcase.h: Include <string.h>.
3578         (strcasecmp): Define to rpl_strcasecmp here.
3579
3580 2006-11-01  Bruno Haible  <bruno@clisp.org>
3581
3582         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3583
3584 2006-11-01  Eric Blake  <ebb9@byu.net>
3585
3586         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3587
3588         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3589
3590 2006-10-29  Bruno Haible  <bruno@clisp.org>
3591
3592         Make it compile in C++ mode.
3593         * lib/full-write.c (full_rw): Add a cast.
3594
3595 2006-11-01  Bruno Haible  <bruno@clisp.org>
3596
3597         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3598         be POSIX compliant.
3599         Reported by Roger Persson <perrog@gmail.com>.
3600
3601 2006-11-01  Eric Blake  <ebb9@byu.net>
3602
3603         * lib/getopt_.h: Fix comments.
3604
3605 2006-10-31  Eric Blake  <ebb9@byu.net>
3606
3607         * modules/tmpdir (Depends-on): Add sys_stat.
3608         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3609         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3610         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3611         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3612         tempname.
3613
3614 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3615
3616         Avoid some C++ diagnostics reported by Bruno Haible.
3617         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3618         xmalloc.
3619         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3620         (struct slotvec): Move to top level.
3621         (quotearg_n_options): Rewrite to avoid xmalloc.
3622         * lib/xalloc.h (xcharalloc): New function.
3623         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3624         [defined __cplusplus]: Add function template that provides result
3625         type propagation.  This part of the change is from Bruno Haible.
3626
3627 2006-10-29  Bruno Haible  <bruno@clisp.org>
3628
3629         Make it compile in C++ mode.
3630         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3631         * lib/strnlen1.c (strnlen1): Cast memchr result.
3632         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3633         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3634         (create_temp_dir): Rename local variable 'template'.
3635         (compile_csharp_using_sscli): Add cast.
3636         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3637         * lib/findprog.c (find_in_path): Likewise.
3638         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3639         * lib/wait-process.c (register_slave_subprocess): Likewise.
3640
3641 2006-10-22  Bruno Haible  <bruno@clisp.org>
3642
3643         * modules/tsearch: New file.
3644         * lib/tsearch.h: New file.
3645         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3646         * m4/tsearch.m4: New file.
3647         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3648
3649 2006-10-29  Eric Blake  <ebb9@byu.net>
3650
3651         * lib/arcfour.c: Assume config.h.
3652         * lib/arctwo.c: Likewise.
3653         * lib/base64.c: Likewise.
3654         * lib/check-version.c: Likewise.
3655         * lib/crc.c: Likewise.
3656         * lib/des.c: Likewise.
3657         * lib/gc-gnulib.c: Likewise.
3658         * lib/gc-libgcrypt.c: Likewise.
3659         * lib/gc-pbkdf2-sha1.c: Likewise.
3660         * lib/getaddrinfo.c: Likewise.
3661         * lib/getdelim.c: Likewise.
3662         * lib/getline.c: Likewise.
3663         * lib/hmac-md5.c: Likewise.
3664         * lib/hmac-sha1.c: Likewise.
3665         * lib/iconvme.c: Likewise.
3666         * lib/md2.c: Likewise.
3667         * lib/md4.c: Likewise.
3668         * lib/memxor.c: Likewise.
3669         * lib/read-file.c: Likewise.
3670         * lib/readline.c: Likewise.
3671         * lib/rijndael-alg-fst.c: Likewise.
3672         * lib/rijndael-api-fst.c: Likewise.
3673         * lib/xgetdomainname.c: Likewise.
3674
3675 2006-10-28  Eric Blake  <ebb9@byu.net>
3676
3677         * lib/xstrndup.c: Assume config.h.
3678
3679 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3680
3681         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3682         stat-macros.h is now for our own macros, whereas stat_h is for
3683         macros in the <sys/stat.h> name space.
3684         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3685         (STAT_MACROS_H): Remove.
3686         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3687         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3688         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3689         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3690         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3691         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3692         Move these macros to ...
3693         * lib/stat_.h: here.  Don't include stat-macros.h.
3694         * lib/canonicalize.c: Don't include stat-macros.h.
3695         * lib/chown.c: Likewise.
3696         * lib/euidaccess.c: Likewise.
3697         * lib/file-type.c: Likewise.
3698         * lib/filemode.c: Likewise.
3699         * lib/glob.c: Likewise.
3700         * lib/isapipe.c: Likewise.
3701         * lib/lchown.c: Likewise.
3702         * lib/lstat.c: Likewise.
3703         * lib/mkdir-p.c: Likewise.
3704         * lib/rmdir.c: Likewise.
3705         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3706         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3707         unless mkdir isn't declared, to speed up 'configure'.
3708         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3709         would define all the S_* symbols.
3710         * modules/canonicalize (Depends-on):
3711         Depend on sys_stat, not stat-macros.
3712         * modules/chown: Likewise.
3713         * modules/euidaccess: Likewise.
3714         * modules/filemode: Likewise.
3715         * modules/file-type: Likewise.
3716         * modules/glob: Likewise.
3717         * modules/isapipe: Likewise.
3718         * modules/lchown: Likewise.
3719         * modules/lstat: Likewise.
3720         * modules/mkancesdirs: Likewise.
3721         * modules/rmdir: Likewise.
3722         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3723         * modules/modechange: Likewise.
3724         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3725         (configure.ac): Remove gl_STAT_MACROS.
3726         * modules/sys_stat (Depends-on): Remove stat-macros.
3727
3728 2006-10-27  Bruno Haible  <bruno@clisp.org>
3729
3730         * m4/signed.m4: Remove file.
3731         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3732         invocation.
3733         * modules/vasnprintf (Files): Remove m4/signed.m4.
3734
3735 2006-10-27  Bruno Haible  <bruno@clisp.org>
3736
3737         Update to GNU gettext 0.16.
3738         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3739         m4/inttypes-h.m4, m4/signed.m4.
3740         * m4/gettext.m4: Update to GNU gettext 0.16.
3741         * m4/intl.m4: New file, from GNU gettext.
3742         * m4/intldir.m4: New file, from GNU gettext.
3743         * config/srclist.txt: Update
3744
3745 2006-10-27  Eric Blake  <ebb9@byu.net>
3746
3747         * MODULES.html.sh: Document tempname.
3748         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3749         dependencies.
3750         (Files): Move lib/tempname.c...
3751         * modules/tempname: ...to this new module.
3752         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3753         (gl_PREREQ_TEMPNAME): Move...
3754         * m4/tempname.m4: ...to this new file.
3755         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3756         * modules/sys_stat (Depends-on): Add stat-macros.
3757         * lib/stat_.h (includes): Pick up stat macros.
3758         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3759         if stat macros are broken.
3760         * lib/tempname.c (includes): No need to include "stat-macros.h".
3761         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3762         (direxists, __path_search) [!_LIBC]: Don't compile these in
3763         gnulib; the tmpdir module covers that.
3764         * lib/tempname.h: New file.
3765
3766 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3767
3768         * COPYING: Explain how gnulib-tool converts licence headers.
3769         Almost all wording by Eric Blake.
3770
3771 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3772
3773         * lib/mbchar.h (is_basic_table): Make read-only.
3774         * lib/mbchar.c (is_basic_table): Likewise.
3775         Reported by John Darrington.
3776
3777 2006-10-25  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/progname.h (set_program_name): Undefine before defining.
3780
3781 2006-10-25  Bruno Haible  <bruno@clisp.org>
3782
3783         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3784         false for non-gcc C++ compilers.
3785         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3786
3787 2006-10-24  Bruno Haible  <bruno@clisp.org>
3788
3789         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3790         iconv implementations like Irix iconv.
3791
3792 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3793
3794         * modules/vararrays: New file.
3795         * m4/vararrays.m4: New file, taken from diffutils.
3796         * MODULES.html.sh: New module vararrays.
3797
3798 2006-10-24  Karl Berry  <karl@gnu.org>
3799
3800         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3801         Don't call GNU Unix.
3802
3803 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3804
3805         * users.txt: Add Libtool.
3806
3807         Sync from Libtool:
3808
3809         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3810
3811         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3812         to gnulib's policy of including config.h unconditionally.
3813
3814 2006-10-24  Bruno Haible  <bruno@clisp.org>
3815
3816         * modules/wcwidth (Files): Add m4/wint_t.m4.
3817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3818         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3819
3820 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3821
3822         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3823         to pacify GCC with some -W flags enabled.  Problem reported by
3824         Bruno Haible.
3825
3826 2006-10-24  Jim Meyering  <jim@meyering.net>
3827
3828         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3829         Reported by Karl Berry.
3830
3831 2006-10-23  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3834
3835 2006-10-24  Bruno Haible  <bruno@clisp.org>
3836
3837         * lib/gl_list.h: Use C comment style, not C++ comment style.
3838
3839 2006-10-23  Eric Blake  <ebb9@byu.net>
3840
3841         * lib/getaddrinfo.c (includes): Add missing include.
3842
3843 2006-10-23  Bruno Haible  <bruno@clisp.org>
3844             Paul Eggert  <eggert@cs.ucla.edu>
3845
3846         Ability to rename obstack_free.
3847         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3848         obstack_free.
3849         (obstack_free): Invoke the __obstack_free macro.
3850         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3851
3852 2006-10-23  Bruno Haible  <bruno@clisp.org>
3853             Paul Eggert  <eggert@cs.ucla.edu>
3854
3855         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3856         __argc, __argv from the declaration. (They are defined as macros on
3857         mingw.)
3858
3859 2006-10-22  Bruno Haible  <bruno@clisp.org>
3860
3861         * doc/gnulib-intro.texi: New file.
3862         * doc/gnulib.texi: Include it.
3863
3864 2006-10-21  Bruno Haible  <bruno@clisp.org>
3865
3866         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3867         "Introduction", "Miscellanous Notes", "Particular Modules".
3868
3869 2006-10-21  Bruno Haible  <bruno@clisp.org>
3870
3871         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3872         Change mostlyclean-local rule to avoid sh syntax error from bash
3873         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3874
3875 2006-10-23  Jim Meyering  <jim@meyering.net>
3876
3877         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3878         in place of snprintf.
3879
3880         * modules/inttostr (Files): Add lib/uinttostr.c.
3881         * lib/uinttostr.c (inttostr): New file/function.
3882         * lib/inttostr.h (uinttostr): Declare.
3883         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3884         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3885         Add uinttostr.
3886         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3887
3888 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3889
3890         * lib/canonicalize.c (ELOOP): Define if not already defined.
3891         Problem reported by Bruno Haible in
3892         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3893
3894 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3895
3896         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3897         Problem reported by Perry Smith and Ville Laurikari.
3898
3899         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3900         uses.
3901
3902 2006-10-19  Bruno Haible  <bruno@clisp.org>
3903
3904         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3905         for mingw.
3906
3907 2006-10-19  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3910         Needed for mingw.
3911
3912 2006-10-19  Bruno Haible  <bruno@clisp.org>
3913
3914         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3915
3916 2006-10-19  Bruno Haible  <bruno@clisp.org>
3917
3918         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3919         it.
3920
3921 2006-10-19  Bruno Haible  <bruno@clisp.org>
3922
3923         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3924         invocation.
3925
3926 2006-10-19  Bruno Haible  <bruno@clisp.org>
3927
3928         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3929         mountlist by default.
3930
3931 2006-10-16  Bruno Haible  <bruno@clisp.org>
3932
3933         * lib/c-strstr.c: Include c-strstr.h.
3934
3935 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3936
3937         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3938         in a slash.
3939
3940 2006-10-18  Bruno Haible  <bruno@clisp.org>
3941
3942         * lib/lock.h [C++]: Wrap definitions in extern "C".
3943
3944 2006-10-18  Bruno Haible  <bruno@clisp.org>
3945
3946         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3947         gl_LIBOBJS list.
3948
3949 2006-10-18  Bruno Haible  <bruno@clisp.org>
3950
3951         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3952
3953 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3954
3955         * lib/xstrtol.h: Include gettext.h.
3956         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3957         Problem reported by Eric Blake.
3958         * modules/xstrtol (Depends-on): Add gettext-h.
3959
3960 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3961
3962         * lib/strftime.c (advance): New macro.
3963         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3964         incomplete type, so you can't add 0 to it.  Problem and patch
3965         reported by Eelco Dolstra for dietlibc.
3966
3967 2006-10-18  Jim Meyering  <jim@meyering.net>
3968
3969         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3970         type for a local, and rename it: s/up/user_proc/.
3971
3972 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3973
3974         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3975         READ_UTMP_USER_PROCESS.
3976         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3977
3978 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3979
3980         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3981         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3982
3983 2006-10-17  Eric Blake  <ebb9@byu.net>
3984
3985         * lib/sigprocmask.c (sigprocmask): Fix typo.
3986
3987         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3988
3989         * modules/clean-temp (Makefile.am): Don't add to make output...
3990         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3991         config.h.
3992
3993 2006-10-17  Bruno Haible  <bruno@clisp.org>
3994
3995         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3996         differently if DEFAULT_TEXT_DOMAIN is set.
3997
3998 2006-10-16  Bruno Haible  <bruno@clisp.org>
3999
4000         * lib/clean-temp.c: Include fwriteerror.h.
4001
4002 2006-10-16  Bruno Haible  <bruno@clisp.org>
4003
4004         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4005
4006 2006-10-16  Bruno Haible  <bruno@clisp.org>
4007
4008         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4009         * lib/sigprocmask.h: Include <sys/types.h>.
4010         (sigset_t): Use the system's definition if present.
4011
4012 2006-10-17  Eric Blake  <ebb9@byu.net>
4013
4014         * lib/xvasprintf.c (includes): Assume config.h.
4015         * lib/xasprintf.c (includes): Likewise.
4016
4017 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4018
4019         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4020         at least as wide as intmax_t.
4021
4022 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4023
4024         (Imported from Automake.)
4025         * build-aux/gnupload: Update to version 1.1 of directive file.
4026
4027 2006-10-16  Eric Blake  <ebb9@byu.net>
4028
4029         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4030         match Automake 1.10a.
4031
4032 2006-10-14  Bruno Haible  <bruno@clisp.org>
4033
4034         * modules/sigprocmask: New file.
4035         * lib/sigprocmask.h: New file.
4036         * lib/sigprocmask.c: New file.
4037         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4038         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4039         request sigprocmask.o.
4040         (gl_PREREQ_SIGPROCMASK): New macro.
4041         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4042         (Depends-on): Add sigprocmask.
4043         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4044         gt_SIGNALBLOCKING. Test for 'raise' only once.
4045         * lib/fatal-signal.c: Include sigprocmask.h.
4046         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4047         unblock_fatal_signals): Define always.
4048         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4049         sigprocmask.
4050
4051 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4052
4053         Sync from Automake.
4054         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4055         which incorrectly sets the mode of an existing destination
4056         directory.  In some cases the unpatched install-sh could do the
4057         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4058         system.  We hope this is rare in practice, but it's clearly worth
4059         fixing.  Problem reported by Alex Unleashed in
4060         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4061         Also, don't bother to check for -m bugs unless we're using -m;
4062         suggested by Stepan Kasal.
4063
4064 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4065
4066         Sync from Automake.
4067         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4068         `-c' flag, so they appear at the same position as in %FASTDEP%
4069         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4070         which ignores unknown options only after the first non-option.
4071         Bug report against M4 by Nelson H. F. Beebe.
4072
4073 2006-10-13  Jim Meyering  <jim@meyering.net>
4074
4075         Fix a bug in yesterday's change.
4076         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4077         p->fts_statp->st_dev would be used uninitialized.
4078         Ensures that we always call fts_stat on the very first entry.
4079         Miklos Szeredi reported that find -xdev stopped working.
4080
4081 2006-10-12  Bruno Haible  <bruno@clisp.org>
4082
4083         * gnulib-tool (func_get_automake_snippet): Append an automatically
4084         computed EXTRA_DIST augmentation.
4085         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4086         * modules/alloca-opt (Makefile.am): Likewise.
4087         * modules/allocsa (Makefile.am): Likewise.
4088         * modules/arcfour (Makefile.am): Likewise.
4089         * modules/arctwo (Makefile.am): Likewise.
4090         * modules/argmatch (Makefile.am): Likewise.
4091         * modules/argz (Makefile.am): Likewise.
4092         * modules/atexit (Makefile.am): Likewise.
4093         * modules/backupfile (Makefile.am): Likewise.
4094         * modules/byteswap (Makefile.am): Likewise.
4095         * modules/c-strtod (Makefile.am): Likewise.
4096         * modules/c-strtold (Makefile.am): Likewise.
4097         * modules/calloc (Makefile.am): Likewise.
4098         * modules/canon-host (Makefile.am): Likewise.
4099         * modules/canonicalize (Makefile.am): Likewise.
4100         * modules/chdir-long (Makefile.am): Likewise.
4101         * modules/chdir-safer (Makefile.am): Likewise.
4102         * modules/check-version (Makefile.am): Likewise.
4103         * modules/chown (Makefile.am): Likewise.
4104         * modules/cloexec (Makefile.am): Likewise.
4105         * modules/close-stream (Makefile.am): Likewise.
4106         * modules/closeout (Makefile.am): Likewise.
4107         * modules/crc (Makefile.am): Likewise.
4108         * modules/csharpexec (Makefile.am): Likewise.
4109         * modules/cycle-check (Makefile.am): Likewise.
4110         * modules/des (Makefile.am): Likewise.
4111         * modules/dev-ino (Makefile.am): Likewise.
4112         * modules/dirfd (Makefile.am): Likewise.
4113         * modules/dirname (Makefile.am): Likewise.
4114         * modules/dup2 (Makefile.am): Likewise.
4115         * modules/eealloc (Makefile.am): Likewise.
4116         * modules/error (Makefile.am): Likewise.
4117         * modules/euidaccess (Makefile.am): Likewise.
4118         * modules/exclude (Makefile.am): Likewise.
4119         * modules/exitfail (Makefile.am): Likewise.
4120         * modules/fcntl-safer (Makefile.am): Likewise.
4121         * modules/fcntl (Makefile.am): Likewise.
4122         * modules/file-type (Makefile.am): Likewise.
4123         * modules/fileblocks (Makefile.am): Likewise.
4124         * modules/filemode (Makefile.am): Likewise.
4125         * modules/filenamecat (Makefile.am): Likewise.
4126         * modules/fnmatch (Makefile.am): Likewise.
4127         * modules/fopen-safer (Makefile.am): Likewise.
4128         * modules/fpending (Makefile.am): Likewise.
4129         * modules/fprintftime (Makefile.am): Likewise.
4130         * modules/free (Makefile.am): Likewise.
4131         * modules/fsusage (Makefile.am): Likewise.
4132         * modules/ftruncate (Makefile.am): Likewise.
4133         * modules/fts (Makefile.am): Likewise.
4134         * modules/gc-arcfour (Makefile.am): Likewise.
4135         * modules/gc-des (Makefile.am): Likewise.
4136         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4137         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4138         * modules/gc-md4 (Makefile.am): Likewise.
4139         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4140         * modules/gc-sha1 (Makefile.am): Likewise.
4141         * modules/gc (Makefile.am): Likewise.
4142         * modules/getaddrinfo (Makefile.am): Likewise.
4143         * modules/getcwd (Makefile.am): Likewise.
4144         * modules/getdelim (Makefile.am): Likewise.
4145         * modules/getdomainname (Makefile.am): Likewise.
4146         * modules/getgroups (Makefile.am): Likewise.
4147         * modules/gethostname (Makefile.am): Likewise.
4148         * modules/gethrxtime (Makefile.am): Likewise.
4149         * modules/getline (Makefile.am): Likewise.
4150         * modules/getloadavg (Makefile.am): Likewise.
4151         * modules/getlogin_r (Makefile.am): Likewise.
4152         * modules/getndelim2 (Makefile.am): Likewise.
4153         * modules/getopt (Makefile.am): Likewise.
4154         * modules/getpagesize (Makefile.am): Likewise.
4155         * modules/getpass-gnu (Makefile.am): Likewise.
4156         * modules/getpass (Makefile.am): Likewise.
4157         * modules/getsubopt (Makefile.am): Likewise.
4158         * modules/gettime (Makefile.am): Likewise.
4159         * modules/gettimeofday (Makefile.am): Likewise.
4160         * modules/getugroups (Makefile.am): Likewise.
4161         * modules/getusershell (Makefile.am): Likewise.
4162         * modules/glob (Makefile.am): Likewise.
4163         * modules/group-member (Makefile.am): Likewise.
4164         * modules/hard-locale (Makefile.am): Likewise.
4165         * modules/hash (Makefile.am): Likewise.
4166         * modules/hmac-md5 (Makefile.am): Likewise.
4167         * modules/hmac-sha1 (Makefile.am): Likewise.
4168         * modules/human (Makefile.am): Likewise.
4169         * modules/idcache (Makefile.am): Likewise.
4170         * modules/imaxabs (Makefile.am): Likewise.
4171         * modules/imaxdiv (Makefile.am): Likewise.
4172         * modules/inet_ntop (Makefile.am): Likewise.
4173         * modules/inet_pton (Makefile.am): Likewise.
4174         * modules/intprops (Makefile.am): Likewise.
4175         * modules/inttostr (Makefile.am): Likewise.
4176         * modules/inttypes (Makefile.am): Likewise.
4177         * modules/isapipe (Makefile.am): Likewise.
4178         * modules/javaversion (Makefile.am): Likewise.
4179         * modules/lchmod (Makefile.am): Likewise.
4180         * modules/lchown (Makefile.am): Likewise.
4181         * modules/localcharset (Makefile.am): Likewise.
4182         * modules/long-options (Makefile.am): Likewise.
4183         * modules/lstat (Makefile.am): Likewise.
4184         * modules/malloc (Makefile.am): Likewise.
4185         * modules/mathl (Makefile.am): Likewise.
4186         * modules/mbchar (Makefile.am): Likewise.
4187         * modules/md2 (Makefile.am): Likewise.
4188         * modules/md4 (Makefile.am): Likewise.
4189         * modules/md5 (Makefile.am): Likewise.
4190         * modules/memcasecmp (Makefile.am): Likewise.
4191         * modules/memchr (Makefile.am): Likewise.
4192         * modules/memcmp (Makefile.am): Likewise.
4193         * modules/memcoll (Makefile.am): Likewise.
4194         * modules/memcpy (Makefile.am): Likewise.
4195         * modules/memmem (Makefile.am): Likewise.
4196         * modules/memmove (Makefile.am): Likewise.
4197         * modules/mempcpy (Makefile.am): Likewise.
4198         * modules/memrchr (Makefile.am): Likewise.
4199         * modules/memset (Makefile.am): Likewise.
4200         * modules/memxor (Makefile.am): Likewise.
4201         * modules/mkancesdirs (Makefile.am): Likewise.
4202         * modules/mkdir-p (Makefile.am): Likewise.
4203         * modules/mkdir (Makefile.am): Likewise.
4204         * modules/mkdtemp (Makefile.am): Likewise.
4205         * modules/mkstemp (Makefile.am): Likewise.
4206         * modules/mktime (Makefile.am): Likewise.
4207         * modules/modechange (Makefile.am): Likewise.
4208         * modules/mountlist (Makefile.am): Likewise.
4209         * modules/nanosleep (Makefile.am): Likewise.
4210         * modules/obstack (Makefile.am): Likewise.
4211         * modules/openat (Makefile.am): Likewise.
4212         * modules/pagealign_alloc (Makefile.am): Likewise.
4213         * modules/pathmax (Makefile.am): Likewise.
4214         * modules/physmem (Makefile.am): Likewise.
4215         * modules/poll (Makefile.am): Likewise.
4216         * modules/posixtm (Makefile.am): Likewise.
4217         * modules/posixver (Makefile.am): Likewise.
4218         * modules/putenv (Makefile.am): Likewise.
4219         * modules/quote (Makefile.am): Likewise.
4220         * modules/quotearg (Makefile.am): Likewise.
4221         * modules/raise (Makefile.am): Likewise.
4222         * modules/read-file (Makefile.am): Likewise.
4223         * modules/readline (Makefile.am): Likewise.
4224         * modules/readlink (Makefile.am): Likewise.
4225         * modules/readtokens (Makefile.am): Likewise.
4226         * modules/readutmp (Makefile.am): Likewise.
4227         * modules/realloc (Makefile.am): Likewise.
4228         * modules/regex (Makefile.am): Likewise.
4229         * modules/rename-dest-slash (Makefile.am): Likewise.
4230         * modules/rename (Makefile.am): Likewise.
4231         * modules/rijndael (Makefile.am): Likewise.
4232         * modules/rmdir (Makefile.am): Likewise.
4233         * modules/rpmatch (Makefile.am): Likewise.
4234         * modules/safe-read (Makefile.am): Likewise.
4235         * modules/safe-write (Makefile.am): Likewise.
4236         * modules/same-inode (Makefile.am): Likewise.
4237         * modules/same (Makefile.am): Likewise.
4238         * modules/save-cwd (Makefile.am): Likewise.
4239         * modules/savedir (Makefile.am): Likewise.
4240         * modules/setenv (Makefile.am): Likewise.
4241         * modules/settime (Makefile.am): Likewise.
4242         * modules/sha1 (Makefile.am): Likewise.
4243         * modules/sig2str (Makefile.am): Likewise.
4244         * modules/snprintf (Makefile.am): Likewise.
4245         * modules/stat-macros (Makefile.am): Likewise.
4246         * modules/stat-time (Makefile.am): Likewise.
4247         * modules/stdbool (Makefile.am): Likewise.
4248         * modules/stdint (Makefile.am): Likewise.
4249         * modules/stdlib-safer (Makefile.am): Likewise.
4250         * modules/stpcpy (Makefile.am): Likewise.
4251         * modules/stpncpy (Makefile.am): Likewise.
4252         * modules/strcase (Makefile.am): Likewise.
4253         * modules/strcasestr (Makefile.am): Likewise.
4254         * modules/strchrnul (Makefile.am): Likewise.
4255         * modules/strcspn (Makefile.am): Likewise.
4256         * modules/strdup (Makefile.am): Likewise.
4257         * modules/strerror (Makefile.am): Likewise.
4258         * modules/strftime (Makefile.am): Likewise.
4259         * modules/strndup (Makefile.am): Likewise.
4260         * modules/strnlen (Makefile.am): Likewise.
4261         * modules/strpbrk (Makefile.am): Likewise.
4262         * modules/strsep (Makefile.am): Likewise.
4263         * modules/strstr (Makefile.am): Likewise.
4264         * modules/strtod (Makefile.am): Likewise.
4265         * modules/strtoimax (Makefile.am): Likewise.
4266         * modules/strtok_r (Makefile.am): Likewise.
4267         * modules/strtol (Makefile.am): Likewise.
4268         * modules/strtoll (Makefile.am): Likewise.
4269         * modules/strtoul (Makefile.am): Likewise.
4270         * modules/strtoull (Makefile.am): Likewise.
4271         * modules/strtoumax (Makefile.am): Likewise.
4272         * modules/strverscmp (Makefile.am): Likewise.
4273         * modules/sys_socket (Makefile.am): Likewise.
4274         * modules/sys_stat (Makefile.am): Likewise.
4275         * modules/sysexits (Makefile.am): Likewise.
4276         * modules/time_r (Makefile.am): Likewise.
4277         * modules/timegm (Makefile.am): Likewise.
4278         * modules/timespec (Makefile.am): Likewise.
4279         * modules/tmpfile-safer (Makefile.am): Likewise.
4280         * modules/trim (Makefile.am): Likewise.
4281         * modules/unistd-safer (Makefile.am): Likewise.
4282         * modules/unlinkdir (Makefile.am): Likewise.
4283         * modules/unlocked-io (Makefile.am): Likewise.
4284         * modules/userspec (Makefile.am): Likewise.
4285         * modules/utime (Makefile.am): Likewise.
4286         * modules/utimecmp (Makefile.am): Likewise.
4287         * modules/utimens (Makefile.am): Likewise.
4288         * modules/vasnprintf (Makefile.am): Likewise.
4289         * modules/vasprintf (Makefile.am): Likewise.
4290         * modules/vsnprintf (Makefile.am): Likewise.
4291         * modules/xalloc (Makefile.am): Likewise.
4292         * modules/xgetcwd (Makefile.am): Likewise.
4293         * modules/xnanosleep (Makefile.am): Likewise.
4294         * modules/xreadlink (Makefile.am): Likewise.
4295         * modules/xstrtod (Makefile.am): Likewise.
4296         * modules/xstrtol (Makefile.am): Likewise.
4297         * modules/xstrtold (Makefile.am): Likewise.
4298         * modules/yesno (Makefile.am): Likewise.
4299         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4300
4301 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4302
4303         * modules/error (Makefile.am): Distribute files through
4304         EXTRA_DIST, not lib_SOURCES.
4305
4306 2006-10-12  Eric Blake  <ebb9@byu.net>
4307
4308         * modules/error (Makefile.am): Distribute files in /lib.
4309         * modules/obstack (Makefile.am): Likewise.
4310
4311 2006-10-12  Bruno Haible  <bruno@clisp.org>
4312
4313         * modules/acl (Makefile.am): Distribute all files in lib/ through
4314         EXTRA_DIST.
4315         * modules/arcfour (Makefile.am): Likewise.
4316         * modules/arctwo (Makefile.am): Likewise.
4317         * modules/argmatch (Makefile.am): Likewise.
4318         * modules/argz (Makefile.am): Likewise.
4319         * modules/atexit (Makefile.am): Likewise.
4320         * modules/backupfile (Makefile.am): Likewise.
4321         * modules/c-strtod (Makefile.am): Likewise.
4322         * modules/c-strtold (Makefile.am): Likewise.
4323         * modules/calloc (Makefile.am): Likewise.
4324         * modules/canon-host (Makefile.am): Likewise.
4325         * modules/canonicalize (Makefile.am): Likewise.
4326         * modules/chdir-long (Makefile.am): Likewise.
4327         * modules/chdir-safer (Makefile.am): Likewise.
4328         * modules/check-version (Makefile.am): Likewise.
4329         * modules/chown (Makefile.am): Likewise.
4330         * modules/cloexec (Makefile.am): Likewise.
4331         * modules/close-stream (Makefile.am): Likewise.
4332         * modules/closeout (Makefile.am): Likewise.
4333         * modules/crc (Makefile.am): Likewise.
4334         * modules/cycle-check (Makefile.am): Likewise.
4335         * modules/des (Makefile.am): Likewise.
4336         * modules/dirfd (Makefile.am): Likewise.
4337         * modules/dirname (Makefile.am): Likewise.
4338         * modules/dup2 (Makefile.am): Likewise.
4339         * modules/euidaccess (Makefile.am): Likewise.
4340         * modules/exclude (Makefile.am): Likewise.
4341         * modules/exitfail (Makefile.am): Likewise.
4342         * modules/fcntl-safer (Makefile.am): Likewise.
4343         * modules/file-type (Makefile.am): Likewise.
4344         * modules/fileblocks (Makefile.am): Likewise.
4345         * modules/filemode (Makefile.am): Likewise.
4346         * modules/filenamecat (Makefile.am): Likewise.
4347         * modules/fnmatch (Makefile.am): Likewise.
4348         * modules/fopen-safer (Makefile.am): Likewise.
4349         * modules/fpending (Makefile.am): Likewise.
4350         * modules/fprintftime (Makefile.am): Likewise.
4351         * modules/free (Makefile.am): Likewise.
4352         * modules/fsusage (Makefile.am): Likewise.
4353         * modules/ftruncate (Makefile.am): Likewise.
4354         * modules/fts (Makefile.am): Likewise.
4355         * modules/gc (Makefile.am): Likewise.
4356         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4357         * modules/getaddrinfo (Makefile.am): Likewise.
4358         * modules/getcwd (Makefile.am): Likewise.
4359         * modules/getdelim (Makefile.am): Likewise.
4360         * modules/getdomainname (Makefile.am): Likewise.
4361         * modules/getgroups (Makefile.am): Likewise.
4362         * modules/gethostname (Makefile.am): Likewise.
4363         * modules/gethrxtime (Makefile.am): Likewise.
4364         * modules/getline (Makefile.am): Likewise.
4365         * modules/getloadavg (Makefile.am): Likewise.
4366         * modules/getlogin_r (Makefile.am): Likewise.
4367         * modules/getopt (Makefile.am): Likewise.
4368         * modules/getpass (Makefile.am): Likewise.
4369         * modules/getpass-gnu (Makefile.am): Likewise.
4370         * modules/getsubopt (Makefile.am): Likewise.
4371         * modules/gettime (Makefile.am): Likewise.
4372         * modules/gettimeofday (Makefile.am): Likewise.
4373         * modules/getugroups (Makefile.am): Likewise.
4374         * modules/getusershell (Makefile.am): Likewise.
4375         * modules/glob (Makefile.am): Likewise.
4376         * modules/group-member (Makefile.am): Likewise.
4377         * modules/hard-locale (Makefile.am): Likewise.
4378         * modules/hash (Makefile.am): Likewise.
4379         * modules/hmac-md5 (Makefile.am): Likewise.
4380         * modules/hmac-sha1 (Makefile.am): Likewise.
4381         * modules/human (Makefile.am): Likewise.
4382         * modules/idcache (Makefile.am): Likewise.
4383         * modules/imaxabs (Makefile.am): Likewise.
4384         * modules/imaxdiv (Makefile.am): Likewise.
4385         * modules/inet_ntop (Makefile.am): Likewise.
4386         * modules/inet_pton (Makefile.am): Likewise.
4387         * modules/inttostr (Makefile.am): Likewise.
4388         * modules/isapipe (Makefile.am): Likewise.
4389         * modules/lchown (Makefile.am): Likewise.
4390         * modules/long-options (Makefile.am): Likewise.
4391         * modules/lstat (Makefile.am): Likewise.
4392         * modules/malloc (Makefile.am): Likewise.
4393         * modules/mathl (Makefile.am): Likewise.
4394         * modules/mbchar (Makefile.am): Likewise.
4395         * modules/md2 (Makefile.am): Likewise.
4396         * modules/md4 (Makefile.am): Likewise.
4397         * modules/md5 (Makefile.am): Likewise.
4398         * modules/memcasecmp (Makefile.am): Likewise.
4399         * modules/memchr (Makefile.am): Likewise.
4400         * modules/memcmp (Makefile.am): Likewise.
4401         * modules/memcoll (Makefile.am): Likewise.
4402         * modules/memcpy (Makefile.am): Likewise.
4403         * modules/memmem (Makefile.am): Likewise.
4404         * modules/memmove (Makefile.am): Likewise.
4405         * modules/mempcpy (Makefile.am): Likewise.
4406         * modules/memrchr (Makefile.am): Likewise.
4407         * modules/memset (Makefile.am): Likewise.
4408         * modules/memxor (Makefile.am): Likewise.
4409         * modules/mkancesdirs (Makefile.am): Likewise.
4410         * modules/mkdir (Makefile.am): Likewise.
4411         * modules/mkdir-p (Makefile.am): Likewise.
4412         * modules/mkdtemp (Makefile.am): Likewise.
4413         * modules/mkstemp (Makefile.am): Likewise.
4414         * modules/mktime (Makefile.am): Likewise.
4415         * modules/modechange (Makefile.am): Likewise.
4416         * modules/mountlist (Makefile.am): Likewise.
4417         * modules/nanosleep (Makefile.am): Likewise.
4418         * modules/openat (Makefile.am): Likewise.
4419         * modules/pagealign_alloc (Makefile.am): Likewise.
4420         * modules/physmem (Makefile.am): Likewise.
4421         * modules/poll (Makefile.am): Likewise.
4422         * modules/posixtm (Makefile.am): Likewise.
4423         * modules/posixver (Makefile.am): Likewise.
4424         * modules/putenv (Makefile.am): Likewise.
4425         * modules/quote (Makefile.am): Likewise.
4426         * modules/quotearg (Makefile.am): Likewise.
4427         * modules/raise (Makefile.am): Likewise.
4428         * modules/read-file (Makefile.am): Likewise.
4429         * modules/readline (Makefile.am): Likewise.
4430         * modules/readlink (Makefile.am): Likewise.
4431         * modules/readtokens (Makefile.am): Likewise.
4432         * modules/readutmp (Makefile.am): Likewise.
4433         * modules/realloc (Makefile.am): Likewise.
4434         * modules/regex (Makefile.am): Likewise.
4435         * modules/rename (Makefile.am): Likewise.
4436         * modules/rename-dest-slash (Makefile.am): Likewise.
4437         * modules/rijndael (Makefile.am): Likewise.
4438         * modules/rmdir (Makefile.am): Likewise.
4439         * modules/rpmatch (Makefile.am): Likewise.
4440         * modules/safe-read (Makefile.am): Likewise.
4441         * modules/safe-write (Makefile.am): Likewise.
4442         * modules/same (Makefile.am): Likewise.
4443         * modules/save-cwd (Makefile.am): Likewise.
4444         * modules/savedir (Makefile.am): Likewise.
4445         * modules/setenv (Makefile.am): Likewise.
4446         * modules/settime (Makefile.am): Likewise.
4447         * modules/sha1 (Makefile.am): Likewise.
4448         * modules/sig2str (Makefile.am): Likewise.
4449         * modules/snprintf (Makefile.am): Likewise.
4450         * modules/stdlib-safer (Makefile.am): Likewise.
4451         * modules/stpcpy (Makefile.am): Likewise.
4452         * modules/stpncpy (Makefile.am): Likewise.
4453         * modules/strcase (Makefile.am): Likewise.
4454         * modules/strcasestr (Makefile.am): Likewise.
4455         * modules/strchrnul (Makefile.am): Likewise.
4456         * modules/strcspn (Makefile.am): Likewise.
4457         * modules/strdup (Makefile.am): Likewise.
4458         * modules/strerror (Makefile.am): Likewise.
4459         * modules/strftime (Makefile.am): Likewise.
4460         * modules/strndup (Makefile.am): Likewise.
4461         * modules/strnlen (Makefile.am): Likewise.
4462         * modules/strpbrk (Makefile.am): Likewise.
4463         * modules/strsep (Makefile.am): Likewise.
4464         * modules/strstr (Makefile.am): Likewise.
4465         * modules/strtod (Makefile.am): Likewise.
4466         * modules/strtoimax (Makefile.am): Likewise.
4467         * modules/strtok_r (Makefile.am): Likewise.
4468         * modules/strtol (Makefile.am): Likewise.
4469         * modules/strtoll (Makefile.am): Likewise.
4470         * modules/strtoul (Makefile.am): Likewise.
4471         * modules/strtoull (Makefile.am): Likewise.
4472         * modules/strtoumax (Makefile.am): Likewise.
4473         * modules/strverscmp (Makefile.am): Likewise.
4474         * modules/time_r (Makefile.am): Likewise.
4475         * modules/timegm (Makefile.am): Likewise.
4476         * modules/tmpfile-safer (Makefile.am): Likewise.
4477         * modules/unistd-safer (Makefile.am): Likewise.
4478         * modules/unlinkdir (Makefile.am): Likewise.
4479         * modules/userspec (Makefile.am): Likewise.
4480         * modules/utime (Makefile.am): Likewise.
4481         * modules/utimecmp (Makefile.am): Likewise.
4482         * modules/utimens (Makefile.am): Likewise.
4483         * modules/vasnprintf (Makefile.am): Likewise.
4484         * modules/vasprintf (Makefile.am): Likewise.
4485         * modules/vsnprintf (Makefile.am): Likewise.
4486         * modules/xalloc (Makefile.am): Likewise.
4487         * modules/xgetcwd (Makefile.am): Likewise.
4488         * modules/xnanosleep (Makefile.am): Likewise.
4489         * modules/xreadlink (Makefile.am): Likewise.
4490         * modules/xstrtod (Makefile.am): Likewise.
4491         * modules/xstrtol (Makefile.am): Likewise.
4492         * modules/xstrtold (Makefile.am): Likewise.
4493         * modules/yesno (Makefile.am): Likewise.
4494
4495 2006-10-12  Jim Meyering  <jim@meyering.net>
4496
4497         * m4/getloadavg.m4: Revert the change below.
4498
4499         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4500         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4501         fail with a symlink, which is what coreutils' ./bootstrap now
4502         creates by default.
4503
4504 2006-10-12  Bruno Haible  <bruno@clisp.org>
4505
4506         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4507         mingw.
4508         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4509         MSVC and mingw explicitly.
4510
4511 2006-10-11  Simon Josefsson  <jas@extundo.com>
4512             Bruno Haible  <bruno@clisp.org>
4513
4514         Add support for multiple gnulib-tool invocations in the scope of a
4515         single configure.ac file.
4516         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4517         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4518         with the same contents as the _LIBADD variable.
4519         (func_emit_initmacro_start, func_emit_initmacro_end,
4520         func_emit_initmacro_done): New functions.
4521         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4522         gl_LIBOBJS and gl_LTLIBOBJS.
4523
4524 2006-10-11  Bruno Haible  <bruno@clisp.org>
4525
4526         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4527         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4528         autoreconf. Instead, invoke autopoint explicitly but move back the
4529         *.m4 files from gnulib.
4530
4531 2006-10-11  Bruno Haible  <bruno@clisp.org>
4532
4533         * gnulib-tool (func_usage): Make module names after --create-testdir
4534         optional.
4535         (func_create_testdir): If no module was specified, use nearly all
4536         modules.
4537
4538 2006-10-12  Jim Meyering  <jim@meyering.net>
4539
4540         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4541         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4542         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4543         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4544         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4545         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4546         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4547         (fts_set_stat_required): New function.
4548         (fts_open): Defer the calls to fts_stat, if possible or requested.
4549         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4550         into fts_stat itself.
4551         (fts_read): Perform any required (deferred) fts_stat call.
4552         (fts_build): Likewise, for the directory we're about to open and read.
4553         In the readdir loop, carefully decide whether each entry will require
4554         an eventual call to fts_stat, using dirent.d_type info if available.
4555         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4556         a command line argument into this function.  Update all callers.
4557         Map a return value of FTS_DOT to FTS_D for a command line argument.
4558         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4559         Thanks to Miklos Szeredi for his tenacity and for the initial
4560         bug report about "find" failing on a FUSE-based file system.
4561
4562         * lib/fts.c (fts_open): Use consistent indentation.
4563
4564 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4565
4566         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4567         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4568         reported by Jim Meyering.  All uses of cache variables renamed
4569         to match Autoconf's.
4570         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4571         the other one.
4572
4573         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4574         Fix misspelling in diagnostic.
4575
4576 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4577
4578         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4579         defined.  Problem reported by Matthew Woehlke.
4580
4581         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4582         Add support for Tandem NonStop R series.
4583         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4584         Use new macro.
4585
4586         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4587         (has_trailing_slash): Omit size arg; all callers changed.
4588         Omit 'inline', since it doesn't help performance and we'd
4589         need to configure it.
4590         Don't count //, ///, etc. as having a trailing slash.
4591         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4592         (rpl_rename_dest_slash): On failure, use rename's errno rather
4593         than (in some cases) an incorrect or junk errno.
4594         Simplify code by removing need to compute length; this does
4595         cause it to make two passes instead of one over the file name,
4596         but it's worth it.
4597
4598         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4599         change, since Autoconf's version may no longer be appropriate now
4600         that we are using CVS Autoconf's version.  Add support for Tandem.
4601
4602 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4603             Bruno Haible  <bruno@clisp.org>
4604
4605         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4606         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4607         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4608         gl_AC_TYPE_LONG_LONG.
4609
4610         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4611         instead of HAVE_LONG_LONG.
4612         * lib/printf-args.c (printf_fetchargs): Likewise.
4613         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4614         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4615         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4616         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4617         gl_AC_TYPE_LONG_LONG.
4618
4619 2006-10-11  Bruno Haible  <bruno@clisp.org>
4620
4621         * m4/longlong.m4: Add comments.
4622         * m4/ulonglong.m4: Likewise.
4623
4624 2006-10-10  Bruno Haible  <bruno@clisp.org>
4625
4626         Make it possible to #define stpcpy, strdup to aliases.
4627         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4628         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4629
4630 2006-10-10  Bruno Haible  <bruno@clisp.org>
4631
4632         Make it possible to #define gcd to an alias.
4633         * lib/gcd.c: Include config.h.
4634
4635 2006-10-10  Bruno Haible  <bruno@clisp.org>
4636
4637         Make it possible to #define c_isascii to an alias.
4638         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4639         defined. Undefine the macros before defining them, to avoid gcc
4640         warnings.
4641         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4642         define NO_C_CTYPE_MACROS early.
4643
4644 2006-10-10  Bruno Haible  <bruno@clisp.org>
4645
4646         Make it possible to #define set_program_name to an alias.
4647         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4648         ENABLE_RELOCATABLE early.
4649
4650 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4651
4652         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4653         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4654         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4655         More generally, don't assume that 64-bit signed int is available
4656         if unsigned int is, and vice versa.
4657         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4658         unsigned symbols, not on their signed counterparts.
4659         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4660         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4661         (UINT64_C, UINTMAX_C):
4662         Likewise.
4663         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4664         unsigned counterparts.
4665         (Have_long_long, Unsigned): New macros.
4666         (Int): Renamed from INT.
4667         (strtoimax): Use the new macros.
4668         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4669         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4670         * modules/inttypes (inttypes.h): Substitute
4671         HAVE_UNSIGNED_LONG_LONG_INT.
4672         * modules/stdint (stdint.h): Likewise.
4673         (Files): Add m4/ulonglong.m4.
4674
4675 2006-10-10  Bruno Haible  <bruno@clisp.org>
4676
4677         Fix a gcc -Wshadow warning.
4678         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4679         to 'bucket'.
4680         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4681         gl_linked_indexof_from_to): Likewise.
4682         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4683         Likewise.
4684         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4685         Likewise.
4686         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4687         Reported by Eric Blake.
4688
4689 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4690
4691         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4692         for NetBSD.  Problem reported by Bruno Haible.
4693
4694 2006-10-09  Jim Meyering  <jim@meyering.net>
4695
4696         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4697         Patch from Bruno Haible.
4698
4699 2006-10-09  Jim Meyering  <jim@meyering.net>
4700
4701         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4702         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4703         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4704
4705 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4706
4707         Don't include <config.h> twice; this doesn't work in some cases,
4708         e.g., when config.h has "#define intmax_t long long int" and
4709         we include <config.h>, <inttypes.h>, <config.h> in that order.
4710         Problem reported by Matthew Woehlke in:
4711         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4712         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4713         * lib/fts-cycle.c: Don't include config.h.
4714         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4715         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4716         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4717         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4718         inttypes.h.
4719         * lib/xstrtoumax.c: Likewise.
4720         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4721         __strtol and the like, so that this module is more like its siblings.
4722         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4723         Remove; no longer needed now that we assume gnulib inttypes.h.
4724
4725 2006-10-08  Bruno Haible  <bruno@clisp.org>
4726
4727         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4728         option.
4729
4730 2006-10-07  Jim Meyering  <jim@meyering.net>
4731
4732         * modules/inttypes (inttypes.h): Revert what seems to have been
4733         an inadvertent part of today's change: use "|", not "/" in the
4734         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4735
4736 2006-10-07  Bruno Haible  <bruno@clisp.org>
4737
4738         * modules/sublist: New file.
4739
4740 2006-10-07  Bruno Haible  <bruno@clisp.org>
4741
4742         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4743         * modules/argz (argz.h): Likewise.
4744         * modules/arpa_inet (arpa/inet.h): Likewise.
4745         * modules/byteswap (byteswap.h): Likewise.
4746         * modules/configmake (configmake.h): Likewise.
4747         * modules/fcntl (fcntl.h): Likewise.
4748         * modules/fnmatch (fnmatch.h): Likewise.
4749         * modules/getopt (getopt.h): Likewise.
4750         * modules/glob (glob.h): Likewise.
4751         * modules/inttypes (inttypes.h): Likewise.
4752         * modules/netinet_in (netinet/in.h): Likewise.
4753         * modules/poll (poll.h): Likewise.
4754         * modules/stdbool (stdbool.h): Likewise.
4755         * modules/stdint (stdint.h): Likewise.
4756         * modules/sys_select (sys/select.h): Likewise.
4757         * modules/sys_socket (sys/socket.h): Likewise.
4758         * modules/sys_stat (sys/stat.h): Likewise.
4759         * modules/sysexits (sysexits.h): Likewise.
4760         * modules/unistd (unistd.h): Likewise.
4761         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4762         Add a "DO NOT EDIT" comment to the generated file.
4763         (func_import): Likewise for gnulib-comp.m4.
4764
4765 2006-10-07  Bruno Haible  <bruno@clisp.org>
4766
4767         * lib/gl_sublist.h: New file.
4768         * lib/gl_sublist.c: New file.
4769
4770 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4771
4772         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4773         name (relative to the original working directory) and the file
4774         name component (relative to the temporary working directory).  All
4775         callers changed.
4776         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4777         * lib/mkdir-p.c (make_dir_parents): Likewise.
4778         * lib/mkdir-p.h (make_dir_parents): Likewise.
4779
4780 2006-10-06  Eric Blake  <ebb9@byu.net>
4781
4782         Define several macros for use by the clean-temp module.
4783         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4784         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4785         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4786
4787         * lib/clean-temp.h (close_stream_temp): New declaration.
4788         * lib/clean-temp.c (includes): Pull in headers according to what
4789         other modules are in use.
4790         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4791
4792 2006-10-06  Bruno Haible  <bruno@clisp.org>
4793
4794         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4795         instead of fopen, fwriteerror.
4796
4797 2006-10-06  Bruno Haible  <bruno@clisp.org>
4798
4799         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4800         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4801         int.
4802         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4803         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4804         Return an error indicator.
4805         Suggested by Eric Blake.
4806
4807 2006-10-06  Bruno Haible  <bruno@clisp.org>
4808
4809         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4810         Reported by Eric Blake.
4811
4812 2006-10-06  Bruno Haible  <bruno@clisp.org>
4813
4814         * modules/closeout (Description): Mention stderr too.
4815
4816 2006-10-06  Bruno Haible  <bruno@clisp.org>
4817         and Paul Eggert  <eggert@cs.ucla.edu>
4818
4819         * lib/closeout.c (close_stdout): Also close stderr.
4820         * lib/closeout.h: Update comment.
4821
4822 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4823
4824         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4825         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4826         * lib/dirchownmod.c: Include lchown.h.
4827         * lib/lchown.c: Don't include files that lchown.h now includes.
4828         Don't declare chown, since lchown.h now does that.
4829         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4830         (lchown): Define to rpl_chown if lchown is declared but
4831         does not exist.  Declare using a prototype if lchown is not
4832         declared.  Add a copyright notice.
4833         * lib/mkstemp.h: Include <unistd.h>.
4834         * lib/openat.c: Include lchown.h.
4835
4836         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4837         we now test for that separately.
4838         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4839         rather than O_NOFOLLOW, when testing whether it's possible to
4840         avoid a race condition reliably.
4841         * lib/savewd.c (savewd_chdir): Likewise.
4842
4843         Remove macros that are no longer needed now that stdint.h is
4844         reliable.
4845         * lib/fsusage.c (UINTMAX_MAX): Remove.
4846         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4847         * lib/utimecmp.c (SIZE_MAX): Remove.
4848
4849         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4850
4851         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4852         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4853         O_NOATIME works.
4854
4855 2006-10-05  Bruno Haible  <bruno@clisp.org>
4856
4857         * lib/gl_list.h (gl_sortedlist_search_from_to,
4858         gl_sortedlist_indexof_from_to): New declarations.
4859         (gl_list_implementation): New fields sortedlist_search_from_to,
4860         sortedlist_indexof_from_to.
4861         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4862         inline functions.
4863         * lib/gl_list.c (gl_sortedlist_search_from_to,
4864         gl_sortedlist_indexof_from_to): New functions.
4865         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4866         function.
4867         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4868         (gl_array_sortedlist_search_from_to): New function.
4869         (gl_array_list_implementation): Update.
4870         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4871         function.
4872         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4873         (gl_carray_sortedlist_search_from_to): New function.
4874         (gl_carray_list_implementation): Update.
4875         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4876         gl_linked_sortedlist_indexof_from_to): New functions.
4877         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4878         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4879         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4880         gl_tree_sortedlist_indexof_from_to): New functions.
4881         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4882         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4883         Update.
4884         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4885         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4886         Update.
4887
4888 2006-10-05  Bruno Haible  <bruno@clisp.org>
4889
4890         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4891         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4892         (struct gl_list_implementation): Add fields search_from_to,
4893         indexof_from_to. Remove fields search, indexof.
4894         (gl_list_search): Use the search_from_to method.
4895         (gl_list_search_from, gl_list_search_from_to): New functions.
4896         (gl_list_indexof): Use the indexof_from_to method.
4897         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4898         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4899         (gl_list_search_from, gl_list_search_from_to): New functions.
4900         (gl_list_indexof): Use the indexof_from_to method.
4901         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4902         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4903         gl_array_indexof. Add start_index, end_index arguments.
4904         (gl_array_search_from_to): Renamed from gl_array_search. Add
4905         start_index, end_index arguments.
4906         (gl_array_remove, gl_array_list_implementation): Update.
4907         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4908         gl_carray_indexof. Add start_index, end_index arguments.
4909         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4910         start_index, end_index arguments.
4911         (gl_carray_remove, gl_carray_list_implementation): Update.
4912         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4913         gl_linked_search. Add start_index, end_index arguments.
4914         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4915         start_index, end_index arguments.
4916         (gl_linked_remove): Update.
4917         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4918         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4919         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4920         field to 'size_t'.
4921         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4922         gl_tree_search. Add start_index, end_index arguments.
4923         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4924         start_index, end_index arguments.
4925         (gl_tree_remove): Update.
4926         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4927         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4928         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4929         function.
4930         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4931         gl_tree_search. Add start_index, end_index arguments.
4932         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4933         start_index, end_index arguments.
4934         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4935         Update.
4936         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4937
4938 2006-10-05  Bruno Haible  <bruno@clisp.org>
4939
4940         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4941
4942         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4943         fwriteerror_temp): New declarations.
4944         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4945         (descriptors): New variable.
4946         (cleanup): First, close the descriptors.
4947         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4948         fclose_temp, fwriteerror_temp): New functions.
4949
4950 2006-10-04  Jim Meyering  <jim@meyering.net>
4951
4952         * lib/fts.c (fts_open): Tiny comment change.
4953
4954 2006-10-04  Bruno Haible  <bruno@clisp.org>
4955
4956         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4957         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4958         gl_LOCK_BODY.
4959         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4960         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4961         gl_LOCK_EARLY_BODY.
4962         (gl_LOCK): Require gl_LOCK_BODY.
4963
4964 2006-10-04  Bruno Haible  <bruno@clisp.org>
4965
4966         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4967         (gl_oset_search_atleast): New declaration.
4968         (struct gl_oset_implementation): Add field 'search_atleast'.
4969         (gl_oset_search_atleast): New inline function.
4970         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4971         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4972         (gl_array_oset_implementation): Update.
4973         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4974         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4975         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4976
4977 2006-10-04  Bruno Haible  <bruno@clisp.org>
4978
4979         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4980
4981 2006-10-03  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4984         from gl_avltreehash_list_implementation.
4985
4986 2006-10-03  Bruno Haible  <bruno@clisp.org>
4987
4988         * lib/gl_oset.c (gl_oset_add): Fix return type.
4989
4990 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4991
4992         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4993
4994 2006-10-02  Eric Blake  <ebb9@byu.net>
4995
4996         * modules/strnlen (Depends-on): Add extensions.
4997
4998 2006-10-02  Eric Blake  <ebb9@byu.net>
4999
5000         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5001         definition in 2.60+.
5002
5003 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5004
5005         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5006         checks.
5007
5008 2006-10-02  Bruno Haible  <bruno@clisp.org>
5009
5010         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5011         to the AUTOMAKE_OPTIONS.
5012         Reported by Jim Meyering.
5013
5014 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         Work around bug in Solaris 10 /proc file system:
5017         /proc/self/fd/NNN/.. isn't the parent directory of
5018         the directory whose file descriptor is NNN.  This needs to
5019         be worked around at run time, not compile time, since a
5020         program might be built on Solaris 8, where things work, and
5021         run on Solaris 10.
5022         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5023         to use the following interface instead:
5024         (OPENAT_BUFFER_SIZE): New macro.
5025         (openat_proc_name): New function.
5026         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5027         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5028         Likewise.
5029         * lib/openat-proc.c: New file.
5030         * modules/openat (Files): Add lib/openat-proc.c.
5031         (Depends-on): Add same-inode, stdbool.
5032         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5033
5034 2006-09-29  Bruno Haible  <bruno@clisp.org>
5035
5036         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5037         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5038         argument. Set stdout_closed before testing for ferror, not after.
5039         (fwriteerror, fwriteerror_no_ebadf): New functions.
5040
5041 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5042
5043         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5044
5045 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5046
5047         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5048         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5049
5050 2006-09-28  Jim Meyering  <jim@meyering.net>
5051
5052         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5053         Include <unistd.h>.
5054
5055 2006-09-28  Bruno Haible  <bruno@clisp.org>
5056
5057         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5058         * modules/linkedhash-list (Depends-on): Likewise.
5059         * modules/rbtreehash-list (Depends-on): Likewise.
5060
5061 2006-09-28  Bruno Haible  <bruno@clisp.org>
5062
5063         * lib/strndup.h: Simplify the redefinition of strndup.
5064         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5065         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5066
5067 2006-09-28  Bruno Haible  <bruno@clisp.org>
5068
5069         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5070         * lib/gl_linkedhash_list.c: Likewise.
5071         * lib/gl_rbtreehash_list.c: Likewise.
5072
5073 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5074
5075         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5076         getaddrinfo.
5077
5078         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5079         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5080         it causes <stdio_ext.h> to cause a compile-time error.
5081         Problem reported by Nelson H. F. Beebe.
5082         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5083         of HAVE_DECL___PENDING.
5084
5085         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5086         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5087         declaration.
5088
5089 2006-09-27  Jim Meyering  <jim@meyering.net>
5090
5091         This file could end up with a definition for a function
5092         named __strndup, rather than rpl_strndup on a system with
5093         incomplete weak_alias support.
5094         * lib/strndup.c (strndup): Rename from __strndup.
5095         Remove #defines that used to map __strndup to strndup.
5096         Don't use K&R prototypes.
5097         Remove LIBC-related code, since this file is not sync'd with glibc.
5098         * lib/strndup.h: Revamp, accordingly.
5099         * m4/strndup.m4: Modernize.
5100
5101 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5102
5103         * modules/savewd (Depends-on): Add 'raise'.
5104         * lib/savewd.c: Include <signal.h>, for 'raise'.
5105
5106 2006-09-26  Jim Meyering  <jim@meyering.net>
5107
5108         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5109         when we detect Darwin 8.7.0's acl_get_file bug.
5110         Rearrange to perform the new (below) run-test while $LIBS
5111         contains any acl-related library.  Set USE_ACL at the end.
5112         (gl_ACL_GET_FILE): New function.
5113
5114 2006-09-26  Eric Blake  <ebb9@byu.net>
5115
5116         * lib/verror.c: Include <config.h> unconditionally.
5117
5118 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5119
5120         * modules/clock-time (Maintainer): Add self.
5121         * modules/getlogin_r (Depends-on): Add extensions.
5122
5123 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5124
5125         * modules/clock-time: New module.
5126         * modules/nanosleep (Depends-on): Add clock-time.
5127         * modules/gethrxtime (Depends-on): Likewise.
5128         * modules/gettime (Depends-on): Likewise.
5129         * modules/settime (Depends-on): Likewise.
5130
5131         * modules/fts-lgpl: Depend on openat.
5132         * modules/mkancesdirs: Depend on savewd.
5133         * modules/mkdir-p: Likewise.
5134
5135 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5136
5137         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5138
5139         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5140         `gl_have_arbitrary_file_name_length_limit' to
5141         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5142         actually works between configure runs.
5143
5144 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5145             Bruno Haible  <bruno@clisp.org>
5146
5147         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5148
5149 2006-09-25  Jim Meyering  <jim@meyering.net>
5150
5151         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5152         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5153
5154 2006-09-25  Eric Blake  <ebb9@byu.net>
5155
5156         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5157         exec's in 2006-09-18 patch when shuffling fds.
5158
5159 2006-09-25  Bruno Haible  <bruno@clisp.org>
5160
5161         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5162         Reported by Jim Meyering.
5163
5164 2006-09-24  Jim Meyering  <jim@meyering.net>
5165
5166         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5167         compare a pointer against a literal "0".  That caused failures with
5168         at least HP-UX's hpcc.
5169
5170 2006-09-22  Simon Josefsson  <jas@extundo.com>
5171
5172         * modules/gc-sha1:
5173         * modules/gc-md4:
5174         * modules/gc-hmac-sha1:
5175         * modules/gc-hmac-md5:
5176         * modules/gc-des:
5177         * modules/gc-arcfour: Distribute more files.
5178
5179 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5180
5181         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5182         (gl_linked_iterator_from_to): Initialize struct completely.
5183         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5184         (gl_tree_iterator_from_to): Likewise
5185         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5186         * lib/gl_array_list.c [lint] (gl_array_iterator)
5187         (gl_array_iterator_from_to): Likewise.
5188         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5189         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5190         (gl_carray_iterator_from_to): Likewise.
5191
5192         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5193         * lib/md4.c (md4_process_block): Remove unused variable.
5194         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5195         parentheses for clarity.
5196
5197 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5198
5199         * modules/bison-i18n (Depends-on): Add gettext.
5200
5201 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5202
5203         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5204         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5205         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5206         also add missing comma that caused broken test.
5207         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5208         stdlib.h, for `abort'.
5209         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5210         variables.
5211         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5212         include unistd.h if present, for `rmdir'.
5213         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5214         variables.
5215         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5216         in the process include standard headers for prototypes.
5217         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5218         gets declared on GNU/Linux.
5219         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5220         unistd.h, for `rmdir'.
5221         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5222
5223         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5224         always true.
5225         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5226
5227         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5228
5229 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5230
5231         * gnulib-tool (func_version): Create output all at once.  This
5232         may help avoid triggering unnecessary SIGPIPEs, and at any
5233         rate it doesn't hurt.
5234
5235 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5236             Bruno Haible  <bruno@clisp.org>
5237
5238         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5239         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5240         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5241
5242         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5243         (gl_FUNC_VASPRINTF): Invoke it.
5244
5245 2006-09-22  Bruno Haible  <bruno@clisp.org>
5246
5247         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5248         getloadavg.c as first argument.
5249
5250 2006-09-22  Bruno Haible  <bruno@clisp.org>
5251
5252         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5253         at the beginning of the gl_INIT macro.
5254         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5255         gl_GETLOADAVG.
5256
5257 2006-09-22  Bruno Haible  <bruno@clisp.org>
5258
5259         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5260         module.
5261         Suggested by Ralf Wildenhues.
5262
5263 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5264
5265         Import this patch from libc:
5266
5267         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5268
5269         * lib/regex_internal.c (re_string_reconstruct): Handle
5270         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5271         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5272         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5273         re_string_context_at.
5274
5275         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5276         now requires it.
5277         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5278         gl_REGEX now does it for us.
5279         (gl_REGEX): Add test taken from
5280         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5281
5282         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5283         Check that large offsets work.  Modernize Autoconf usages.
5284         Prefer "yes" to mean a good thing rather than a bad.
5285         Don't put "#define mkstemp" in config.h, as this might interfere
5286         with standard system headers that "#define mkstemp mkstemp64".
5287
5288         * modules/mkstemp (Depends-on): Add extensions, so that
5289         mkstemp is visible on some platforms.
5290         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5291         (Include): Change to "mkstemp.h" from <stdlib.h>.
5292         (Files): Add mkstemp.h.
5293
5294         * lib/mkstemp.h: New file, since some standard headers
5295         #define mkstemp.
5296         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5297         Include "mkstemp.h".
5298         Make the _LIBC code resemble glibc original more,
5299         e.g., use K&R style.
5300         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5301         (mkstemp): Remove, since mkstemp.h does this for us.
5302         * lib/stdlib--.h: Include mkstemp.h.
5303
5304         Import this patch from libc:
5305
5306         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5307
5308         * lib/tempname.c (__gen_tempname): Change attempts_min
5309         into a macro.  Use preprocessor to decide how to initialize
5310         attempts [Coverity CID 67].
5311
5312 2006-09-20  Bruno Haible  <bruno@clisp.org>
5313
5314         * lib/mkdtemp.c: Import from libc.
5315         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5316                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5317                 attempts_min into a macro.  Use preprocessor to decide how to
5318                 initialize attempts [Coverity CID 67].
5319         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5320                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5321                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5322
5323 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5324
5325         * gnulib-tool (func_exit): New function, to allow to pass the
5326         exit status portably through the trap.  Use everywhere.
5327         (--help, --version): Signal a write error.
5328         (trap): catch SIGPIPE, for write errors.
5329         Exit at the end of the trap, with the correct exit status.
5330
5331 2006-09-19  Karl Berry  <karl@gnu.org>
5332
5333         * doc/gnulib.texi: note about the license texinfo files.
5334
5335 2006-09-19  Eric Blake  <ebb9@byu.net>
5336
5337         * gnulib-tool: Avoid space-tab.
5338
5339 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5340
5341         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5342         that prevented coreutils 6.1 from building.  Problem reported
5343         by Petter Reinholdtsen.
5344
5345 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * gnulib-tool (avoidlist): Fix typo that broke options like
5348         --avoid=lock that are used by coreutils bootstrap.
5349
5350 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5351
5352         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5353         more systematically.
5354
5355 2006-09-18  Jim Meyering  <jim@meyering.net>
5356
5357         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5358
5359 2006-09-18  Bruno Haible  <bruno@clisp.org>
5360
5361         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5362
5363 2006-09-18  Bruno Haible  <bruno@clisp.org>
5364
5365         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5366         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5367         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5368         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5369         * m4/gettext.m4: Require autoconf >= 2.52.
5370         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5371         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5372         of gl_cv_header_inttypes_h.
5373
5374 2006-09-18  Bruno Haible  <bruno@clisp.org>
5375
5376         * lib/javaversion.c: Include configmake.h.
5377
5378 2006-09-18  Bruno Haible  <bruno@clisp.org>
5379
5380         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5381         avoid that the while loops be executed in a subshell.
5382
5383 2006-09-18  Bruno Haible  <bruno@clisp.org>
5384
5385         * MODULES.html.sh (func_module): Break long lines.
5386         Suggested by Bruce Korb <bkorb@gnu.org>.
5387
5388 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5389
5390         Speed up by a factor of 1.12.
5391         * gnulib-tool (nl): New variable.
5392         (func_import): Rewrite include directive extraction to only read each
5393         directive once.
5394
5395 2006-09-17  Bruno Haible  <bruno@clisp.org>
5396
5397         * modules/javaversion (Makefile.am): Remove DEFS setting.
5398         (Depends-on): Add configmake, for PKGDATADIR definition.
5399
5400 2006-09-17  Bruno Haible  <bruno@clisp.org>
5401
5402         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5403
5404 2006-09-17  Bruno Haible  <bruno@clisp.org>
5405
5406         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5407         (func_modules_transitive_closure, func_modules_add_dummy,
5408         func_modules_to_filelist, func_import, func_create_testdir,
5409         func_create_megatestdir, ...): Use it wherever possible.
5410         Suggested by Ralf Wildenhues.
5411
5412 2006-09-16  Karl Berry  <karl@gnu.org>
5413
5414         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5415         to avoid sectioning errors.
5416         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5417         [ifinfo]: blank line after @center-ed titles.
5418         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5419         Spell FSF address consistently with others.
5420         (These changes approved by rms.)
5421
5422 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5423
5424         Speed up by a factor of 1.61.
5425         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5426         already checked module names again.
5427
5428 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5429
5430         Speed up by a factor of 1.13.
5431         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5432         for new_files, and the input to func_add_or_update.
5433
5434 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5435
5436         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5437         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5438
5439 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * modules/mkancesdirs (Depends-on): Add fcntl.
5442         * modules/savewd: New file.
5443         * MODULES.html.sh (File system functions): Add savewd.
5444
5445         * modules/configmake (Makefile.am): Add support for the
5446         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5447
5448 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5449
5450         * m4/savewd.m4: New file.
5451
5452 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5453
5454         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5455         (dirchownmod): New arg FD.  All callers changed.
5456         Use FD rather than opening the directory ourself, as opening is
5457         now the caller's responsibility.
5458         * lib/dirchownmod.h: Likewise.
5459         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5460         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5461         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5462         (test_dir): Remove.
5463         (mkancesdirs): Return length of prefix of FILE that has already
5464         been made, or -2 if there is a child doing the work.  Redo
5465         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5466         ".", and treat ".." specially since it might stray back into
5467         already-created areas.  Use a subprocess if necessary.  New arg
5468         WD; all users changed.  MAKE_DIR function should now return 1
5469         if it creates a directory that is not readable.  Return -2 if
5470         a child process is spun off.
5471         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5472         Adjust signature to match code.
5473         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5474         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5475         all users changed.
5476         * lib/savewd.c, lib/savewd.h: New files.
5477
5478 2006-09-15  Jim Meyering  <jim@meyering.net>
5479
5480         * modules/rename-dest-slash: New module.
5481         * MODULES.html.sh (posix_compat): Add it here.
5482
5483         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5484
5485 2006-09-15  Jim Meyering  <jim@meyering.net>
5486
5487         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5488         file.
5489
5490         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5491
5492 2006-09-15  Jim Meyering  <jim@meyering.net>
5493
5494         * lib/rename-dest-slash.c (has_trailing_slash): Use
5495         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5496         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5497         test before testing whether SRC is a directory.
5498         Suggestions from Bruno Haible.
5499
5500         Avoid a warning about an unused variable.
5501         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5502         into the #ifdef block where it's used.
5503
5504         * lib/rename-dest-slash.c: New file.
5505
5506 2006-09-14  Bruno Haible  <bruno@clisp.org>
5507
5508         * lib/allocsa.c: Include <config.h> unconditionally.
5509         * lib/asnprintf.c: Likewise.
5510         * lib/asprintf.c: Likewise.
5511         * lib/c-strcasecmp.c: Likewise.
5512         * lib/c-strcasestr.c: Likewise.
5513         * lib/c-strncasecmp.c: Likewise.
5514         * lib/c-strstr.c: Likewise.
5515         * lib/classpath.c: Likewise.
5516         * lib/clean-temp.c: Likewise.
5517         * lib/concatpath.c: Likewise.
5518         * lib/copy-file.c: Likewise.
5519         * lib/csharpcomp.c: Likewise.
5520         * lib/csharpexec.c: Likewise.
5521         * lib/execute.c: Likewise.
5522         * lib/fatal-signal.c: Likewise.
5523         * lib/findprog.c: Likewise.
5524         * lib/fwriteerror.c: Likewise.
5525         * lib/gl_array_list.c: Likewise.
5526         * lib/gl_array_oset.c: Likewise.
5527         * lib/gl_avltree_list.c: Likewise.
5528         * lib/gl_avltree_oset.c: Likewise.
5529         * lib/gl_avltreehash_list.c: Likewise.
5530         * lib/gl_carray_list.c: Likewise.
5531         * lib/gl_linked_list.c: Likewise.
5532         * lib/gl_linkedhash_list.c: Likewise.
5533         * lib/gl_list.c: Likewise.
5534         * lib/gl_oset.c: Likewise.
5535         * lib/gl_rbtree_list.c: Likewise.
5536         * lib/gl_rbtree_oset.c: Likewise.
5537         * lib/gl_rbtreehash_list.c: Likewise.
5538         * lib/imaxabs.c: Likewise.
5539         * lib/imaxdiv.c: Likewise.
5540         * lib/javacomp.c: Likewise.
5541         * lib/javaexec.c: Likewise.
5542         * lib/javaversion.c: Likewise.
5543         * lib/linebreak.c: Likewise.
5544         * lib/localcharset.c: Likewise.
5545         * lib/lock.c: Likewise.
5546         * lib/mbchar.c: Likewise.
5547         * lib/mbswidth.c: Likewise.
5548         * lib/mkdtemp.c: Likewise.
5549         * lib/pipe.c: Likewise.
5550         * lib/printf-args.c: Likewise.
5551         * lib/printf-parse.c: Likewise.
5552         * lib/progname.c: Likewise.
5553         * lib/progreloc.c: Likewise.
5554         * lib/readlink.c: Likewise.
5555         * lib/sh-quote.c: Likewise.
5556         * lib/stpcpy.c: Likewise.
5557         * lib/stpncpy.c: Likewise.
5558         * lib/strcasecmp.c: Likewise.
5559         * lib/strcasestr.c: Likewise.
5560         * lib/strcspn.c: Likewise.
5561         * lib/striconv.c: Likewise.
5562         * lib/strncasecmp.c: Likewise.
5563         * lib/strnlen1.c: Likewise.
5564         * lib/strstr.c: Likewise.
5565         * lib/strtok_r.c: Likewise.
5566         * lib/tls.c: Likewise.
5567         * lib/tmpdir.c: Likewise.
5568         * lib/unicodeio.c: Likewise.
5569         * lib/unsetenv.c: Likewise.
5570         * lib/vasnprintf.c: Likewise.
5571         * lib/vasprintf.c: Likewise.
5572         * lib/wait-process.c: Likewise.
5573         * lib/xallocsa.c: Likewise.
5574         * lib/xsetenv.c: Likewise.
5575         * lib/xstriconv.c: Likewise.
5576
5577 2006-09-13  Simon Josefsson  <jas@extundo.com>
5578
5579         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5580         that internally, suggested by Ralf Wildenhues
5581         <Ralf.Wildenhues@gmx.de>.
5582
5583 2006-09-13  Simon Josefsson  <jas@extundo.com>
5584
5585         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5586         @LIBOBJS@.
5587         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5588
5589 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5590
5591         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5592         longer worry about uses that don't define HAVE_CONFIG_H.
5593         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5594         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5595         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5596         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5597         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5598         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5599         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5600         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5601         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5602         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5603         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5604         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5605         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5606         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5607         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5608         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5609         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5610         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5611         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5612         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5613         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5614         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5615         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5616         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5617         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5618         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5619         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5620         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5621         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5622         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5623         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5624         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5625         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5626         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5627         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5628         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5629         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5630         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5631         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5632         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5633         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5634         Likewise.
5635
5636 2006-09-13  Eric Blake  <ebb9@byu.net>
5637
5638         * lib/getopt.c: Fix typo in last commit.
5639
5640 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5641
5642         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5643         dgettext.
5644
5645 2006-09-12  Jim Meyering  <jim@meyering.net>
5646
5647         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5648         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5649         Reported by Nelson H. F. Beebe.
5650
5651 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5652
5653         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5654         program_invocation_name and program_invocation_short_name are
5655         initialized.
5656         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5657         and program_invocation_short_name to argp.h, so they are visible
5658         to user programs.
5659         * lib/argp.h: Likewise
5660
5661 2006-09-10  Bruno Haible  <bruno@clisp.org>
5662
5663         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5664         m4/inttypes_h.m4, m4/uintmax_t.m4.
5665
5666 2006-09-10  Bruno Haible  <bruno@clisp.org>
5667
5668         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5669         gl_AC_TYPE_UINTMAX_T.
5670
5671 2006-09-10  Bruno Haible  <bruno@clisp.org>
5672
5673         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5674
5675 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5676
5677         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5678         convention.  Text proposed by Bruno Haible.
5679         (struct argp_option): Document the use of N_() wrappers.
5680
5681         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5682         '\v', and translate the two parts separately, instead of feeding
5683         the whole string to gettext.  This allows to exclude
5684         '\v' from the strings visible to the translator by writing doc
5685         strings as N_("..") "\v" N_("..").
5686
5687 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5688
5689         * config/srclist.txt: Undo latest change; the bug was fixed.
5690
5691 2006-09-09  Bruno Haible  <bruno@clisp.org>
5692
5693         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5694         assignments if building a library without libtool.
5695         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5696         in func_emit_lib_Makefile_am.
5697         (func_import): When building a static library libfoo.a, arrange to
5698         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5699         (func_create_testdir): Likewise.
5700         * modules/gc (configure.ac, Makefile.am): If building statically,
5701         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5702         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5703         * modules/striconv (configure.ac, Makefile.am): Likewise.
5704         Based on a suggestion by Ralf Wildenhues.
5705
5706 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5709         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5710         Also:
5711
5712         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5713         Add year_2050_test to catch glibc bug 2821
5714         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5715
5716         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5717         Prefer #ifdef to #if.
5718
5719         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5720         Return from 'main' instead of calling 'exit'.
5721
5722 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5723
5724         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5725         returned the maximum time_t value rather than (time_t) -1.
5726         Problem originally reported by William Bardwell
5727         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5728
5729         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5730         Moved to here ...
5731         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5732         ... from here.
5733
5734 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5735
5736         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5737         2821 is fixed.
5738
5739 2006-09-08  Jim Meyering  <jim@meyering.net>
5740
5741         Don't make generated files read-only.  That would bother too many
5742         people.  However, do retain the ability to work when targets are
5743         read-only: remove the destination and temporary files before writing
5744         them (when generated via sed or echo), or by using the -f option for
5745         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5746         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5747         * modules/byteswap, modules/configmake, modules/fcntl:
5748         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5749         * modules/localcharset, modules/netinet_in, modules/poll:
5750         * modules/stdbool, modules/stdint, modules/sys_select:
5751         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5752
5753 2006-09-08  Jim Meyering  <jim@meyering.net>
5754
5755         Avoid new build failure on FreeBSD 6.0.
5756         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5757         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5758         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5759
5760 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5761
5762         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5763
5764 2006-09-07  Jim Meyering  <jim@meyering.net>
5765
5766         Fix global typo in last change: use chmod u-w, not chmod u-x.
5767         Spotted by Paul Eggert and Bruce Korb.
5768         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5769         * modules/byteswap, modules/configmake, modules/fcntl:
5770         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5771         * modules/localcharset, modules/netinet_in, modules/poll:
5772         * modules/stdbool, modules/stdint, modules/sys_select:
5773         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5774
5775 2006-09-06  Jim Meyering  <jim@meyering.net>
5776
5777         Make generated files be read-only.
5778         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5779         Ensure that each generated file is now read-only.
5780         * modules/argz: Likewise.
5781         * modules/arpa_inet: Likewise.
5782         * modules/byteswap: Likewise.
5783         * modules/configmake: Likewise.
5784         * modules/fcntl: Likewise.
5785         * modules/fnmatch: Likewise.
5786         * modules/getopt: Likewise.
5787         * modules/glob: Likewise.
5788         * modules/inttypes: Likewise.
5789         * modules/netinet_in: Likewise.
5790         * modules/poll: Likewise.
5791         * modules/stdbool: Likewise.
5792         * modules/stdint: Likewise.
5793         * modules/sys_select: Likewise.
5794         * modules/sys_socket: Likewise.
5795         * modules/sys_stat: Likewise.
5796         * modules/sysexits: Likewise.
5797         * modules/localcharset: Same as above, but continue using temporary
5798         file named "t-$@" (why different?) rather than the "$@-t" used
5799         everywhere else.
5800
5801         * modules/sysexits (Makefile.am): Replace literal occurrences
5802         of "sysexit.h" more readable, and more consistent, "$@".
5803
5804 2006-09-06  Bruno Haible  <bruno@clisp.org>
5805
5806         * modules/striconv: New file.
5807         * modules/xstriconv: New file.
5808         * MODULES.html.sh (Internationalization functions): Add striconv,
5809         xstriconv.
5810
5811 2006-09-06  Bruno Haible  <bruno@clisp.org>
5812
5813         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5814         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5815         not using libtool correctly.
5816
5817 2006-09-06  Bruno Haible  <bruno@clisp.org>
5818
5819         * lib/striconv.h: New file.
5820         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5821         iconvstring.c.
5822         * lib/xstriconv.h: New file.
5823         * lib/xstriconv.c: New file.
5824
5825 2006-09-06  Bruno Haible  <bruno@clisp.org>
5826
5827         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5828         lib_..._LDFLAGS.
5829
5830 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5831
5832         * lib/argz_.h: Sync from Libtool.
5833
5834         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5835                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5836
5837         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5838
5839 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5840
5841         * modules/trim: New file.
5842
5843 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5844
5845         * lib/trim.h: New file.
5846         * lib/trim.c: New file.
5847
5848 2006-09-05  Bruno Haible  <bruno@clisp.org>
5849
5850         * MODULES.html.sh (String handling): Add trim.
5851
5852 2006-09-04  Karl Berry  <karl@gnu.org>
5853
5854         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5855         until next release.
5856
5857 2006-09-03  Bruno Haible  <bruno@clisp.org>
5858
5859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5860         correctly.
5861
5862 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5863
5864         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5865         not gl_GETLOADAVG.  Omit unneeded semicolons.
5866         Problems reported by Ralf Wildenhues in
5867         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5868         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5869         at the end, which is the usual gnulib style.
5870
5871         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5872         of doing all the work ourselves.
5873         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5874         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5875
5876 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5877
5878         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5879         Problem reported by Ralf Wildenhues in
5880         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5881
5882         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5883         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5884
5885 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5886
5887         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5888         yesterday's patch by changing test -n to test -z.
5889
5890 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5891
5892         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5893         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5894         the former is now obsolescent.
5895
5896         * modules/chdir-long (Depends-on): Add fcntl.
5897
5898 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5899
5900         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5901         obsolescent, and programs should use gnulib instead.
5902         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5903         but with prefixes changed.
5904
5905 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5906
5907         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5908         or stdbool.h, because they might not exist while configuring.
5909
5910         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5911         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5912         does that for us.
5913         (O_DIRECTORY): Remove.
5914
5915 2006-08-31  Eric Blake  <ebb9@byu.net>
5916
5917         * gnulib-tool: Don't let emacs change spaces to TAB.
5918
5919 2006-08-31  Bruno Haible  <bruno@clisp.org>
5920
5921         * gnulib-tool: When calling func_import more than once, do it in a
5922         subshell.
5923         Reported by Eric Blake <ebb9@byu.net>.
5924
5925 2006-08-31  Bruno Haible  <bruno@clisp.org>
5926
5927         * gnulib-tool (nl): Remove variable.
5928         (sed_transform_lib_file): Use more robust test for config-h module.
5929         (func_import): Fix typo in 2006-08-25 patch.
5930
5931 2006-08-31  Bruno Haible  <bruno@clisp.org>
5932
5933         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5934         specified, augment Makefile.am variables instead of assigning them.
5935
5936 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5937
5938         Work around a bug in both the Linux and SunOS 64-bit kernels:
5939         nanosleep mishandles sleeps for longer than 2**31 seconds.
5940         Problem reported by Frank v Waveren in
5941         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5942         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5943         Check for nanosleep bug.
5944         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5945
5946 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5947
5948         Work around a bug in both the Linux and SunOS 64-bit kernels:
5949         nanosleep mishandles sleeps for longer than 2**31 seconds.
5950         Problem reported by Frank v Waveren in
5951         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5952         * lib/nanosleep.c (BILLION): New constant.
5953         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5954         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5955         implementation.
5956
5957 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5958
5959         * modules/nanosleep (Depends-on): Add gettime.
5960
5961 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5962         and Simon Josefsson  <jas@extundo.com>
5963         and Oskar Liljeblad  <oskar@osk.mine.nu>
5964
5965         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5966         * gnulib-tool (func_import): New license type 'unmodifiable license
5967         text'.
5968         * modules/fdl: Use it.  Longer description.
5969         * module/gpl, module/lgpl: New files.
5970
5971 2006-08-30  Jim Meyering  <jim@meyering.net>
5972
5973         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5974         shadowing the parameter.
5975
5976 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5977
5978         Sync from Libtool:
5979
5980         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5981
5982         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5983         sharing with gnulib.  Report by Eric Blake.
5984
5985 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5986
5987         * modules/isapipe: New file.
5988         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5989
5990 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5991
5992         * modules/configmake (Makefile.am): Add a comment, and omit
5993         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5994         by Bruno Haible.
5995
5996 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5997
5998         * m4/isapipe.m4: New file.
5999
6000 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6001
6002         * lib/isapipe.c, lib/isapipe.h: New files.
6003
6004 2006-08-29  Jim Meyering  <jim@meyering.net>
6005
6006         * modules/configmake (Makefile.am): Make configmake.h depend on
6007         Makefile.  Otherwise, a stale configmake.h could hang around.
6008
6009 2006-08-29  Eric Blake  <ebb9@byu.net>
6010
6011         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6012         resolution of upstream bug 3044.
6013
6014 2006-08-29  Bruno Haible  <bruno@clisp.org>
6015
6016         * modules/localcharset (Depends-on): Add configmake.
6017         (Makefile.am): Remove setting of LIBDIR through DEFS.
6018
6019 2006-08-29  Bruno Haible  <bruno@clisp.org>
6020
6021         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6022         defined.
6023
6024 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6025
6026         * modules/fcntl: New file.
6027         * modules/chdir-safer (Depends-on): Add fcntl.
6028         * modules/fts: Likewise.
6029         * modules/mkdir-p: Likewise.
6030
6031         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6032         This undoes the most recent change, since we're now addressing the
6033         problem in a different way.
6034
6035         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6036         into output, since the output might be called Makefile.am even
6037         if $makefile_name is something different.
6038         (func_import): Use $makefile_am rather than
6039         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6040         empty.
6041
6042         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6043
6044 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6045
6046         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6047         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6048         recent change to stdint.m4, since we're now addressing the problem in a
6049         different way.
6050
6051 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6052
6053         * m4/fcntl_h.m4: New file.
6054
6055 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6056
6057         * lib/fcntl_.h: New file.
6058         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6059         the fcntl module.
6060         * lib/dirchownmod.c: Likewise.
6061         * lib/fts.c: Likewise.
6062
6063         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6064         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6065         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6066         just before including <inttypes.h>, to avoid circular inclusion.
6067
6068 2006-08-28  Jim Meyering  <jim@meyering.net>
6069
6070         * doc/visibility.texi: Actually read and correct the grammar of the
6071         sentence affected by yesterday's change.
6072
6073 2006-08-28  Eric Blake  <ebb9@byu.net>
6074
6075         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6076         needs wrapper.
6077
6078 2006-08-28  Eric Blake  <ebb9@byu.net>
6079
6080         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6081
6082 2006-08-28  Eric Blake  <ebb9@byu.net>
6083
6084         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6085
6086 2006-08-28  Bruno Haible  <bruno@clisp.org>
6087
6088         * modules/c-strstr: New file, from GNU gettext.
6089         * MODULES.html.sh (String handling): Add c-strstr.
6090
6091 2006-08-28  Bruno Haible  <bruno@clisp.org>
6092
6093         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6094         macros.
6095         Reported by Eric Blake.
6096
6097 2006-08-28  Bruno Haible  <bruno@clisp.org>
6098
6099         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6100         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6101         * lib/vasprintf.c: Include errno.h, limits.h.
6102         (EOVERFLOW): New fallback definition.
6103         (vasprintf): Test here whether the string length is > INT_MAX.
6104         * lib/vsnprintf.c: Include errno.h, limits.h.
6105         (EOVERFLOW): New fallback definition.
6106         (vsnprintf): Fix bug when generated string was too long for the buffer.
6107         Test here whether the string length is > INT_MAX.
6108
6109 2006-08-28  Bruno Haible  <bruno@clisp.org>
6110
6111         * lib/inttypes_.h (SCNX*): Remove definitions.
6112         Reported by Eric Blake.
6113
6114 2006-08-28  Bruno Haible  <bruno@clisp.org>
6115
6116         * lib/c-strstr.h: New file, from GNU gettext.
6117         * lib/c-strstr.c: New file, from GNU gettext.
6118
6119 2006-08-28  Bruno Haible  <bruno@clisp.org>
6120
6121         * gnulib-tool: Reorder some statements.
6122
6123 2006-08-28  Bruno Haible  <bruno@clisp.org>
6124
6125         * gnulib-tool: New option --makefile-name.
6126         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6127         $makefile_name.
6128         (func_import): Write $makefile_name to the cache file, and read it from
6129         there unless explicitly specified. Use $makefile_name as file name
6130         instead of Makefile.am. Adjust the recommendations accordingly.
6131
6132 2006-08-28  Bruno Haible  <bruno@clisp.org>
6133
6134         * gnulib-tool (func_verify_module): Check against misapplying patch.
6135
6136 2006-08-28  Bruno Haible  <bruno@clisp.org>
6137
6138         * gnulib-tool (func_relativize, func_relconcat): New functions.
6139         Give an error if --local-dir is given with --update.
6140         Remove trailing slashes from $local_gnulib_dir.
6141         (func_import): Store the relativized $local_gnulib_dir in
6142         gnulib-cache.m4, and read it from there if not specified explicitly.
6143
6144 2006-08-28  Bruno Haible  <bruno@clisp.org>
6145
6146         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6147         is the current directory. Respect also $local_gnulib_dir.
6148
6149 2006-08-28  Bruno Haible  <bruno@clisp.org>
6150             Simon Josefsson  <jas@extundo.com>
6151
6152         BeOS portability.
6153         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6154
6155 2006-08-27  Jim Meyering  <jim@meyering.net>
6156
6157         * doc/visibility.texi: Remove duplicate word: "pointer".
6158
6159 2006-08-26  Bruno Haible  <bruno@clisp.org>
6160
6161         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6162         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6163         (Makefile.am): Create inttypes.h from inttypes_.h.
6164         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6165
6166         * modules/imaxabs: New file.
6167
6168         * modules/imaxdiv: New file.
6169
6170 2006-08-26  Bruno Haible  <bruno@clisp.org>
6171
6172         * m4/inttypes.m4: New file.
6173         * m4/_inttypes_h.m4: Remove file.
6174         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6175         PRI_MACROS_BROKEN.
6176         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6177
6178         * m4/imaxabs.m4: New file.
6179
6180         * m4/imaxdiv.m4: New file.
6181
6182 2006-08-26  Bruno Haible  <bruno@clisp.org>
6183
6184         * lib/inttypes_.h: New file.
6185         * lib/inttypes.h: Remove file.
6186         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6187
6188         * lib/imaxabs.c: New file.
6189
6190         * lib/imaxdiv.c: New file.
6191
6192 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6193
6194         New config-h module, so that "make" output needn't be cluttered
6195         by -DHAVE_CONFIG_H.
6196         * MODULES.html.sh (Support for building libraries and executables):
6197         Add config-h.
6198         * modules/config-h: New file.
6199         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6200         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6201         the config-h module is used.
6202
6203         New configmake module, so that "make" output needn't be cluttered
6204         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6205         * MODULES.html.sh (Support for building libraries and executables):
6206         Add configmake.
6207         * modules/configmake: New file.
6208
6209 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         * m4/config-h.m4: New file.
6212
6213 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6214
6215         * config/srclist.txt: Add elisp-comp.
6216
6217 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6218
6219         * MODULES.html.sh (Support for building libraries and executables):
6220         Add elisp-comp.
6221         * build-aux/elisp-comp: New file.
6222         * modules/elisp-comp: New file.
6223
6224 2006-08-24  Bruno Haible  <bruno@clisp.org>
6225
6226         * gnulib-tool (func_create_testdir): Use non-default values of
6227         sourcebase and m4base.
6228
6229 2006-08-24  Bruno Haible  <bruno@clisp.org>
6230
6231         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6232         HTML structure.
6233
6234 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6235
6236         * modules/openat (Depends-on): Add lchown.
6237
6238 2006-08-23  Bruno Haible  <bruno@clisp.org>
6239
6240         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6241         of gl_LOCK_EARLY instead of gl_LOCK.
6242
6243 2006-08-23  Bruno Haible  <bruno@clisp.org>
6244
6245         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6246         on OSF/1 to no.
6247         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6248
6249 2006-08-23  Bruno Haible  <bruno@clisp.org>
6250
6251         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6252         as unusable.
6253
6254         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6255         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6256         (gl_LOCK): New macro.
6257
6258 2006-08-22  Simon Josefsson  <jas@extundo.com>
6259
6260         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6261         to md5 module.
6262
6263 2006-08-22  Simon Josefsson  <jas@extundo.com>
6264
6265         * MODULES.html.sh: Add "Support for maintaining and release
6266         projects".
6267
6268         * build-aux/gnupload: New file, from coreutils.
6269
6270 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6271
6272         Avoid the need for AC_LIBSOURCES in m4 macros.
6273         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6274         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6275         * modules/check-version (EXTRA_DIST): Add check-version.h.
6276         * modules/crc (EXTRA_DIST): Add crc.h.
6277         * modules/des (EXTRA_DIST): Add des.h.
6278         * modules/gc (EXTRA_DIST): Add gc.h.
6279         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6280         * modules/getline (EXTRA_DIST): Add getline.h.
6281         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6282         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6283         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6284         * modules/md2 (EXTRA_DIST): Add md2.h.
6285         * modules/md4 (EXTRA_DIST): Add md4.h.
6286         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6287         * modules/read-file (EXTRA_DIST): Add read-file.h.
6288         * modules/readline (EXTRA_DIST): Add readline.h.
6289         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6290         rijndael-api-fst.h.
6291
6292 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         * m4/rijndael.m4 (gl_ARCFOUR):
6295         * m4/arctwo.m4 (gl_ARCTWO):
6296         * m4/check-version.m4 (gl_CHECK_VERSION):
6297         * m4/crc.m4 (gl_CRC):
6298         * m4/des.m4 (gl_DES):
6299         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6300         * m4/gc.m4 (gl_GC):
6301         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6302         * m4/getline.m4 (gl_FUNC_GETLINE):
6303         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6304         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6305         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6306         * m4/md2.m4 (gl_MD2):
6307         * m4/md4.m4 (gl_MD4):
6308         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6309         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6310         * m4/readline.m4 (gl_FUNC_READLINE):
6311         * m4/rijndael.m4 (gl_RIJNDAEL):
6312         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6313         to get the necessary .h files and whatnot.
6314
6315 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6316
6317         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6318         gnulib rather than the other way around.
6319         * config/srclistvars.sh (COREUTILS): Remove.
6320
6321 2006-08-22  Jim Meyering  <jim@meyering.net>
6322
6323         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6324
6325         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6326
6327 2006-08-22  Eric Blake  <ebb9@byu.net>
6328
6329         * modules/regexprops-generic: New file.
6330         * MODULES.html.sh (Support for building documentation): List it.
6331
6332 2006-08-22  Eric Blake  <ebb9@byu.net>
6333
6334         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6335         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6336         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6337         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6338
6339 2006-08-22  Bruno Haible  <bruno@clisp.org>
6340
6341         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6342         and lib_LTLIBRARIES like the other lib_* variables.
6343
6344 2006-08-22  Bruno Haible  <bruno@clisp.org>
6345
6346         * build-aux/x-to-1.in: New file, from GNU gettext.
6347
6348 2006-08-22  Bruno Haible  <bruno@clisp.org>
6349
6350         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6351         <utmpx.h> exists.
6352
6353 2006-08-22  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6356         <utmpx.h> exists.
6357
6358 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6359
6360         BeOS portability.
6361         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6362         exist.
6363         Problem reported by Bruno Haible.
6364
6365 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6366
6367         Avoid the need for AC_LIBSOURCES in m4 macros.
6368         * modules/acl (EXTRA_DIST): Add acl.h.
6369         * modules/argmatch (Files): Add m4/argmatch.m4.
6370         (configure.ac): Add gl_ARGMATCH.
6371         (EXTRA_DIST): Renamed from lib_SOURCES, for
6372         consistency with the other modules.  Remove argmatch.c.
6373         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6374         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6375         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6376         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6377         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6378         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6379         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6380         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6381         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6382         * modules/closeout (EXTRA_DIST): Add closeout.h.
6383         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6384         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6385         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6386         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6387         dirname.h; remove basename.c and stripslash.c.
6388         * modules/exclude (EXTRA_DIST): Add exclude.h.
6389         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6390         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6391         * modules/file-type (EXTRA_DIST): Add file-type.h.
6392         * modules/filemode (EXTRA_DIST): Add filemode.h.
6393         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6394         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6395         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6396         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6397         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6398         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6399         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6400         * modules/getdate (EXTRA_DIST): Add getdate.c.
6401         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6402         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6403         * modules/getpass (EXTRA_DIST): Add getpass.h.
6404         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6405         * modules/group-member (EXTRA_DIST): Add group-member.h.
6406         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6407         * modules/hash (EXTRA_DIST): Add hash.h.
6408         * modules/human (EXTRA_DIST): Add human.h.
6409         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6410         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6411         * modules/lchown (EXTRA_DIST): Add lchown.h.
6412         * modules/long-options (EXTRA_DIST): Add long-options.h.
6413         * modules/lstat (EXTRA_DIST): Add lstat.h.
6414         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6415         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6416         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6417         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6418         * modules/memxor (EXTRA_DIST): Add memxor.h.
6419         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6420         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6421         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6422         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6423         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6424         * modules/physmem (EXTRA_DIST): Add physmem.h.
6425         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6426         * modules/posixver (EXTRA_DIST): Add posixver.h.
6427         * modules/quote (EXTRA_DIST): Add quote.h.
6428         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6429         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6430         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6431         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6432         regex_internal.h regexec.c.
6433         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6434         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6435         * modules/same (EXTRA_DIST): Add same.h.
6436         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6437         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6438         * modules/savedir (EXTRA_DIST): Add savedir.h.
6439         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6440         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6441         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6442         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6443         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6444         * modules/strdup (EXTRA_DIST): Add strdup.h.
6445         * modules/strftime (EXTRA_DIST): Add strftime.h.
6446         * modules/strndup (EXTRA_DIST): Add strndup.h.
6447         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6448         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6449         * modules/time_r (EXTRA_DIST): Add time_r.h.
6450         * modules/timespec (EXTRA_DIST): Add timespec.h.
6451         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6452         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6453         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6454         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6455         * modules/userspec (EXTRA_DIST): Add userspec.h.
6456         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6457         * modules/utimens (EXTRA_DIST): Add utimens.h.
6458         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6459         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6460         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6461         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6462         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6463         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6464         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6465         * modules/yesno (EXTRA_DIST): Add yesno.h.
6466
6467 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6470
6471         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6472         * m4/dev-ino.m4, same-inode.m4: Remove.
6473
6474         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6475         * m4/acl.m4 (AC_FUNC_ACL):
6476         * m4/backupfile.m4 (gl_BACKUPFILE):
6477         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6478         * m4/canon-host.m4 (gl_CANON_HOST):
6479         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6480         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6481         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6482         * m4/cloexec.m4 (gl_CLOEXEC):
6483         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6484         * m4/closeout.m4 (gl_CLOSEOUT):
6485         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6486         * m4/dirname.m4 (gl_DIRNAME):
6487         * m4/exclude.m4 (gl_EXCLUDE):
6488         * m4/exitfail.m4 (gl_EXITFAIL):
6489         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6490         * m4/file-type.m4 (gl_FILE_TYPE):
6491         * m4/filemode.m4 (gl_FILEMODE):
6492         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6493         * m4/fpending.m4 (gl_FUNC_FPENDING):
6494         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6495         * m4/fts.m4 (gl_FUNC_FTS):
6496         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6497         * m4/getdate.m4 (gl_GETDATE):
6498         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6499         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6500         * m4/getpass.m4 (gl_FUNC_GETPASS):
6501         * m4/gettime.m4 (gl_GETTIME):
6502         * m4/getugroups.m4 (gl_GETUGROUPS):
6503         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6504         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6505         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6506         * m4/hash.m4 (gl_HASH):
6507         * m4/idcache.m4 (gl_IDCACHE):
6508         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6509         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6510         * m4/long-options.m4 (gl_LONG_OPTIONS):
6511         * m4/lstat.m4 (gl_FUNC_LSTAT):
6512         * m4/md5.m4 (gl_MD5):
6513         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6514         * m4/memcoll.m4 (gl_MEMCOLL):
6515         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6516         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6517         * m4/memxor.m4 (gl_MEMXOR):
6518         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6519         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6520         * m4/modechange.m4 (gl_MODECHANGE):
6521         * m4/mountlist.m4 (gl_MOUNTLIST):
6522         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6523         * m4/openat.m4 (gl_FUNC_OPENAT):
6524         * m4/pathmax.m4 (gl_PATHMAX):
6525         * m4/physmem.m4 (gl_PHYSMEM):
6526         * m4/posixtm.m4 (gl_POSIXTM):
6527         * m4/posixver.m4 (gl_POSIXVER):
6528         * m4/quote.m4 (gl_QUOTE):
6529         * m4/quotearg.m4 (gl_QUOTEARG):
6530         * m4/readtokens.m4 (gl_READTOKENS):
6531         * m4/readutmp.m4 (gl_READUTMP):
6532         * m4/regex.m4 (gl_REGEX):
6533         * m4/safe-read.m4 (gl_SAFE_READ):
6534         * m4/safe-write.m4 (gl_SAFE_WRITE):
6535         * m4/same.m4 (gl_SAME):
6536         * m4/save-cwd.m4 (gl_SAVE_CWD):
6537         * m4/savedir.m4 (gl_SAVEDIR):
6538         * m4/settime.m4 (gl_SETTIME):
6539         * m4/sha1.m4 (gl_SHA1):
6540         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6541         * m4/stat-macros.m4 (gl_STAT_MACROS):
6542         * m4/stat-time.m4 (gl_STAT_TIME):
6543         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6544         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6545         * m4/strdup.m4 (gl_FUNC_STRDUP):
6546         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6547         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6548         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6549         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6550         * m4/time_r.m4 (gl_TIME_R):
6551         * m4/timespec.m4 (gl_TIMESPEC):
6552         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6553         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6554         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6555         * m4/userspec.m4 (gl_USERSPEC):
6556         * m4/utimecmp.m4 (gl_UTIMECMP):
6557         * m4/utimens.m4 (gl_UTIMENS):
6558         * m4/xalloc.m4 (gl_XALLOC):
6559         * m4/xgetcwd.m4 (gl_XGETCWD):
6560         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6561         * m4/xreadlink.m4 (gl_XREADLINK):
6562         * m4/xstrtod.m4 (gl_XSTRTOD):
6563         * m4/yesno.m4 (gl_YESNO):
6564         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6565         to get the necessary .h files and whatnot.
6566
6567 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6568             Bruno Haible  <bruno@clisp.org>
6569
6570         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6571         /bin/sh understanding of '!' conditional negation.
6572
6573 2006-08-21  Jim Meyering  <jim@meyering.net>
6574
6575         * modules/openat (Depends-on): Really alphabetize.
6576
6577         * modules/acl (Depends-on): Add error and quote.
6578
6579         * check-module (find_included_lib_files): Add at-func.c to the
6580         ok-to-include-more-than-once white list.
6581
6582         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6583
6584 2006-08-21  Bruno Haible  <bruno@clisp.org>
6585
6586         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6587         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6588         Reported by Martin Lambers <marlam@marlam.de>.
6589
6590 2006-08-21  Bruno Haible  <bruno@clisp.org>
6591
6592         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6593         specify an installation location, don't emit a noinst_LIBRARIES or
6594         noinst_LTLIBRARIES assignment.
6595
6596 2006-08-21  Bruno Haible  <bruno@clisp.org>
6597
6598         BeOS portability.
6599         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6600         BeOS has mbrtowc() but no <wctype.h>.
6601
6602 2006-08-21  Bruno Haible  <bruno@clisp.org>
6603
6604         BeOS portability.
6605         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6606         exist.
6607
6608 2006-08-21  Bruno Haible  <bruno@clisp.org>
6609
6610         BeOS portability.
6611         * lib/mbchar.h: Include <wctype.h> only if it exists.
6612
6613 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6614
6615         Remove files that are no longer needed by their respective modules.
6616         * m4/obstack.m4: Remove.
6617         * m4/strerror_r.m4: Remove.
6618         * m4/uint32_t.m4: Remove.
6619         * m4/uintptr_t.m4: Remove.
6620         * m4/ullong_max.m4: Remove.
6621         * m4/xstrtoimax.m4: Remove.
6622         * m4/xstrtoumax.m4: Remove.
6623
6624         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6625         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6626         dependencies now capture this.
6627
6628         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6629         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6630         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6631         * m4/human.m4 (gl_HUMAN): Likewise.
6632         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6633         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6634
6635         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6636
6637         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6638         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6639         stdint.
6640         * m4/human.m4 (gl_HUMAN): Likewise.
6641         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6642         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6643         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6644         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6645         * m4/xstrtol (gl_XSTRTOL): Likewise.
6646
6647         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6648         AC_TYPE_LONG_LONG_INT.
6649         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6650         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6651         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6652         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6653
6654         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6655         on stdbool.
6656
6657         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6658         (gl_PREREQ_XSTRTOUL): Remove.
6659
6660         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6661
6662         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6663         mode.
6664
6665 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6666
6667         Add and change modules to make it easier for coreutils to use
6668         gnulib-tool.
6669         * modules/backupfile (Files): Remove m4/d-ino.m4.
6670         (Depends-on): Add d-ino.
6671         * modules/cycle-check (Depends-on): Add stdint.
6672         (lib_SOURCES): Add cycle-check.h.
6673         * modules/d-ino: New module.
6674         * modules/d-type: New module.
6675         * modules/error (Files): Remove m4/strerror_r.m4.
6676         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6677         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6678         m4/inttypes_h.m4, m4/uintmax_t.m4.
6679         (Depends-on): Add stdint.
6680         (lib_SOURCES): Add fsusage.h.
6681         * modules/getcwd (Files): Remove d-ino.m4.
6682         (Depends-on): Add d-ino.
6683         * modules/getndelim2 (Depends-on): Add stdint.
6684         * modules/glob (Files): Remove m4/d-type.m4.
6685         (Depends-on): Add d-type.
6686         * modules/host-os: New module.
6687         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6688         m4/inttypes_h.m4, m4/uintmax_t.m4.
6689         * Depends-on: Add stdint.
6690         (lib_SOURCES): Add human.h.
6691         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6692         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6693         m4/uintmax_t.m4, m4/ulonglong.m4.
6694         (Depends-on): Add stdint.
6695         (EXTRA_DIST): Add inttostr.h.
6696         * modules/lchmod: New module.
6697         * modules/link-follow: New module.
6698         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6699         (Depends-on): Add lchmod.
6700         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6701         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6702         (Depends-on): Add stdint.
6703         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6704         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6705         (Depends-on): Add stdint.
6706         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6707         * modules/perl: New module.
6708         * modules/regex (Depends-on): Add stdint.
6709         * modules/rmdir-errno: New module.
6710         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6711         m4/intmax_t.m4.
6712         (Depends-on): Add stdint.
6713         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6714         m4/uintmax_t.m4.
6715         (Depends-on): Add stdint.
6716         * modules/unlink-busy: New module.
6717         * modules/utimecmp (Depends-on): Add stdint.
6718         * modules/uptime: New module.
6719         * modules/winsz-ioctl: New module.
6720         * modules/winsz-termios: New module.
6721         * modules/xnanosleep (Depends-on): Add nanosleep.
6722         * modules/ullong_max: Remove.
6723         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6724         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6725         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6726         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6727         (Depends-on): Add inttypes.
6728         (lib_SOURCES): Add xstrtol.h.
6729         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6730         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6731         * MODULES.html.sh: Move 'assert' into the assert section.
6732         Move 'dummy' into the linking section.
6733         Remove ullong_max.
6734         Add section for compatibility checks for POSIX:2001 functions,
6735         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6736         winsz-ioctl, and winsz-termios into it.
6737         Add lchmod.
6738         Add top-level Misc section and put host-os, perl, and uptime
6739         into it.
6740
6741 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6742
6743         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6744         now assume the stdint module.  Do not include inttypes.h.
6745         * lib/fsusage.h: Likewise.
6746         * lib/getndelim2.c: Likewise.
6747         * lib/human.h: Likewise.
6748         * lib/inttostr.h: Likewise.
6749         * lib/obstack.c: Likewise.
6750         * lib/regex_internal.h: Likewise.
6751         * lib/tempname.c: Likewise.
6752         * lib/utimecmp.c: Likewise.
6753         * lib/xstrtol.h: Likewise.
6754
6755         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6756
6757         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6758         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6759         * lib/xtime.h: Likewise.
6760
6761 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6762
6763         * modules/openat (Files): Add lib/fchmodat.c.
6764         Fixes problem reported by Jay Youngman.
6765
6766 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6767
6768         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6769         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6770
6771 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6772             Bruno Haible  <bruno@clisp.org>
6773
6774         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6775         and is a script that invokes bison. Tighten the code. Add comments.
6776
6777 2006-08-18  Jim Meyering  <jim@meyering.net>
6778
6779         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6780         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6781         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6782         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6783
6784 2006-08-18  Bruno Haible  <bruno@clisp.org>
6785
6786         * modules/bison-i18n: New file.
6787         * MODULES.html.sh (Internationalization functions): Add it.
6788
6789 2006-08-18  Bruno Haible  <bruno@clisp.org>
6790
6791         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6792         sys/statvfs.h. When getmntinfo was found, check its declaration and
6793         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6794
6795 2006-08-18  Bruno Haible  <bruno@clisp.org>
6796
6797         * m4/bison-i18n.m4: New file, from bison.
6798
6799 2006-08-18  Bruno Haible  <bruno@clisp.org>
6800
6801         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6802         (ME_DUMMY): Treat "kernfs" as a dummy.
6803         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6804
6805 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6806
6807         Update from coreutils.
6808
6809         2006-08-15  Jim Meyering  <jim@meyering.net>
6810
6811         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6812
6813         2006-01-17  Jim Meyering  <jim@meyering.net>
6814
6815         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6816
6817         2006-01-11  Jim Meyering  <jim@meyering.net>
6818
6819         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6820         Check for the lchmod function.
6821
6822 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6823
6824         Update from coreutils.
6825
6826         * lib/__fpending.h: Add copyright notice.
6827         * lib/fprintftime.h: Likewise.
6828         * lib/savedir.c: Use (C) in copyright notice.
6829         * lib/savedir.h: Likewise.
6830
6831         2006-08-15  Jim Meyering  <jim@meyering.net>
6832
6833         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6834         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6835         in support of the EXPECTED_ERRNO macro.
6836         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6837         definitions.  Instead, define the appropriate symbols and include
6838         "at-func.c".
6839         * lib/mkdirat.c (mkdirat): Likewise.
6840         * lib/fchmodat.c (fchmodat): Likewise.
6841         (ENOSYS): Remove definition.
6842         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6843         it.  Don't include "unistd--.h" -- it wasn't ever used.
6844
6845         2006-01-17  Jim Meyering  <jim@meyering.net>
6846
6847         Rewrite fts.c not to change the current working directory,
6848         by using openat, fstatat, fdopendir, etc..
6849
6850         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6851         (HAVE_OPENAT_SUPPORT): Define.
6852         [_LIBC] (fchdir): Don't undef or define; no longer used.
6853         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6854         Now, this `function' always succeeds, and consumes its file descriptor
6855         parameter -- so callers must not close such FDs.  Update callers.
6856         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6857         (diropen): Add parameter, SP.  Adjust all callers.
6858         Implement using diropen_fd, rather than open.
6859         (fts_open): Initialize new member, fts_cwd_fd.
6860         Remove fts_rft-setting code.
6861         (fts_close): Close fts_cwd_fd, if necessary.
6862         (__opendir2): Define in terms of opendir or opendirat,
6863         depending on whether the FST_NOCHDIR flag is set.
6864         (fts_build): Since fts_safe_changedir consumes its FD, and since
6865         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6866         and close the dup'd file descriptor upon failure.
6867         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6868         (fts_safe_changedir): Tweak semantics to reflect that this function
6869         now calls cwd_advance_fd and hence consumes its FD argument.
6870         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6871         [struct FTS] (fts_rft): Remove now-unused member.
6872         [struct FTS] (fts_cycle.state): Improve comment.
6873
6874         * lib/openat.c (openat_needs_fchdir): New function.
6875         * lib/openat.h (openat_needs_fchdir): Declare it.
6876
6877 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6880         Problem and fix reported by Pádraig Brady in
6881         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6882
6883 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6884
6885         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6886
6887 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6888
6889         * lib/memcoll.c (memcoll): Optimize for the common case where the
6890         arguments are bytewise equal.
6891
6892 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6893
6894         * doc/regexprops-generic.texi: Add a copyright notice.
6895
6896 2006-08-15  Bruno Haible  <bruno@clisp.org>
6897
6898         * modules/tmpdir (License): Change to LGPL.
6899
6900 2006-08-15  Bruno Haible  <bruno@clisp.org>
6901
6902         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6903         module.
6904
6905 2006-08-14  Simon Josefsson  <jas@extundo.com>
6906
6907         * config/srclist.txt: Add gnupload.
6908
6909 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6910
6911         Change copyright notice from LGPL 2 to GPL 2, since that's the
6912         standard form used in the gnulib repository.
6913         * tests/test-lock.c: Likewise.
6914         * tests/test-stdint.c: Likewise.
6915         * tests/test-tls.c: Likewise.
6916
6917         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6918         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6919         Add copyright notice.
6920
6921         * check-module: Add copyright notice.  Output a copyright
6922         notice if "--version" is specified.
6923         * modules/COPYING: New file.
6924         * tests/test-getaddrinfo.c: Add copyright notice.
6925         * tests/test-verify.c: Likewise.
6926
6927 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6928
6929         Change copyright notice from LGPL 2 to GPL 2, since that's the
6930         standard form used in the gnulib repository.
6931         * lib/lock.c: LGPL -> GPL.
6932         * lib/lock.h: Likewise.
6933         * lib/strnlen1.c: Likewise.
6934         * lib/strnlen1.h: Likewise.
6935         * lib/tls.c: Likewise.
6936         * lib/tls.h: Likewise.
6937         * lib/tmpdir.c: Likewise.
6938
6939         * lib/TODO: Remove; this belongs only in coreutils.
6940
6941 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6942
6943         Add copyright notices to long-enough files that lack them, since
6944         otherwise the files aren't clearly free.  Use the same notice that
6945         getdate.texi already uses.
6946         * doc/alloca-opt.texi: Add copyright notice.
6947         * doc/alloca.texi: Likewise.
6948         * doc/ctime.texi: Likewise.
6949         * doc/functions.texi: Likewise.
6950         * doc/gcd.texi: Likewise.
6951         * doc/gnulib-tool.texi: Likewise.
6952         * doc/inet_ntoa.texi: Likewise.
6953         * doc/visibility.texi: Likewise.
6954
6955         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6956         * doc/quote.texi: Add copyright notice.
6957
6958         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6959         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6960         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6961         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6962         is now obsolete, and give a pointer to the Sun list.
6963         Add copyright notice.
6964
6965 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6966
6967         * config/srclistvars.sh: Add copyright notice.
6968
6969 2006-08-14  Eric Blake  <ebb9@byu.net>
6970
6971         Import the following change from libc:
6972
6973         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6974
6975         Upstream bug 2997.
6976         * lib/misc/error.c: Add space between program name and message if file
6977         name is missing.
6978
6979 2006-08-12  Karl Berry  <karl@gnu.org>
6980
6981         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6982         remove, these originate in gnulib now.
6983
6984 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6985
6986         * doc/Makefile (standards.info standards.html standards.dvi):
6987         Also depend on make-stds.texi.
6988
6989 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6990
6991         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6992         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6993
6994         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6995         in wchar_t.  Problem reported by Eric Blake.
6996
6997         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6998         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6999         Also, help the compiler to keep LEN in a register.
7000
7001 2006-08-11  Eric Blake  <ebb9@byu.net>
7002
7003         * users.txt: Sort.  Add tar.
7004
7005 2006-08-11  Bruno Haible  <bruno@clisp.org>
7006
7007         * users.txt: New file.
7008
7009 2006-08-11  Bruno Haible  <bruno@clisp.org>
7010
7011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7012         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7013
7014 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7015
7016         * modules/snprintf (Depends-on): Remove minmax.
7017         (Maintainer): Add self and Bruno.
7018
7019 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7020
7021         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7022         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7023         (EOVERFLOW): Define if the system does not.
7024         Do not include "minmax.h"; it wasn't used.
7025         (snprintf): Don't assume size_t promotes to an unsigned type.
7026         Fix bug when generated string was too long for the buffer: the
7027         buffer's contents are supposed to be the initial prefix of the
7028         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7029         exceeds INT_MAX; do the check ourselves.
7030
7031         Import the following changes from libc:
7032
7033         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7034
7035         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7036         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7037         set wc to the byte which couldn't be converted.
7038         (re_string_reconstruct): Don't clear valid_raw_len before calling
7039         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7040         tip_context using re_string_context_at.
7041
7042         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7043
7044         * lib/posix/regex.h: g++ still cannot handled [restrict].
7045
7046         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7047
7048         * lib/posix/regex.h: Remove special handling for VMS.
7049
7050 2006-08-10  Jim Meyering  <jim@meyering.net>
7051
7052         * modules/same-inode: New module.
7053         * modules/dev-ino: New module.
7054         * modules/cycle-check: Depend on these modules, rather than simply
7055         including their .h files.
7056         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7057         required via m4/cycle-check.m4.
7058         * modules/same: Depend on new same-inode module, rather than
7059         including same-inode.h.
7060         * modules/chdir-safer: New file.
7061
7062         * modules/chown (Depends-on): Add stat-macros.
7063
7064 2006-08-10  Jim Meyering  <jim@meyering.net>
7065
7066         * m4/cycle-check.m4: New file.
7067         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7068         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7069
7070 2006-08-10  Eric Blake  <ebb9@byu.net>
7071
7072         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7073         in from original proposal.
7074
7075 2006-08-10  Eric Blake  <ebb9@byu.net>
7076         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7077
7078         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7079         namespace.
7080
7081 2006-08-10  Bruno Haible  <bruno@clisp.org>
7082
7083         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7084         as well.
7085
7086 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7087
7088         Sync from coreutils.
7089
7090         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7091
7092         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7093         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7094
7095 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7096
7097         * modules/restrict: Remove; no longer needed now that we assume
7098         Autoconf 2.59 or later.
7099         * MODULES.html.sh: Remove 'restrict'.
7100         * modules/argp (Depends-on): Remove 'restrict'.
7101         * modules/base64 (Depends-on): Likewise.
7102         * modules/gc (Depends-on): Likewise.
7103         * modules/getaddrinfo (Depends-on): Likewise.
7104         * modules/glob (Depends-on): Likewise.
7105         * modules/inet_ntop (Depends-on): Likewise.
7106         * modules/inet_pton (Depends-on): Likewise.
7107         * modules/memxor (Depends-on): Likewise.
7108         * modules/regex (Depends-on): Likewise.
7109         * modules/strtok_r (Depends-on): Likewise.
7110         * modules/time_r (Depends-on): Likewise.
7111
7112 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7113
7114         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7115         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7116         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7117         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7118         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7119         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7120         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7121         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7122
7123         Merge from coreutils.
7124         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7125         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7126         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7127         * m4/time_r.m4 (gl_TIME_R): Likewise.
7128
7129 2006-08-09  Karl Berry  <karl@gnu.org>
7130
7131         * config/srclist.txt: no more gettext-tools, per Bruno.
7132
7133 2006-08-08  Eric Blake  <ebb9@byu.net>
7134
7135         * modules/verror: New module.
7136         * MODULES.html.sh: Document it.
7137
7138 2006-08-08  Eric Blake  <ebb9@byu.net>
7139
7140         * lib/verror.h, lib/verror.c: New files.
7141
7142 2006-08-08  Eric Blake  <ebb9@byu.net>
7143
7144         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7145         verror_at_line output complies with GNU Coding Standards even when
7146         file is NULL.
7147
7148 2006-08-07  Bruno Haible  <bruno@clisp.org>
7149
7150         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7151         versions of AIX.
7152         Reported by Ralf Wildenhues.
7153
7154 2006-08-07  Bruno Haible  <bruno@clisp.org>
7155
7156         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7157         in an AC_DEFUN. Needed so that the autoconf snippets can use
7158         AC_REQUIRE.
7159
7160 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7161
7162         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7163         Initialize pkgdata_DATA.
7164         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7165         overriding it.
7166
7167 2006-08-06  Eric Blake  <ebb9@byu.net>
7168
7169         * lib/error.h: Fold in some upstream changes from glibc.
7170         * lib/error.c: Likewise.
7171
7172 2006-08-04  Bruno Haible  <bruno@clisp.org>
7173
7174         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7175         Make the mostlyclean-local rule depend on mostlyclean-generic.
7176         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7177
7178 2006-07-31  Bruno Haible  <bruno@clisp.org>
7179
7180         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7181         <stdlib.h>, <string.h>.
7182
7183 2006-07-30  Bruno Haible  <bruno@clisp.org>
7184
7185         * modules/readlink (License): Change to LGPL.
7186
7187 2006-07-30  Bruno Haible  <bruno@clisp.org>
7188
7189         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7190         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7191         set PKGDATADIR to point to it.
7192
7193 2006-07-30  Bruno Haible  <bruno@clisp.org>
7194
7195         * modules/csharpexec (configure.ac): Comment out macro invocation.
7196         * modules/javaexec (configure.ac): Likewise.
7197         * modules/javacomp-script (configure.ac): Likewise.
7198
7199         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7200
7201 2006-07-30  Bruno Haible  <bruno@clisp.org>
7202
7203         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7204         linked-list.
7205
7206 2006-07-30  Bruno Haible  <bruno@clisp.org>
7207
7208         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7209
7210 2006-07-30  Bruno Haible  <bruno@clisp.org>
7211
7212         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7213         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7214         get removed.
7215
7216 2006-07-29  Bruno Haible  <bruno@clisp.org>
7217
7218         Make it possible for gnulib-tool to work with locally modified or
7219         augmented gnulib repositories.
7220         * gnulib-tool (func_usage): Document --local-dir option.
7221         (local_gnulib_dir): New variable.
7222         Handle --local-dir option.
7223         (func_lookup_file): New function.
7224         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7225         (func_get_description, func_get_filelist, func_get_description,
7226         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7227         func_get_automake_snippet, func_get_include_directive,
7228         func_get_license, func_get_maintainer): Use func_lookup_file.
7229         (func_import, func_create_testdir): Use func_lookup_file.
7230
7231 2006-07-29  Bruno Haible  <bruno@clisp.org>
7232
7233         * modules/setenv (Depends-on): Add unistd.
7234
7235 2006-07-29  Bruno Haible  <bruno@clisp.org>
7236
7237         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7238
7239 2006-07-29  Bruno Haible  <bruno@clisp.org>
7240
7241         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7242
7243 2006-07-29  Bruno Haible  <bruno@clisp.org>
7244
7245         * gnulib-tool (import, update): If there is no Makefile.am, look at
7246         aclocal.m4, instead of bailing out.
7247
7248 2006-07-29  Bruno Haible  <bruno@clisp.org>
7249
7250         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7251         Categorize the options by when they are useful.
7252
7253 2006-07-29  Bruno Haible  <bruno@clisp.org>
7254
7255         * gnulib-tool (func_usage): Document option --no-libtool.
7256         Handle option --no-libtool.
7257         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7258         for changed semantics of $libtool variable.
7259         (func_import): Likewise. If libtool is not used, show this through
7260         an option --no-libtool.
7261         (func_create_testdir): Update.
7262
7263 2006-07-29  Bruno Haible  <bruno@clisp.org>
7264
7265         * gnulib-tool (func_import): Extend error message about missing
7266         --doc-base.
7267
7268 2006-07-29  Bruno Haible  <bruno@clisp.org>
7269
7270         * gnulib-tool (func_import): Don't create the $docbase directory if
7271         there is no file to store there.
7272
7273 2006-07-29  Bruno Haible  <bruno@clisp.org>
7274
7275         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7276         relevant, look for configure.ac there, not in the current directory.
7277         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7278
7279 2006-07-29  Bruno Haible  <bruno@clisp.org>
7280
7281         * gnulib-tool (SORT): New variable.
7282         (func_usage): Undocument --assume-autoconf option.
7283         Remove --assume-autoconf option handling.
7284         (autoconf_minversion): Determine from the contents of configure.ac.
7285         (func_import): Remove autoconf_minversion handling.
7286         Suggested by Eric Blake.
7287
7288 2006-07-29  Bruno Haible  <bruno@clisp.org>
7289
7290         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7291
7292 2006-07-29  Bruno Haible  <bruno@clisp.org>
7293
7294         * config/srclist.txt (*setenv.[ch]): Remove rules.
7295
7296 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7297
7298         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7299
7300 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7301
7302         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7303         arpa/inet.h.
7304
7305 2006-07-28  Simon Josefsson  <jas@extundo.com>
7306
7307         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7308         * modules/inet_pton (Depends-on): Likewise.
7309
7310 2006-07-28  Simon Josefsson  <jas@extundo.com>
7311
7312         * m4/netinet_in_h.m4: New file.
7313
7314 2006-07-28  Simon Josefsson  <jas@extundo.com>
7315
7316         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7317         #include's.
7318
7319 2006-07-28  Simon Josefsson  <jas@extundo.com>
7320
7321         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7322         #include's.
7323
7324 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7325
7326         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7327         setgid on directories only if they set these bits.
7328         * lib/modechange.h: Remove obsolete comment about masks.
7329
7330 2006-07-28  Eric Blake  <ebb9@byu.net>
7331
7332         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7333         macro expansion.
7334
7335 2006-07-28  Bruno Haible  <bruno@clisp.org>
7336
7337         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7338
7339 2006-07-28  Bruno Haible  <bruno@clisp.org>
7340
7341         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7342
7343 2006-07-28  Bruno Haible  <bruno@clisp.org>
7344
7345         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7346         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7347         Define fallbacks.
7348         Avoids link error on FreeBSD 4.x.
7349         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7350
7351         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7352         encoding.
7353         * lib/mbswidth.c (iswcntrl): Likewise.
7354
7355 2006-07-27  Bruno Haible  <bruno@clisp.org>
7356
7357         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7358         test.
7359
7360 2006-07-27  Bruno Haible  <bruno@clisp.org>
7361
7362         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7363         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7364         defined.
7365
7366 2006-07-26  Eric Blake  <ebb9@byu.net>
7367
7368         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7369
7370 2006-07-26  Eric Blake  <ebb9@byu.net>
7371
7372         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7373         like mingw that lack mkstemp.
7374         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7375         avoid compilation warning on mingw.
7376
7377 2006-07-26  Bruno Haible  <bruno@clisp.org>
7378
7379         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7380         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7381         INT_FAST*_MIN, INTPTR_MIN.
7382
7383 2006-07-25  Bruno Haible  <bruno@clisp.org>
7384
7385         * modules/version-etc (Depends-on): Add stdarg.
7386
7387 2006-07-25  Bruno Haible  <bruno@clisp.org>
7388
7389         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7390         complex commands.
7391
7392 2006-07-25  Bruno Haible  <bruno@clisp.org>
7393
7394         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7395         defined in <stdarg.h> or config.h.
7396
7397 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7398
7399         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7400         (gl_STDIO_SAFER): Remove.
7401
7402 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * MODULES.html.sh (File stream based Input/Output):
7405         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7406         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7407         * modules/fopen-safer, modules/tmpfile-safer: New files.
7408         * modules/stdio-safer: Remove.
7409
7410 2006-07-24  Bruno Haible  <bruno@clisp.org>
7411
7412         * modules/tmpdir: New file.
7413         * MODULES.html.sh (File system functions): Add it.
7414
7415 2006-07-24  Bruno Haible  <bruno@clisp.org>
7416
7417         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7418         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7419
7420 2006-07-24  Bruno Haible  <bruno@clisp.org>
7421
7422         * modules/clean-temp: New file.
7423
7424 2006-07-24  Bruno Haible  <bruno@clisp.org>
7425
7426         * m4/tmpdir.m4: New file, from GNU gettext.
7427
7428 2006-07-24  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/tmpdir.h: New file, from GNU gettext.
7431         * lib/tmpdir.c: New file, from GNU gettext.
7432
7433 2006-07-24  Bruno Haible  <bruno@clisp.org>
7434
7435         * lib/clean-temp.h: New file, from GNU gettext.
7436         * lib/clean-temp.c: New file, from GNU gettext.
7437
7438 2006-07-23  Eric Blake  <ebb9@byu.net>
7439
7440         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7441         (Depends-on): Add binary-io.
7442
7443 2006-07-23  Eric Blake  <ebb9@byu.net>
7444
7445         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7446
7447 2006-07-23  Eric Blake  <ebb9@byu.net>
7448
7449         * lib/tmpfile-safer.c: New file.
7450         * lib/stdio-safer.h (fopen_safer): Add prototype.
7451         * lib/stdio--.h (tmpfile): Make safer.
7452
7453 2006-07-23  Bruno Haible  <bruno@clisp.org>
7454
7455         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7456         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7457         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7458         gl_linked_remove_at): Use it.
7459
7460 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7461         and Simon Josefsson <jas@extundo.com>
7462
7463         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7464
7465         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7466
7467 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7468
7469         * modules/close-stream: New file.
7470         * modules/closeout (Description): Make it clear that it exits
7471         with a diagnostic on error.
7472         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7473         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7474
7475 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7476
7477         * m4/close-stream.m4: New file.
7478
7479 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7480
7481         * lib/close-stream.c, lib/close-stream.h: New files.
7482
7483 2006-07-22  Bruno Haible  <bruno@clisp.org>
7484
7485         Merge from GNU gettext 0.15.
7486
7487         2006-05-01  Bruno Haible  <bruno@clisp.org>
7488
7489                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7490
7491         2006-07-22  Bruno Haible  <bruno@clisp.org>
7492
7493                 * modules/javaversion: New file.
7494                 * MODULES.html.sh (Java): Add javaversion.
7495
7496         2006-03-12  Bruno Haible  <bruno@clisp.org>
7497
7498                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7499
7500         2005-12-04  Bruno Haible  <bruno@clisp.org>
7501
7502                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7503                 (untested).
7504
7505         2006-06-21  Bruno Haible  <bruno@clisp.org>
7506
7507                 Avoid warnings from recent versions of mcs.
7508                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7509                 -o, -L, -r any more. Use options documented since mcs-1.0
7510                 instead. Similarly for -g.
7511
7512         2005-12-04  Bruno Haible  <bruno@clisp.org>
7513
7514                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7515                 .resources, not .resource.
7516
7517         2005-07-09  Bruno Haible  <bruno@clisp.org>
7518
7519                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7520                 add a .dll suffix.
7521                 Reported by Mark Junker <mjscod@gmx.de>.
7522
7523         2006-07-22  Bruno Haible  <bruno@clisp.org>
7524
7525                 * modules/gettext: Upgrade to gettext-0.15.
7526                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7527                 m4/visibility.m4.
7528                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7529
7530 2006-07-22  Bruno Haible  <bruno@clisp.org>
7531
7532         Merge from GNU gettext 0.15.
7533
7534         2006-03-25  Bruno Haible  <bruno@clisp.org>
7535
7536                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7537
7538         2006-07-21  Bruno Haible  <bruno@clisp.org>
7539
7540                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7541                 "1.1".
7542
7543         2006-05-09  Bruno Haible  <bruno@clisp.org>
7544
7545                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7546                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7547                 for the conftestver execution.
7548
7549         2006-05-01  Bruno Haible  <bruno@clisp.org>
7550
7551                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7552                 optional target-version argument. Verify that the compiler
7553                 groks source of the specified source-version, or add -source
7554                 option as necessary. Verify that the compiler produces
7555                 bytecode in the specified target-version, or add -target and
7556                 -source options as necessary. Make the result of the test
7557                 available as variable CONF_JAVAC. Also log error output in
7558                 config.log.
7559
7560         2006-03-11  Bruno Haible  <bruno@clisp.org>
7561
7562                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7563
7564         2006-05-09  Bruno Haible  <bruno@clisp.org>
7565
7566                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7567                 CLASSPATH_SEPARATOR to a semicolon.
7568
7569         2006-03-12  Bruno Haible  <bruno@clisp.org>
7570
7571                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7572                 available as variable CONF_JAVA, for subsequent autoconf
7573                 tests. Also log error output in config.log.
7574
7575         2006-07-19  Bruno Haible  <bruno@clisp.org>
7576
7577                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7578                 that getline works on glibc2 systems. Needed to avoid trouble
7579                 in relocatable.c.
7580                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7581
7582         2005-12-04  Bruno Haible  <bruno@clisp.org>
7583
7584                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7585                 launcher (untested).
7586
7587         2005-12-04  Bruno Haible  <bruno@clisp.org>
7588
7589                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7590
7591         2006-07-22  Bruno Haible  <bruno@clisp.org>
7592
7593                 * gettext.m4: Update from GNU gettext-0.15.
7594                 * nls.m4: Likewise.
7595                 * po.m4: Likewise.
7596                 * inttypes-pri.m4: Likewise.
7597                 * inttypes-h.m4: Renamed from inttypes.m4.
7598                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7599
7600 2006-07-22  Bruno Haible  <bruno@clisp.org>
7601
7602         Merge from GNU gettext 0.15.
7603
7604         2005-07-05  Bruno Haible  <bruno@clisp.org>
7605
7606                 * printf-args.c (printf_fetchargs): Work around broken
7607                 definition of wint_t on mingw.
7608
7609         2005-02-12  Bruno Haible  <bruno@clisp.org>
7610
7611                 * xallocsa.h: Add extern "C" for C++.
7612
7613         2006-05-17  Bruno Haible  <bruno@clisp.org>
7614
7615                 Cygwin portability.
7616                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7617
7618         2006-04-30  Bruno Haible  <bruno@clisp.org>
7619
7620                 * progreloc.c: Include <mach-o/dyld.h> if available.
7621                 (find_executable): Use _NSGetExecutablePath when possible.
7622
7623         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7624
7625                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7626                 function.
7627
7628         2005-12-29  Bruno Haible  <bruno@clisp.org>
7629
7630                 * progreloc.c (set_program_name_and_installdir): Fix
7631                 compilation error.
7632
7633         2005-12-04  Bruno Haible  <bruno@clisp.org>
7634
7635                 Cygwin portability.
7636                 * progreloc.c: Include <windows.h> also on Cygwin.
7637                 (find_executable): Add support for Cygwin.
7638                 (set_program_name_and_installdir): Handle also platforms with
7639                 nonempty EXEEXT.
7640
7641         2006-07-11  Bruno Haible  <bruno@clisp.org>
7642
7643                 * javacomp.c: Fix a comment.
7644                 Reported by Jim Meyering.
7645
7646         2006-04-30  Bruno Haible  <bruno@clisp.org>
7647
7648                 * javacomp.h (compile_java_class): Add source_version,
7649                 target_version arguments.
7650                 * javacomp.c: Rewritten to choose only a compiler that
7651                 respects the specified source_version and target_version.
7652
7653         2006-06-27  Bruno Haible  <bruno@clisp.org>
7654
7655                 Assume correct S_ISDIR macro.
7656                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7657
7658         2006-07-22  Bruno Haible  <bruno@clisp.org>
7659
7660                 * javaversion.h: New file, from GNU gettext.
7661                 * javaversion.c: New file, from GNU gettext.
7662                 * javaversion.java: New file, from GNU gettext.
7663                 * javaversion.class: New file, from GNU gettext.
7664
7665         2006-05-17  Bruno Haible  <bruno@clisp.org>
7666
7667                 Cygwin portability.
7668                 * javaexec.c (execute_java_class): Test for jview program
7669                 also on Cygwin.
7670
7671         2006-04-09  Bruno Haible  <bruno@clisp.org>
7672
7673                 * fatal-signal.c: Don't include string.h.
7674                 (at_fatal_signal): Use a copying loop instead of memcpy.
7675
7676         2005-12-04  Bruno Haible  <bruno@clisp.org>
7677
7678                 * csharpexec.c: Add support for 'clix' launcher (untested).
7679                 (execute_csharp_using_sscli): New function.
7680                 (execute_csharp_program): Call it.
7681
7682         2006-06-21  Bruno Haible  <bruno@clisp.org>
7683
7684                 Avoid warnings from recent versions of mcs.
7685                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7686                 -o, -L, -r any more. Use options documented since mcs-1.0
7687                 instead. Similarly for -g.
7688
7689         2005-07-09  Bruno Haible  <bruno@clisp.org>
7690
7691                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7692                 add a .dll suffix.
7693                 Reported by Mark Junker <mjscod@gmx.de>.
7694
7695         2006-06-17  Bruno Haible  <bruno@clisp.org>
7696
7697                 * config.charset: Update for NetBSD 3.0.
7698
7699         2006-05-17  Bruno Haible  <bruno@clisp.org>
7700
7701                 Cygwin portability.
7702                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7703
7704         2006-05-16  Bruno Haible  <bruno@clisp.org>
7705
7706                 * localcharset.c [CYGWIN]: Include <windows.h>.
7707                 (get_charset_aliases): For Cygwin, return the same CPxxx
7708                 aliases list as under WIN32.
7709                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7710                 the environment variables. Fall back to GetACP().
7711
7712         2006-04-05  Bruno Haible  <bruno@clisp.org>
7713
7714                 * config.charset: Update Juan Manuel Guerrero's address.
7715
7716         2005-02-12  Bruno Haible  <bruno@clisp.org>
7717
7718                 * allocsa.h: Add extern "C" for C++.
7719
7720         2005-02-10  Bruno Haible  <bruno@clisp.org>
7721
7722                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7723                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7724
7725         2006-07-22  Bruno Haible  <bruno@clisp.org>
7726
7727                 * gettext.h: Update to GNU gettext-0.15.
7728
7729 2006-07-22  Bruno Haible  <bruno@clisp.org>
7730
7731         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7732         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7733         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7734
7735 2006-07-21  Eric Blake  <ebb9@byu.net>
7736
7737         * modules/stdlib-safer: New file.
7738         * MODULES.html.sh (File stream based Input/Output): Add
7739         stdlib-safer.
7740
7741 2006-07-21  Eric Blake  <ebb9@byu.net>
7742
7743         * lib/stdlib-safer.h: New file from coreutils, required by
7744         stdlib--.h.
7745
7746 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7747
7748         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7749
7750 2006-07-20  Bruno Haible  <bruno@clisp.org>
7751
7752         * gnulib-tool: Recognize new option --assume-autoconf.
7753         (autoconf_minversion): New variable.
7754         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7755
7756 2006-07-20  Bruno Haible  <bruno@clisp.org>
7757
7758         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7759
7760 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7761
7762         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7763         Reindent and repaginate.
7764
7765 2006-07-19  Derek Price  <derek@ximbiot.com>
7766
7767         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7768         Correct grammar.
7769
7770 2006-07-17  Bruno Haible  <bruno@clisp.org>
7771
7772         * modules/list: New file.
7773         * modules/array-list: New file.
7774         * modules/carray-list, modules/carray-list-tests: New files.
7775         * modules/linked-list, modules/linked-list-tests: New files.
7776         * modules/avltree-list, modules/avltree-list-tests: New files.
7777         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7778         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7779         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7780         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7781         * modules/oset: New file.
7782         * modules/array-oset: New file.
7783         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7784         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7785         * tests/test-carray_list.c: New file.
7786         * tests/test-linked_list.c: New file.
7787         * tests/test-avltree_list.c: New file.
7788         * tests/test-rbtree_list.c: New file.
7789         * tests/test-linkedhash_list.c: New file.
7790         * tests/test-avltreehash_list.c: New file.
7791         * tests/test-rbtreehash_list.c: New file.
7792         * tests/test-avltree_oset.c: New file.
7793         * tests/test-rbtree_oset.c: New file.
7794         * MODULES.html.sh (Container data structures): New section.
7795
7796 2006-07-17  Bruno Haible  <bruno@clisp.org>
7797
7798         * m4/gl_list.m4: New file.
7799
7800 2006-07-17  Bruno Haible  <bruno@clisp.org>
7801
7802         * lib/gl_list.h: New file.
7803         * lib/gl_list.c: New file.
7804         * lib/gl_array_list.h: New file.
7805         * lib/gl_array_list.c: New file.
7806         * lib/gl_carray_list.h: New file.
7807         * lib/gl_carray_list.c: New file.
7808         * lib/gl_linked_list.h: New file.
7809         * lib/gl_linked_list.c: New file.
7810         * lib/gl_anylinked_list1.h: New file.
7811         * lib/gl_anylinked_list2.h: New file.
7812         * lib/gl_avltree_list.h: New file.
7813         * lib/gl_avltree_list.c: New file.
7814         * lib/gl_anyavltree_list1.h: New file.
7815         * lib/gl_anyavltree_list2.h: New file.
7816         * lib/gl_rbtree_list.h: New file.
7817         * lib/gl_rbtree_list.c: New file.
7818         * lib/gl_anyrbtree_list1.h: New file.
7819         * lib/gl_anyrbtree_list2.h: New file.
7820         * lib/gl_anytree_list1.h: New file.
7821         * lib/gl_anytree_list2.h: New file.
7822         * lib/gl_linkedhash_list.h: New file.
7823         * lib/gl_linkedhash_list.c: New file.
7824         * lib/gl_anyhash_list1.h: New file.
7825         * lib/gl_anyhash_list2.h: New file.
7826         * lib/gl_avltreehash_list.h: New file.
7827         * lib/gl_avltreehash_list.c: New file.
7828         * lib/gl_rbtreehash_list.h: New file.
7829         * lib/gl_rbtreehash_list.c: New file.
7830         * lib/gl_anytreehash_list1.h: New file.
7831         * lib/gl_anytreehash_list2.h: New file.
7832
7833         * lib/gl_oset.h: New file.
7834         * lib/gl_oset.c: New file.
7835         * lib/gl_array_oset.h: New file.
7836         * lib/gl_array_oset.c: New file.
7837         * lib/gl_avltree_oset.h: New file.
7838         * lib/gl_avltree_oset.c: New file.
7839         * lib/gl_rbtree_oset.h: New file.
7840         * lib/gl_rbtree_oset.c: New file.
7841         * lib/gl_anytree_oset.h: New file.
7842
7843 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7844
7845         * m4/mkancesdirs.m4: New file.
7846         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7847         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7848         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7849         it.
7850
7851 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7852
7853         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7854         * lib/mkancesdirs.h: New files.
7855         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7856         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7857         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7858         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7859         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7860         callers changed.  Revamp internals significantly, by not
7861         attempting to create directories that are temporarily more
7862         permissive than the final results.  Do not attempt to use
7863         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7864         This removes some race conditions, fixes some bugs, and simplifies
7865         things.  Use new dirchownmod function to do owner and mode changes.
7866         * lib/mkdir-p.h: Likewise.
7867         * lib/modechange.c (octal_to_mode): New function.
7868         (struct mode_change): New member mentioned.
7869         (make_node_op_equals): New arg mentioned.  All callers changed.
7870         (mode_compile): Keep track of which mode bits the user has explicitly
7871         mentioned.
7872         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7873         New arg PMODE_BITS, to keep track of which mode bits the user
7874         mentioned; it treats S_ISUID and S_ISGID speciall.
7875         All callers changed.
7876         * lib/modechange.h: Likewise.
7877
7878 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7879
7880         * MODULES.html.sh: Add mkancestors.
7881         * modules/mkancesdirs: New module.
7882         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7883         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7884         The chdir-safer and afs files are now orphans; I'll remove them
7885         unless someone speaks up.
7886         Add lib/dirchownmod.c, lib/dirchownmod.h.
7887         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7888         Add lchown, mkancesdirs.
7889         (Maintainer): Add self.
7890
7891 2006-07-15  Karl Berry  <karl@gnu.org>
7892
7893         * gnulib-tool: help message wording/arrangement.
7894
7895 2006-07-14  Simon Josefsson  <jas@extundo.com>
7896
7897         * doc/gnulib.texi (Libtool and Windows): New section.
7898
7899 2006-07-12  Simon Josefsson  <jas@extundo.com>
7900
7901         * modules/gendocs (License): Fix license, approved by Karl.
7902
7903 2006-07-12  Eric Blake  <ebb9@byu.net>
7904
7905         * MODULES.html.sh: Add gendocs.
7906
7907 2006-07-11  Eric Blake  <ebb9@byu.net>
7908
7909         * modules/fdl: New module, to install doc/fdl.texi.
7910         * MODULES.html.sh: Add new section for documentation modules.
7911         * gnulib-tool: Avoid space-tab.
7912         (--doc-base): New option, to manage files from doc.
7913
7914 2006-07-11  Eric Blake  <ebb9@byu.net>
7915
7916         * m4/absolute-header.m4: Fix comments to match recent change.
7917
7918 2006-07-11  Eric Blake  <ebb9@byu.net>
7919
7920         * gnulib-tool: List --doc-base before --tests-base.
7921
7922 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7923
7924         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7925
7926 2006-07-11  Bruno Haible  <bruno@clisp.org>
7927
7928         * README: Mention where to put documentation.
7929
7930 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7931
7932         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7933
7934 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7935
7936         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7937         to stdint.m4.
7938
7939 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7940
7941         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7942         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7943         "no/such/file/stdint.h" when there is no such file, so that
7944         the resulting C code can be parsed by dodgy compilers.
7945         Problems reported by Bob Proulx.
7946
7947 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7948
7949         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7950         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7951         macros into the GNU _D_EXACT_NAMLEN.
7952         * lib/savedir.c:  Likewise.
7953         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7954
7955 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7956         and Paul Eggert  <eggert@cs.ucla.edu>
7957
7958         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7959         * m4/savedir.m4:
7960         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7961         macros into the GNU _D_EXACT_NAMLEN.
7962
7963 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7964
7965         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7966         around the absolute name, to work around a problem with the HP-UX
7967         11.23 native C compiler, reported by Bob Proulx.
7968
7969 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * doc/maintain.texi, make-stds.texi: Sync from
7972         <http://savannah.gnu.org/projects/gnustandards>.
7973
7974 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7975
7976         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7977
7978 2006-07-09  Jim Meyering  <jim@meyering.net>
7979
7980         * m4/glob.m4: Remove a doubled word in a comment.
7981
7982 2006-07-09  Jim Meyering  <jim@meyering.net>
7983
7984         * lib/argp-pv.c: Remove a doubled word in a comment.
7985         * lib/check-version.c (check_version): Likewise.
7986         * lib/javacomp.c (compile_java_class): Likewise.
7987
7988 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7989
7990         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7991         for the benefit of people using Autoconf 2.60.  If you want to
7992         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7993         (or m4/onceonly.m4, if pre-2.57) manually.
7994
7995 2006-07-08  Jim Meyering  <jim@meyering.net>
7996
7997         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7998         comment.
7999         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8000         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8001         comment.
8002
8003 2006-07-08  Jim Meyering  <jim@meyering.net>
8004
8005         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8006
8007 2006-07-07  Simon Josefsson  <jas@extundo.com>
8008
8009         * tests/test-crc.c: Change expected crc value, the test vector
8010         were probably computed using the old broken crc.c?
8011
8012 2006-07-06  Simon Josefsson  <jas@extundo.com>
8013
8014         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8015         now the canonical place for the M4 file).
8016
8017         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8018         from the sys_socket dependency now.
8019
8020         * modules/inet_pton (Files): Ditto.
8021
8022         * modules/inet_ntop (Files): Ditto.
8023
8024 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8025
8026         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8027         not gl_PREREQ_GETUSERSHELL.
8028
8029 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8030
8031         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8032         with only one argument, for Autoconf 2.60.
8033         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8034         expand to nothing, so add a shell command to avoid syntax error.
8035         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8036
8037 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8038
8039         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8040
8041 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8044         no longer needed.  Check for isblank decl.
8045         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8046         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8047         of existence.
8048
8049 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8050
8051         * lib/getloadavg.c: Use __VMS, not VMS.
8052         * lib/getopt.c: Likewise.
8053         * lib/getpagesize.h: Likewise.
8054         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8055         and probably does not work.
8056
8057 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8058
8059         * lib/.cppi-disable: Add wcwidth.
8060         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8061         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8062         (ISGRAPH): Remove.  All uses changed to isgraph.
8063         (FOLD) [!defined _LIBC]: Remove special case.
8064         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8065         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8066         HAVE_ISBLANK.
8067         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8068         case.
8069
8070 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8071
8072         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8073         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8074         brackets.  Other minor changes to suppress some compiler
8075         warnings.
8076
8077 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8078         and Paul Eggert  <eggert@cs.ucla.edu>
8079
8080         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8081         of invoking obsolescent AC_HEADER_DIRENT macro.
8082         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8083         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8084         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8085         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8086         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8087         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8088         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8089         * m4/readdir.m4: Remove; no longer needed.
8090
8091 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8092         and Paul Eggert  <eggert@cs.ucla.edu>
8093
8094         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8095         Don't worry about this obsolete case any more.
8096         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8097         directories.
8098         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8099         worry about this obsolete case any more.
8100         * lib/fts.c: Likewise.
8101         * lib/getcwd.c: Likewise.
8102         * lib/glob.h: Likewise.
8103         * lib/savedir.c: Likewise.
8104
8105 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8106
8107         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8108         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8109         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8110         needed.
8111         All uses removed.
8112         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8113         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8114         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8115         needed.
8116         * m4/getdate.m4 (gl_GETDATE): Likewise.
8117         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8118         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8119         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8120         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8121         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8122         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8123         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8124         needed.
8125
8126 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8127
8128         * lib/memcasecmp.c: Include <limits.h>.
8129         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8130         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8131         Don't assume isdigit succeeds only on '0' through '9'.
8132
8133 2006-07-05  Eric Blake  <ebb9@byu.net>
8134
8135         * modules/getaddrinfo (Depends-on): Add snprintf.
8136
8137 2006-07-05  Eric Blake  <ebb9@byu.net>
8138
8139         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8140         to avoid 'header present but could not be compiled' on cygwin.
8141
8142 2006-07-05  Eric Blake  <ebb9@byu.net>
8143
8144         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8145         missing from netdb.h.
8146         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8147
8148 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8149
8150         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8151         no longer needed.
8152         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8153         * m4/getdate.m4 (gl_GETDATE): Likewise.
8154         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8155         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8156         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8157         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8158         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8159
8160 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8161
8162         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8163         All uses of is_space replaced by isspace.
8164         * lib/exit.h: Don't talk about STDC_HEADERS.
8165         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8166         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8167         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8168         replaced by isprint etc.
8169         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8170         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8171         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8172         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8173         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8174         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8175
8176 2006-07-05  Bruno Haible  <bruno@clisp.org>
8177
8178         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8179         the function exists, before testing against AIX.
8180         Reported by Martin Lambers <marlam@marlam.de>.
8181
8182 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8183
8184         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8185         From Mark D. Baushke.
8186
8187 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8190         to the absolute name, not just one, to bypass Sun C 5.8's
8191         "warning: #include of /usr/include/... may be non-portable".
8192
8193 2006-07-04  Eric Blake  <ebb9@byu.net>
8194
8195         * modules/dirname-tests: New test module.
8196         * tests/test-dirname.c: New file, replacing dirname.c
8197         TEST_DIRNAME section that was recently deleted.
8198
8199 2006-07-04  Bruno Haible  <bruno@clisp.org>
8200
8201         Assume ANSI C header files and <ctype.h> functions.
8202         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8203         (mbsnwidth): Use isprint, iscntrl instead.
8204
8205 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8206
8207         Merge from coreutils.
8208         * MODULES.html.sh: Add xstrtold.
8209         * modules/xstrtold: New file.
8210         * modules/cycle-check (Files): Add lib/same-inode.h.
8211         * modules/dirname (Files): Add m4/double-slash-root.m4.
8212         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8213         * modules/mkdir-p (Files): Add lib/same-inode.h.
8214         * modules/same (Files): Add lib/same-inode.h.
8215
8216 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8217
8218         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8219         This is to keep the terminology clean; POSIX talks about
8220         "absolute pathnames", not "full pathnames", but the GNU
8221         Coding Standards say to use "path" for something else;
8222         so use "absolute" to keep both sides happy.
8223         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8224         Set gl_absolute_header, not gl_full_header_path.
8225         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8226         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8227         All uses changed.
8228
8229         Merge from coreutils.
8230
8231         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8232
8233         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8234         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8235         want to require the building of c-strtod.o.
8236         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8237         needs -lm directly.
8238         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8239
8240         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8241
8242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8243         --as-needed option if available.  Problem reported by Albert Chin in
8244         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8245         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8246         cc merely issues a bunch of annoying warnings for --as-needed
8247         (this problem was reported by Bob Proulx).  Also, try linking with
8248         -lm to detect a bug in binutils 2.16 (this problem was reported
8249         by Ralf Wildenhues).
8250
8251         2006-06-18  Jim Meyering  <jim@meyering.net>
8252
8253         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8254         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8255         macro.
8256         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8257         also check for glibc-2.4's abort-inducing bug.
8258
8259         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8260         Low-probability clean-up should be to use rmdir to get rid of
8261         the just-created directory, not unlink.
8262
8263         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8264         configure fail, and request a bug report to inform us about it.
8265         Add a comment that, barring reports to the contrary, in 2007 we'll
8266         assume ftruncate is universally available.
8267
8268         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8269
8270         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8271
8272         2006-03-12  Jim Meyering  <jim@meyering.net>
8273
8274         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8275         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8276         * m4/same.m4 (gl_SAME): Likewise.
8277         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8278
8279         2006-03-11  Eric Blake  <ebb9@byu.net>
8280
8281         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8282         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8283         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8284         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8285
8286 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8287
8288         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8289         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8290         reported by Mark D. Baushke, one in
8291         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8292
8293         Merge from coreutils.
8294
8295         * lib/.cppi-disable: Add stdint_.h.
8296         * lib/.cvsignore: Add stdint.h.
8297
8298         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8299
8300         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8301         both double and long double versions.
8302         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8303         * lib/xstrtold.c: New file.
8304         * lib/xstrtod.h (xstrtold): New decl.
8305
8306         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8307
8308         * lib/filemode.c (setst): Remove.
8309         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8310         (arguably) clearer, and the generated code is a bit smaller on my
8311         Debian GNU/Linux stable x86 host.
8312
8313         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8314
8315         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8316         Assume that filemode.h includes sys/types.h and sys/stat.h.
8317         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8318         (ftypelet): Reorder to put common cases first, for efficiency.
8319         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8320         to do 'M'.
8321         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8322         of 10, for compatibility with FreeBSD.  All callers changed.
8323         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8324         types that can't be deduced solely from st_mode.  First arg is now a
8325         const pointer.
8326         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8327         (strmode): Renamed from mode_string.
8328         (filemodestring): New decl.
8329         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8330         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8331         needed.
8332         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8333
8334         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8335
8336         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8337         fsusage.h now does that.  Include fsusage.h first, to test interface.
8338         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8339         at most one method (the old code could have generated decls that
8340         didn't conform to C89, not that this was ever exercised).
8341         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8342
8343         2006-03-19  Jim Meyering  <jim@meyering.net>
8344
8345         Work even in a chroot where d_ino values for entries in "/"
8346         don't match the stat.st_ino values for the same names.
8347         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8348         number, iterate through all entries again, using lstat instead.
8349         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8350         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8351
8352         * lib/getcwd.c (__getcwd): Clarify a comment.
8353         Use memcpy in place of a call to strcpy.
8354
8355         2006-03-12  Jim Meyering  <jim@meyering.net>
8356
8357         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8358         matches that of the current directory (which we're about to chdir ".."
8359         out of), then save the dev-ino of the parent, instead.
8360
8361         * lib/same-inode.h (SAME_INODE): New file/macro.
8362         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8363         Include "same-inode.h", instead.
8364         * lib/same.c: Likewise.
8365         * lib/cycle-check.h: Include "same-inode.h".
8366         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8367         * lib/cycle-check.c (SAME_INODE): Remove definition.
8368         * lib/root-dev-ino.h: Include "same-inode.h".
8369
8370         2006-03-11  Eric Blake  <ebb9@byu.net>
8371
8372         * lib/same.c (same_name): s/base_name/last_component/
8373         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8374         * lib/filenamecat.c (file_name_concat): Likewise.
8375
8376         2006-03-11  Eric Blake  <ebb9@byu.net>,
8377                     Paul Eggert  <eggert@cs.ucla.edu>
8378
8379         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8380         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8381         drive prefix.
8382         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8383         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8384         (last_component): New method.
8385         * lib/dirname.c (dir_len): Determine when drive letters need a
8386         subsequent slash.  Preserve // when it is special.
8387         (dir_name): Don't append dot when drive letter is absolute.
8388         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8389         * lib/basename.c (base_name): New semantics - malloc the result.
8390         Preserve // when it is special.  Preserve relative files that look
8391         like drive letters.
8392         (base_len): Preserve // when it is special.
8393         (last_component): New method, similar to old base_name semantics.
8394         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8395         base_name.  Strip redundant slashes from ///.
8396
8397 2006-07-03  Jim Meyering  <jim@meyering.net>
8398
8399         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8400         macro is used before the first cycle_check call.
8401
8402 2006-07-03  Eric Blake  <ebb9@byu.net>
8403
8404         * modules/dirname (Depends-on): Add xstrndup.
8405
8406 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8409         test cases, so that config.log is a bit easier to follow.
8410
8411 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8412
8413         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8414         both are 64 bits, since this seems to be the tradition, and this
8415         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8416         we ever run into a host that prefers long long to long in this
8417         case, we'll need another configure-time test.  Problem reported by
8418         Jim Meyering.
8419
8420 2006-07-02  Eric Blake  <ebb9@byu.net>
8421
8422         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8423
8424 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8425
8426         * modules/inttypes (Depends-on): No longer depends on stdint.
8427         * modules/stdint (Description): Say more about assumptions.
8428         Say that the fast types might differ.  Say macros are used.
8429         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8430         (Makefile.am): Revise list of substituted symbols to match
8431         new stdint.m4.
8432         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8433         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8434         * tests/test-stdint.c (verify_same_types)
8435         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8436         the code conforms to C99/C89.
8437         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8438         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8439
8440 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8443         but fix a bug, by requiring at least 64 bits.
8444         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8445         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8446         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8447         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8448
8449         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8450         changes.  Make 2.59 a prerequisite.  Check and substitute for
8451         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8452         inttypes.h.  Do not use special include files; just use the
8453         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8454         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8455         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8456         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8457         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8458         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8459         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8460         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8461         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8462         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8463         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8464         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8465         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8466         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8467         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8468         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8469         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8470         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8471         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8472         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8473         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8474         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8475         not check for things that C99 does not require, e.g., int8_t.  If
8476         a test isn't needed unless <stdint.h> isn't working, and is
8477         unlikely to be needed for any other reason, then don't do it
8478         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8479         size_t, since we assume C89 freestanding at least.  Do not check
8480         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8481         the right thing even if the types are not defined.  Instead use:
8482         (gl_STDINT_TYPE_PROPERTIES): New macro.
8483         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8484         testing whether <sys/types.h> clashes, as Autoconf does this for
8485         us now.  All uses removed.
8486         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8487         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8488         (gl_CHECK_TYPE_SAME):
8489         Remove; no longer needed.
8490         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8491         exists, since we'll return 0 anyway in that case.
8492         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8493
8494 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8495
8496         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8497         possible collision with system files.
8498         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8499         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8500         WCHAR_MIN and WCHAR_MAX in this case.
8501         (<stddef.h>): Do not include; no longer needed.
8502         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8503         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8504         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8505         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8506         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8507         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8508         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8509         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8510         !defined(__c99))]: Include in this case too, since it's harmless
8511         now.
8512         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8513         dangerous to do so.
8514         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8515         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8516         (_STDINT_MIN, _STDINT_MAX): New macros.
8517         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8518         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8519         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8520         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8521         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8522         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8523         macros, not typedefs; this simplifies things quite a bit.
8524         Use long int for all types narrower than int64_t.
8525         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8526         Define in terms of long long int or int64_t or long int,
8527         not int64_t or int32_t.  This saves some compile-time testing.
8528         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8529         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8530         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8531         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8532         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8533         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8534         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8535         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8536         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8537         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8538         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8539         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8540         undef any previous version and define our own version, for
8541         simplicity and consistency with the new macros for types.
8542         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8543         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8544         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8545         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8546         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8547         @WINT_T_SUFFIX@ to keep things simple here.
8548         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8549         Simplify by assuming typical 8/16/32/64 host, since we're
8550         already doing that elsewhere anyway.
8551         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8552         and assume long long int is 64 bits if available.  This
8553         speeds up 'configure'.
8554
8555 2006-07-01  Eric Blake  <ebb9@byu.net>
8556
8557         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8558         Reported by Andreas Buening.
8559
8560 2006-07-01  Eric Blake  <ebb9@byu.net>
8561
8562         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8563
8564 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8565
8566         * lib/getaddrinfo.c: fixed typo
8567
8568 2006-06-29  Jim Meyering  <jim@meyering.net>
8569
8570         * modules/strftime (Maintainer): Add my name, since with the
8571         FPRINTFTIME changes strftime.c has forked from glibc.
8572
8573 2006-06-29  Eric Blake  <ebb9@byu.net>
8574
8575         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8576
8577 2006-06-29  Eric Blake  <ebb9@byu.net>
8578
8579         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8580
8581 2006-06-29  Eric Blake  <ebb9@byu.net>
8582
8583         * lib/stat_.h: New file.
8584
8585 2006-06-29  Eric Blake  <ebb9@byu.net>
8586
8587         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8588         unused static function.
8589
8590 2006-06-29  Eric Blake  <ebb9@byu.net>
8591
8592         * doc/functions.texi (Function Portability): Document missing lstat
8593         on mingw.
8594
8595 2006-06-29  Eric Blake  <ebb9@byu.net>
8596
8597         * MODULES.html.sh: Add sys_stat.
8598         * modules/sys_stat: New module.
8599         * modules/mkstemp (Depends-on): Add sys_stat.
8600
8601 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8602
8603         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8604
8605 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8606
8607         * m4/c-bs-a.m4: Removed.
8608
8609 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8610
8611         * lib/strftime.c: Assume strftime() exists.
8612
8613 2006-06-29  Derek Price  <derek@ximbiot.com>
8614
8615         * modules/c-bs-a: Removed - \a is C89.
8616         * MODULES.html.sh: Remove c-bs-a.
8617
8618 2006-06-29  Bruno Haible  <bruno@clisp.org>
8619
8620         * modules/wcwidth (License): Change to LGPL.
8621
8622 2006-06-28  Simon Josefsson  <jas@extundo.com>
8623
8624         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8625         on _WIN32.
8626
8627         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8628         getnameinfo.
8629
8630 2006-06-28  Simon Josefsson  <jas@extundo.com>
8631
8632         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8633
8634 2006-06-28  Simon Josefsson  <jas@extundo.com>
8635
8636         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8637         functions there.  It will succeed on Windows XP, but on Windows
8638         2000 and (presumably) earlier, it will fail, and use the internal
8639         re-implementation.
8640         (use_win32_p): New function.
8641         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8642         Support AI_NUMERICSERV to disable getservbyname.
8643         (getnameinfo): New function, only supports
8644         NI_NUMERICHOST|NI_NUMERICSERV for now.
8645
8646         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8647         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8648         getnameinfo.
8649
8650 2006-06-28  Eric Blake  <ebb9@byu.net>
8651
8652         * modules/wcwidth: New file.
8653         * modules/mbchar (Depends-on): Add wcwidth.
8654         * modules/mbswidth (Depends-on): Add wcwidth.
8655         * MODULES.html.sh: Add wcwidth.
8656
8657 2006-06-28  Eric Blake  <ebb9@byu.net>
8658
8659         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8660         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8661
8662 2006-06-28  Eric Blake  <ebb9@byu.net>
8663
8664         * lib/xvasprintf.h: Fix comments.
8665
8666 2006-06-28  Eric Blake  <ebb9@byu.net>
8667
8668         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8669         * lib/mbswidth.c (wcwidth): Move from here...
8670         * lib/wcwidth.h: ...to this new file.
8671
8672 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8673
8674         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8675
8676         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8677         it's obsolete.
8678         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8679
8680 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8681
8682         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8683         Autoconf 2.60 says this stuff was obsolete.
8684
8685 2006-06-28  Bruno Haible  <bruno@clisp.org>
8686
8687         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8688
8689 2006-06-28  Bruno Haible  <bruno@clisp.org>
8690
8691         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8692         gt_TYPE_WCHAR_T.
8693
8694 2006-06-28  Bruno Haible  <bruno@clisp.org>
8695
8696         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8697         declaration for wcwidth.
8698         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8699
8700 2006-06-28  Bruno Haible  <bruno@clisp.org>
8701
8702         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8703         (mkdir): Define using _mkdir.
8704
8705 2006-06-28  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/getaddrinfo.h: Fix POSIX URL.
8708         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8709         _WIN32.
8710         (use_win32_p): Make static.
8711         (getaddrinfo): Reject service name if it is empty or does not consist
8712         solely of decimal digits, or if its value is > 65535.
8713         (getnameinfo): Remove useless casts.
8714
8715 2006-06-27  Simon Josefsson  <jas@extundo.com>
8716
8717         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8718         Eggert and Martin Lambers.
8719
8720 2006-06-27  Simon Josefsson  <jas@extundo.com>
8721
8722         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8723         Eggert and Martin Lambers.
8724
8725 2006-06-27  Bruno Haible  <bruno@clisp.org>
8726
8727         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8728         result to 0, not to empty.
8729         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8730
8731 2006-06-27  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8734
8735 2006-06-26  Simon Josefsson  <jas@extundo.com>
8736
8737         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8738         present.
8739
8740 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8743         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8744         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8745
8746 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8747
8748         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8749
8750 2006-06-26  Bruno Haible  <bruno@clisp.org>
8751
8752         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8753
8754 2006-06-26  Bruno Haible  <bruno@clisp.org>
8755
8756         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8757
8758 2006-06-26  Bruno Haible  <bruno@clisp.org>
8759
8760         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8761         SGI C compiler in pre-C99 mode.
8762         Suggested by Mark D. Baushke and Larry Jones.
8763
8764 2006-06-26  Bruno Haible  <bruno@clisp.org>
8765
8766         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8767         WCHAR_MAX.
8768         Reported by Mark D. Baushke and Larry Jones.
8769
8770 2006-06-26  Bruno Haible  <bruno@clisp.org>
8771
8772         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8773         in pre-C99 mode.
8774         Suggested by Mark D. Baushke and Larry Jones.
8775
8776 2006-06-23  Simon Josefsson  <jas@extundo.com>
8777             Bruno Haible  <bruno@clisp.org>
8778
8779         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8780         Emit mostlyclean-local rule.
8781         (func_emit_tests_Makefile_am): Likewise.
8782         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8783
8784 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8785
8786         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8787
8788 2006-06-23  Bruno Haible  <bruno@clisp.org>
8789
8790         * tests/test-stdint.c: Update to match ISO C 99 Technical
8791         Corrigendum 1.
8792
8793 2006-06-23  Bruno Haible  <bruno@clisp.org>
8794
8795         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8796
8797 2006-06-23  Bruno Haible  <bruno@clisp.org>
8798
8799         * lib/stdint_.h: Treat IRIX like OpenBSD.
8800
8801 2006-06-23  Bruno Haible  <bruno@clisp.org>
8802
8803         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8804         ISO C 99 Technical Corrigendum 1.
8805
8806 2006-06-22  Simon Josefsson  <jas@extundo.com>
8807
8808         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8809         MinGW.
8810
8811 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8814         needed.  Some compiler complained about some of them.  Problem reported
8815         by Larry Jones in
8816         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8817
8818 2006-06-21  Simon Josefsson  <jas@extundo.com>
8819
8820         * tests/test-getaddrinfo.c: New file.
8821
8822         * modules/getaddrinfo-tests: New file.
8823
8824         * MODULES.html.sh: Add inet_pton.
8825
8826         * modules/inet_pton: New file.
8827
8828 2006-06-21  Simon Josefsson  <jas@extundo.com>
8829
8830         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8831         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8832         of using the (limited) gnulib implementation on Windows XP.
8833
8834         * m4/inet_pton.m4: New file.
8835
8836 2006-06-21  Simon Josefsson  <jas@extundo.com>
8837
8838         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8839         variable.
8840
8841         * lib/socket_.h: Don't define WINVER.
8842
8843         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8844         slightly modified to work in gnulib.
8845
8846 2006-06-21  Simon Josefsson  <jas@extundo.com>
8847
8848         * doc/gnulib.texi (Windows sockets): Add.
8849
8850 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8851
8852         * lib/read-file.c (fread_file): Start with buffer allocation of
8853         0 bytes rather than 1 byte; this simplifies the code.
8854         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8855         code to free buffer and save/restore errno.
8856         (internal_read_file): Remove unused local.
8857
8858 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8859
8860         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8861         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8862         Problem reported by Denis Excoffier in
8863         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8864
8865 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8866
8867         * modules/sys_socket, modules/socklen: Include sys/types since
8868         FreeBSD 4.x's sys/socket.h needs it.
8869
8870 2006-06-19  Simon Josefsson  <jas@extundo.com>
8871
8872         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8873
8874 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8875
8876         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8877
8878 2006-06-19  Bruno Haible  <bruno@clisp.org>
8879
8880         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8881         and FULL_PATH_INTTYPES_H in angle brackets.
8882         Reported by Mark D. Baushke <mdb@gnu.org>.
8883
8884 2006-06-17  Eric Blake  <ebb9@byu.net>
8885
8886         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8887         errno.
8888
8889 2006-06-17  Bruno Haible  <bruno@clisp.org>
8890
8891         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8892         <sys/inttypes.h>.
8893
8894 2006-06-17  Bruno Haible  <bruno@clisp.org>
8895
8896         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8897         whether errno is declared. Assume <errno.h> declares errno.
8898
8899 2006-06-17  Bruno Haible  <bruno@clisp.org>
8900
8901         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8902
8903 2006-06-17  Bruno Haible  <bruno@clisp.org>
8904
8905         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8906         problem on Solaris 2.5.1.
8907
8908 2006-06-16  Eric Blake  <ebb9@byu.net>
8909
8910         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8911         * lib/unicodeio.c [!defined errno]: Likewise.
8912         * lib/strtol.c [!defined errno]: Likewise.
8913         * lib/strtod.c [!defined errno]: Likewise.
8914
8915 2006-06-15  Eric Blake  <ebb9@byu.net>
8916
8917         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8918
8919 2006-06-15  Eric Blake  <ebb9@byu.net>
8920
8921         * config/srclist.txt (ssize_t.m4): Lose sync.
8922
8923 2006-06-15  Bruno Haible  <bruno@clisp.org>
8924
8925         * modules/stdint (Files): Include m4/full-header-path.m4,
8926         m4/size_max.m4, m4/wchar_t.m4.
8927         (Makefile.am): Many more substitutions.
8928         * modules/stdint-tests: New file.
8929         * tests/test-stdint.c: New file.
8930
8931 2006-06-15  Bruno Haible  <bruno@clisp.org>
8932
8933         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8934         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8935         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8936         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8937         gl_CHECK_TYPE_SAME): New macros.
8938
8939 2006-06-15  Bruno Haible  <bruno@clisp.org>
8940
8941         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8942
8943 2006-06-15  Bruno Haible  <bruno@clisp.org>
8944
8945         * lib/stdint_.h: Rewritten to be fully auto-configured.
8946         Fixes bug on HP-UX/IA64.
8947
8948 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8949
8950         * lib/getdate.y (__attribute__): Don't define if already defined.
8951         Problem reported by Larry Jones.
8952         * lib/utimens.c (__attribute__): Likewise.
8953
8954 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8955
8956         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8957         reported by Andreas Schwab.
8958
8959 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8960             Bruno Haible  <bruno@clisp.org>
8961
8962         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8963         check for the declaration of strnlen and a run test that exposes the
8964         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8965         rpl_strndup.
8966
8967 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8968             Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8971
8972 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8973
8974         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8975         compile test, for Tru64 4.0D.
8976
8977 2006-05-28  Karl Berry  <karl@gnu.org>
8978
8979         * config/srclist.txt (printf-args.c): lose sync.
8980
8981 2006-05-26  Martin Lambers  <marlam@marlam.de>
8982
8983         * lib/getpass.c: Updates the test for the native W32 API, and adds
8984         missing includes, thus fixing compilation warnings.
8985
8986 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8987
8988         * lib/exclude.c (exclude_fnmatch): New function.
8989         (excluded_file_name): Call exclude_fnmatch.
8990         * lib/exclude.h (excluded_file_name): New prototype
8991
8992 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8993
8994         * lib/tempname.c (small_open, large_open): New macros.
8995         (__open, __open64) [!_LIBC]: Remove.
8996         (__gen_tempname): Use small_open and large_open instead of __open
8997         and __open64.  This fixes a portability bug on HP-UX 11.11i
8998         reported by Simon Wing-Tang in
8999         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9000
9001 2006-05-24  Bruno Haible  <bruno@clisp.org>
9002
9003         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9004         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9005         Reported by Thorsten Maerz <torte@netztorte.de> via
9006         Aaron Stone <aaron@serendipity.cx>.
9007
9008 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9011         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9012         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9013         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9014         not really conditional on the cache.
9015         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9016
9017 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9020         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9021         (my_usleep): Don't mishandle maximum value.
9022
9023 2006-05-19  Jim Meyering  <jim@meyering.net>
9024
9025         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9026
9027 2006-05-17  Bruno Haible  <bruno@clisp.org>
9028
9029         Cygwin portability.
9030         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9031
9032 2006-05-17  Bruno Haible  <bruno@clisp.org>
9033
9034         * lib/stdint_.h: Fix recognition of Cygwin.
9035
9036 2006-05-15  Bruno Haible  <bruno@clisp.org>
9037
9038         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9039         on libtool patch by Ralf Wildenhues.
9040
9041 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9042
9043         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9044         test for C99 conformance; (bool) 0.5 is an integer constant
9045         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9046         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9047
9048 2006-05-11  Simon Josefsson  <jas@extundo.com>
9049
9050         * m4/xvasprintf.m4: Fix obvious typo.
9051
9052 2006-05-11  Jim Meyering  <jim@meyering.net>
9053
9054         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9055         James Lemley.
9056
9057 2006-05-10  Simon Josefsson  <jas@extundo.com>
9058
9059         * lib/md4.c: Typo fix, update copyright years.
9060         (K1, K2): Don't use L because it turn computations into 64-bit on
9061         64-bit platforms.
9062
9063 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9064
9065         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9066         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9067         unwanted sign propagation, e.g., on hosts with 64-bit int.
9068         There still are some problems with reeelly weird theoretical hosts
9069         (e.g., 33-bit int) but it's not worth worrying about now.
9070         * lib/sha1.c (rol): Likewise.
9071         (K1, K2, K3, K4): Remove unnecessary L suffix.
9072
9073 2006-05-10  Bruno Haible  <bruno@clisp.org>
9074
9075         * lib/des.c: Cast to avoid warnings.
9076
9077 2006-05-09  Bruno Haible  <bruno@clisp.org>
9078
9079         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9080         (Depends-on): Depend also on xsize, stdarg.
9081         (configure.ac): Add gl_XVASPRINTF.
9082
9083 2006-05-09  Bruno Haible  <bruno@clisp.org>
9084
9085         * m4/xvasprintf.m4: New file.
9086
9087 2006-05-09  Bruno Haible  <bruno@clisp.org>
9088
9089         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9090         (EOVERFLOW): Define fallback value.
9091         (xstrcat): New function.
9092         (xvasprintf): Recognize the special case of a string concatenation.
9093
9094 2006-05-08  Eric Blake  <ebb9@byu.net>
9095
9096         * gnulib-tool (func_version): Base copyright year on CVS date.
9097         (func_emit_copyright_notice): New function.
9098         (func_emit_lib_Makefile_am): Use it.
9099         (func_emit_tests_Makefile_am): Likewise.
9100         (func_import): Likewise.
9101
9102 2006-05-08  Bruno Haible  <bruno@clisp.org>
9103
9104         * modules/stdarg: New file.
9105         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9106
9107 2006-05-08  Bruno Haible  <bruno@clisp.org>
9108
9109         * m4/stdarg.m4: New file, from GNU gettext.
9110
9111 2006-05-08  Bruno Haible  <bruno@clisp.org>
9112
9113         * config/srclist.txt (build-aux/config.rpath): different from latest
9114         release.
9115
9116 2006-05-08  Bruno Haible  <bruno@clisp.org>
9117
9118         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9119
9120 2006-05-05  Jim Meyering  <jim@meyering.net>
9121
9122         * m4/warning.m4: New file, derived from bison's file by the same name.
9123
9124 2006-05-03  Bruno Haible  <bruno@clisp.org>
9125
9126         * lib/stdint_.h: Shorter URL.
9127         * lib/inttypes.h: Likewise.
9128
9129 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9130
9131         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9132
9133 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9134
9135         * lib/verify.h: Document the internals better.  Most of this change
9136         was written by Bruno Haible.
9137
9138 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         * doc/verify.texi: New file, partly based on a proposal by
9141         Bruno Haible.
9142
9143 2006-05-02  Bruno Haible  <bruno@clisp.org>
9144
9145         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9146         test from here...
9147         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9148
9149 2006-04-29  Bruno Haible  <bruno@clisp.org>
9150
9151         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9152         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9153
9154 2006-04-29  Bruno Haible  <bruno@clisp.org>
9155
9156         * gnulib-tool: Make --update option actually work.
9157
9158 2006-04-29  Bruno Haible  <bruno@clisp.org>
9159
9160         * doc/gcd.texi: New file.
9161         * doc/gnulib.texi: Include it.
9162
9163 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9164
9165         * lib/getdate.y (get_date): When adding relative date, start with the
9166         initial time, not with the result of the first mktime call.
9167
9168 2006-04-25  Bruno Haible  <bruno@clisp.org>
9169
9170         * gnulib-tool (func_import): Output the include directives in three
9171         blocks, sorted separately.
9172         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9173
9174 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9175
9176         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9177         to define main with arguments, for C++.  Reported by Eric Blake.
9178         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9179         Prefer 'int main ()' to 'int main (void)', for C++.
9180         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9181         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9182         for 'main', for C99 and C++.
9183
9184 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9187         Don't assume that exit status -1 is valid.
9188         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9189         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9190         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9191         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9192         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9193         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9194         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9195         functions can be used without declaring them, or that you can
9196         exit with status -1.
9197         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9198
9199 2006-04-24  Karl Berry  <karl@gnu.org>
9200
9201         * config/srclist.txt (longdouble.m4): sync lost.
9202
9203 2006-04-24  Eric Blake  <ebb9@byu.net>
9204
9205         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9206
9207 2006-04-24  Bruno Haible  <bruno@clisp.org>
9208
9209         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9210         poll() implementation in AIX.
9211         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9212
9213 2006-04-24  Bruno Haible  <bruno@clisp.org>
9214
9215         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9216         assigned exactly once.
9217
9218 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9219             Bruno Haible  <bruno@clisp.org>
9220
9221         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9222         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9223         for AM_CPPFLAGS.
9224
9225 2006-04-23  Bruno Haible  <bruno@clisp.org>
9226
9227         * modules/copy-file: Depend on unistd.
9228         * modules/execute: Likewise.
9229         * modules/fatal-signal: Likewise.
9230         * modules/findprog: Likewise.
9231         * modules/mkdtemp : Likewise.
9232         * modules/pipe: Likewise.
9233         * modules/wait-process: Likewise.
9234
9235 2006-04-23  Bruno Haible  <bruno@clisp.org>
9236
9237         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9238         condition was already detected.
9239         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9240
9241 2006-04-23  Bruno Haible  <bruno@clisp.org>
9242
9243         * lib/copy-file.c: Include <unistd.h> unconditionally.
9244         * lib/execute.c: Likewise.
9245         * lib/fatal-signal.c: Likewise.
9246         * lib/findprog.c: Likewise.
9247         * lib/mkdtemp.c: Likewise.
9248         * lib/pipe.h: Likewise.
9249         * lib/pipe.c: Likewise.
9250         * lib/wait-process.h: Likewise.
9251
9252 2006-04-23  Bruno Haible  <bruno@clisp.org>
9253
9254         * gnulib-tool (func_usage): Fix --import description. Document
9255         --update.
9256         (func_import): Create temporary file in a temporary directory, if
9257         --dry-run is specified. Silence errors from 'grep' when there are no
9258         m4 files in $m4dir.
9259         (func_create_testdir): Silence errors from 'grep' when there are no
9260         m4 files in $m4dir.
9261         Reported by Karl Berry <karl@freefriends.org>.
9262
9263 2006-04-20  Bruno Haible  <bruno@clisp.org>
9264
9265         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9266         one argument, so that the code will be portable to Autoconf 2.60.
9267         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9268         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9269         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9270
9271 2006-04-19  Derek Price  <derek@ximbiot.com>
9272             Eric Blake  <ebb9@byu.net>
9273
9274         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9275         rather than "/full/path.h".  Update comment to match.  Shorten &
9276         generalize m4_translit call via AS_TR_CPP.
9277
9278 2006-04-19  Derek Price  <derek@ximbiot.com>
9279             Eric Blake  <ebb9@byu.net>
9280
9281         * lib/inttypes.h: Correct grammar in comment.
9282
9283 2006-04-18  Derek Price  <derek@ximbiot.com>
9284             Paul Eggert  <eggert@cs.ucla.edu>
9285
9286         * modules/inttypes: New file.
9287         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9288
9289 2006-04-18  Derek Price  <derek@ximbiot.com>
9290             Paul Eggert  <eggert@cs.ucla.edu>
9291
9292         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9293         New files.
9294
9295 2006-04-18  Derek Price  <derek@ximbiot.com>
9296             Paul Eggert  <eggert@cs.ucla.edu>
9297
9298         * lib/inttypes.h: New file.
9299         * lib/strtoimax.c: Assume <inttypes.h>.
9300
9301 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9302
9303         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9304         isn't mounted.  Problem reported by Kir Kolyshkin.
9305
9306 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9307
9308         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9309         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9310         Derek R. Price.
9311         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9312         implementation.
9313
9314 2006-04-12  Eric Blake  <ebb9@byu.net>
9315
9316         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9317         is now done automatically by the corresponding Autoconf macro.
9318
9319 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9320
9321         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9322         time_r.h.
9323
9324 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9325
9326         Merge regex changes from libc, removing some of our
9327         POSIX-conformance changes that were rejected and redoing them in a
9328         less-intrusive way.
9329
9330         * lib/regcomp.c (re_compile_internal, init_dfa):
9331         Length arg is now size_t, not Idx.  All uses changed.
9332         (peek_token): Forward decl now says internal_function.
9333         (__re_error_msgid, __re_error_msgid_idx):
9334         Now static rather than extern with attribute_hidden.
9335         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9336         For some reason libc prefers K&R style defns for external functions.
9337         (regerror) [!defined _LIBC]: Likewise.
9338         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9339         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9340         (build_range_exp, build_collating_symbol):
9341         Use K&R-style defn.
9342         (re_compile_fastmap): Use '\0' to memset, not 0.
9343         (utf8_sb_map): Make the calculations more obvious.
9344         (init_dfa, parse_bracket_exp, build_charclass_op):
9345         Call calloc and cast result, as glibc does.
9346         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9347         (build_range_exp, build_collating_symbol):
9348         Now internal functions.
9349
9350         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9351
9352         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9353         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9354         Don't depend on VMS; depend on __VMS instead, for POSIX
9355         namespace cleanness.
9356         (regoff_t): Define to ssize_t, not long int.
9357
9358         Remove the REG_ macros named below.  Instead, make the old names
9359         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9360         __USE_GNU_REGEX.
9361         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9362         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9363         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9364         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9365         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9366         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9367         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9368         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9369         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9370         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9371         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9372         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9373         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9374         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9375         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9376         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9377         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9378         (REG_NREGS):
9379         Remove.  All uses replaced by the old RE_* names.
9380         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9381         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9382         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9383         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9384         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9385         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9386         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9387         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9388         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9389         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9390         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9391         Don't bother having these macros be independent of each others'
9392         values, since they no longer exist in the POSIX name space.
9393
9394         Rename the following member names back to their old names,
9395         unless !__USE_GNU_REGEX.  All uses changed back.
9396         (buffer): Renamed from re_buffer.
9397         (allocated): Renamed from re_allocated.
9398         (used): Renamed from re_used.
9399         (syntax): Renamed from re_syntax.
9400         (fastmap): Renamed from re_fastmap.
9401         (translate): Renamed from re_translate.
9402         (can_be_null): Renamed from re_can_be_null.
9403         (regs_allocated): Renamed from re_regs_allocated.
9404         (fastmap_accurate): Renamed from re_fastmap_accurate.
9405         (no_sub): Renamed from re_no_sub.
9406         (not_bol): Renamed from re_not_bol.
9407         (not_eol): Renamed from re_not_eol.
9408         (newline_anchor): Renamed from re_newline_anchor.
9409         (num_regs): Renamed from rm_num_regs.
9410         (start): Renamed from rm_start.
9411         (end): Renamed from rm_end.
9412
9413         (free_state): Move up a bit.
9414
9415         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9416         #define to be empty.
9417         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9418         when that is what is intended.
9419         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9420         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9421         (MAX): New macro.
9422         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9423         All uses changed back to re_malloc, etc.  It's now the caller's
9424         responsibility to check for overflow; all callers changed.
9425         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9426         (re_x2nrealloc): Remove.
9427         (free_state): Remove decl.
9428
9429         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9430         (re_set_registers, re_exec):
9431         Use K&R-style defn.
9432
9433         2006-01-31  Roland McGrath  <roland@redhat.com>
9434
9435         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9436         Reported by Mike Frysinger <vapier@gentoo.org>.
9437
9438         2006-01-15  Andreas Jaeger  <aj@suse.de>
9439
9440         [BZ #1950]
9441         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9442         build_wcs_upper_buffer change.
9443         (build_wcs_upper_buffer): Change return type.
9444
9445         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9446
9447         * lib/regex_internal.h: Include <stdint.h> if available.
9448
9449         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9450
9451         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9452
9453         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9454
9455         * lib/regcomp.c: Adjust for changed secondary hash function.
9456
9457         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9458
9459         * lib/regex.h: Pretty printing.
9460         Clean up namespace a bit.
9461
9462         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9463
9464         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9465         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9466
9467         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9468                     Ulrich Drepper  <drepper@redhat.com>
9469
9470         [BZ #1302]
9471         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9472         changed.
9473         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9474
9475         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9476
9477         [BZ #281]
9478         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9479         * lib/regcomp.c: Remove unnecessary uses of
9480         unsigned RE_TRANSLATE_TYPE.
9481         * lib/regex_internal.h: Likewise.
9482         * lib/regex_internal.c: Likewise.
9483         * lib/regexec.c: Likewise.
9484         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9485
9486         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9487
9488         * lib/regexec.c (find_recover_state): Remove unnecessary
9489         initialization.
9490         (transit_state_bkref): Make DFA a const pointer.
9491         (get_subexp): Likewise.
9492         (check_arrival): Likewise.
9493         (update_cur_sifted_state): Likewise.
9494         (re_search_internal): Likewise.
9495         (prune_impossible_nodes): Likewise.
9496         (acquire_init_state_context): Likewise.
9497         (proceed_next_node): Likewise.
9498         (set_regs): Likewise.
9499         (free_fail_stack_return): Likewise.
9500         (check_arrival_expand_ecl): Mark DFA parameter as const.
9501         (check_arrival_expand_ecl_sub): Likewise.
9502         (check_subexp_limits): Likewise.
9503         (sub_epsilon_src_nodes):  Likewise.
9504         (add_epsilon_src_nodes):  Likewise.
9505         (merge_state_array): Likewise.
9506         (update_regs): Likewise.
9507         (build_trtable): Likewise.
9508         (sift_states_backward): Mark MCTX parameter as const.
9509         (build_sifted_states): Likewise.
9510         (update_cur_sifted_state): Likewise.
9511         (sift_states_mkref): Likewise.
9512         (check_arrival_expand_ecl): Mark eclosure as const.
9513         (check_dst_limits_calc_pos_1): Likewise.
9514         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9515         pointer.
9516
9517         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9518
9519         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9520         (transit_state_sb): Likewise.
9521         (transit_state_mb): Likewise.
9522         (sift_states_iter_mb): Likewise.
9523         (check_arrival_add_next_nodes): Likewise.
9524         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9525         [_LIBC] (re_search_2_stub): Use mempcpy.
9526
9527         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9528         mbrtowc for very simple UTF-8 case.
9529
9530         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9531         a pointer-to-const.
9532         (re_acquire_state_context): Likewise.
9533         * lib/regex_internal.h: Adjust prototypes.
9534
9535         * lib/regex.c: Prevent using C++ compilers.
9536
9537         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9538         (re_acquire_state_context): Likewise.
9539
9540 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * modules/regex (Depends-on): Add ssize_t.
9543
9544 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9545
9546         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9547         translation table.
9548
9549 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9550
9551         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9552
9553 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9554             Bruno Haible  <bruno@clisp.org>
9555
9556         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9557         <sys/types.h> and <inttypes.h>.
9558
9559 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9560
9561         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9562         `__error_t_defined', so argp.h will not typedef the former.
9563
9564 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9567         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9568         glibc names.  Even if glibc is changed to conform to POSIX, the
9569         traditional names will be available anyway, since regex depends on
9570         the extensions module.  Also, fix a longstanding typo in the
9571         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9572         reported by Emanuele Giaquinta.  Also, change sense of cached
9573         variable, so that the message makes sense.
9574
9575 2006-03-24  Simon Josefsson  <jas@extundo.com>
9576
9577         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9578         including some doc fixes.
9579         (base64_encode_alloc): Fix +1 bug on allocation failures.
9580
9581 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9582
9583         * lib/base64.c (base64_encode): Do not read past end of array with
9584         unsanitized input on systems with CHAR_BIT > 8.
9585
9586 2006-03-24  Eric Blake  <ebb9@byu.net>
9587
9588         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9589
9590 2006-03-22  Karl Berry  <karl@gnu.org>
9591
9592         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9593         * config/srclistvars.sh (COREUTILS): new var.
9594
9595 2006-03-17  Jim Meyering  <jim@meyering.net>
9596
9597         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9598         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9599
9600 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9601
9602         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9603         no longer needs it.  Instead, check that regoff_t is as least
9604         as wide as ptrdiff_t.
9605
9606         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9607         so that our regex.h stays compatible with the installed regex.
9608         This is helpful for installers who configure --without-included-regex.
9609         Problem reported by Emanuele Giaquinta.
9610
9611 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9612
9613         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9614         Typedef to long int, not to off_, as POSIX will likely change
9615         in that direction.
9616
9617 2006-03-15  Eric Blake  <ebb9@byu.net>
9618
9619         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9620
9621 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9622
9623         * lib/argp-help.c (validate_uparams): Fix typo
9624         * lib/argp-parse.c (argp_default_options): Consistently begin help
9625         messages with a lowercase letter.
9626
9627 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9628
9629         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9630         overrun buffers and shouldn't be used (much as gets shouldn't be
9631         used).
9632         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9633
9634 2006-03-08  Simon Josefsson  <jas@extundo.com>
9635
9636         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9637         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9638
9639 2006-03-08  Simon Josefsson  <jas@extundo.com>
9640
9641         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9642         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9643
9644 2006-03-08  Simon Josefsson  <jas@extundo.com>
9645
9646         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9647         signal that configure disabled the device.
9648
9649 2006-03-08  Simon Josefsson  <jas@extundo.com>
9650
9651         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9652         languages.
9653
9654 2006-03-07  Simon Josefsson  <jas@extundo.com>
9655
9656         * modules/getopt (Depends-on): Add unistd.
9657
9658         * modules/unistd: New file.
9659
9660 2006-03-07  Simon Josefsson  <jas@extundo.com>
9661
9662         * modules/gc-random: New file.
9663
9664 2006-03-07  Simon Josefsson  <jas@extundo.com>
9665
9666         * m4/unistd_h.m4: New file.
9667
9668 2006-03-07  Simon Josefsson  <jas@extundo.com>
9669
9670         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9671         test to be side-effect free by storing the result in the cache
9672         variable gl_cv_lib_readline, and moving the assignment of
9673         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9674         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9675
9676 2006-03-07  Simon Josefsson  <jas@extundo.com>
9677
9678         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9679         error on missing devices (the functions will return an error).
9680
9681         * m4/gc.m4: Move random stuff to gc-random.m4
9682
9683 2006-03-07  Simon Josefsson  <jas@extundo.com>
9684
9685         * lib/unistd_.h: New file.
9686
9687 2006-03-07  Simon Josefsson  <jas@extundo.com>
9688
9689         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9690
9691 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9694         Problem reported by Juan Manuel Guerrero.
9695
9696 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9697
9698         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9699         the unistd module.
9700         * lib/getlogin_r.c: Likewise.
9701         * lib/getlogin_r.h: Likewise.
9702         * lib/glob.c: Likewise.
9703         * lib/pagealign_alloc.c: Likewise.
9704         * lib/unistd_.h: Remove; no longer needed.
9705
9706 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9709         Add unistd.
9710         * modules/c-stack (Depends-on): Add unistd.
9711         * modules/getlogin_r: Likewise.
9712         * modules/glob: Likewise.
9713         * modules/pagealign_alloc: Likewise.
9714         * modules/unistd (Files): Remove lib/unistd_.h.
9715         (EXTRA_DIST): Remove.
9716         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9717         need unistd_.h.
9718         (MOSTLYCLEANFILES): Remove unistd.h-t.
9719
9720 2006-03-03  Simon Josefsson  <jas@extundo.com>
9721
9722         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9723
9724 2006-03-03  Simon Josefsson  <jas@extundo.com>
9725
9726         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9727         libidn and bison.
9728
9729 2006-03-03  Simon Josefsson  <jas@extundo.com>
9730
9731         * build-aux/maint.mk: Add indent target.
9732
9733 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9734
9735         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9736         our replacement poll.h in any case, to avoid a differing
9737         declaration from a system header.  Seen on AIX.
9738
9739 2006-03-01  Simon Josefsson  <jas@extundo.com>
9740
9741         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9742         <kasal@ucw.cz>.
9743
9744 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9745
9746         * modules/gettime (Depends-on): Add extensions module.
9747         * modules/nanosleep (Depends-on): Likewise.
9748         * modules/settime (Depends-on): Likewise.
9749
9750 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9751
9752         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9753         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9754         pedantically.
9755         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9756         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9757
9758         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9759         not "==".  Reported by Ralf Wildenhues.
9760
9761 2006-03-01  Karl Berry  <karl@gnu.org>
9762
9763         * doc/Copyright/request-*: new files, synced from gnuorg.
9764
9765 2006-03-01  Karl Berry  <karl@gnu.org>
9766
9767         * config/srclist.txt (Copyright/*): new entries.
9768
9769 2006-02-28  Simon Josefsson  <jas@extundo.com>
9770
9771         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9772
9773 2006-02-27  Simon Josefsson  <jas@extundo.com>
9774
9775         * lib/base64.h: Indent #define's.  From Jim Meyering
9776         <jim@meyering.net>.
9777
9778 2006-02-27  Jim Meyering  <jim@meyering.net>
9779
9780         Revert the change of 2006-02-24, so these files can continue
9781         to be sync'd from gettext.
9782         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9783         of `config.h'.
9784
9785 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9786
9787         * modules/intprops: New file.
9788         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9789         Add intprops.
9790         * modules/getloadavg (Files): Remove lib/intprops.h.
9791         (Depends-on): Add intprops.
9792         * modules/human: Likewise.
9793         * modules/inttostr: Likewise.
9794         * modules/openat: Likewise.
9795         * modules/sig2str: Likewise.
9796         * modules/userspec: Likewise.
9797         * modules/utimecmp: Likewise.
9798         * modules/xnanosleep: Likewise.
9799         * modules/xstrtol: Likewise.
9800
9801 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9802
9803         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9804         * modules/lock-tests (TESTS): Use $(EXEEXT).
9805         * modules/tls-tests: Likewise.
9806         * modules/argp-tests: Likewise.
9807         (check_PROGRAMS): New var, replacing...
9808         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9809
9810 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9811
9812         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9813         `config.h'.
9814
9815 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9816
9817         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9818
9819 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9820
9821         Sync from coreutils.
9822         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9823         gl_CHDIR_SAFER.
9824
9825 2006-02-22  Jim Meyering  <jim@meyering.net>
9826
9827         Sync from coreutils.
9828         * m4/chdir-safer.m4: New file.
9829
9830 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9831
9832         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9833         AT_FDCWD exceeds INT_MAX.
9834         * lib/openat.h (AT_FDCWD): Likewise.
9835
9836 2006-02-17  Eric Blake  <address@hidden>
9837
9838         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9839
9840 2006-02-16  Simon Josefsson  <jas@extundo.com>
9841
9842         * modules/getaddrinfo (Depends-on): Add sys_socket.
9843
9844 2006-02-15  Simon Josefsson  <jas@extundo.com>
9845
9846         * build-aux/maint.mk: Add dsyntax-check rule.
9847
9848 2006-02-15  Eric Blake  <ebb9@byu.net>
9849
9850         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9851         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9852         'present but cannot compile' warnings on cygwin.
9853         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9854         use ws2tcpip.h if sys/socket.h works.
9855         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9856         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9857
9858 2006-02-14  Simon Josefsson  <jas@extundo.com>
9859
9860         * modules/maintainer-makefile (Files): Rename.
9861
9862         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9863         and (the local) Makefile.cfg to maint-cfg.mk.
9864
9865         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9866         to the latter.
9867
9868         * modules/maintainer-makefile: New module.
9869
9870         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9871         severaly stripped to make it possible to build it up from scratch
9872         with reliable tests.
9873
9874         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9875         fixes to permit overriding the default actions when configure and
9876         makefile are not available.
9877
9878 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9879
9880         Sync from coreutils.
9881         * modules/lstat (Depends-on): Don't depend on xalloc.
9882         (License): Change from GPL to LGPL, since this is now simply a
9883         replacement for a libc function.
9884
9885 2006-02-14  Jim Meyering  <jim@meyering.net>
9886
9887         Sync from coreutils.
9888
9889         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9890         failure on deficient systems, and simplify gnulib lgpl dependencies.
9891         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9892         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9893
9894         * lib/xalloc-die.c: Remove unused definition of N_.
9895
9896 2006-02-14  Jim Meyering  <jim@meyering.net>
9897
9898         Sync from coreutils.
9899         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9900         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9901         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9902         double-quote uses of that variable, to accommodate the rare case in
9903         which getmntent is available in none of the libraries checked.  This
9904         happens at least on FreeBSD 5.0.
9905
9906 2006-02-13  Simon Josefsson  <jas@extundo.com>
9907
9908         * gnulib-tool (Usage): Fix --import, from
9909         karl@freefriends.org (Karl Berry).
9910
9911 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9912
9913         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9914
9915 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9916
9917         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9918         "autoupdate" on 2005-12-12.
9919
9920 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9921
9922         * modules/closeout (Depends-on): Remove atexit.
9923
9924 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9927         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9928
9929 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9932         __EXTENSIONS__ if this causes compilation to fail.  Problem
9933         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9934         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9935
9936 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9937
9938         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9939         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9941         All uses changed.
9942
9943 2006-01-26  Simon Josefsson  <jas@extundo.com>
9944
9945         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9946         prototype is visible on mingw32.
9947
9948         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9949         for mingw32.
9950
9951         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9952         mingw32).
9953
9954 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9955
9956         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9957         attempt to open for write; this always fails, at least on POSIX
9958         hosts.  This reinstates the 2006-01-09 change, which was
9959         inadvertently removed.
9960
9961 2006-01-26  Bruno Haible  <bruno@clisp.org>
9962
9963         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9964         Reported by Paul Eggert.
9965
9966 2006-01-26  Bruno Haible  <bruno@clisp.org>
9967             Paul Eggert  <eggert@cs.ucla.edu>
9968
9969         * lib/stdbool_.h (_Bool)
9970         [(! (defined __cplusplus || defined __BEOS__)
9971           && !defined __GNUC__
9972           && !(defined __HP_cc || defined __xlc__
9973                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9974                || defined __sgi))]:
9975         #define to signed char in these cases too; this simplifies
9976         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9977         etc., separately) and makes it more conservative.
9978
9979 2006-01-25  Simon Josefsson  <jas@extundo.com>
9980
9981         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9982         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9983         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9984
9985 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9986
9987         * lib/argp-namefrob.h: Bugfix. Remove stray #
9988
9989 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9992         so that we test the test.
9993         Check for yet another HP-UX cc bug involving *bool |= bool.
9994
9995 2006-01-25  Karl Berry  <karl@gnu.org>
9996
9997         * config/srclist.txt (vasnprintf.c): sync lost.
9998
9999 2006-01-25  Jim Meyering  <jim@meyering.net>
10000
10001         Sync from the stable (b5) branch of coreutils:
10002
10003         * lib/fts.c (fts_children): Don't let close() clobber errno from
10004         failed fchdir().
10005
10006         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10007         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10008         a dangling symlink.  That can also happen at least for ELOOP.
10009         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10010         FYI, this bug predates the inclusion of fts.c in coreutils.
10011
10012         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10013         in their own block, so pre-c99 compilers don't object.
10014
10015         Avoid the double-free (first in fts_read, second in fts_close) that
10016         would occur when an `active' directory is made inaccessible (e.g.,
10017         via chmod a-x) during a traversal.
10018         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10019         before returning.  Reproduce this failure by
10020         mkdir -p a/b; cd a; chmod a-x . b
10021         Reported by Stavros Passas.
10022
10023 2006-01-25  Jim Meyering  <jim@meyering.net>
10024
10025         * lib/fileblocks.c: Remove more useless parentheses.
10026         * lib/readutmp.h: Likewise.
10027
10028 2006-01-25  Bruno Haible  <bruno@clisp.org>
10029
10030         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10031         warnings.
10032         Reported by Paul Eggert.
10033
10034 2006-01-25  Bruno Haible  <bruno@clisp.org>
10035
10036         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10037         rid of a trap command. For Solaris sh.
10038         Reported by Mark D. Baushke <mdb@gnu.org>.
10039
10040 2006-01-24  Simon Josefsson  <jas@extundo.com>
10041
10042         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10043         Bruno.
10044
10045 2006-01-24  Karl Berry  <karl@gnu.org>
10046
10047         * config/srclist.txt (argp-namefrob.h): sync lost.
10048
10049 2006-01-24  Jim Meyering  <jim@meyering.net>
10050
10051         * modules/openat (Files): Add lib/intprops.h.
10052         From Mark D. Baushke.
10053
10054 2006-01-24  Jim Meyering  <jim@meyering.net>
10055
10056         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10057         Reported by Mark D. Baushke.
10058
10059 2006-01-24  Jim Meyering  <jim@meyering.net>
10060
10061         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10062
10063 2006-01-24  Bruno Haible  <bruno@clisp.org>
10064
10065         * modules/strnlen (Maintainer): Change from glibc to all.
10066
10067 2006-01-24  Bruno Haible  <bruno@clisp.org>
10068
10069         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10070         Patch by Paul Eggert.
10071
10072 2006-01-24  Bruno Haible  <bruno@clisp.org>
10073
10074         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10075         already has it.
10076         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10077         2005-11-26.
10078
10079         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10080         'signed char' to avoid problems with the built-in _Bool type.
10081         Reported by Paul Eggert on 2005-11-26.
10082
10083 2006-01-24  Bruno Haible  <bruno@clisp.org>
10084
10085         * gnulib-tool (func_import): Avoid constructing complicated sed
10086         expressions inside backquote.
10087         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10088
10089 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10090
10091         These changes imported from libc.
10092         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10093         test and two separate function calls.
10094         * lib/strndup.c (__strndup): Add libc_hidden_def.
10095
10096 2006-01-23  Simon Josefsson  <jas@extundo.com>
10097
10098         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10099         Remove the test_*_SOURCES variable: automake infers it by default.
10100         * modules/tls-tests: Likewise.
10101
10102 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10103
10104         Work around porting bugs reported by Dieter in
10105         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10106         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10107         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10108         Include "getopt.h" first, to check interface.
10109         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10110         !HAVE_DECL_GETENV.
10111         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10112         (__strndup): Revert to K&R-style function dfns, the glibc style.
10113         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10114         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10115         Include strnlen.h first, to get prototype properly.
10116         (strnlen): Renamed from __strnlen.
10117         Remove weak alias.
10118
10119 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10120
10121         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10122
10123 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10124
10125         * config/srclist.txt: Adjust to reflect glibc reorganization.
10126         This affects only comments.
10127
10128 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10129
10130          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10131          Reported by Bruce Korb <bkorb@gnu.org>.
10132
10133 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10134
10135         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10136         to pacify gcc -Wswitch-default.
10137
10138 2006-01-22  Bruno Haible  <bruno@clisp.org>
10139
10140         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10141         temporary buffer for sprintf, take into account the precision also
10142         for 'd', 'i', 'u', 'o', 'x', 'X'.
10143
10144 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10145
10146         * modules/argp-tests: New module
10147         * tests/test-argp.c: New file
10148         * tests/test-argp-2.sh: New file
10149
10150 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10151
10152         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10153         (__argp_base_name): Removed
10154         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10155         typo.
10156         (__argp_base_name): Provide macro definition or extern declaration
10157         depending on the configuration
10158
10159 2006-01-20  Simon Josefsson  <jas@extundo.com>
10160
10161         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10162
10163 2006-01-20  Simon Josefsson  <jas@extundo.com>
10164
10165         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10166
10167 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10170         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10171         Suggested by Bruno Haible.
10172
10173 2006-01-20  Karl Berry  <karl@gnu.org>
10174
10175         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10176         until changes propagate, I guess.
10177
10178 2006-01-19  Simon Josefsson  <jas@extundo.com>
10179
10180         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10181
10182 2006-01-19  Simon Josefsson  <jas@extundo.com>
10183
10184         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10185
10186 2006-01-19  Simon Josefsson  <jas@extundo.com>
10187
10188         * gnulib-tool: Set check_PROGRAMS.
10189
10190         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10191         modules/des-tests, modules/gc-arcfour-tests,
10192         modules/gc-arctwo-tests, modules/gc-des-tests,
10193         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10194         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10195         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10196         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10197         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10198         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10199         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10200         test_*_SOURCES.
10201
10202 2006-01-18  Simon Josefsson  <jas@extundo.com>
10203
10204         * modules/socklen (Depends-on): Depend on sys_socket.
10205
10206 2006-01-18  Simon Josefsson  <jas@extundo.com>
10207
10208         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10209         modules/des-tests, modules/gc-arcfour-tests,
10210         modules/gc-arctwo-tests, modules/gc-des-tests,
10211         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10212         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10213         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10214         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10215         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10216         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10217         $(EXEEXT) to automake TESTS variable, for mingw32.
10218
10219 2006-01-17  Simon Josefsson  <jas@extundo.com>
10220
10221         * modules/socklen (Include): Need sys/socket.h.
10222
10223 2006-01-17  Bruno Haible  <bruno@clisp.org>
10224
10225         * modules/ssize_t (Include): Add <sys/types.h>.
10226
10227 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10230         it's not portable and it doesn't work with cross-compiles.
10231         Problem reported by Bruno Haible.  Fix missing-$ typo in
10232         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10233         -zignore from being used with Sun's C compiler.
10234
10235 2006-01-12  Simon Josefsson  <jas@extundo.com>
10236
10237         * lib/base64.c: Fix warning, reported by Bruno Haible
10238         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10239
10240 2006-01-12  Bruno Haible  <bruno@clisp.org>
10241
10242         * modules/ldd: New file.
10243         * build-aux/ldd.sh.in: New file.
10244         * MODULES.html.sh (Support for building libraries and executables): Add
10245         ldd.
10246
10247 2006-01-12  Bruno Haible  <bruno@clisp.org>
10248
10249         * m4/ldd.m4: New file.
10250
10251 2006-01-12  Bruno Haible  <bruno@clisp.org>
10252
10253         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10254         endless loop while replacing $auxdir with build-aux.
10255
10256 2006-01-11  Simon Josefsson  <jas@extundo.com>
10257
10258         * lib/stdint_.h (SIZE_MAX): Add missing (.
10259
10260 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10261
10262         Sync from coreutils.
10263         * lib/md5.c: Fix commentary typos.
10264         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10265         * lib/md5.h (__attribute__): Remove; unused.
10266         * lib/sha1.c: Fix commentary to match md5 better.
10267         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10268         so that we don't need to worry about alignment.  All uses changed.
10269         This merges the 2005-10-28 md5 change into sha1.
10270
10271 2006-01-11  Jim Meyering  <jim@meyering.net>
10272
10273         Sync from coreutils.
10274         * lib/md5.c (OP): Fix spacing.
10275
10276 2006-01-11  Bruno Haible  <bruno@clisp.org>
10277
10278         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10279         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10280         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10281
10282 2006-01-11  Bruno Haible  <bruno@clisp.org>
10283
10284         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10285         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10286         the "early" section as well.
10287
10288 2006-01-11  Bruno Haible  <bruno@clisp.org>
10289
10290         Avoid "ar: no archive members specified" error on MacOS X.
10291         * gnulib-tool (func_modules_add_dummy): New function.
10292         (func_import, func_create_testdir): Invoke it.
10293
10294 2006-01-11  Bruno Haible  <bruno@clisp.org>
10295
10296         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10297         with $auxdir in AC_CONFIG_FILES statements.
10298
10299 2006-01-11  Bruno Haible  <bruno@clisp.org>
10300
10301         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10302         Initialize also noinst_HEADERS to empty.
10303
10304 2006-01-11  Bruno Haible  <bruno@clisp.org>
10305
10306         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10307         variables.
10308         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10309         autoreconf.
10310
10311 2006-01-11  Bruno Haible  <bruno@clisp.org>
10312
10313         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10314         overridable by the user.
10315         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10316
10317 2006-01-10  Simon Josefsson  <jas@extundo.com>
10318
10319         * modules/sys_socket: New file.
10320
10321 2006-01-10  Simon Josefsson  <jas@extundo.com>
10322
10323         * m4/sys_socket_h.m4: New file.
10324
10325 2006-01-10  Simon Josefsson  <jas@extundo.com>
10326
10327         * lib/socket_.h: New file.
10328
10329 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10330
10331         * modules/readutmp (Maintainer): Add myself.
10332
10333 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10336         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10337         People who are still concerned with buggy memcmp implementations
10338         can invoke gl_FUNC_MEMCMP themselves.
10339
10340 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10341
10342         * lib/regex_internal.h (BITSET_WORD_BITS):
10343         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10344         preprocessor mishandles large unsigned values as if they were signed.
10345         Problem reported by Claudio Fontana in
10346         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10347
10348 2006-01-10  Jim Meyering  <jim@meyering.net>
10349
10350         Avoid the double-free (first in fts_read, second in fts_close) that
10351         would occur when an `active' directory is made inaccessible (e.g.,
10352         via chmod a-x) during a traversal.
10353         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10354         before returning.  Reproduce this failure by
10355         mkdir -p a/b; cd a; chmod a-x . b
10356         Reported by Stavros Passas.
10357
10358         Sync from coreutils.
10359         * lib/sha1.c: Tweak grammar in a comment.
10360
10361 2006-01-10  Jim Meyering  <jim@meyering.net>
10362
10363         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10364         Patch by Joerg Sonnenberger.
10365
10366 2006-01-10  Bruno Haible  <bruno@clisp.org>
10367
10368         * modules/readutmp: Depend on module free.
10369         * modules/strtok_r: Depend on module restrict.
10370
10371 2006-01-10  Bruno Haible  <bruno@clisp.org>
10372
10373         * modules/gettext (configure.ac): Add an invocation of
10374         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10375
10376 2006-01-10  Bruno Haible  <bruno@clisp.org>
10377
10378         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10379         Reported by Werner Lemberg <wl@gnu.org>.
10380
10381 2006-01-10  Bruno Haible  <bruno@clisp.org>
10382
10383         * lib/localcharset.c: Update from GNU gettext.
10384
10385 2006-01-10  Bruno Haible  <bruno@clisp.org>
10386
10387         * lib/argp.h (__const): Remove macro. Use const instead.
10388         * lib/argp-fmtstream.h (__const): Likewise.
10389         * lib/glob_.h (__const): Remove macro.
10390         * lib/glob-libc.h: Use const instead of __const.
10391
10392 2006-01-10  Bruno Haible  <bruno@clisp.org>
10393
10394         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10395         variable.
10396         Needed to avoid an automake error regarding the 'gettext' module.
10397
10398 2006-01-09  Simon Josefsson  <jas@extundo.com>
10399
10400         * modules/inet_ntop (Depends-on): Add restrict.
10401
10402 2006-01-09  Simon Josefsson  <jas@extundo.com>
10403
10404         * modules/gc-rijndael-tests (License): Put under LGPL.
10405
10406         * modules/gc-des-tests (License): Likewise.
10407
10408         * modules/gc-arcfour-tests (License): Likewise.
10409
10410         * modules/gc-arctwo-tests (License): Likewise.
10411
10412         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10413
10414         * modules/gc-hmac-sha1-tests (Files): Likewise.
10415
10416         * modules/gc-hmac-md5-tests (License): Likewise.
10417
10418         * modules/gc-sha1-tests (License): Likewise.
10419
10420         * modules/gc-md5-tests (License): Likewise.
10421
10422         * modules/gc-md4-tests (License): Likewise.
10423
10424         * modules/gc-md2-tests (License): Likewise.
10425
10426         * modules/gc-tests (License): Likewise.
10427
10428         * modules/des-tests (License): Likewise.
10429
10430         * modules/md4-tests (License): Likewise.
10431
10432         * modules/md2-tests (License): Likewise.
10433
10434 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10435
10436         Sync from coreutils:
10437
10438         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10439         * modules/lib-ignore: New file.
10440         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10441         chdir-safer.m4, lchmod.m4.
10442         * modules/openat: Add mkdirat.c, openat-priv.h.
10443
10444 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10445
10446         Sync from coreutils.
10447         * m4/lib-ignore.m4: New file.
10448         * m4/lchmod.m4: New file.
10449
10450 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10451
10452         Sync from coreutils.
10453         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10454         for write access: POSIX says that must fail.
10455         * lib/fts.c (diropen): Likewise.
10456         * lib/save-cwd.c (save_cwd): Likewise.
10457         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10458         well, for minor improvements on hosts that lack O_DIRECTORY.
10459         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10460         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10461         Fall back on chown if open failed with EACCES.
10462
10463         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10464         Report an error at compile-time if only a 1-second nominal clock
10465         resolution is found.
10466
10467         * lib/lchmod.h: New file.
10468         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10469         (make_dir_parents): Use lchown rather than chown, and
10470         lchmod rather than chmod.
10471
10472         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10473         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10474         "proc" reported by n0dalus.
10475
10476         * lib/mountlist.c: Include <limits.h>.
10477         (dev_from_mount_options)
10478         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10479         New function.  It no longer assumes "dev=" has the System V meaning
10480         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10481         (read_file_system_list)
10482         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10483         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10484         dev= in that case.
10485
10486         * lib/posixtm.h (PDS_PRE_2000): New macro.
10487         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10488         allow_century.  All usages changed.  Reject dates outside the range
10489         1969-1999 if PDS_PRE_2000 is used.
10490
10491 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10492
10493         Sync from coreutils.
10494         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10495         (Time of day items): Mention the possibility of leap seconds.
10496         Problem reported by Dr. David Alan Gilbert.
10497
10498 2006-01-09  Jim Meyering  <jim@meyering.net>
10499
10500         Sync from coreutils.
10501
10502         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10503
10504         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10505
10506         * lib/modechange.c (mode_compile): Reject an invalid mode string
10507         that starts with an octal digit.  From Andreas Gruenbacher.
10508
10509         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10510         and dup to open_safer and dup_safer, respectively.
10511         (openat_permissive): Fix typo in comment.
10512
10513         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10514         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10515         (_): Remove; no longer needed.
10516         (openat): Renamed from rpl_openat; no need for rpl_openat
10517         since openat.h renames openat for us.
10518         Replace most of the body with a call to openat_permissive,
10519         to avoid duplicate code.
10520         Port to (probably hypothetical) environments were mode_t is
10521         wider than int.
10522         (openat_permissive): Require mode arg, so that we can check
10523         types better.  Put it just after flags.  Change cwd failure
10524         indicator from pointer-to-bool to pointer-to-errno-value.
10525         All callers changed.
10526         Invoke openat_save_fail and/or openat_restore_fail if
10527         cwd_errno is null, so that openat can call us.
10528         (openat_permissive, fdopendir, fstatat, unlinkat):
10529         Simplify errno handling to avoid some duplicate code,
10530         as it's OK to set errno on success.
10531         * lib/openat.h: Revamp code so that function macros depend on
10532         __OPENAT_PREFIX only, not also on AT_FDCWD.
10533         (openat_ro): Remove.  Caller changed to use openat_permissive.
10534         (openat_permissive): Now a macro, if not a function.
10535         (openat_restore_fail, openat_save_fail): Now always functions,
10536         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10537
10538         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10539         and openat.c.
10540         * lib/mkdirat.c: Include openat-priv.h.
10541         Remove definitions of macros defined therein.
10542         * lib/openat.c: Likewise.
10543
10544         * lib/mkdirat.c (mkdirat): New file and function.
10545         * lib/openat.h (mkdirat): Declare.
10546
10547         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10548
10549         * lib/openat.h (openat_permissive): Declare.
10550         (openat_ro): Define.
10551
10552         * lib/openat.c (EXPECTED_ERRNO): New macro.
10553         (openat_permissive): New function -- used in remove.c rewrite.
10554         (all functions): Set errno just before returning, only if there
10555         was an actual failure.
10556         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10557
10558         Emulate openat-family functions using Linux's procfs, if possible.
10559         Idea and some code based on Ulrich Drepper's glibc changes.
10560
10561         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10562         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10563         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10564         before falling back on save_cwd and restore_cwd.
10565         (fdopendir, fstatat, unlinkat): Likewise.
10566
10567         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10568         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10569
10570         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10571         as second argument to va_arg.  Otherwise, some versions of gcc
10572         warn that `if this code is reached, the program will abort'.
10573
10574 2006-01-09  Jim Meyering  <jim@meyering.net>
10575
10576         Sync from coreutils.
10577         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10578         Require openat-priv.h.
10579
10580 2006-01-09  Bruno Haible  <bruno@clisp.org>
10581
10582         * modules/strnlen (Include): Use strnlen.h.
10583
10584 2006-01-09  Bruno Haible  <bruno@clisp.org>
10585
10586         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10587
10588 2006-01-09  Bruno Haible  <bruno@clisp.org>
10589
10590         * lib/sysexit_.h (EX_OK): New macro.
10591         Suggested by Martin Lambers <marlam@marlam.de>.
10592
10593 2006-01-09  Bruno Haible  <bruno@clisp.org>
10594
10595         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10596         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10597
10598 2006-01-09  Bruno Haible  <bruno@clisp.org>
10599
10600         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10601         numbers.
10602
10603 2006-01-09  Bruno Haible  <bruno@clisp.org>
10604
10605         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10606         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10607         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10608         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10609
10610 2006-01-09  Bruno Haible  <bruno@clisp.org>
10611
10612         * build-aux/javacomp.sh.in: New file, moved from lib/.
10613         * modules/javacomp-script (Files): Update.
10614         (configure.ac): Add AC_CONFIG_FILES invocation.
10615         (EXTRA_DIST): Remove variable.
10616
10617         * build-aux/javaexec.sh.in: New file, moved from lib/.
10618         * modules/javaexec (Files): Update.
10619         (configure.ac): Add AC_CONFIG_FILES invocation.
10620         (EXTRA_DIST): Remove javaexec.sh.in.
10621
10622         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10623         * modules/csharpcomp-script (Files): Update.
10624         (configure.ac): Add AC_CONFIG_FILES invocation.
10625         (EXTRA_DIST): Remove variable.
10626
10627         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10628         * modules/csharpexec (Files): Update.
10629         (configure.ac): Add AC_CONFIG_FILES invocation.
10630         (EXTRA_DIST): Remove csharpexec.sh.in.
10631
10632 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10633
10634         Sync from coreutils.
10635
10636         Add POSIX ACL support
10637         * lib/acl.h (copy_acl, set_acl): Add declarations.
10638         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10639         systems other than Linux.
10640         (chmod_or_fchmod): New function: use fchmod when possible,
10641         and chmod otherwise.
10642         (file_has_acl): Add a POSIX ACL implementation, with a
10643         Linux-specific subcase.
10644         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10645         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10646         acls are unsupported.
10647         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10648         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10649         are unsupported.
10650
10651 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10652
10653         Sync from coreutils.
10654         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10655
10656 2006-01-07  Bruno Haible  <bruno@clisp.org>
10657
10658         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10659         gl_EARLY.
10660
10661 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10662
10663         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10664         Problem reported for Mingw by Mark Junker.
10665
10666 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10667
10668         * README: Gnulib normally doesn't generate a tarball.
10669
10670 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10671
10672         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10673         long int, not int, for nanosecond counts, so that people who are
10674         used to POSIX struct timespec won't be surprised.  Reported by Jim
10675         Meyering.
10676
10677 2005-12-28  Bruno Haible  <bruno@clisp.org>
10678
10679         * build-aux/config.rpath: Update from GNU gettext.
10680
10681 2005-12-16  Jim Meyering  <jim@meyering.net>
10682
10683         * modules/fprintftime: New module.
10684         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10685
10686 2005-12-16  Jim Meyering  <jim@meyering.net>
10687
10688         * m4/fprintftime.m4: New file.
10689
10690 2005-12-16  Jim Meyering  <jim@meyering.net>
10691
10692         * lib/fprintftime.c, lib/fprintftime.h: New files.
10693
10694 2005-12-15  Simon Josefsson  <jas@extundo.com>
10695
10696         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10697         new m4/socklen.m4.
10698
10699 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10700
10701         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10702         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10703
10704 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10705
10706         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10707         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10708         struct uparams is valid. Fall back to the default values if it is
10709         not.
10710
10711 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10712
10713         * modules/argp (Files): Add argp-pin.c
10714         (Depends-on): dirname
10715         (lib_SOURCES): Add argp-pin.c
10716
10717 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10718
10719         * m4/argp.m4:  Check if program_invocation_name and
10720         program_invocation_short_name are declared and define appropriate
10721         macros if they are not.
10722
10723 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10724
10725         * lib/argp-help.c (__argp_base_name): New function
10726         (__argp_short_program_name): Rewrite using __argp_base_name
10727         * lib/argp-namefrob.h: Define program_invocation_name and
10728         program_invocation_short_name if requested
10729         (__argp_base_name): Add prototype
10730         * lib/argp-parse.c (argp_def): Use gettext wrappers
10731         (argp_default_parser): Use __argp_base_name
10732         * lib/argp-pin.c: New file. Defines program_invocation_name and
10733         program_invocation_short_name on systems that lack them.
10734
10735 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10736
10737         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10738         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10739         porting problem reported by Georg Schwarz in
10740         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10741
10742 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10743
10744         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10745         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10746         porting problem reported by Georg Schwarz in
10747         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10748
10749 2005-12-05  Bruno Haible  <bruno@clisp.org>
10750
10751         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10752         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10753         Reported by Mark Junker <mjscod@gmx.de>.
10754
10755 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10756
10757         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10758         Use implementation from Albert Chin, with some
10759         comments/corrections by Stepan Kasal and myself.
10760
10761 2005-12-02  Bruno Haible  <bruno@clisp.org>
10762
10763         * gnulib-tool (func_import): Accept GPLed build tool modules when
10764         --lgpl is given.
10765         * modules/csharpcomp-script: New file.
10766         * modules/csharpcomp: Depend on it.
10767         * modules/javacomp-script: New file.
10768         * modules/javacomp: Depend on it.
10769         Suggested by Simon Josefsson.
10770
10771 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10772
10773         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10774         statement, to work around an HP-UX 10.20 compiler bug reported by
10775         Peter O'Gorman.
10776
10777 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10778
10779         * modules/savedir (Depends-on): Add openat.
10780
10781 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10782
10783         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10784         (uintmax_t) [defined uintmax_t]: Do not declare.
10785         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10786         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10787         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10788         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10789         sake of portability to weird hosts that C allows (though we don't
10790         know of any practical examples).
10791
10792         * lib/savedir.h (fdsavedir): New decl.
10793         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10794         contains most of the former guts of savedir.
10795         (savedir): Use savedirstream.
10796         Include "openat.h".
10797
10798 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10799
10800         * modules/obstack (Files): Add m4/ulonglong.m4.
10801         Problem reported by Davide Angelocola.
10802
10803 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10804
10805         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10806         coreutils no longer futzes with rounding modes.
10807
10808 2005-11-14  Jim Meyering  <jim@meyering.net>
10809
10810         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10811         replacement of mkstemp.
10812
10813 2005-11-10  Simon Josefsson  <jas@extundo.com>
10814
10815         * lib/readline.c: Remove EOL.
10816
10817 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         * modules/gethrxtime (Depends-on): Add gettime.
10820
10821 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10822
10823         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10824         or gettimeofday; no longer needed.
10825
10826 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10827
10828         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10829         time business.
10830         (gethrxtime) [! (HAVE_NANOUPTIME
10831         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10832         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10833         our own approximation.
10834
10835 2005-11-08  Eric Blake  <ebb9@byu.net>
10836
10837         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10838
10839 2005-11-08  Eric Blake  <ebb9@byu.net>
10840
10841         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10842
10843 2005-11-04  Bruno Haible  <bruno@clisp.org>
10844
10845         * gnulib-tool: Implement --update mode.
10846
10847 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10848
10849         Fix porting problem reported by Theodoros V. Kalamatianos.
10850         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10851         Don't assume that futimes failing means we must fail.
10852
10853 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10856         variables to suggest the intended function of the PATH_MAX check.
10857
10858 2005-10-30  Kean Johnston  <jkj@sco.com>
10859
10860         Trivial changes to support SCO systems.
10861         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10862         as PATH_MAX.
10863         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10864         where __ptr is null when no I/O is pending.
10865
10866 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10867
10868         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10869         leave errno alone.  Problem reported by Dmitry V. Levin.
10870
10871 2005-10-28  Simon Josefsson  <jas@extundo.com>
10872
10873         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10874         Test more.
10875
10876         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10877
10878         * modules/md2, modules/md2-tests: New files.
10879
10880 2005-10-28  Simon Josefsson  <jas@extundo.com>
10881
10882         * m4/inet_ntop.m4: More tests.
10883
10884         * m4/gc-md2.m4, md2.m4: New file.
10885
10886 2005-10-28  Simon Josefsson  <jas@extundo.com>
10887
10888         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10889         "restrict" keywords, as per POSIX.  Protect the function
10890         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10891         Don't use K&R prototypes.  Check the sprintf return values.
10892         Re-define EAFNOSUPPORT if not present.  Indent.
10893
10894         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10895         suggested by Bruno Haible <bruno@clisp.org>.
10896
10897         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10898
10899         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10900
10901         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10902         libgcrypt).
10903
10904         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10905
10906         * lib/md2.h, lib/md2.c: New files.
10907
10908 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10911         errno alone.  Problem reported by Frederic Jolliton.
10912
10913 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10914
10915         * modules/verify (License): Change from GPL to LGPL.  This is a
10916         tiny module and there are apparently near-equivalents that are
10917         under the BSD license.
10918
10919 2005-10-24  Simon Josefsson  <jas@extundo.com>
10920
10921         * modules/sha1: Relicense to LGPL.
10922
10923 2005-10-24  Simon Josefsson  <jas@extundo.com>
10924
10925         * lib/md4.h: Shrink buffer size, now that we changed the type.
10926
10927 2005-10-23  Simon Josefsson  <jas@extundo.com>
10928
10929         * gnulib-tool (func_import): Fix --tests-base.
10930
10931 2005-10-22  Simon Josefsson  <jas@extundo.com>
10932
10933         * modules/arcfour (Depends-on): Need stdint.
10934
10935 2005-10-22  Simon Josefsson  <jas@extundo.com>
10936
10937         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10938         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10939
10940 2005-10-22  Simon Josefsson  <jas@extundo.com>
10941
10942         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10943         suggested by Bruno Haible <bruno@clisp.org>.
10944
10945 2005-10-22  Simon Josefsson  <jas@extundo.com>
10946
10947         * lib/crc.h: Include stddef.h, for size_t.
10948
10949 2005-10-22  Simon Josefsson  <jas@extundo.com>
10950
10951         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10952         arcfour_context struct (simplify test vector testing in GNU
10953         Shishi).
10954
10955 2005-10-21  Simon Josefsson  <jas@extundo.com>
10956
10957         * modules/des, modules/des-tests: New files.
10958
10959         * modules/gc-des, modules/gc-des-tests: New files.
10960
10961         * tests/test-des.c, tests/test-gc-des.c: New file.
10962
10963 2005-10-21  Simon Josefsson  <jas@extundo.com>
10964
10965         * modules/arctwo, modules/arctwo-tests: New files.
10966
10967         * tests/test-arctwo.c: New file.
10968
10969         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10970
10971         * tests/test-gc-arctwo.c: New file.
10972
10973 2005-10-21  Simon Josefsson  <jas@extundo.com>
10974
10975         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10976         Bruno Haible <bruno@clisp.org>.
10977
10978         * m4/gc-des.m4: New file.
10979
10980 2005-10-21  Simon Josefsson  <jas@extundo.com>
10981
10982         * m4/arctwo.m4: New file.
10983
10984         * m4/gc-arctwo.m4: New file.
10985
10986 2005-10-21  Simon Josefsson  <jas@extundo.com>
10987
10988         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10989         block.
10990
10991 2005-10-21  Simon Josefsson  <jas@extundo.com>
10992
10993         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10994         <bruno@clisp.org>.
10995
10996         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10997
10998         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10999         Bruno Haible <bruno@clisp.org>.
11000
11001         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11002         <bruno@clisp.org>.
11003
11004 2005-10-21  Simon Josefsson  <jas@extundo.com>
11005
11006         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11007
11008 2005-10-21  Simon Josefsson  <jas@extundo.com>
11009
11010         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11011
11012 2005-10-21  Simon Josefsson  <jas@extundo.com>
11013
11014         * lib/des.h, lib/des.c: New files.
11015
11016         * lib/gc-gnulib.c: Support DES.c
11017
11018 2005-10-21  Simon Josefsson  <jas@extundo.com>
11019
11020         * lib/arctwo.h, lib/arctwo.c: New files.
11021
11022         * lib/gc-gnulib.c: Support ARCTWO.
11023
11024 2005-10-21  Simon Josefsson  <jas@extundo.com>
11025
11026         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11027         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11028
11029 2005-10-21  Simon Josefsson  <jas@extundo.com>
11030
11031         * gnulib-tool (func_import, func_create_testdir): Define automake
11032         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11033         Makefile.am snippet),
11034         suggested by Bruno Haible <bruno@clisp.org>.
11035
11036         * modules/gc (Makefile.am): Use it.
11037
11038 2005-10-21  Bruno Haible  <bruno@clisp.org>
11039
11040         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11041         patch.
11042
11043 2005-10-19  Simon Josefsson  <jas@extundo.com>
11044
11045         * tests/test-gc-rijndael.c: New file.
11046
11047         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11048
11049 2005-10-19  Simon Josefsson  <jas@extundo.com>
11050
11051         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11052         interface too.
11053
11054 2005-10-19  Simon Josefsson  <jas@extundo.com>
11055
11056         * tests/test-gc-arcfour.c: New file.
11057
11058         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11059
11060 2005-10-19  Simon Josefsson  <jas@extundo.com>
11061
11062         * modules/gc-md4, modules/gc-md4-tests: New file.
11063
11064         * tests/test-gc-md4.c: New file.
11065
11066 2005-10-19  Simon Josefsson  <jas@extundo.com>
11067
11068         * m4/gc-md4.m4: New file.
11069
11070 2005-10-19  Simon Josefsson  <jas@extundo.com>
11071
11072         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11073         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11074         <kasal@ucw.cz>.
11075
11076 2005-10-19  Simon Josefsson  <jas@extundo.com>
11077
11078         * m4/gc-arcfour.m4: New file.
11079
11080         * m4/gc-rijndael.m4: New file.
11081
11082 2005-10-19  Simon Josefsson  <jas@extundo.com>
11083
11084         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11085
11086 2005-10-19  Simon Josefsson  <jas@extundo.com>
11087
11088         * lib/gc-gnulib.c: Support ARCFOUR.
11089
11090 2005-10-19  Simon Josefsson  <jas@extundo.com>
11091
11092         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11093         support.
11094
11095         * lib/gc.h: Add ECB enum type.
11096
11097         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11098
11099 2005-10-18  Simon Josefsson  <jas@extundo.com>
11100
11101         * tests/test-md5.c: New file.
11102
11103         * modules/md5-tests: New file.
11104
11105 2005-10-18  Simon Josefsson  <jas@extundo.com>
11106
11107         * tests/test-md4.c: New file.
11108
11109         * modules/md4, modules/md4-tests: New files.
11110
11111 2005-10-18  Simon Josefsson  <jas@extundo.com>
11112
11113         * m4/md4.m4: New file.
11114
11115 2005-10-18  Simon Josefsson  <jas@extundo.com>
11116
11117         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11118
11119 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11120
11121         * gnulib-tool (func_create_testdir): Omit the second check whether
11122         BUILT_SOURCES in nonempty.
11123
11124 2005-10-17  Simon Josefsson  <jas@extundo.com>
11125
11126         * tests/test-rijndael.c: New file.
11127
11128 2005-10-17  Simon Josefsson  <jas@extundo.com>
11129
11130         * modules/sha1: Depend on stdint instead of md5.
11131
11132         * modules/md5: Depend on stdint, remove uint32_t.
11133
11134 2005-10-17  Simon Josefsson  <jas@extundo.com>
11135
11136         * modules/gc-sha1-tests: New file.
11137
11138         * tests/test-gc-sha1.c: New file.
11139
11140 2005-10-17  Simon Josefsson  <jas@extundo.com>
11141
11142         * m4/md5.m4: Remove call to uint32_t.m4.
11143
11144 2005-10-17  Simon Josefsson  <jas@extundo.com>
11145
11146         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11147
11148         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11149         md5.h.
11150
11151         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11152
11153         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11154
11155 2005-10-17  Simon Josefsson  <jas@extundo.com>
11156
11157         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11158
11159 2005-10-17  Simon Josefsson  <jas@extundo.com>
11160
11161         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11162
11163 2005-10-17  Simon Josefsson  <jas@extundo.com>
11164
11165         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11166
11167         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11168
11169 2005-10-17  Bruno Haible  <bruno@clisp.org>
11170
11171         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11172         that it can also be used in a test.
11173
11174 2005-10-16  Bruno Haible  <bruno@clisp.org>
11175
11176         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11177         TESTS_ENVIRONMENT, so that individual tests can augment it.
11178
11179         * gnulib-tool (func_create_testdir): Use an intermediate target for
11180         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11181         macros, like $(ALLOCA_H), which cannot be passed through the command
11182         line.
11183
11184 2005-10-15  Simon Josefsson  <jas@extundo.com>
11185
11186         * modules/rijndael-tests: New file.
11187
11188         * modules/rijndael: New file.
11189
11190 2005-10-15  Simon Josefsson  <jas@extundo.com>
11191
11192         * m4/rijndael.m4: New file.
11193
11194 2005-10-15  Simon Josefsson  <jas@extundo.com>
11195
11196         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11197
11198         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11199
11200 2005-10-14  Simon Josefsson  <jas@extundo.com>
11201
11202         * tests/test-arcfour.c: New file.
11203
11204         * modules/arcfour, modules/arcfour-tests: New files.
11205
11206 2005-10-14  Simon Josefsson  <jas@extundo.com>
11207
11208         * m4/arcfour.m4: New file.
11209
11210 2005-10-14  Simon Josefsson  <jas@extundo.com>
11211
11212         * lib/arcfour.h, lib/arcfour.c: New files.
11213
11214 2005-10-14  Roland McGrath  <roland@redhat.com>
11215
11216         Import from libc.  [BZ #1331]
11217         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11218         macro argument.
11219         Reported by Matej Vela <vela@debian.org>.
11220
11221 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11224         include <wchar.h>; no longer needed.
11225
11226 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11227
11228         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11229
11230 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11231         and  Ulrich Drepper  <drepper@redhat.com>
11232
11233         Import from libc.
11234         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11235         instead of inline stream orientation test and two separate
11236         function calls.  Pay no attention to USE_IN_LIBIO.
11237
11238 2005-10-13  Simon Josefsson  <jas@extundo.com>
11239
11240         * modules/gc-hmac-md5-tests: New file.
11241
11242         * tests/test-gc-hmac-sha1.c: New file.
11243
11244         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11245
11246         * modules/gc-hmac-md5-tests: New file.
11247
11248         * tests/test-gc-md5.c: New file.
11249
11250         * modules/gc-md5-tests: New file.
11251
11252 2005-10-13  Simon Josefsson  <jas@extundo.com>
11253
11254         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11255         Move memory allocation outside of loop.
11256
11257 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11258
11259         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11260         intermediate directory is in a read-only file system.  Problem
11261         reported by Eric Blake.
11262
11263 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11264
11265         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11266
11267 2005-10-12  Simon Josefsson  <jas@extundo.com>
11268
11269         * tests/test-hmac-sha1.c: New file.
11270
11271         * modules/hmac-sha1-tests: New file.
11272
11273         * modules/hmac-sha1: New file.
11274
11275 2005-10-12  Simon Josefsson  <jas@extundo.com>
11276
11277         * modules/gc-sha1: New file.
11278
11279 2005-10-12  Simon Josefsson  <jas@extundo.com>
11280
11281         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11282
11283         * tests/test-gc-pbkdf2-sha1.c: New file.
11284
11285 2005-10-12  Simon Josefsson  <jas@extundo.com>
11286
11287         * modules/gc-md5, modules/gc-hmac-md5: New files.
11288
11289         * modules/gc (Files): Remove md5, memxor and hmac files.
11290
11291 2005-10-12  Simon Josefsson  <jas@extundo.com>
11292
11293         * m4/gc-pbkdf2-sha1.m4: New file.
11294
11295         * m4/gc-hmac-sha1.m4: New file.
11296
11297         * m4/gc-sha1: New file.
11298
11299         * m4/hmac-sha1.m4: New file.
11300
11301 2005-10-12  Simon Josefsson  <jas@extundo.com>
11302
11303         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11304
11305         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11306
11307 2005-10-12  Simon Josefsson  <jas@extundo.com>
11308
11309         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11310         suggested by Bruno Haible <bruno@clisp.org>.
11311
11312 2005-10-12  Simon Josefsson  <jas@extundo.com>
11313
11314         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11315
11316 2005-10-12  Simon Josefsson  <jas@extundo.com>
11317
11318         * lib/gc-pbkdf2-sha1.c: New file.
11319
11320         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11321
11322 2005-10-12  Simon Josefsson  <jas@extundo.com>
11323
11324         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11325
11326         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11327
11328 2005-10-12  Simon Josefsson  <jas@extundo.com>
11329
11330         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11331         GC_USE_HMAC_MD5, respectively.
11332
11333         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11334         (gc_md5): Fix typo.
11335
11336         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11337
11338         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11339
11340         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11341
11342 2005-10-12  Bruno Haible  <bruno@clisp.org>
11343
11344         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11345         Reported by Stepan Kasal <kasal@ucw.cz>.
11346
11347 2005-10-11  Simon Josefsson  <jas@extundo.com>
11348
11349         * tests/test-crc.c: New file.
11350
11351         * modules/crc, modules/crc-tests: New files.
11352
11353 2005-10-11  Simon Josefsson  <jas@extundo.com>
11354
11355         * m4/crc.m4: New file.
11356
11357 2005-10-11  Simon Josefsson  <jas@extundo.com>
11358
11359         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11360
11361         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11362
11363         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11364
11365 2005-10-11  Simon Josefsson  <jas@extundo.com>
11366
11367         * lib/crc.h, lib/crc.c: New files.
11368
11369         * lib/gc.h (gc_hash_buffer): Add doc.
11370
11371 2005-10-11  Bruno Haible  <bruno@clisp.org>
11372
11373         * modules/c-strcasestr: New file.
11374         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11375
11376 2005-10-11  Bruno Haible  <bruno@clisp.org>
11377
11378         * modules/c-strcase: New file.
11379         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11380
11381 2005-10-11  Bruno Haible  <bruno@clisp.org>
11382
11383         * lib/strcasecmp.c: Include limits.h.
11384         (strcasecmp): Avoid integer overflow on exotic platforms.
11385         * lib/strncasecmp.c: Include limits.h.
11386         (strncasecmp): Avoid integer overflow on exotic platforms.
11387         Reported by Paul Eggert.
11388
11389 2005-10-11  Bruno Haible  <bruno@clisp.org>
11390
11391         * lib/c-strcasestr.h: New file, from GNU gettext.
11392         * lib/c-strcasestr.c: New file, from GNU gettext.
11393
11394 2005-10-11  Bruno Haible  <bruno@clisp.org>
11395
11396         * lib/c-strcase.h: New file, from GNU gettext.
11397         * lib/c-strcasecmp.c: New file, from GNU gettext.
11398         * lib/c-strncasecmp.c: New file, from GNU gettext.
11399
11400 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * modules/mempcpy (License): GPL -> LGPL.
11403         * modules/strchrnul (License): Likewise.
11404         * modules/sysexits (License): Likewise.
11405
11406 2005-10-08  Simon Josefsson  <jas@extundo.com>
11407
11408         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11409
11410 2005-10-07  Simon Josefsson  <jas@extundo.com>
11411
11412         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11413
11414 2005-10-06  Simon Josefsson  <jas@extundo.com>
11415
11416         * tests/test-hmac-md5.c: New file.
11417
11418         * modules/hmac-md5-tests: New file.
11419
11420         * modules/hmac-md5: New file.
11421
11422 2005-10-06  Simon Josefsson  <jas@extundo.com>
11423
11424         * m4/hmac-md5.m4: New file.
11425
11426         * m4/memxor.m4: Require gl_C_RESTRICT.
11427
11428 2005-10-06  Simon Josefsson  <jas@extundo.com>
11429
11430         * lib/memxor.c (memxor): Avoid casts and warnings.
11431
11432 2005-10-06  Simon Josefsson  <jas@extundo.com>
11433
11434         * lib/hmac-md5.c: New file.
11435
11436         * lib/hmac.h: New file.
11437
11438 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11441         promotes to int, not unsigned int, to catch the AIX 5.3
11442         compiler bug.
11443
11444 2005-10-05  Simon Josefsson  <jas@extundo.com>
11445
11446         * modules/memxor: New file.
11447
11448         * modules/iconv (Files): Move config.rpath to havelib, it is used
11449         there.
11450
11451         * modules/havelib (Files): Add config.rpath.
11452
11453 2005-10-05  Simon Josefsson  <jas@extundo.com>
11454
11455         * m4/memxor.m4: New file.
11456
11457 2005-10-05  Simon Josefsson  <jas@extundo.com>
11458
11459         * lib/memxor.c (memxor): Fix compiler error.
11460
11461         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11462         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11463
11464         * lib/memxor.h, lib/memxor.c: New files.
11465
11466         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11467         we assume all systems have it, suggested by Jim Meyering
11468         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11469         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11470         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11471         same reasons.
11472
11473 2005-10-05  Simon Josefsson  <jas@extundo.com>
11474
11475         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11476
11477 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11478
11479         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11480         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11481         needed, since the source code now assumes these .h files.
11482
11483 2005-10-05  Derek Price  <derek@ximbiot.com>
11484
11485         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11486
11487 2005-10-05  Bruno Haible  <bruno@clisp.org>
11488
11489         * modules/stdint (License): Change to LGPL.
11490
11491 2005-10-04  Simon Josefsson  <jas@extundo.com>
11492
11493         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11494         D. Baushke" <mdb@gnu.org>.
11495
11496 2005-10-04  Bruno Haible  <bruno@clisp.org>
11497
11498         * lib/verify.h (verify_true): Provide alternative definition for C++.
11499
11500 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11503         (SSIZE_MAX): New macro, if not already defined.
11504         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11505         than 2 GiB.
11506
11507 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11508
11509         Sync from coreutils.
11510         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11511         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11512         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11513         ULLONG_MAX doesn't work with 2.7.2.1.
11514
11515 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11516
11517         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11518         From Ben Pfaff.
11519
11520         * modules/exclude (Depends-on): Depend on verify.
11521         * modules/strtoimax (Depends-on): Likewise.
11522         * modules/utimecmp (Depends-on): Likewise.
11523
11524 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * lib/exclude.c: Include verify.h.
11527         (verify): Remove.  All callers changed to use verify.h's version.
11528         * lib/strtoimax.c: Likewise.
11529         * lib/utimecmp.c: Likewis.e
11530
11531         Sync from coreutils.
11532         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11533         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11534         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11535         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11536         bother returning ENOSYS if settimeofday or stime fails; just let
11537         them return whatever errno they want to return.
11538         * lib/utimens.c: Include unistd.h, for dup2.
11539         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11540         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11541
11542 2005-10-02  Jim Meyering  <jim@meyering.net>
11543
11544         Sync from coreutils.
11545         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11546         from glibc-2.2.5 that fails for read-only files.
11547
11548 2005-10-02  Jim Meyering  <jim@meyering.net>
11549
11550         Sync from coreutils.
11551         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11552         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11553         `#if HAVE_CONFIG_H'.
11554         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11555         Remove AT_FDCWD test.
11556         Do not consume the fd unless successful.
11557         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11558         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11559         block, so that we don't even try to compile it if settimeofday is
11560         available.  This works around a compilation failure on OSF1 V5.1,
11561         due to stime requiring a `long int*' while tv_sec is `int'.
11562
11563 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11564
11565         Sync from coreutils.
11566         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11567         against `yes', rather than just testing for nonempty.
11568
11569 2005-10-01  Simon Josefsson  <jas@extundo.com>
11570
11571         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11572         and Darwin.
11573
11574         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11575         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11576         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11577         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11578         Check if struct addrinfo is declared.
11579
11580 2005-10-01  Simon Josefsson  <jas@extundo.com>
11581
11582         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11583         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11584         AI_* and EAI_* definitions.  Protect function declarations.
11585
11586 2005-10-01  Jim Meyering  <jim@meyering.net>
11587
11588         Sync from coreutils.
11589
11590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11591         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11592         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11593         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11594         in the inet and nsl libraries.  Required on Solaris 5.7.
11595
11596 2005-10-01  Jim Meyering  <jim@meyering.net>
11597
11598         Sync from coreutils.
11599         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11600         in the inet and nsl libraries.  Required on Solaris 5.7.
11601
11602 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11603
11604         * lib/getdelim.c (getdelim): Remove unused variables.
11605
11606 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11607
11608         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11609         so that the code works even with ancient cpp.  Portability problem
11610         with GCC 2.7.2.1 reported by Thomas M.Ott.
11611
11612 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11613
11614         * modules/regex (Depends-on): Add strcase.
11615
11616         * modules/gethostname (Licence): Change from GPL to LGPL, since
11617         gethostname.c is a trivial implementation of a standard library
11618         function.
11619         * modules/poll (License): Change from GPL to LGPL, since it's
11620         derived from LGPL code.
11621
11622 2005-09-27  Jim Meyering  <jim@meyering.net>
11623
11624         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11625         HAVE_CONFIG_H.
11626
11627         * lib/intprops.h (signed_type_or_expr__): Define.
11628         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11629         for unsigned types.
11630
11631 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11632
11633         * lib/verify.h (verify_expr): Remove, replacing with:
11634         (verify_true): New macro that returns true instead of void.
11635         (verify_type__): Remove.
11636         (verify): Use verify_true rather than verify_type__.
11637
11638 2005-09-26  Bruno Haible  <bruno@clisp.org>
11639
11640         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11641         is necessary.
11642         (lib_SOURCES): Remove mbchar.c.
11643         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11644         (Files): Add m4/mbrtowc.m4.
11645         * modules/mbiter: Likewise.
11646         * modules/mbuiter: Likewise.
11647
11648 2005-09-26  Bruno Haible  <bruno@clisp.org>
11649
11650         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11651         compile mbchar.c if they are not both present.
11652         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11653         * m4/mbiter.m4 (gl_MBITER): Likewise.
11654         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11655         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11656         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11657
11658 2005-09-25  Jim Meyering  <jim@meyering.net>
11659
11660         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11661         also uses socklen_t.
11662
11663 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11664
11665         * lib/utimens.c (ENOSYS): Define if not already defined.
11666         (futimens): Support having a null PATH if the file descriptor
11667         is nonnegative.
11668
11669         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11670         Remove.
11671         (__attribute): Define to empty unless GCC 3.1 or later.
11672         This works around a core dump on OpenBSD 3.4, which has GCC
11673         2.95.3, which dumps core when given __attribute__(()).  It also
11674         simplifies other tests, since we really don't want to bother with
11675         worrying about which ancient version of GCC supported what.
11676         Original problem reported by Yoann Vandoorselaere, with part of
11677         the fix suggested by Derek Price.
11678
11679 2005-09-24  Jim Meyering  <jim@meyering.net>
11680
11681         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11682         so we can once again use a positive bitfield width of 1 -- now we
11683         don't have to explain why we were using a bitfield width of 2.
11684
11685 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11686
11687         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11688         and similarly for the other external symbols.  Problem reported
11689         by James Gallager.
11690
11691         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11692         bug reported by Jim Meyering.
11693
11694         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11695         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11696         not needed, since socklen is a prerequisite module.
11697
11698 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11699
11700         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11701         Problem reported by Eric Blake.
11702         (getaddrinfo): Initialize se so that it's not garbage.
11703         Redo internal storage allocation so that it doesn't make unportable
11704         assumptions about alignment.
11705         Fix a memory leak.
11706
11707         * lib/utimens.c (futimens): Use futimesat if available.
11708         Prefer it to futimes since it doesn't have the futimes bug.
11709
11710         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11711         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11712         Instead, declare a function that returns a pointer to an array,
11713         and use verify_type__ to declare the size of the array.
11714         Problem and germ of a solution reported by Bruno Haible.
11715         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11716         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11717
11718 2005-09-23  Jim Meyering  <jim@meyering.net>
11719
11720         Sync from coreutils.
11721         Correct build failure (socklen_t not defined) on at least
11722         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11723         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11724
11725 2005-09-23  Jim Meyering  <jim@meyering.net>
11726
11727         * modules/getaddrinfo (Depends-on): Add socklen.
11728
11729 2005-09-23  Bruno Haible  <bruno@clisp.org>
11730
11731         * tests/test-verify.c: New file.
11732
11733 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11734
11735         Sync from coreutils.
11736
11737         * modules/argmatch (Depends-on): Add verify.
11738         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11739         unistd-safer.
11740         * modules/save-cwd (Depends-on): Likewise.
11741
11742         * modules/openat (Files): Add lib/openat-die.c.
11743         (Depends-on): Remove error, exitfail.
11744         Add dirname.
11745
11746         * modules/verify: New file.
11747         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11748         with "verify" module.
11749
11750 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         Sync from coreutils.
11753
11754         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11755         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11756         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11757         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11758         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11759         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11760         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11761         Don't bother checking for string.h, stdlib.h, unistd.h.
11762         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11763         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11764         module's job.
11765         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11766         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11767
11768         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11769         (gl_GETDATE): Use it.
11770
11771         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11772
11773 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         Sync from coreutils.
11776
11777         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11778         stat-time.h.
11779         * lib/argmatch.h: Include verify.h
11780         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11781         (ARGMATCH_ASSERT): Remove; unused.
11782         * lib/canonicalize.c: Assume STDC_HEADERS.
11783         * lib/exclude.c: Include "strcase.h".
11784         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11785         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11786         and stdio-safer.h.
11787         (getusershell): Call fopen, not fopen_safer.
11788         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11789         Do not include unistd-safer.h.
11790         (save_cwd): Don't call fd_safer; no longer needed
11791         now that we include fcntl--.h.
11792
11793         * lib/getdate.y (relative_time): New type.
11794         (RELATIVE_TIME_0): New constant.
11795         (parser_control): Use relative_time instead of doing it ourselves.
11796         (%union): Add new relative_time rel member.
11797         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11798         Now typeless.
11799         (relunit, relunit_snumber): Now of type rel.
11800         (zone, rel, relunit, get_date): Adjust to above changes.
11801
11802         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11803         Do not include unistd-safer.h.
11804         (getloadavg): Don't call fd_safer; no longer needed
11805         now that we include fcntl--.h.
11806
11807         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11808         (make_dir_parents): Treat ENOSYS like EEXIST.
11809
11810         Improve quality of diagnostics on restore_cwd failure.
11811         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11812         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11813         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11814         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11815         each time through the loop.  Do not diagnose restore_cwd failure;
11816         that is the caller's job (and perhaps the caller does not care).
11817
11818         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11819         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11820         If the file already exists but is not a directory, don't bother
11821         to try to make its parents.
11822         Close potential file descriptor leak if we can't chdir("/") (!).
11823         Don't always return true if chdir($PWD) fails; return true only
11824         if the requested action was done successfully (except for the
11825         chdir($PWD)).
11826         Don't log final directory unless we actually made it.
11827         Refactor to avoid duplicate code to fix up permissions.
11828         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11829
11830         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11831         to make it a bit faster and (I hope) clearer.
11832         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11833         Fix bug in formats like %2N.
11834
11835         * lib/verify.h: New file.
11836
11837 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11838
11839         Sync from coreutils.
11840         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11841
11842 2005-09-22  Jim Meyering  <jim@meyering.net>
11843
11844         Sync from coreutils.
11845
11846         * m4/lstat.m4 (gl_FUNC_LSTAT):
11847         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11848         Remove obsolete comment.
11849         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11850         * m4/xstrtod.m4: Likewise.
11851
11852         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11853
11854 2005-09-22  Jim Meyering  <jim@meyering.net>
11855
11856         Sync from coreutils.
11857
11858         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11859
11860         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11861         the .tm_year member, since otherwise gcc-4.0 would now warn about
11862         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11863
11864         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11865         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11866
11867         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11868         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11869         when run in a time zone for which daylight savings time is in effect
11870         for the starting date.
11871
11872         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11873         stop us from restricting permissions of just-created absolute-named
11874         directories.
11875         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11876         to restore initial working directory.
11877         * lib/mkdir-p.c (make_dir_parents): New parameter:
11878         different_working_dir, to tell caller if/when we change the working
11879         directory and are unable to return to the initial one.
11880         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11881         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11882         `return false'.  This fixes a bug introduced on 2004-07-30.
11883
11884         * lib/openat.c (fdopendir): Be sure to close the supplied
11885         file descriptor before returning.  This makes our replacement
11886         implementation a little closer to Solaris's, where fdopendir
11887         ties the file descriptor to the returned DIR* pointer.
11888         * lib/openat.c (unlinkat): New function.
11889         * lib/openat.h (unlinkat): Add prototype.
11890         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11891         (openat_restore_fail): Rename from openat_restore_die.
11892         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11893
11894         Provide an alternative to exiting immediately upon save_cwd or
11895         restore_cwd failure.  Now, an application can arrange e.g.,
11896         to perform a longjump in that case.
11897         * lib/openat.c: Include dirname.h.
11898         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11899         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11900         and openat_restore_die rather than calling error directly.
11901         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11902
11903         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11904         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11905         define.
11906
11907         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11908         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11909                             int utc, int nanoseconds);
11910         Background:
11911         date should not have to allocate a megabyte of virtual memory to
11912         handle a format argument like +%1048575T.  When implemented with
11913         strftime, it must allocate such a buffer, use strftime to fill it
11914         in, print it, then free it.
11915         With fprintftime, it simply prints everything and exits.
11916         With no need for memory allocation, that's one fewer way to fail.
11917         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11918         optional field width, not before, so we accept %9:z, not %:9z.
11919         (my_strftime): Be sure to use L_('x') for literals.
11920
11921         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11922         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11923         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11924         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11925         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11926         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11927         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11928         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11929         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11930         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11931         * lib/xgethostname.c, lib/xreadlink.c:
11932         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11933
11934         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11935         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11936         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11937         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11938         and don't include <sys/file.h>).
11939
11940 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11941
11942         Sync from coreutils.
11943
11944         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11945         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11946         [!LDAV_DONE]: Avoid unused variable warning.
11947
11948 2005-09-21  Bruno Haible  <bruno@clisp.org>
11949
11950         * lib/unicodeio.h (unicode_to_mb): New declaration.
11951
11952 2005-09-20  Derek Price  <derek@ximbiot.com>
11953
11954         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11955         getaddrinfo.h.
11956
11957 2005-09-20  Bruno Haible  <bruno@clisp.org>
11958
11959         * gnulib-tool: Remove trailing slashes from the values specified for
11960         --source-base, --m4-base, --tests-base, --aux-dir.
11961         Suggested by Simon Josefsson <jas@extundo.com>.
11962
11963 2005-09-20  Bruno Haible  <bruno@clisp.org>
11964
11965         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11966         func_modules_to_filelist, func_import, func_create_testdir): Make all
11967         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11968         change when gnulib-tool is invoked in a different locale.
11969
11970 2005-09-19  Simon Josefsson  <jas@extundo.com>
11971
11972         * m4/socklen.m4: Fix typo.
11973
11974 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11975
11976         Use a consistent style for including <config.h>.
11977         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11978         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11979         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11980         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11981         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11982         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11983         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11984         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11985         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11986         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11987         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11988         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11989         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11990         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11991         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11992         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11993         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11994         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11995         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11996         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11997         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11998         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11999         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12000         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12001         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12002         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12003         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12004         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12005         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12006         lib/xstrtoumax.c, lib/yesno.c:
12007         Standardize inclusion of config.h.
12008         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12009         lib/inttostr.h:  Removed inclusion of config.h from header files.
12010         * lib/inttostr.c:  Adjusted in-tree users.
12011         * lib/timespec.h: Remove superfluous warning to include config.h.
12012         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12013         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12014         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12015         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12016         config.h with HAVE_CONFIG_H.
12017
12018 2005-09-19  Jim Meyering  <jim@meyering.net>
12019
12020         * modules/pathmax (License): Change to LGPL.
12021
12022 2005-09-19  Derek Price  <derek@ximbiot.com>
12023
12024         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12025
12026 2005-09-19  Bruno Haible  <bruno@clisp.org>
12027
12028         * gnulib-tool (import): Provide default for --tests-base.
12029
12030 2005-09-19  Bruno Haible  <bruno@clisp.org>
12031
12032         * doc/quote.texi: New file, extracted from gnulib.texi.
12033         * doc/ctime.texi: New file, extracted from gnulib.texi.
12034         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12035         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12036         * doc/gnulib.texi: Include them.
12037
12038 2005-09-18  Bruno Haible  <bruno@clisp.org>
12039
12040         Portability fix.
12041         * gnulib-tool (func_readlink): New function.
12042         (func_ln_if_changed): Use it.
12043
12044 2005-09-18  Bruno Haible  <bruno@clisp.org>
12045
12046         * gnulib-tool: Support --with-tests also with --import.
12047         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12048         (func_import): Use variables $testsbase and $inctests. Emit a
12049         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12050         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12051         SUBDIRS += $testsdir.
12052         (func_create_testdir): Update.
12053
12054 2005-09-18  Bruno Haible  <bruno@clisp.org>
12055
12056         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12057         instead of $dry_run.
12058         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12059         (func_ln_if_changed): Don't handle dry-run here.
12060         (func_import): In dry-run mode, detect more precisely which actions
12061         would be performed, and don't use "...ing" verbs.
12062
12063 2005-09-18  Bruno Haible  <bruno@clisp.org>
12064
12065         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12066         (func_import): Use join on two temporary files instead of three nested
12067         loops, in order to determine which files are new or old.
12068
12069 2005-09-18  Bruno Haible  <bruno@clisp.org>
12070
12071         * gnulib-tool (func_import): Comment out code that spits out the
12072         new files with --dry-run.
12073
12074 2005-09-18  Bruno Haible  <bruno@clisp.org>
12075
12076         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12077
12078 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * lib/stat-time.h: New file.
12081         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12082         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12083         in a different way.
12084         (timespec_cmp): New function.
12085         * lib/utimecmp.c: Include stat-time.h.
12086         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12087         members exist, not on the obsolescent ST_MTIM_NSEC.
12088         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12089
12090 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12091
12092         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12093
12094 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12095
12096         * MODULES.html.sh (File system functions): Add stat-time.
12097         * modules/stat-time: New file.
12098         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12099         is now done in a different way, by the stat-time module.
12100         * modules/utimecmp (Depends-on): Add stat-time.
12101
12102 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12103
12104         * m4/st_mtim.m4: Remove.  Superseded by...
12105         * m4/stat-time.m4: New file.
12106         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12107         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12108
12109 2005-09-15  Derek Price  <derek@ximbiot.com>
12110
12111         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12112
12113 2005-09-15  Derek Price  <derek@ximbiot.com>
12114
12115         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12116         * lib/regex_internal.c: Ditto, using this...
12117         (__GNUC_PREREQ): ...new macro.
12118         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12119         using...
12120         (__GNUC_PREREQ): ...this new macro.
12121
12122         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12123
12124 2005-09-15  Derek Price  <derek@ximbiot.com>
12125             Paul Eggert  <eggert@cs.ucla.edu>
12126
12127         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12128         changes, consolidating in...
12129         * lib/regex_internal.h: ...this file.
12130
12131 2005-09-13  Jim Meyering  <jim@meyering.net>
12132
12133         * lib/canon-host.c: Filter through gnu indent and reword comments
12134         slightly.
12135         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12136
12137 2005-09-13  Derek Price  <derek@ximbiot.com>
12138
12139         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12140         failure.
12141         Reported by Jim Meyering  <jim@meyering.net>.
12142
12143 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12144
12145         * lib/base64.c: Typo.
12146         (base64_encode): Put b64str in initialized data section.
12147
12148 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12149
12150         Merge glibc and coreutils changes into gnulib, plus a few
12151         extra fixes.
12152         * lib/md5.c: Use #error rather than a string.
12153         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12154         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12155         (__attribute__): Define to empty for non recent-GCC.
12156         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12157         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12158         Renamed from their non-__ counterparts, with new macros replacing
12159         them if not _LIBC.  Add __THROW attribute.
12160         (rol): Remove.
12161         (struct md5_ctx): Align buffer if using GCC.
12162         * lib/sha1.h (struct sha1_ctx): Likewise.
12163         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12164         The old name was backwards.
12165         (NOTSWAP): Remove; not used.
12166         (rol): New macro, moved here from md5.h.
12167         (sha1_process_block): Remove a FIXME that doesn't make sense.
12168
12169 2005-09-12  Derek Price  <derek@ximbiot.com>
12170
12171         Return usable errors from canon-host.
12172         * lib/canon-host.h: New file.
12173         * lib/canon-host.c (canon_host): Wrap...
12174         (canon_host_r): ...this new function, which now relies exclusively on
12175         getaddrinfo.
12176         (ch_strerror): New function.
12177         (last_cherror): New global.
12178         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12179         interface.
12180         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12181         void *.
12182         (freeaddrinfo): Free ai->ai_canonname when set.
12183
12184 2005-09-12  Derek Price  <derek@ximbiot.com>
12185
12186         Make canon-host require getaddrinfo.
12187         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12188         AC_LIBSOURCE canon-host.h.  Call...
12189         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12190         gl_GETADDRINFO.
12191         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12192
12193 2005-09-12  Derek Price  <derek@ximbiot.com>
12194
12195         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12196         LGPL.
12197         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12198
12199 2005-09-12  Derek Price  <derek@ximbiot.com>
12200
12201         * lib/gai_strerror.c: Include config.h when available.  Include
12202         getaddrinfo.h before other headers to test interface.
12203         Reported by Larry Jones <lawrence.jones@ugs.com>.
12204
12205 2005-09-12  Derek Price  <derek@ximbiot.com>
12206             Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * modules/glob (Files): Add glob-libc.h.
12209
12210 2005-09-12  Derek Price  <derek@ximbiot.com>
12211             Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12214         glob_.h, glob-libc.h.
12215         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12216
12217 2005-09-12  Derek Price  <derek@ximbiot.com>
12218             Paul Eggert  <eggert@cs.ucla.edu>
12219
12220         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12221         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12222         protecting things that should be done only in gnulib contexts.
12223         * lib/glob_.h: New file, containing only the glob things needed for
12224         gnulib.
12225         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12226         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12227         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12228         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12229         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12230         and to respect the namespace rules better.
12231
12232 2005-09-08  Simon Josefsson  <jas@extundo.com>
12233
12234         * modules/socklen: New file.
12235
12236 2005-09-08  Simon Josefsson  <jas@extundo.com>
12237
12238         * m4/socklen.m4: New file.
12239
12240 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * modules/utimens (Files): Add m4/utimbuf.m4, since
12243         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12244         Reported by Sergey Poznyakoff.
12245
12246 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12247
12248         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12249         definitions, since that's the preferred style in glibc.
12250         Fix a minor spacing issue, and update copyright notice to match
12251         glibc's.
12252
12253 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12256
12257 2005-09-06  Simon Josefsson  <jas@extundo.com>
12258
12259         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12260         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12261
12262 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12265         warning.
12266
12267 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12268
12269         * config/srclist.txt: Add glibc bug 1302.
12270
12271 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12272
12273         Change bitset word type from unsigned int to unsigned long int,
12274         as this has better performance on typical 64-bit hosts.
12275         Port bitset code to hosts with unusual word sizes.
12276         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12277         (build_collating_symbol):
12278         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12279         argument is a bitset.  This is merely a style issue, but it makes
12280         it clearer that an entire array is expected.
12281         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12282         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12283         Port to the case where bitset_word is not the same as unsigned int.
12284         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12285         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12286         Likewise.
12287         * lib/regexec.c (check_dst_limits_calc_pos_1,
12288         check_subexp_matching_top):
12289         (build_trtable, group_nodes_into_DFAstates):
12290         Likewise.
12291         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12292         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12293         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12294         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12295         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12296         * lib/regcomp.c (optimize_subexps, lower_subexp):
12297         Work even if bitset_word has holes in its bitwise representation.
12298         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12299         * lib/regexec.c (check_dst_limits_calc_pos_1,
12300         check_subexp_matching_top):
12301         Likewise.
12302         * lib/regex_internal.c (re_string_reconstruct):
12303         Don't assume UCHAR_MAX == 255.
12304         * lib/regex_internal.h (bitset_set_all): Likewise.
12305         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12306         All uses changed.
12307         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12308         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12309         All uses changed.
12310         (BITSET_WORD_MAX): New macro.
12311         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12312         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12313         (bitset_empty, bitset_copy):
12314         Prefer sizeof (bitset) to multiplying it out ourselves.
12315         (bitset_not_merge): Remove; unused.
12316         (bitset_contain): Return bool, not unsigned int with one bit on.
12317         All callers changed.
12318         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12319         alignment than re_node_set; do this by defining a new internal
12320         type struct dests_alloc and using it to allocate memory.
12321
12322 2005-09-05  Bruno Haible  <bruno@clisp.org>
12323
12324         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12325         links.
12326
12327 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12328
12329         * modules/size_max (Makefile.am): Add size_max.h
12330
12331 2005-09-04  Derek Price  <derek@ximbiot.com>
12332
12333         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12334
12335 2005-09-03  Simon Josefsson  <jas@extundo.com>
12336
12337         * gnulib-tool: Fix typo.
12338
12339 2005-09-03  Simon Josefsson  <jas@extundo.com>
12340
12341         * config/srclist.txt: Add glibc bug 1293.
12342
12343 2005-09-03  Derek Price  <derek@ximbiot.com>
12344
12345         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12346         From Larry Jones <lawrence.jones@ugs.com>.
12347
12348 2005-09-02  Simon Josefsson  <jas@extundo.com>
12349
12350         * modules/socklen: New file.
12351
12352 2005-09-02  Simon Josefsson  <jas@extundo.com>
12353
12354         * modules/havelib: New module.
12355
12356         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12357         Use havelib.
12358
12359 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         Check for arithmetic overflow when calculating sizes, to prevent
12362         some buffer-overflow issues.  These patches are conservative, in the
12363         sense that when I couldn't determine whether an overflow was possible,
12364         I inserted a run-time check.
12365         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12366         macros.
12367         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12368         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12369         (re_xnrealloc, re_x2nrealloc): New inline functions.
12370         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12371         parse_bracket_exp):
12372         (build_equiv_class, build_charclass): Check for arithmetic overflow
12373         in size expression calculations.
12374         * lib/regex_internal.c (re_string_realloc_buffers):
12375         (build_wcs_upper_buffer, re_node_set_add_intersect):
12376         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12377         (re_dfa_add_node, register_state): Likewise.
12378         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12379         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12380         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12381         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12382
12383 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12386         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12387
12388 2005-09-02  Bruno Haible  <bruno@clisp.org>
12389
12390         Support for lib vs. lib64 distinction on biarch platforms.
12391         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12392         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12393         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12394
12395 2005-09-02  Bruno Haible  <bruno@clisp.org>
12396
12397         * gnulib-tool (import): In the other first-use case, provide defaults
12398         as well.
12399
12400 2005-09-02  Bruno Haible  <bruno@clisp.org>
12401
12402         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12403         patches not yet found in the latest gettext release.
12404
12405 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12406
12407         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12408         to avoid a collision with bits/local_lim.h in glibc.
12409         All uses changed.  Problem reported by Dmitry V. Levin in
12410         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12411
12412         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12413         bugs in int versus size_t comparisons.
12414         (re_string_context_at): Fix bug where the code assumed that
12415         Idx is signed.
12416
12417         Use bool where appropriate.
12418         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12419         All callers changed.
12420         (calc_eclosure_iter): Likewise, for ROOT arg.
12421         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12422         (build_charclass_op): Likewise, for NON_MATCH arg.
12423         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12424         (re_string_construct_common): Likewise, for ICASE arg.
12425         * lib/regexec.c (re_search_2_stub, re_search_stub):
12426         Likewise, for RET_LEN arg.
12427         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12428         (set_regs): Likewise, for FL_BACKTRACK arg.
12429         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12430         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12431         (calc_eclosure_iter, parse_bracket_exp):
12432         Use bool for internal variables that are booleans.
12433         * lib/regexec.c (re_search_internal, check_matching,
12434         proceed_next_node):
12435         (set_regs, build_sifted_states, sift_states_bkref):
12436         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12437         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12438         (find_collation_sequence_value):
12439         Likewise.
12440         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12441         (re_node_set_compare):
12442         Return bool, not int. All callers changed.
12443         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12444         (build_trtable, check_node_accept): Likewise.
12445         * lib/regex_internal.h: Include stdbool.h.
12446
12447         Fix bugs uncovered when converting to bool.
12448         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12449         failure instead of charging ahead blindly.
12450         * lib/regex_internal.c (register_state): Likewise.
12451         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12452         for freeing internal storage.
12453         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12454         bitset pieces used as boolean, to avoid undefined behavior
12455         on hosts that do int overflow checking.
12456
12457 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         * config/srclist.txt: Add glibc bugs 1285-1287.
12460
12461 2005-09-01  Jim Meyering  <jim@meyering.net>
12462
12463         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12464         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12465         Require gl_STAT_MACROS, too.
12466
12467 2005-09-01  Bruno Haible  <bruno@clisp.org>
12468
12469         * gnulib-tool (import): In the first-use case, provide defaults.
12470
12471 2005-09-01  Bruno Haible  <bruno@clisp.org>
12472
12473         * gnulib-tool (func_import): Remove the .tmp files.
12474
12475 2005-09-01  Bruno Haible  <bruno@clisp.org>
12476
12477         * gnulib-tool (func_import): Fix handling of symbolic links.
12478
12479 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12482         old glibc regex code mishandles strings longer than 2**31 bytes.
12483         This patch fixes this when the regex code is used in gnulib
12484         (i.e., outside glibc).
12485
12486         This patch should not affect the use of the regex code inside
12487         glibc.  No doubt this problem also needs to be handled for glibc
12488         as well, but the result will be an incompatible change to the
12489         glibc ABI, and the old ABI will have to be supported too.  That
12490         can be the the subject for another patch.
12491
12492         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12493         governing whether the rest of this patch is active.  By default,
12494         the macro is disabled and the patch has no effect.
12495         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12496         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12497         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12498         (re_match_2, re_set_registers): Use the new types.
12499         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12500         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12501         New macros.
12502         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12503         (re_string_context_at, bin_tree_t, re_dfastate_t):
12504         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12505         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12506         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12507         (re_string_char_size_at, re_string_wchar_at):
12508         (re_string_elem_size_at):
12509         Use the new types and macros to port to 64-bit hosts.
12510         Use unsigned types for internal values, so that the code
12511         mostly works even for arrays larger than SSIZE_MAX.
12512         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12513         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12514         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12515         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12516         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12517         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12518         (calc_inveclosure, parse_dup_op, build_range_exp):
12519         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12520         (fetch_number, create_token_tree, mark_opt_subexp):
12521         Likewise.
12522         * lib/regex_internal.c (re_string_construct_common,
12523         create_ci_newstate):
12524         (create_cd_newstate, re_string_allocate, re_string_construct):
12525         (re_string_realloc_buffers, build_wcs_upper_buffer):
12526         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12527         (re_string_reconstruct, re_string_peek_byte_case):
12528         (re_string_fetch_byte_case, re_string_context_at):
12529         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12530         (re_node_set_init_copy, re_node_set_add_intersect):
12531         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12532         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12533         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12534         (re_acquire_state, re_acquire_state_context, register_state):
12535         Likewise.
12536         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12537         search_cur_bkref_entry):
12538         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12539         (re_search_internal, re_search_2_stub, re_search_stub)
12540         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12541         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12542         (update_cur_sifted_state, check_dst_limits):
12543         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12544         (check_subexp_limits, sift_states_bkref, merge_state_array):
12545         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12546         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12547         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12548         (expand_bkref_cache, check_node_accept_bytes):
12549         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12550         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12551         (acquire_init_state_context, check_halt_node_context):
12552         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12553         (sift_states_backward, clean_state_log_if_needed):
12554         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12555         (find_recover_state, transit_state_sb, transit_state_mb):
12556         (transit_state_bkref, build_trtable, match_ctx_clean):
12557         Likewise.
12558         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12559         to work around an assumption that REG_MISSING is negative.
12560
12561         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12562         (seek_collating_symbol_entry) [defined _LIBC]:
12563         (lookup_collation_sequence_value) [defined _LIBC]:
12564         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12565         Use prototypes rather than old-style function definitions.
12566         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12567         (transit_state_sb) [0]:
12568         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12569
12570         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12571         rm_eo.
12572
12573         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12574         (optimize_subexps, lower_subexp):
12575         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12576         since the signed shift might overflow.  Use 1u<<31 instead.
12577         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12578         Likewise.
12579         * lib/regexec.c (check_dst_limits_calc_pos_1,
12580         check_subexp_matching_top): Likewise.
12581
12582         * lib/regcomp.c (optimize_subexps, lower_subexp):
12583         Use CHAR_BIT rather than 8, for clarity.
12584         * lib/regexec.c (check_dst_limits_calc_pos_1):
12585         (check_subexp_matching_top): Likewise.
12586         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12587         have to worry about portability issues when shifting it left.
12588         Remove no-longer-needed test for table_size > 0.
12589         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12590         in a word, as the resulting behavior is undefined.
12591         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12592         in one case, a <= should have been an <, and in another case the
12593         whole test was missing.
12594         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12595         the standard name CHAR_BIT.
12596         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12597         this is not true on one's complement and signed-magnitude hosts.
12598
12599         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12600         next_last_offset.
12601         (struct re_dfa_t): Remove unused member states_alloc.
12602         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12603
12604 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12605
12606         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12607         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12608         and large-file glibc and in 32-bit large-file Solaris.
12609
12610 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12613         lengths fit in regoff_t; this isn't true if regoff_t is the same
12614         width as size_t.
12615         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12616         (= START + RANGE) instead of RANGE.  This avoids overflow
12617         problems when regoff_t is the same width as size_t.
12618         All callers changed.
12619         (re_search_2_stub): Check for overflow when adding the
12620         sizes of the two strings.
12621         (re_search_stub): Check for overflow when adding START
12622         to RANGE; if it occurs, substitute the extreme value.
12623
12624 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12625
12626         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12627
12628 2005-08-31  Jim Meyering  <jim@meyering.net>
12629
12630         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12631         a pointer-to-const.
12632         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12633         (register_state): Likewise.
12634         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12635         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12636         (group_nodes_into_DFAstates): Likewise.
12637
12638 2005-08-31  Jim Meyering  <jim@meyering.net>
12639
12640         * check-module: Add a FIXME comment.
12641
12642 2005-08-31  Eric Blake  <ebb9@byu.net>
12643
12644         * modules/unistd-safer (Files): Add unistd--.h.
12645         * modules/stdio-safer (Files): Add stdio--.h.
12646
12647 2005-08-31  Derek Price  <derek@ximbiot.com>
12648
12649         * lib/getdelim.c (getdelim): Return EOF on EOF.
12650         Reported by Larry Jones <lawrence.jones@ugs.com>.
12651
12652 2005-08-31  Bruno Haible  <bruno@clisp.org>
12653
12654         Avoid unnecessary diffs in the generated lib/Makefile.am.
12655         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12656         the generated files.
12657         (func_import): Don't set cmd.
12658
12659 2005-08-31  Bruno Haible  <bruno@clisp.org>
12660
12661         * lib/strstr.c: Include <stddef.h>, for NULL.
12662         * lib/strcasestr.c: Likewise.
12663         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12664
12665 2005-08-31  Bruno Haible  <bruno@clisp.org>
12666
12667         * gnulib-tool: New option --macro-prefix.
12668         (func_import): Use macro_prefix.
12669         (import): Handle option --macro-prefix.
12670
12671 2005-08-31  Bruno Haible  <bruno@clisp.org>
12672
12673         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12674         Also use new variables cached_lgpl, cached_libtool.
12675
12676 2005-08-31  Bruno Haible  <bruno@clisp.org>
12677
12678         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12679         always instantiating them.
12680
12681 2005-08-31  Bruno Haible  <bruno@clisp.org>
12682
12683         * gnulib-tool (func_import): Read the previous cached settings
12684         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12685         earlier added by gnulib but are now dropped. Warn when a gnulib file
12686         overwrites a non-gnulib file.
12687
12688 2005-08-31  Bruno Haible  <bruno@clisp.org>
12689
12690         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12691         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12692         projects that don't keep autogenerated files in CVS. Put into
12693         actioncmd only the specified modules, not the transitive closure.
12694
12695 2005-08-31  Bruno Haible  <bruno@clisp.org>
12696
12697         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12698         Create directories that shall be filled.
12699         (import): Don't look for gl_* macros in configure.ac. Recurse across
12700         all directories containing a gnulib-cache.m4 files, if meaningful.
12701
12702 2005-08-31  Bruno Haible  <bruno@clisp.org>
12703
12704         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12705         (import): Set seen_libtool when we see gl_LIBTOOL.
12706
12707 2005-08-31  Bruno Haible  <bruno@clisp.org>
12708
12709         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12710         declaration macro definitions from generated gnulib.m4.
12711
12712 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12713
12714         * lib/iconvme.h: Add prototype for iconv_alloc.
12715
12716 2005-08-29  Simon Josefsson  <jas@extundo.com>
12717
12718         * lib/iconvme.c: Fix errno.
12719
12720 2005-08-29  Bruno Haible  <bruno@clisp.org>
12721
12722         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12723         that it works when the directory contains spaces.
12724
12725 2005-08-29  Bruno Haible  <bruno@clisp.org>
12726
12727         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12728
12729 2005-08-29  Bruno Haible  <bruno@clisp.org>
12730
12731         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12732         Emit more advice.
12733
12734 2005-08-29  Bruno Haible  <bruno@clisp.org>
12735         and Stepan Kasal  <kasal@ucw.cz>
12736
12737         * check-module: If more parameters are given, check each of them
12738         separately; add more exceptions, as noted by Jim Meyering.
12739         (check_module): New procedure.
12740         (%exempt_header): Now contains all exceptions.
12741
12742 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12743
12744         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12745
12746 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12747
12748         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12749
12750 2005-08-28  Bruno Haible  <bruno@clisp.org>
12751
12752         * m4/gnulib-tool.m4: New file.
12753
12754 2005-08-27  Jim Meyering  <jim@meyering.net>
12755
12756         * modules/unistd-safer (Files): Add pipe-safer.c.
12757         * modules/fcntl-safer (Files): Add creat-safer.c.
12758
12759 2005-08-27  Jim Meyering  <jim@meyering.net>
12760
12761         * m4/stdlib-safer.m4: New file.  From coreutils.
12762         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12763         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12764         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12765         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12766         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12767
12768 2005-08-27  Jim Meyering  <jim@meyering.net>
12769
12770         * lib/fopen-safer.c: Merge minor changes from coreutils.
12771         * lib/dup-safer.c: Likewise.
12772         * lib/fd-safer.c: Likewise.
12773
12774         Merge from coreutils.
12775         * lib/stdio--.h: New file.
12776         * lib/stdlib--.h: New file.
12777         * lib/mkstemp-safer.c: New file.
12778
12779         GNU tar needs these.
12780         * lib/pipe-safer.c: New file.
12781         * lib/creat-safer.c: New file.
12782         * lib/fcntl--.h (creat): Define to creat_safer.
12783         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12784         * lib/unistd--.h (pipe): Define to pipe_safer.
12785         * lib/unistd-safer.h: Declare pipe_safer.
12786
12787 2005-08-26  Simon Josefsson  <jas@extundo.com>
12788
12789         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12790         Haible <bruno@clisp.org>.
12791
12792 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12793
12794         * lib/regex_internal.h: Remove all references to
12795         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12796         or better.
12797         (bitset_not, bitset_merge, bitset_not_merge):
12798         (bitset_mask, re_string_allocate, re_string_construct):
12799         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12800         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12801         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12802         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12803         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12804         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12805         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12806         (re_acquire_state_context):
12807         Remove unnecessary forward decls.
12808         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12809         Put __attribute at function definition,
12810         now that the function decl has been removed.
12811         * lib/regex_internal.c (re_string_peek_byte_case):
12812         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12813         Likewise.
12814
12815 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12816
12817         * m4/regex.m4: Add AC_PREREQ(2.50).
12818         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12819
12820 2005-08-25  Simon Josefsson  <jas@extundo.com>
12821
12822         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12823         __fsetlocking.
12824
12825 2005-08-25  Simon Josefsson  <jas@extundo.com>
12826
12827         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12828         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12829         GLIBC specific code.
12830
12831 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         Make regex safe for g++.  This fixes one real bug (an "err"
12834         that should have been "*err").  g++ problem reported by
12835         Sam Steingold.
12836         * lib/regex_internal.h (re_calloc): New macro, consistent with
12837         re_malloc etc.  All callers of calloc changed to use re_calloc.
12838         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12839         not int.  All callers changed.
12840         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12841         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12842         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12843         (find_recover_state): Change "err" to "*err"; this fixes what
12844         appears to be a real bug.
12845         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12846         versus int.
12847
12848 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * modules/regex (Depends-on): Add malloc, since the code
12851         assumes that !malloc(0) means failure.
12852
12853 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12854
12855         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12856
12857         alloca modernization/simplification for regex.
12858         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12859         needs to be at the start of the file, and can be moved into
12860         regex_internal.h and simplified.
12861         * lib/regex_internal.h: Include <alloca.h>.
12862         (__libc_use_alloca) [!defined _LIBC]: New macro.
12863         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12864         now works outside glibc.
12865
12866 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12867
12868         * config/srclist.txt: Add glibc bugs 1241, 1245.
12869
12870 2005-08-25  Jim Meyering  <jim@meyering.net>
12871
12872         * lib/open-safer.c: Include <config.h>.
12873         Otherwise, we'd lose LARGEFILE support in any file using
12874         e.g. "fcntl--.h"
12875
12876 2005-08-25  Bruno Haible  <bruno@clisp.org>
12877
12878         * m4/minmax.m4: Require autoconf 2.52.
12879         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12880         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12881         alternatives of translit over the alphabet.
12882         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12883
12884 2005-08-24  Simon Josefsson  <jas@extundo.com>
12885
12886         * tests/test-getpass.c: New file.
12887
12888 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12889
12890         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12891         for GNU regex features.
12892
12893 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12894
12895         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12896         * lib/regex.h (regerror): Likewise.
12897
12898         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12899         requires this.  (The code never needed it.)
12900
12901         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12902         All uses of recently-renamed identifiers changed to use the new,
12903         POSIX-compliant names.  The code will build and run just fine
12904         without these changes, but it's better to eat our own dog food
12905         and use the standard-conforming names.
12906
12907         * lib/regex.h: Fix a multitude of POSIX name space violations.
12908         These changes have an effect only for programs that define
12909         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12910         do not change anything for programs compiled in the normal way.
12911         Also, there is no effect on the ABI.
12912
12913         (_REGEX_SOURCE): New macro.
12914         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12915         defined and _GNU_SOURCE is not; this fixes a name space violation.
12916
12917         Rename the following macros to obey POSIX requirements.
12918         The old names are still visible as macros if _REGEX_SOURCE is defined.
12919         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12920         RE_BACKSLASH_ESCAPE_IN_LISTS.
12921         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12922         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12923         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12924         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12925         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12926         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12927         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12928         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12929         (REG_INTERVALS): renamed from RE_INTERVALS.
12930         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12931         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12932         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12933         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12934         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12935         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12936         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12937         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12938         RE_UNMATCHED_RIGHT_PAREN_ORD.
12939         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12940         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12941         (REG_DEBUG): renamed from RE_DEBUG.
12942         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12943         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12944         unusual, since we can't clash with the POSIX REG_ICASE.
12945         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12946         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12947         (REG_NO_SUB): renamed from RE_NO_SUB.
12948         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12949         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12950         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12951         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12952         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12953         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12954         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12955         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12956         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12957         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12958         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12959         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12960         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12961         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12962         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12963         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12964         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12965         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12966         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12967         (REG_FIXED): Renamed from REGS_FIXED.
12968         (REG_NREGS): Renamed from RE_NREGS.
12969
12970         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12971         of other REG_* macros, since POSIX says the user is allowed to
12972         #undef these macros selectively.
12973
12974         (reg_errcode_t): Update comment stating what other tables need
12975         to be consistent.
12976
12977         Rename the following enum values to obey POSIX requirements.
12978         The old names are still visible as macros.
12979         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12980         is not defined, since GNU is supposed to be a superset of POSIX as
12981         much as possible, and since we want reg_errcode_t to be a signed
12982         type for implementation consistency.
12983         (_REG_NOERROR): Renamed from REG_NOERROR.
12984         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12985         (_REG_BADPAT): Renamed from REG_BADPAT.
12986         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12987         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12988         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12989         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12990         (_REG_EBRACK): Renamed from REG_EBRACK.
12991         (_REG_EPAREN): Renamed from REG_EPAREN.
12992         (_REG_EBRACE): Renamed from REG_EBRACE.
12993         (_REG_BADBR): Renamed from REG_BADBR.
12994         (_REG_ERANGE): Renamed from REG_ERANGE.
12995         (_REG_ESPACE): Renamed from REG_ESPACE.
12996         (_REG_BADRPT): Renamed from REG_BADRPT.
12997         (_REG_EEND): Renamed from REG_EEND.
12998         (_REG_ESIZE): Renamed from REG_ESIZE.
12999         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13000         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13001         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13002         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13003         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13004
13005         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13006         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13007         changed.  But support the old name if the new one is not defined
13008         and if _REGEX_SOURCE.
13009
13010         Change the following member names in struct re_pattern_buffer.
13011         The old names are still supported if !_REGEX_SOURCE.
13012         The new names are always supported, regardless of _REGEX_SOURCE.
13013         (re_buffer): Renamed from buffer.
13014         (re_allocated): Renamed from allocated.
13015         (re_used): Renamed from used.
13016         (re_syntax): Renamed from syntax.
13017         (re_fastmap): Renamed from fastmap.
13018         (re_translate): Renamed from translate.
13019         (re_can_be_null): Renamed from can_be_null.
13020         (re_regs_allocated): Renamed from regs_allocated.
13021         (re_fastmap_accurate): Renamed from fastmap_accurate.
13022         (re_no_sub): Renamed from no_sub.
13023         (re_not_bol): Renamed from not_bol.
13024         (re_not_eol): Renamed from not_eol.
13025         (re_newline_anchor): Renamed from newline_anchor.
13026
13027         Change the following member names in struct re_registers.
13028         The old names are still supported if !_REGEX_SOURCE.
13029         The new names are always supported, regardless of _REGEX_SOURCE.
13030         (rm_num_regs): Renamed from num_regs.
13031         (rm_start): Renamed from start.
13032         (rm_end): Renamed from end.
13033
13034         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13035         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13036         Prepend __ to parameter names.
13037
13038         Undo yesterday's changes.
13039
13040 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13041
13042         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13043         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13044         lib/regex.c.
13045
13046 2005-08-24  Jim Meyering  <jim@meyering.net>
13047
13048         Sync from coreutils.
13049         * m4/fcntl-safer.m4: New file.
13050
13051         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13052         and object files for this module.
13053
13054 2005-08-24  Jim Meyering  <jim@meyering.net>
13055
13056         Sync from coreutils.
13057         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13058
13059 2005-08-24  Jim Meyering  <jim@meyering.net>
13060
13061         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13062         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13063
13064 2005-08-24  Jim Meyering  <jim@meyering.net>
13065
13066         * modules/fcntl-safer: New module.
13067         * modules/fts (Depends-on): Add fcntl-safer.
13068         * MODULES.html.sh (File descriptor based Input/Output):
13069         Add fcntl-safer.
13070
13071 2005-08-24  Bruno Haible  <bruno@clisp.org>
13072
13073         Support for unit test modules.
13074         * modules/README: Mention tests modules.
13075         * modules/TEMPLATE-TESTS: New file.
13076         * gnulib-tool: New options --extract-tests-module, --with-tests and
13077         --tests-base (unused for the moment).
13078         (testsbase, inctests): New variables.
13079         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13080         (func_verify_module): Exclude TEMPLATE-TESTS.
13081         (func_verify_nontests_module, func_verify_tests_module): New functions.
13082         (func_get_dependencies): Add implicit dependency for tests modules.
13083         (func_get_tests_module): New function.
13084         (func_modules_transitive_closure): When --with-tests was specified,
13085         include the unit tests as well, unless explicitly avoided.
13086         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13087         (func_emit_tests_Makefile_am): New function.
13088         (func_create_testdir): When --with-tests was specified, emit a
13089         tests/ directory.
13090         * MODULES.html.sh (Future developments): Update.
13091
13092 2005-08-24  Bruno Haible  <bruno@clisp.org>
13093
13094         * modules/tls-tests: New file.
13095         * tests/test-tls.c: New file, from GNU gettext.
13096
13097 2005-08-24  Bruno Haible  <bruno@clisp.org>
13098
13099         * modules/lock-tests: New file.
13100         * tests/test-lock.c: New file, from GNU gettext.
13101
13102 2005-08-24  Bruno Haible  <bruno@clisp.org>
13103
13104         * lib/lock.h: Add multiple inclusion guard.
13105         * lib/tls.h: Add multiple inclusion guard.
13106
13107 2005-08-24  Bruno Haible  <bruno@clisp.org>
13108
13109         * gnulib-tool: Add support for the --aux-dir option to
13110         --create-testdir, --create-megatestdir, --test, --megatest.
13111         (func_create_testdir, func_create_megatestdir): Optionally emit a
13112         AC_CONFIG_AUX_DIR directive.
13113         (create-testdir, create-megatestdir, test, megatest): Provide a
13114         default value for $auxdir.
13115
13116 2005-08-24  Bruno Haible  <bruno@clisp.org>
13117
13118         * gnulib-tool (import): Use compound statement instead of subshell
13119         where possible.
13120
13121 2005-08-24  Bruno Haible  <bruno@clisp.org>
13122
13123         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13124
13125 2005-08-24  Bruno Haible  <bruno@clisp.org>
13126
13127         * gnulib-tool (func_version): Update.
13128
13129 2005-08-24  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_import, func_create_testdir,
13132         func_create_megatestdir): Quote all autoconf macro arguments.
13133
13134 2005-08-24  Bruno Haible  <bruno@clisp.org>
13135
13136         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13137         option --force, because --force causes the aclocal.m4 of each
13138         subdirectory to be newer than the corresponding config.h.in.
13139
13140 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13141
13142         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13143         All contents moved to gl_REGEX.
13144         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13145         assume that it does.
13146
13147 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13148
13149         * lib/regex.h (REG_NOSYS)
13150         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13151         Define, since POSIX requires it as of 2001.
13152         (_REG_ENOSYS)
13153         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13154         New private symbol, used to keep the enum signed in all cases.
13155         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13156         Youngman in
13157         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13158
13159         * lib/regex_internal.c (re_string_skip_chars, register_state):
13160         (calc_state_hash):
13161         Remove forward decls; no longer needed now that we use prototypes.
13162         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13163         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13164         (clean_state_log_if_needed): Likewise.
13165
13166 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13167
13168         * config/srclist.txt: Add glibc bugs 1231-1233.
13169
13170 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13171
13172         Fix problems reported by Sam Steingold in
13173         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13174         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13175         assumed that reg_errcode_t is a signed type, which is not
13176         necessarily true if _XOPEN_SOURCE is not defined.
13177         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13178         since some compilers warn about it otherwise.
13179
13180 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13183         (init_word_char, create_initial_state, duplicate_node_closure):
13184         (fetch_token, peek_token_bracket, build_range_exp):
13185         (build_collating_symbol): Remove forward decls; no longer needed
13186         now that we use prototypes.
13187
13188         * lib/regcomp.c:
13189         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13190         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13191         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13192         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13193         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13194         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13195         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13196         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13197         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13198         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13199         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13200         (build_charclass, build_charclass_op, fetch_number, create_tree):
13201         (create_token_tree, mark_opt_subexp, duplicate_tree):
13202         Use prototypes rather than old-style definitions.
13203
13204         * lib/regex_internal.c:
13205         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13206         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13207         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13208         (re_string_reconstruct, re_string_peek_byte_case):
13209         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13210         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13211         (re_node_set_init_copy, re_node_set_add_intersect):
13212         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13213         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13214         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13215         (re_acquire_state, re_acquire_state_context, register_state):
13216         (create_ci_newstate, create_cd_newstate, free_state):
13217         Likewise.
13218         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13219         re_search_2):
13220         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13221         (re_search_internal, prune_impossible_nodes):
13222         (acquire_init_state_context, check_matching, static):
13223         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13224         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13225         (update_regs, sift_states_backward, build_sifted_states):
13226         (clean_state_log_if_needed, merge_state_array):
13227         (update_cur_sifted_state, add_epsilon_src_nodes):
13228         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13229         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13230         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13231         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13232         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13233         (check_arrival, check_arrival_add_next_nodes):
13234         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13235         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13236         (check_node_accept_bytes, check_node_accept, extend_buffers):
13237         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13238         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13239         (sift_ctx_init):
13240         Likewise.
13241
13242         * lib/regex_internal.h:
13243         (re_string_allocate, re_string_construct, re_string_reconstruct):
13244         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13245         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13246         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13247         (re_string_context_at, re_string_peek_byte_case):
13248         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13249         is defined, since we now use prototypes always.
13250
13251         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13252         C89 or better.  All uses removed.
13253
13254 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13255
13256         * config/srclist.txt: Add glibc bugs 1220-1227.
13257
13258 2005-08-20  Jim Meyering  <jim@meyering.net>
13259
13260         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13261         of unused local, dfa.
13262
13263 2005-08-20  Bruno Haible  <bruno@clisp.org>
13264
13265         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13266
13267 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13268
13269         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13270         (re_node_set_insert_last, re_dfa_add_node):
13271         Rename local variables to avoid GCC shadowing warnings.
13272
13273 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13276         [defined lint]: Suppress bogus uninitialized-variable warnings.
13277
13278         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13279         and let the caller return REG_ESPACE if out of space.  This
13280         removes an uninitialied-variable warning with GCC 4.0.1, and also
13281         avoids taking the address of a local variable.  All callers
13282         changed.
13283
13284 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13287         $LIBCSRC/posix/regexec.c.
13288         Add glibc bug 1217 for regcomp.c.
13289
13290 2005-08-19  Jim Meyering  <jim@meyering.net>
13291
13292         * lib/regexec.c (proceed_next_node): Redo local variables to
13293         avoid GCC shadowing warnings.
13294
13295 2005-08-18  Bruno Haible  <bruno@clisp.org>
13296
13297         * lib/strstr.c (strstr): Fix return value in multibyte case.
13298         * lib/strcasestr.c (strcasestr): Likewise.
13299
13300 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13303
13304 2005-08-17  Jim Meyering  <jim@meyering.net>
13305
13306         Make the %s format (seconds since the epoch) work for a negative
13307         number and when used with a zero-padded field width, e.g. %015s.
13308
13309         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13310         label so that it precedes the code to set `digits'.  Otherwise,
13311         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13312         print `00-22'.  Now, it prints `-0022', as it should.
13313
13314 2005-08-17  Bruno Haible  <bruno@clisp.org>
13315
13316         * modules/strstr (Files): Add m4/mbrtowc.m4.
13317         (Depends-on): Add mbuiter.
13318
13319 2005-08-17  Bruno Haible  <bruno@clisp.org>
13320
13321         * modules/strcasestr: New file.
13322         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13323         strcasestr.
13324
13325 2005-08-17  Bruno Haible  <bruno@clisp.org>
13326
13327         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13328
13329 2005-08-17  Bruno Haible  <bruno@clisp.org>
13330
13331         * modules/mbuiter: New file.
13332         * MODULES.html.sh (Extended multibyte and wide character utilities):
13333         Add mbuiter.
13334
13335 2005-08-17  Bruno Haible  <bruno@clisp.org>
13336
13337         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13338         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13339
13340 2005-08-17  Bruno Haible  <bruno@clisp.org>
13341
13342         * m4/strcasestr.m4: New file.
13343
13344 2005-08-17  Bruno Haible  <bruno@clisp.org>
13345
13346         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13347         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13348
13349 2005-08-17  Bruno Haible  <bruno@clisp.org>
13350
13351         * lib/strcasestr.h: New file.
13352         * lib/strcasestr.c: New file.
13353
13354 2005-08-17  Bruno Haible  <bruno@clisp.org>
13355
13356         * lib/strcasecmp.c: Use mbuiter.h.
13357
13358 2005-08-17  Bruno Haible  <bruno@clisp.org>
13359
13360         * lib/mbuiter.h: New file.
13361
13362 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13363
13364         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13365         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13366         and gl_GETOPT are both invoked via different paths (as happens
13367         with GNU tar CVS because it uses both argp and getopt), the former
13368         wins.
13369
13370 2005-08-16  Bruno Haible  <bruno@clisp.org>
13371
13372         * modules/tls: New file.
13373         * MODULES.html.sh (Multithreading): Add tls.
13374
13375 2005-08-16  Bruno Haible  <bruno@clisp.org>
13376
13377         * modules/strnlen1: New file.
13378         * MODULES.html.sh (String handling): Add strnlen1.
13379
13380 2005-08-16  Bruno Haible  <bruno@clisp.org>
13381
13382         * modules/strcase (Files): Add m4/mbrtowc.m4.
13383         (Depends-on): Add strnlen1, mbchar.
13384
13385 2005-08-16  Bruno Haible  <bruno@clisp.org>
13386
13387         * modules/mbiter: New file.
13388         * MODULES.html.sh (Extended multibyte and wide character utilities):
13389         Add mbiter.
13390
13391 2005-08-16  Bruno Haible  <bruno@clisp.org>
13392
13393         * modules/mbfile: New file.
13394         * MODULES.html.sh (Extended multibyte and wide character utilities):
13395         Add mbfile.
13396
13397 2005-08-16  Bruno Haible  <bruno@clisp.org>
13398
13399         * modules/mbchar: New file.
13400         * MODULES.html.sh (Extended multibyte and wide character utilities):
13401         New section.
13402
13403 2005-08-16  Bruno Haible  <bruno@clisp.org>
13404
13405         * m4/tls.m4: New file, from GNU gettext.
13406
13407 2005-08-16  Bruno Haible  <bruno@clisp.org>
13408
13409         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13410         always.
13411         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13412
13413 2005-08-16  Bruno Haible  <bruno@clisp.org>
13414
13415         * m4/mbiter.m4: New file.
13416
13417 2005-08-16  Bruno Haible  <bruno@clisp.org>
13418
13419         * m4/mbfile.m4: New file.
13420
13421 2005-08-16  Bruno Haible  <bruno@clisp.org>
13422
13423         * m4/mbchar.m4: New file.
13424
13425 2005-08-16  Bruno Haible  <bruno@clisp.org>
13426
13427         * lib/tls.h: New file, from GNU gettext.
13428         * lib/tls.c: New file, from GNU gettext.
13429
13430 2005-08-16  Bruno Haible  <bruno@clisp.org>
13431
13432         * lib/strnlen1.h: New file.
13433         * lib/strnlen1.c: New file.
13434
13435 2005-08-16  Bruno Haible  <bruno@clisp.org>
13436
13437         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13438         (mbi_init): Update.
13439         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13440         NUL byte, not after it.
13441
13442 2005-08-16  Bruno Haible  <bruno@clisp.org>
13443
13444         * lib/strcase.h (strcasecmp): Add note in comments.
13445         * lib/strncasecmp.c: Use code from strcasecmp.c.
13446         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13447         (strcasecmp): Work correctly in multibyte locales.
13448
13449 2005-08-16  Bruno Haible  <bruno@clisp.org>
13450
13451         * lib/mbiter.h: New file.
13452
13453 2005-08-16  Bruno Haible  <bruno@clisp.org>
13454
13455         * lib/mbfile.h: New file.
13456
13457 2005-08-16  Bruno Haible  <bruno@clisp.org>
13458
13459         * lib/mbchar.h: New file.
13460         * lib/mbchar.c: New file.
13461
13462 2005-08-16  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13465         the valid ones. Makes the comparison operations transitive:
13466         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13467         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13468
13469 2005-08-15  Simon Josefsson  <jas@extundo.com>
13470
13471         * modules/ssize_t (License): Change to 'unlimited'.
13472
13473         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13474
13475 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13476
13477         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13478         Add comments for each pending glibc patch.
13479
13480 2005-08-15  Bruno Haible  <bruno@clisp.org>
13481
13482         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13483         __cplusplus is defined.
13484
13485 2005-08-14  Jim Meyering  <jim@meyering.net>
13486
13487         Sync from coreutils.
13488
13489         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13490         Use the hash-table-based cycle-detection code not just when
13491         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13492         Reported by James Youngman in
13493         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13494         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13495         FTS_TIGHT_CYCLE_CHECK.
13496         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13497         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13498         once again.
13499         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13500         * lib/fts.c (fd_safer): Remove decl.
13501         Include fcntl--.h rather than unistd-safer.h
13502         (fts_safe_changedir): Don't call fd_safer; no longer needed
13503         now that we include fcntl--.h.
13504
13505 2005-08-12  Simon Josefsson  <jas@extundo.com>
13506
13507         * modules/getndelim2: Use ssize_t module.
13508         * modules/getnline: Likewise.
13509         * modules/safe-read: Likewise.
13510         * modules/xreadlink: Likewise.
13511
13512         * modules/ssize_t: New file.
13513
13514 2005-08-12  Simon Josefsson  <jas@extundo.com>
13515
13516         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13517
13518 2005-08-12  Simon Josefsson  <jas@extundo.com>
13519
13520         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13521         ssize_t.
13522
13523 2005-08-12  Simon Josefsson  <jas@extundo.com>
13524
13525         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13526         readline, getdelim and check_version.
13527         (Support for systems lacking ISO C 99: Sizes of integer types):
13528         Add size_max.
13529
13530 2005-08-12  Bruno Haible  <bruno@clisp.org>
13531
13532         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13533
13534 2005-08-11  Simon Josefsson  <jas@extundo.com>
13535
13536         * modules/readline: New file.
13537
13538         * modules/strnlen (Files): Add strnlen.h.
13539
13540 2005-08-11  Simon Josefsson  <jas@extundo.com>
13541
13542         * m4/readline.m4: New file.
13543
13544 2005-08-11  Simon Josefsson  <jas@extundo.com>
13545
13546         * lib/readline.h, readline.c: New file.
13547
13548 2005-08-11  Simon Josefsson  <jas@extundo.com>
13549
13550         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13551         gl_AVOID.
13552
13553 2005-08-11  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13556
13557 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13558
13559         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13560
13561 2005-08-10  Simon Josefsson  <jas@extundo.com>
13562
13563         * tests/test-iconvme.c: New file.
13564
13565 2005-08-10  Simon Josefsson  <jas@extundo.com>
13566
13567         * m4/strnlen.m4: New file.
13568
13569         * m4/strndup.m4: Don't check for strnlen declaration, done in
13570         strnlen.m4.
13571
13572 2005-08-10  Simon Josefsson  <jas@extundo.com>
13573
13574         * lib/strndup.c: Use strnlen.h.
13575
13576         * lib/strnlen.h: New file.
13577
13578 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13579
13580         * README: Typos.
13581
13582 2005-08-02  Simon Josefsson  <jas@extundo.com>
13583
13584         * modules/readline: New file.
13585
13586 2005-08-02  Simon Josefsson  <jas@extundo.com>
13587
13588         * modules/getdelim: New file.
13589
13590         * modules/getline: Rewrite, don't use getndelim2.
13591
13592 2005-08-02  Simon Josefsson  <jas@extundo.com>
13593
13594         * m4/getline.m4: Separate out getdelim stuff into separate module.
13595
13596         * m4/getdelim.m4: New file.
13597
13598 2005-08-02  Simon Josefsson  <jas@extundo.com>
13599
13600         * lib/getline.h, getline.c: Rewrite.
13601
13602         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13603
13604 2005-07-31  Bruno Haible  <bruno@clisp.org>
13605
13606         * lib/lock.h (gl_lock_initializer): New macro.
13607         (gl_lock_define_initialized): Use it.
13608         (gl_rwlock_initializer): New macro.
13609         (gl_rwlock_define_initialized): Use it.
13610         (gl_recursive_lock_initializer): New macro.
13611         (gl_recursive_lock_define_initialized): Use it.
13612
13613 2005-07-30  Karl Berry  <karl@gnu.org>
13614
13615         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13616         Report from Ben Pfaff, regarding getopt.
13617
13618 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13621         normal way.
13622         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13623         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13624         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13625         (gl_GETOPT): Use the new macros.  Most of the implementation
13626         is moved to the new macros.  This is for programs like Emacs
13627         that don't want all the functionality of gl_GETOPT.
13628
13629 2005-07-26  Bruno Haible  <bruno@clisp.org>
13630
13631         * m4/lock.m4: Update from GNU gettext.
13632
13633 2005-07-26  Bruno Haible  <bruno@clisp.org>
13634
13635         * lib/lock.h: Update from GNU gettext.
13636         * lib/lock.c: Update from GNU gettext.
13637
13638 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13641         obsolescent AC_TRY_RUN.  Include the default includes files, for
13642         'exit'.
13643
13644 2005-07-24  Bruno Haible  <bruno@clisp.org>
13645
13646         * modules/visibility: New file.
13647         * MODULES.html.sh (Misc): Add visibility.
13648
13649 2005-07-24  Bruno Haible  <bruno@clisp.org>
13650
13651         * m4/visibility.m4: New file.
13652
13653 2005-07-24  Bruno Haible  <bruno@clisp.org>
13654
13655         * doc/visibility.texi: New file.
13656
13657 2005-07-22  Bruno Haible  <bruno@clisp.org>
13658
13659         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13660         $(ALLOCA_H), redundant through BUILT_SOURCES.
13661         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13662         redundant through BUILT_SOURCES.
13663         * modules/byteswap (Makefile.am): Remove explicit dependency on
13664         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13665         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13666         $(FNMATCH_H), redundant through BUILT_SOURCES.
13667         * modules/getopt (Makefile.am): Remove explicit dependency on
13668         $(GETOPT_H), redundant through BUILT_SOURCES.
13669         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13670         redundant through BUILT_SOURCES.
13671         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13672         redundant through BUILT_SOURCES.
13673         * modules/stdbool (Makefile.am): Remove explicit dependency on
13674         $(STDBOOL_H), redundant through BUILT_SOURCES.
13675         * modules/stdint (Makefile.am): Remove explicit dependency on
13676         $(STDINT_H), redundant through BUILT_SOURCES.
13677         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13678         Remove explicit dependency on $(SYSEXITS_H).
13679         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13680
13681 2005-07-18  Simon Josefsson  <jas@extundo.com>
13682
13683         * lib/check-version.c (check_version): Accept identical versions too.
13684
13685 2005-07-18  Bruno Haible  <bruno@clisp.org>
13686
13687         * modules/lock: New file.
13688         * MODULES.html.sh (Multithreading): New section.
13689
13690 2005-07-18  Bruno Haible  <bruno@clisp.org>
13691
13692         * m4/lock.m4: New file, from GNU gettext.
13693
13694 2005-07-18  Bruno Haible  <bruno@clisp.org>
13695
13696         * lib/lock.h: New file, from GNU gettext.
13697         * lib/lock.c: New file, from GNU gettext.
13698
13699 2005-07-18  Bruno Haible  <bruno@clisp.org>
13700
13701         * lib/lock.h (gl_once_t): New type.
13702         (gl_once_define, gl_once): New macros.
13703         * lib/lock.c (fresh_once): New variable.
13704         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13705         functions.
13706
13707 2005-07-16  Simon Josefsson  <jas@extundo.com>
13708
13709         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13710         workaround, suggested by Bruno.
13711
13712 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13713
13714         * modules/xalloc (Depends-on): Add xalloc-die.
13715         * modules/xvasprintf (Depends-on): Add xalloc-die.
13716
13717 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13718
13719         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13720         with a minor change.
13721
13722 2005-07-15  Bruno Haible  <bruno@clisp.org>
13723
13724         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13725         When using lib/poll.c, define poll as rpl_poll.
13726
13727 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * modules/argp (Depends-on): Remove unlocked-io.
13730
13731 2005-07-14  Derek Price  <derek@ximbiot.com>
13732
13733         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13734         for glob symlink bug.
13735
13736 2005-07-14  Bruno Haible  <bruno@clisp.org>
13737
13738         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13739         Instead, test for *_unlocked function declarations directly.
13740
13741 2005-07-11  Simon Josefsson  <jas@extundo.com>
13742
13743         * modules/size_max: New file.
13744
13745         * modules/xsize: Depend on size_max module for size_max.m4.
13746
13747 2005-07-11  Simon Josefsson  <jas@extundo.com>
13748
13749         * lib/size_max.h: New file.
13750
13751 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13754         copyright symbol and the year.
13755         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13756         (version_etc_va): Use parameterized copyright notice.
13757         Reword to conform to the current GNU coding standards.
13758
13759 2005-07-11  Karl Berry  <karl@gnu.org>
13760
13761         * doc/gnulib.texi (Quoting): new node.
13762         (Initial import): more info, from Patrice.
13763
13764 2005-07-11  Bruno Haible  <bruno@clisp.org>
13765
13766         * gnulib-tool (func_usage): Document option --avoid.
13767         (Command line options): Handle --avoid.
13768         (func_acceptable): New function.
13769         (func_modules_transitive_closure): Use it.
13770
13771 2005-07-11  Bruno Haible  <bruno@clisp.org>
13772
13773         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13774         Reported by Jim Meyering.
13775
13776 2005-07-10  Bruno Haible  <bruno@clisp.org>
13777
13778         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13779         Needed when size_t is smaller than 'unsigned int'.
13780         Reported by Paul Eggert.
13781
13782 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13783
13784         * modules/argp (Depends-on): Add unlocked-io
13785
13786 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13787
13788         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13789         block of defines.
13790
13791 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13794         fix now.
13795
13796 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13797         and Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13800         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13801
13802 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13803
13804         * modules/regex (Files): Add lib/regex_internal.c,
13805         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13806         (Depends-on): Add extensions.
13807         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13808
13809 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13810
13811         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13812         pathconf.
13813         * m4/same.m4 (gl_SAME): Likewise.
13814         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13815
13816         * m4/regex.m4: Adjust to new libc regex implementation.
13817         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13818         all the .c and .h parts of (the new) regex.
13819         Quote the m4 stuff better.
13820         Check for RE_ICASE bug of old gnulib.
13821         Check for REG_STARTEND of recent libc.
13822         Rename local variables from jm_* to gl_*.
13823         Quote operand of "test -f".
13824         Say "recent enough" version of libc, not "version 2".
13825         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13826         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13827         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13828         Remove check for btowc, isascii.
13829         Require AM_LANGINFO_CODESET.
13830
13831 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * lib/regex.c, regex.h: Sync from libc.
13834         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13835         * lib/regexec.c:
13836         New files, synced from libc, except that regex_internal.h
13837         currently has a small porting fix.
13838
13839 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13842         regex_internal.c, regexec.c.
13843         Add regex_internal.h too, but as a comment, since the libc version
13844         is currently broken in gnulib mode.
13845
13846 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13847
13848         Support programs like Emacs that use gnulib but not gettext.
13849         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13850         * modules/gettext-h: New file.
13851         * modules/gettext (Files): Remove lib/gettext.h.
13852         (Depends-on): Add gettext-h.
13853         (Makefile.am): Remove lib_SOURCES.
13854         * modules/argmatch, modules/c-stack, modules/closeout:
13855         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13856         * modules/execute, modules/file-type, modules/getaddrinfo:
13857         * modules/getopt, modules/human, modules/javacomp:
13858         * modules/javaexec, modules/mkdir-p, modules/obstack:
13859         * modules/openat, modules/pagealign_alloc, modules/pipe:
13860         * modules/quotearg, modules/regex, modules/rpmatch:
13861         * modules/unicodeio, modules/userspec, modules/version-etc:
13862         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13863         * modules/xsetenv:
13864         Depend on gettext-h, not gettext.
13865
13866 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * gnulib-tool (func_import): Add support for 'public domain' license.
13869         * modules/alloca, modules/atexit, modules/memmove:
13870         Now public domain, not GPL.
13871         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13872         * modules/realloc, modules/strerror, modules/strtod:
13873         Now LGPL, not GPL.
13874
13875 2005-07-05  Bruno Haible  <bruno@clisp.org>
13876
13877         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13878         autoconf CVS. Needed for mingw.
13879
13880 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13881
13882         Remove the dependency of the strftime module on the tzset module.
13883         * modules/strftime (Depends-on): Remove dependency on tzset.
13884
13885 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13886
13887         Remove the dependency of the strftime module on the tzset module.
13888         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13889         gl_FUNC_TZSET_CLOBBER.
13890
13891 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         Remove the dependency of the strftime module on the tzset module.
13894         * lib/strftime.c (my_strftime)
13895         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13896         Copy the input structure, to work around some of the bug with
13897         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13898         Solaris releases, you should also use the tzset module, but we won't
13899         require it as a dependency any more since we don't want LGPLed code
13900         to depend on GPLed code.
13901
13902 2005-07-02  Jim Meyering  <jim@meyering.net>
13903
13904         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13905         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13906         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13907         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13908
13909 2005-07-02  Jim Meyering  <jim@meyering.net>
13910
13911         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13912
13913 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13914
13915         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13916         declares only 'struct timespec;' (!).
13917
13918 2005-07-01  Jim Meyering  <jim@meyering.net>
13919
13920         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13921         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13922         * lib/save-cwd.c, tempname.c:
13923         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13924         and don't include <sys/file.h>).
13925
13926 2005-06-29  Jim Meyering  <jim@meyering.net>
13927
13928         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13929         type name.  Use the variable name instead.
13930         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13931         Likewise.
13932
13933 2005-06-28  Simon Josefsson  <jas@extundo.com>
13934
13935         * modules/check-version (Files): Add check-version.m4.
13936
13937 2005-06-28  Simon Josefsson  <jas@extundo.com>
13938
13939         * m4/check-version.m4: New file, suggested by Jim Meyering
13940         <jim@meyering.net>.
13941
13942 2005-06-28  Simon Josefsson  <jas@extundo.com>
13943
13944         * lib/check-version.h, lib/check-version.c: New files.
13945
13946 2005-06-28  Simon Josefsson  <jas@extundo.com>
13947
13948         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13949         collision with global variable.  Better indentation.  Don't
13950         increment buffer pointer beyond buffer end.  Based on comments
13951         from Paul Eggert <eggert@cs.ucla.edu>.
13952
13953         * lib/base64.h: Indent.
13954
13955 2005-06-28  Simon Josefsson  <jas@extundo.com>
13956
13957         * doc/gnulib.texi (Library version handling): New section.
13958
13959 2005-06-28  Jim Meyering  <jim@meyering.net>
13960
13961         * check-module (find_included_lib_files): Hard-code another
13962         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13963         but modules/fts-lgpl (correctly) does not list those files.
13964
13965         * modules/canonicalize (Files): Add lib/pathmax.h.
13966
13967 2005-06-25  Simon Josefsson  <jas@extundo.com>
13968
13969         * modules/check-version: New file.
13970
13971 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13972
13973         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13974         initializer of struct addrinfo, as an indication that we don't
13975         care how many members the structure has.
13976
13977 2005-06-24  Derek Price  <derek@ximbiot.com>
13978         and Bruno Haible  <bruno@clisp.org>
13979
13980         Remove stat module & update lstat.
13981         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13982         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13983         * m4/stat.m4: Remove this file.
13984
13985 2005-06-24  Derek Price  <derek@ximbiot.com>
13986         and Bruno Haible  <bruno@clisp.org>
13987
13988         Remove stat module & update lstat.
13989         * lib/stat.c: Remove this file...
13990         (slash_aware_lstat): ...moving this content and its support...
13991         * lib/lstat.c (rpl_lstat): ...into here.
13992         * lib/lstat.h: New file.
13993
13994 2005-06-24  Derek Price  <derek@ximbiot.com>
13995         and Bruno Haible  <bruno@clisp.org>
13996
13997         Remove stat module & update lstat.
13998         * config/srclist.txt (libc sources): Remove stat.
13999
14000 2005-06-24  Derek Price  <derek@ximbiot.com>
14001         and Bruno Haible  <bruno@clisp.org>
14002
14003         Remove stat module & update lstat.
14004         * MODULES.html.sh (stat): Remove.
14005         * MODULES.html: Regenerated.
14006         * modules/lstat (Description): Correct function name.
14007         (Files): Add "lstat.h".
14008         (Depends-on): Remove stat, add xalloc, stat-macros.
14009         * modules/stat: Remove this file.
14010         (Include): Add "lstat.h", remove <sys/stat.h>.
14011
14012 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14013
14014         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14015         (ranged_convert): Don't save conversion in a temporary struct.
14016         This causes a warning with GCC 4.0.0, and anyway in the typical
14017         case it's not worth the extra 100 bytes or so of code.
14018         (ranged_convert, __mktime_internal): When calling a function via a
14019         pointer P, use P () rather than (*P) (), as we now assume C89 or
14020         better.
14021
14022 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14025         "who -r" failed to give output.  Problem reported by Tim Waugh.
14026
14027         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14028         (xcalloc): Use it to avoid needless tests.
14029         Problem reported by Jim Meyering.
14030
14031 2005-06-20  Derek Price  <derek@ximbiot.com>
14032
14033         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14034         unnecessary for Autoconfs > 2.59c.
14035
14036 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14037
14038         * lib/argp.h (__option_is_short): Check upper limit of
14039         __key. Isprint() requires its argument to have the value
14040         of an unsigned char or EOF.
14041
14042 2005-06-16  Jim Meyering  <jim@meyering.net>
14043
14044         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14045         when either N or S is zero.
14046
14047 2005-06-16  Derek Price  <derek@ximbiot.com>
14048
14049         * m4/bison.m4: Declare YACC & YFLAGS precious.
14050
14051 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14052
14053         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14054         multibyte string or pattern, fall back on unibyte matching.
14055         Problem reported by James Youngman.
14056
14057 2005-06-08  Bruno Haible  <bruno@clisp.org>
14058
14059         * modules/csharpcomp: New file.
14060         * MODULES.html.sh (C#): Add csharpcomp.
14061
14062 2005-06-08  Bruno Haible  <bruno@clisp.org>
14063
14064         * m4/csharpcomp.m4: New file, from GNU gettext.
14065
14066 2005-06-08  Bruno Haible  <bruno@clisp.org>
14067
14068         * lib/csharpcomp.h: New file, from GNU gettext.
14069         * lib/csharpcomp.c: New file, from GNU gettext.
14070         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14071
14072 2005-06-08  Bruno Haible  <bruno@clisp.org>
14073
14074         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14075         warning on mingw.
14076
14077 2005-06-07  Derek Price  <derek@ximbiot.com>
14078
14079         Sync from CVS.
14080         * lib/glob_.h: Indent nested #ifdef.
14081
14082 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         Sync from coreutils.
14085         Use "file name" when talking about file names, instead of "filename"
14086         or "path", as per the GNU coding standards.
14087         * lib/mkdir-p.c: Renamed from makepath.c.
14088         (make_dir_parents): Renamed from make_path.  All callers changed.
14089         * lib/mkdir-p.h: Likewise.  All includers changed.
14090         * lib/filenamecat.c: Renamed from path-concat.c.
14091         (file_name_concat): Renamed from path_concat.  All callers changed.
14092         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14093         * lib/filenamecat.h: Likewise.  All includers changed.
14094         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14095         in comments or local variable names.
14096         * lib/basename.c: Likewise.
14097         * lib/canonicalize.c, canonicalize.h: Likewise.
14098         * lib/dirname.c, dirname.h: Likewise.
14099         * lib/euidaccess.c: Likewise.
14100         * lib/exclude.c: Likewise
14101         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14102         * lib/fsusage.c, fsuage.h: Likewise.
14103         * lib/fts.c, fts_.h: Likewise.
14104         * lib/getcwd.c: Likewise.
14105         * lib/getloadavg.c: Likewise.
14106         * lib/mkstemp.c: Likewise.
14107         * lib/mountlist.c, mountlist.h: Likewise.
14108         * lib/openat.c, openat.h: Likewise.
14109         * lib/readlink-stub.c: Likewise.
14110         * lib/readutmp.c, readutmp.h: Likewise.
14111         * lib/rename.c: Likewise.
14112         * lib/rmdir.c: Likewise.
14113         * lib/same.c: Likewise.
14114         * lib/savedir.c: Likewise.
14115         * lib/stripslash.c: Likewise.
14116         * lib/tempname.c: Likewise.
14117         * lib/xreadlink.c: Likewise.
14118         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14119         All uses changed.
14120         * lib/exclude.h: Likewise.
14121
14122         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14123         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14124         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14125         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14126         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14127         files have been getting away with it for years (MORE/BSD 4.3
14128         is extinct now).
14129         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14130         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14131
14132         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14133         Define to 256, not 255, as per modern POSIX.
14134
14135 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         Sync from coreutils.
14138         Use "file name" when talking about file names, instead of "filename"
14139         or "path", as per the GNU coding standards.
14140         * MODULES.html.sh: mkdir-p renamed from makepath.
14141         filenamecat renamed from path-concat.
14142         * modules/filenamecat: Renamed from modules/path-concat.
14143         (Files): filenamecat.h and filenamecat.c renamed from
14144         path-concat.h and path-concat.c.
14145         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14146         (Include): filenamecat.h, not path-concat.h.
14147         * modules/mkdir-p: Renamed from modules/makepath.
14148         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14149         makepath.c.
14150         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14151         (Include): mkdir-p.h, not makepath.h.
14152
14153 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         Sync from coreutils.
14156         * m4/mkdir-p.m4: Renamed from makepath.m4.
14157         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14158         Rename files from makepath.c to mkdir-p.c, and from
14159         makepath.h to mkdir-p.h.
14160         * m4/filenamecat.m4: Renamed from path-concat.m4.
14161         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14162         Rename files from path-concat.c to filenamecat.c,
14163         and from path-concat.h to filenamecat.h.
14164         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14165         "file name" in local variables or comments.
14166         * m4/rename.m4: Likewise.
14167
14168 2005-06-01  Bruno Haible  <bruno@clisp.org>
14169
14170         * modules/csharpexec: New file.
14171         * MODULES.html.sh (C#): New section.
14172
14173 2005-06-01  Bruno Haible  <bruno@clisp.org>
14174
14175         * m4/csharp.m4: New file, from GNU gettext.
14176         * m4/csharpexec.m4: New file, from GNU gettext.
14177
14178 2005-06-01  Bruno Haible  <bruno@clisp.org>
14179
14180         * lib/csharpexec.h: New file, from GNU gettext.
14181         * lib/csharpexec.c: New file, from GNU gettext.
14182         * lib/csharpexec.sh.in: New file, from GNU gettext.
14183
14184 2005-05-31  Derek Price  <derek@ximbiot.com>
14185             Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         Sync from cvs.
14188         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14189
14190 2005-05-31  Derek Price  <derek@ximbiot.com>
14191             Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         Sync from cvs.
14194         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14195
14196 2005-05-29  Derek Price  <derek@ximbiot.com>
14197
14198         * config/srclist.txt (glob_.h, glob.c): Add these files.
14199
14200 2005-05-29  Derek Price  <derek@ximbiot.com>
14201
14202         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14203         * modules/glob: New file.
14204         * modules/getlogin_r: Add link to POSIX spec in description.
14205
14206 2005-05-29  Derek Price  <derek@ximbiot.com>
14207             Paul Eggert  <eggert@cs.ucla.edu>
14208
14209         * m4/glob.m4: New file.
14210
14211 2005-05-29  Derek Price  <derek@ximbiot.com>
14212             Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         * lib/glob_.h, lib/glob.c: New files.
14215
14216 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14217
14218         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14219         * modules/fts-lgpl (Depends-on): Remove gettext.
14220
14221 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14222
14223         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14224         and don't require gt_INTTYPES_PRI.
14225
14226 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14229
14230         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14231         the configuration hassle isn't worth it.
14232         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14233         (LONGEST_MODIFIER, PRIuMAX): Remove.
14234
14235 2005-05-27  Bruno Haible  <bruno@clisp.org>
14236
14237         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14238
14239 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14240
14241         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14242         _POSIX_PTHREAD_SEMANTICS for Solaris.
14243
14244 2005-05-25  Derek Price  <derek@ximbiot.com>
14245
14246         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14247
14248 2005-05-25  Derek Price  <derek@ximbiot.com>
14249             Paul Eggert  <eggert@cs.ucla.edu>
14250
14251         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14252         * lib/getlogin_r.c, getlogin_r.h: New files.
14253
14254 2005-05-25  Bruno Haible  <bruno@clisp.org>
14255             Derek Price  <derek@ximbiot.com>
14256
14257         * lib/getlogin_r.h: Simplify API documentation.
14258
14259 2005-05-23  Derek Price  <derek@ximbiot.com>
14260
14261         * modules/minmax (Files): Add m4/minmax.m4.
14262         (configure.ac): Add gl_MINMAX.
14263
14264 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14267         so that unistd-safer.h (GPL'ed code) need not be included.
14268
14269 2005-05-22  Bruno Haible  <bruno@clisp.org>
14270
14271         * m4/minmax.m4: New file.
14272         Based on a patch by Derek Price <derek@ximbiot.com>.
14273
14274 2005-05-22  Bruno Haible  <bruno@clisp.org>
14275
14276         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14277         (INT64_MIN): Fix definition.
14278         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14279
14280         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14281         NEED_SIGNED_INT_TYPES.
14282
14283         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14284         HAVE_SYSTEM_INTTYPES.
14285
14286 2005-05-22  Bruno Haible  <bruno@clisp.org>
14287
14288         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14289         Also include <sys/param.h> if it defines MIN, MAX.
14290         Based on a patch by Derek Price <derek@ximbiot.com>.
14291
14292 2005-05-21  Jim Meyering  <jim@meyering.net>
14293
14294         * modules/fts (Files): Add m4/inttypes-pri.m4.
14295         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14296
14297 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14298
14299         New fts module.
14300         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14301         (setup_dir, free_dir): New functions.
14302         (enter_dir, leave_dir): Define trivial
14303         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14304         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14305         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14306         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14307         Move to fts-cycle.c.
14308         (fts_open): Use setup_dir.
14309         (fts_close): Use free_dir.
14310         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14311         This adds a label and some gotos, but the alternatives were messier.
14312         Check for memory allocation failure when entering a dir.
14313         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14314         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14315         (FTS): New member fts_cycle, that is a union that contains the
14316         old active_dir_ht and cycle_state.  All uses changed to mention
14317         fts_cycle.ht and fts_cycle.state.
14318         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14319         fts.c, with the following changes:
14320         (setup_dir, free_dir): New functions.
14321         (enter_dir): Now returns bool.  Return true if successful, false
14322         if memory exhausted.  All callers changed.
14323         Do not bother partly cleaning up on
14324         memory allocation failure; that is free_dir's job.
14325         However, free ad if hash_insert fails, to avoid memory leak.
14326         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14327         fts->fts_options to see which union member to use.
14328
14329 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14330
14331         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14332         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14333
14334 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14335
14336         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14337
14338 2005-05-20  Jim Meyering  <jim@meyering.net>
14339
14340         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14341         Now a macro, to pacify GCC.
14342
14343 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14344
14345         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14346         of -1.
14347
14348 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14349
14350         * lib/chown.c (rpl_chown): Return -1 on failure.
14351
14352 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14353
14354         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14355         Don't check for stddef.h.
14356         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14357         don't use its results.
14358         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14359         since we include them unconditionally.  Don't require
14360         AM_STDBOOL_H, since stdbool is a prerequisite.
14361         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14362         since we assume C89 or better.
14363         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14364         as we don't use their results.
14365         Don't check for fchdir, memmove, memset, strrchr, as we use
14366         them unconditionally.
14367         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14368         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14369
14370 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14373         Include <stddef.h> unconditionally, since we assume C89 now.
14374         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14375         * lib/fts.c: Include fts_.h first, to check interface.
14376         Do not include intprops.h; no longer needed.
14377         Include cycle-check.h and hash.h, since fts_.h no longer does.
14378         Remove unnecessary casts of closedir to void.
14379         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14380         decide whether to decrement nlinks.
14381         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14382         (FTS): Use struct hash_table * instead of Hash_table, so that
14383         we no longer need to include hash.h here.
14384
14385 2005-05-18  Jim Meyering  <jim@meyering.net>
14386
14387         * modules/dirfd (License): Change to LGPL.  Most of the code
14388         is already in the public domain.
14389
14390 2005-05-18  Jim Meyering  <jim@meyering.net>
14391
14392         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14393         Reported by Yoann Vandoorselaere.
14394
14395 2005-05-17  Jim Meyering  <jim@meyering.net>
14396
14397         * m4/fts.m4: New file, from coreutils.
14398
14399 2005-05-17  Jim Meyering  <jim@meyering.net>
14400
14401         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14402
14403 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14404
14405         Sync from coreutils.
14406         * m4/unlinkdir.m4: New file.
14407
14408 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         Sync from coreutils.
14411         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14412         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14413         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14414         White space changes only.
14415         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14416         special.
14417         * lib/yesno.c: Include getline.h, not ctype.h.
14418         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14419         Use getline to remove arbitrary restriction on response length.
14420
14421 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * config/srclist-update: Spell out "Street" in FSF postal
14424         mail address; this is the style the FSF seems to prefer.
14425
14426         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14427         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14428         this updates FSF postal mail address.
14429
14430         Sync from coreutils.
14431         * modules/unlinkdir: New file.
14432         * modules/yesno (Depends-on): Add getline.
14433         * MODULES.html.sh (File system functions): Add unlinkdir.
14434
14435 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14438         lib/strsep.h:
14439         Change the initial comment to refer to GPL, not LGPL.
14440         gnulib-tool will change it to LGPL as needed.
14441
14442         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14443         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14444         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14445         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14446         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14447         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14448         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14449         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14450         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14451         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14452         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14453         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14454         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14455         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14456         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14457         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14458         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14459         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14460         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14461         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14462         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14463         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14464         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14465         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14466         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14467         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14468         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14469         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14470         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14471         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14472         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14473         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14474         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14475         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14476         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14477         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14478         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14479         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14480         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14481         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14482         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14483         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14484         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14485         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14486         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14487         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14488         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14489         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14490         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14491         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14492         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14493         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14494         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14495         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14496         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14497         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14498         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14499         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14500         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14501         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14502         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14503         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14504         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14505         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14506         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14507         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14508         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14509         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14510         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14511         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14512         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14513         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14514         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14515         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14516         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14517         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14518         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14519         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14520         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14521         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14522         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14523         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14524         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14525         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14526         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14527         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14528         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14529         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14530         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14531         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14532         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14533         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14534         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14535         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14536         lib/yesno.c, lib/yesno.h:
14537         Update FSF postal mail address.
14538
14539 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14540
14541         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14542         tests/test-memmem.c, tests/test-stpncpy.c:
14543         Update FSF postal mail address.
14544
14545 2005-05-13  Bruno Haible  <bruno@clisp.org>
14546
14547         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14548         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14549         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14550         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14551         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14552         Add support for 64-bit integers in the MSVC compiler.
14553
14554 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14555
14556         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14557
14558 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14559
14560         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14561
14562 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * doc/getdate.texi (General date syntax): Don't say that date
14565         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14566         Problem reported by Nic Ferrier.
14567
14568 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14569
14570         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14571         specified in ai_socktype. Fix invalid ai_protocol
14572         check. ai_protocol is usually set to 0 or depending on
14573         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14574         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14575         ai_socktype / ai_protocol in the returned addrinfo structure.
14576
14577 2005-05-10  Simon Josefsson  <jas@extundo.com>
14578
14579         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14580         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14581
14582 2005-05-10  Karl Berry  <karl@gnu.org>
14583
14584         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14585         (from http://www.gnu.org/licenses).
14586         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14587         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14588         fdl.texi suffices.
14589
14590 2005-05-10  Karl Berry  <karl@gnu.org>
14591
14592         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14593         (COPYING.DOC): remove.
14594
14595         * config/srclist-update: new FSF address.
14596
14597 2005-05-10  Derek Price  <derek@ximbiot.com>
14598
14599         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14600         possible.
14601
14602 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14603             Bruno Haible  <bruno@clisp.org>
14604
14605         * modules/inet_ntop: New file.
14606         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14607         inet_ntop.
14608
14609 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14610             Bruno Haible  <bruno@clisp.org>
14611
14612         * m4/inet_ntop.m4: New file.
14613
14614 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14615             Bruno Haible  <bruno@clisp.org>
14616
14617         * lib/inet_ntop.h: New file.
14618         * lib/inet_ntop.c: New file, from glibc with modifications.
14619
14620 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * modules/time_r (License): Change to LGPL.
14623         * modules/extensions (License): Change to LGPL.  Actually,
14624         the license is more permissive than that, but currently gnulib-tool
14625         doesn't know how to handle more-permissive licenses.
14626
14627         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14628         Problem reported by Dave Love.
14629
14630 2005-05-08  Jim Meyering  <jim@meyering.net>
14631
14632         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14633         blank.
14634
14635 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         * modules/argmatch (Depends-on): Add stdbool.
14638         * modules/backupfile (Depends-on): Likewise.
14639         * modules/chdir-long (Depends-on): Likewise.
14640         * modules/closeout (Depends-on): Likewise.
14641         * modules/cycle-check (Depends-on): Likewise.
14642         * modules/dirname (Depends-on): Likewise.
14643         * modules/fnmatch (Depends-on): Likewise.
14644         * modules/fsusage (Depends-on): Likewise.
14645         * modules/fwriteerror (Depends-on): Likewise.
14646         * modules/getcwd (Depends-on): Likewise.
14647         * modules/getloadavg (Depends-on): Likewise.
14648         * modules/hard-locale (Depends-on): Likewise.
14649         * modules/makepath (Depends-on): Likewise.
14650         * modules/mountlist (Depends-on): Likewise.
14651         * modules/nanosleep (Depends-on): Likewise.
14652         * modules/posixtm (Depends-on): Likewise.
14653         * modules/quotearg (Depends-on): Likewise.
14654         * modules/readtokens (Depends-on): Likewise.
14655         * modules/readtokens0 (Depends-on): Likewise.
14656         * modules/readutmp (Depends-on): Likewise.
14657         * modules/save-cwd (Depends-on): Likewise.
14658         * modules/strftime (Depends-on): Likewise.
14659         * modules/userspec (Depends-on): Likewise.
14660         * modules/utimecmp (Depends-on): Likewise.
14661         * modules/xgetcwd (Depends-on): Likewise.
14662         * modules/xnanosleep (Depends-on): Likewise.
14663         * modules/xstrtod (Depends-on): Likewise.
14664         * modules/yesno (Depends-on): Likewise.
14665
14666 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14669         needless checks.
14670
14671 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14672
14673         Merge from coreutils.  Among other things,
14674         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14675         * lib/fd-safer.c: New file.
14676         * lib/fcntl-safer.h, open-safer.c: Remove.
14677         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14678         * lib/dup-safer.c: Include unistd-safer.h first.
14679         Don't include errno.h.
14680         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14681         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14682         * lib/file-type.c: Rely on file-type.h change.
14683         * lib/getloadavg.c: Include unistd-safer.h.
14684         (getloadavg): Use safer open.
14685         * lib/getusershell.c: Include "stdio-safer.h".
14686         (getusershell): Use safer fopen.
14687         * lib/long-options.c (long_options): Use NULL rather than 0.
14688         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14689         'free'.
14690         * lib/modechange.c: Likewise.
14691         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14692         (MODE_DONE): New constant.
14693         (struct mode_change): Remove 'next' member.
14694         (make_node_op_equals): New function; like the old one of the
14695         same name, except it allocates an array.
14696         (mode_compile, mode_create_from_ref): Use it.
14697         (mode_compile): Allocate result as an array, not a linked list.
14698         Parse octal string ourself, so that we catch mistakes like "+0".
14699         (mode_adjust): Arg is an array, not a linked list.
14700         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14701         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14702         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14703         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14704         Remove.  This is now stat-macros.h's job.
14705         (talloc): Remove.  All callers replaced by xalloc, so that
14706         our invokers don't have to worry about reporting memory failures.
14707         (make_node_op_equals): Remove.
14708         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14709         New constants.
14710         (struct mode_change): Moved here from modechange.h.
14711         (mode_append_entry): Remove.
14712         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14713         apps to have incorrect behavior.  Use simpler algorithm for head
14714         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14715         Detect more invalid usages rather than having somewhat-random behavior.
14716         Don't insert an "a=" action, as that leads to incorrect behavior.
14717         (mode_compile, mode_create_from_ref): Return NULL on error instead
14718         of an enum, since now there's only one way to have an error.  All
14719         callers changed.
14720         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14721         at the correct time.  Simplify calculation of "+u" and its ilk.
14722         Don't mishandle "+X".
14723         (mode_free): Remove "register" and localize decls.
14724         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14725         (struct mode_change): Move to modechange.c; callers don't
14726         need to see this stuff.
14727         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14728         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14729         (mode_change, mode_adjust): Reflect the new signatures noted above.
14730         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14731         that might redefine system include files.
14732         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14733         (my_usleep): Use NULL rather than (void *) 0.
14734         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14735         Use siginterrupt to specify that system calls should be interrupted.
14736         (rpl_nanosleep): Move initialization of suspended closer to call of
14737         my_usleep.
14738         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14739         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14740         (desirable_utmp_entry): New function.
14741         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14742         using x2nrealloc, to simplify logic.
14743         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14744         size calculation.  Do not assume utmp file is a regular file.
14745         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14746         (READ_UTMP_CHECK_PIDS): New constant.
14747         * lib/save-cwd.c: Include unistd-safer.h.
14748         (save_cwd): Use fd_safer.
14749         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14750         [!_LIBC] Include "stat-macros.h" instead.
14751         * lib/unistd-safer.h (fd_safer): New decl.
14752
14753 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14754
14755         * modules/getloadavg (Depends-on): Add unistd-safer.
14756         * modules/getusershell (Depends-on): Add stdio-safer.
14757         * modules/lstat (Depends-on): Remove xalloc.
14758         * modules/mkstemp (Depends-on): Add stat-macros.
14759         * modules/modechange (Depends-on): Remove xstrtol.
14760         Add stat-macros, xalloc.
14761         * modules/save-cwd (Depends-on): Add unistd-safer.
14762         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14763         * modules/unistd-safer (Files): Add lib/fd-safer.c
14764         (Makefile.am): Remove lib_SOURCES.
14765
14766         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14767         Remove fcntl-safer; unistd-safer supersedes it.
14768
14769 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14770
14771         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14772         AC_HEADER_STAT.
14773         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14774         (gl_PREREQ_CHOWN): Remove.
14775         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14776         it.  Don't require AC_HEADER_STAT.
14777         (gl_PREREQ_LSTAT): Remove.
14778         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14779         Don't require AC_HEADER_STAT.
14780         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14781         (gl_PREREQ_RMDIR): Remove.
14782         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14783         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14784         the stat-macros module a prerequisite.
14785         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14786         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14787         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14788         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14789         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14790         variable names.
14791         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14792         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14793         variable prefixes.
14794         * m4/fcntl-safer.m4: Remove.
14795         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14796         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14797         Invoke gl_PREREQ_FD_SAFER.
14798         (gl_PREREQ_FD_SAFER): New macro.
14799         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14800         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14801         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14802         Remove duplicate call to AC_LIBOBJ(readutmp).
14803         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14804
14805         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14806         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14807
14808 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14809
14810         * MODULES.html.sh (Misc): Add byteswap.
14811
14812 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14813
14814         * modules/getcwd (Depends-on): Add extensions.
14815         * modules/openat (Depends-on): Likewise.
14816
14817 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14818
14819         * modules/byteswap: New file.
14820
14821 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14822
14823         * m4/byteswap.m4: New file.
14824
14825 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14826
14827         * lib/byteswap_.h: New file.
14828
14829 2005-04-25  Karl Berry  <karl@gnu.org>
14830
14831         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14832
14833 2005-04-25  Albert Chin  <china@thewrittenword.com>
14834
14835         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14836         Toolkit C bug.
14837
14838 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14839
14840         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14841         (func_ln_if_changed) Remove forcibly for no error message
14842         in case file does not exist.
14843
14844 2005-04-19  Simon Josefsson  <jas@extundo.com>
14845
14846         * gnulib-tool (Options): Make --symlink mean --symbolic.
14847
14848 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14849
14850         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14851
14852 2005-04-16  Simon Josefsson  <jas@extundo.com>
14853
14854         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14855
14856 2005-04-15  Simon Josefsson  <jas@extundo.com>
14857
14858         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14859
14860 2005-04-15  Simon Josefsson  <jas@extundo.com>
14861
14862         * gnulib-tool: Rename --symlink to --symbolic.
14863
14864 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14865
14866         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14867         symbolic links to files instead of copying/moving.  Add --aux-dir,
14868         specifying directory relative --dir where auxiliary build tools
14869         are placed.
14870
14871 2005-04-14  Bruno Haible  <bruno@clisp.org>
14872
14873         * modules/allocsa (License): Change to LGPL.
14874         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14875
14876 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14879         that "UTC +1 second" continues to work.  Problem reported
14880         by Dmitry V. Levin.
14881         (relunit_snumber): New rule.
14882         (relunit): Use it.
14883
14884 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14885
14886         * lib/getdate.y (universal_time_zone_table): New constant.
14887         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14888         universal_time_zone_table.
14889         (lookup_zone): Prefer universal_time_zone_table to
14890         local_time_zone_table, so that "GMT" time stamps are allowed in
14891         London during the summer.  Problem reported by Ian Abbott.
14892
14893 2005-04-12  Jim Meyering  <jim@meyering.net>
14894
14895         * lib/human.c (humblock): Set *options even when returning due to
14896         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14897         warning from gcc-4.
14898
14899 2005-04-09  Jim Meyering  <jim@meyering.net>
14900
14901         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14902         -Wuninitialized: initialize tm0.tm_year.
14903
14904 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14907         count, since there's no maximum.  All uses changed.
14908         Add member dsts_seen.
14909         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14910         not being INT_MAX.
14911         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14912         Use pc_rels_seen to decide whther a date is absolute.
14913
14914         * lib/getdate.y (number): Don't overwrite year.
14915         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14916         check.
14917
14918 2005-04-02  Simon Josefsson  <jas@extundo.com>
14919
14920         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14921         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14922
14923 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14924
14925         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14926         where no absolute path name can be longer than PATH_MAX.
14927
14928 2005-03-27  Jim Meyering  <jim@meyering.net>
14929
14930         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14931
14932 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14933
14934         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14935         "one's complement" -> "ones' complement" in comment, as per Knuth.
14936         "value of type" -> "type or expression" in comment.
14937         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14938
14939 2005-03-26  Jim Meyering  <jim@meyering.net>
14940
14941         Comment nits.
14942         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14943         Correct typos: s/or/of/.
14944
14945 2005-03-26  Jim Meyering  <jim@meyering.net>
14946
14947         * modules/check-include-files: Move to ../ and rename to...
14948         * check-module: ...this.
14949
14950 2005-03-25  Jim Meyering  <jim@meyering.net>
14951
14952         * modules/xvasprintf (Files): Add xalloc.h.
14953
14954 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14955
14956         * modules/gettext (Files): config/config.rpath ->
14957         build-aux/config.rpath
14958         * modules/iconv (Files): Likewise.
14959         Problem reported by Oskar Liljeblad.
14960
14961 2005-03-23  Jim Meyering  <jim@meyering.net>
14962
14963         * modules/check-include-files: New script to check for
14964         missing dependencies, multiple includes, etc.
14965
14966         * modules/c-strtold (Depends-on): Add xalloc.
14967         * modules/c-strtod (Depends-on): Add xalloc.
14968         * modules/hash (Depends-on): Add xalloc.
14969         (Files): Remove lib/xalloc.h.
14970
14971         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14972         * modules/userspec (Files): Add lib/inttostr.h.
14973
14974 2005-03-23  Jim Meyering  <jim@meyering.net>
14975
14976         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14977
14978 2005-03-22  Jim Meyering  <jim@meyering.net>
14979
14980         * modules/stat-macros: New module.
14981         * modules/canonicalize, modules/euidaccess, modules/file-type,
14982         * modules/filemode, modules/lchown, modules/makepath,
14983         * modules/rmdir, modules/stat: Depend on new stat-macros module
14984         rather than listing lib/stat-macros.h manually.
14985         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14986
14987 2005-03-22  Jim Meyering  <jim@meyering.net>
14988
14989         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14990
14991 2005-03-22  Bruno Haible  <bruno@clisp.org>
14992
14993         * config/srclist.txt: Replace target directory 'config' with
14994         'build-aux'.
14995         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14996         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14997         ../build-aux/.
14998
14999 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * modules/chdir-long (Depends-on): Add mempcpy.
15002
15003         * modules/acl, modules/backupfile, modules/c-strtod,
15004         modules/c-strtold, modules/canon-host, modules/canonicalize,
15005         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15006         modules/exclude, modules/exitfail, modules/file-type,
15007         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15008         modules/getdate, modules/getline, modules/getpagesize,
15009         modules/getpass, modules/getugroups, modules/group-member,
15010         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15011         modules/inttostr, modules/long-options, modules/makepath,
15012         modules/md5, modules/memcasecmp, modules/memcoll,
15013         modules/modechange, modules/mountlist, modules/path-concat,
15014         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15015         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15016         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15017         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15018         modules/strftime, modules/strndup, modules/strverscmp,
15019         modules/timespec, modules/unlocked-io, modules/userspec,
15020         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15021         modules/yesno:
15022         Remove lib_SOURCES line from Makefile.am section, as this is now
15023         done automatically by the corresponding Autoconf macro.
15024
15025 2005-03-21  Jim Meyering  <jim@meyering.net>
15026
15027         Changes imported from coreutils.
15028
15029         * lib/cycle-check.c: Don't include xalloc.h.
15030
15031         * lib/path-concat.c: Don't include assert.h.
15032         (path_concat): Remove assertion that would have triggered
15033         for ABASE starting with more than one slash.
15034         Reported by Andreas Schwab.
15035
15036         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15037         properly when ABASE is an absolute file name.
15038         Correct the description of this function.
15039         Include <assert.h>.
15040         Add an assertion and a test driver.
15041         This fixes a bug introduced on 2004-07-02.
15042         Andreas Schwab reported the resulting failure of cp --parents:
15043         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15044
15045 2005-03-21  Jim Meyering  <jim@meyering.net>
15046
15047         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15048         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15049
15050 2005-03-21  Jim Meyering  <jim@meyering.net>
15051         and  Paul Eggert  <eggert@cs.ucla.edu>
15052
15053         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15054         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15055         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15056         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15057         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15058         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15059         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15060         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15061         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15062         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15063         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15064         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15065         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15066         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15067         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15068         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15069         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15070         for these modules.
15071
15072 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15073
15074         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15075         (which shouldn't happen), generate nothing instead of returning 0
15076         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15077
15078 2005-03-16  Bruno Haible  <bruno@clisp.org>
15079
15080         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15081         HAVE_LONGLONG_64BIT.
15082
15083 2005-03-16  Bruno Haible  <bruno@clisp.org>
15084
15085         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15086         HAVE_LONGLONG_64BIT.
15087
15088 2005-03-16  Bruno Haible  <bruno@clisp.org>
15089
15090         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15091         HAVE_LONGLONG_64BIT.
15092
15093 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15096         reliably distinguish strftime failure from empty output on POSIX
15097         hosts.
15098
15099 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15102         (iconv_string): Don't guess a size-zero buffer, as that might cause
15103         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15104         result would be 'too large', where 'too large' is (heuristically)
15105         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15106         overflow concerns.  This will prevent some unwanted malloc failures
15107         when the inputs are very large.
15108
15109 2005-03-15  Karl Berry  <karl@gnu.org>
15110
15111         * config/srclist.txt (config.rpath): from gettext.
15112         * config/config.rpath: update.
15113
15114 2005-03-15  Bruno Haible  <bruno@clisp.org>
15115
15116         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15117         to 'negate'.
15118
15119         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15120         variable.
15121
15122         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15123         results.
15124
15125 2005-03-14  Simon Josefsson  <jas@extundo.com>
15126
15127         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15128         <fx@gnu.org>.
15129
15130 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15131
15132         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15133         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15134         intprops.h.
15135         * lib/strtol.c: Likewise.
15136
15137 2005-03-14  Jim Meyering  <jim@meyering.net>
15138
15139         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15140         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15141         to be nonzero so that we (and caller) can detect the difference
15142         between a valid zero-length expansion and an error return, even
15143         when the underlying strftime fails before writing anything into
15144         that location.
15145
15146 2005-03-14  Bruno Haible  <bruno@clisp.org>
15147
15148         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15149         Update from GNU gettext 0.14.3.
15150
15151 2005-03-10  Jim Meyering  <jim@meyering.net>
15152
15153         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15154
15155 2005-03-10  Jim Meyering  <jim@meyering.net>
15156
15157         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15158         so that this module works on systems without fchdir.
15159
15160 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15161
15162         Factor int-properties macros into a single file, except for
15163         glibc-related files.
15164         * lib/intprops.h: New file.
15165         * lib/getloadavg.c: Include it instead of limits.h.
15166         (INT_STRLEN_BOUND): Remove.
15167         * lib/human.c: Include intprops.h.
15168         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15169         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15170         302/1000.
15171         * lib/inttostr.h: Include intprops.h instead of limits.h.
15172         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15173         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15174         for consistency with intprops.h.
15175         (time_t_is_integer, twos_complement_arithmetic): Use them.
15176         * lib/sig2str.h: Include <signal.h>, intprops.h.
15177         (INT_STRLEN_BOUND): Remove.
15178         * lib/strftime.c (TYPE_SIGNED): Remove.
15179         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15180         * lib/strtol.c: Adjust comments to match intprops.h.
15181         * lib/userspec.c: Include intprops.h.
15182         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15183         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15184         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15185         instead of rolling our own expressions.
15186         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15187
15188         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15189         instead of int.
15190         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15191         the right thing even if adding 1900 would overflow.  Similarly
15192         for tm_mon + 1 and tm_yday + 1.
15193         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15194         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15195         (DO_SIGNED_NUMBER): New macro.
15196         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15197
15198 2005-03-07  Bruno Haible  <bruno@clisp.org>
15199
15200         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15201
15202 2005-03-07  Bruno Haible  <bruno@clisp.org>
15203
15204         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15205
15206 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15207
15208         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15209         (func_import): Only replace files via --import when they have actually
15210         changed.
15211
15212 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15213
15214         * m4/mmap-anon.m4: New file.
15215         * m4/pagealign_alloc.m4: New file.
15216
15217 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15218             Bruno Haible  <bruno@clisp.org>
15219
15220         * modules/pagealign_alloc: New file.
15221         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15222
15223 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15224             Bruno Haible  <bruno@clisp.org>
15225
15226         * lib/pagealign_alloc.h: New file.
15227         * lib/pagealign_alloc.c: New file.
15228
15229 2005-03-03  Bruno Haible  <bruno@clisp.org>
15230
15231         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15232         Use an all-permissive copyright notice, recommended by RMS.
15233
15234 2005-03-02  Bruno Haible  <bruno@clisp.org>
15235
15236         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15237         of AIX, the replacement has to be done only after <string.h> is
15238         included, therefore not in config.h. stpncpy.h does the replacement,
15239         and stpncpy.c uses it.
15240
15241 2005-03-02  Bruno Haible  <bruno@clisp.org>
15242
15243         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15244         stpncpy.c uses it.
15245
15246 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15249         The workaround isn't strictly needed for POSIX conformance, and
15250         it's too much of a pain to configure and maintain.  We'll ask
15251         people to fix their kernels instead.
15252         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15253         (NANOSLEEP_BUG_WORKAROUND): Remove.
15254         (xnanosleep): Remove the workaround.
15255
15256 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15259         Reported by Derek Price.
15260         (Include): Add "timespec.h".
15261
15262         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15263
15264 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15267         to detect nanosleep bug.
15268
15269 2005-03-01  Bruno Haible  <bruno@clisp.org>
15270
15271         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15272
15273 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         * modules/gethrxtime: New file.
15276         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15277         (Depends-on): Add gethrxtime.
15278         (configure.ac): Add gl_XNANOSLEEP.
15279         (Makefile.am): Remove lib_SOURCES line.
15280
15281 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15282
15283         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15284         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15285
15286 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15289         * lib/timespec.h (gettime): Return void, since it always
15290         succeeds now.  All uses changed.
15291         * lib/gettime.c (gettime) Likewise.
15292         [HAVE_NANOTIME]: Prefer nanotime.
15293         Assume gettimeofday succeeds, as POSIX requires.
15294         Assime time () succeeds, since other code already does.
15295         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15296         (timespec_subtract): Remove.
15297         (NANOSLEEP_BUG_WORKAROUND): New constant.
15298         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15299         things considerably.  Use it only on GNU/Linux hosts, since the
15300         workaround shouldn't be needed elsewhere.
15301
15302 2005-02-24  Bruno Haible  <bruno@clisp.org>
15303
15304         * modules/gettext (Files): Add m4/glibc2.m4.
15305
15306 2005-02-24  Bruno Haible  <bruno@clisp.org>
15307
15308         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15309         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15310         * m4/progtest.m4:
15311         Update from GNU gettext 0.14.2.
15312         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15313
15314 2005-02-24  Bruno Haible  <bruno@clisp.org>
15315
15316         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15317         * lib/config.charset: Update from GNU gettext 0.14.2.
15318
15319 2005-02-24  Bruno Haible  <bruno@clisp.org>
15320
15321         * lib/gettext.h: Update from GNU gettext 0.14.2.
15322
15323 2005-02-23  Simon Josefsson  <jas@extundo.com>
15324
15325         * m4/iconvme.m4: New file.
15326
15327 2005-02-23  Jim Meyering  <jim@meyering.net>
15328
15329         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15330         change.
15331         Thanks to Bruno Haible for catching it.
15332
15333 2005-02-22  Simon Josefsson  <jas@extundo.com>
15334
15335         * modules/iconvme: New file.
15336
15337         * MODULES.html.sh: Add iconvme.
15338
15339 2005-02-22  Simon Josefsson  <jas@extundo.com>
15340
15341         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15342
15343 2005-02-22  Simon Josefsson  <jas@extundo.com>
15344
15345         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15346
15347 2005-02-22  Jim Meyering  <jim@meyering.net>
15348
15349         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15350         s/ifndef/ifdef/.
15351
15352 2005-02-20  Neil Conway  <neilc@samurai.com>
15353
15354         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15355         returned by OSX/Darwin if the specified buffer is not large
15356         enough for the hostname.
15357
15358 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15359
15360         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15361         pass it to _help, otherwise the latter coredumps trying to
15362         dereference state.root_argp.
15363
15364 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * modules/chdir-long (Depends-on): Add memrchr.
15367         * modules/memrchr (Files): Add lib/memrchr.h.
15368         (Include): "memrchr.h".
15369
15370 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15373
15374 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15375
15376         * lib/memrchr.h: New file.
15377         * lib/chdir-long.c: Include it.
15378         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15379         Don't bother including stddef.h.
15380
15381 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15384         inclusion.
15385         Include <sys/types.h>, for dev_t.
15386         (ME_DUMMY, ME_REMOTE): Move from here....
15387         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15388         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15389         Dmitry V. Levin.
15390         Include mountlist.h first, to test the interface.
15391
15392 2005-01-29  Bruno Haible  <bruno@clisp.org>
15393
15394         * lib/progname.c (program_name): Initialize.
15395         Needed when linking statically on MacOS X.
15396
15397 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         Sync from coreutils.
15400         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15401         (Depends-on): Add c-strtod.
15402         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15403
15404 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15405
15406         Sync from coreutils.
15407         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15408
15409         Remove files that are specific to coreutils.
15410         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15411
15412 2005-01-28  Bruno Haible  <bruno@clisp.org>
15413
15414         * modules/javacomp: New file.
15415         * MODULES.html.sh (Java): Add javacomp.
15416
15417 2005-01-28  Bruno Haible  <bruno@clisp.org>
15418
15419         * m4/javacomp.m4: New file, from GNU gettext.
15420
15421 2005-01-28  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/javacomp.sh.in: New file, from GNU gettext.
15424         * lib/javacomp.h: New file, from GNU gettext.
15425         * lib/javacomp.c: New file, from GNU gettext.
15426
15427 2005-01-26  Simon Josefsson  <jas@extundo.com>
15428
15429         * lib/gai_strerror.c: Use GPL in header.
15430
15431 2005-01-26  Bruno Haible  <bruno@clisp.org>
15432
15433         * modules/javaexec: New file.
15434         * MODULES.html.sh (Java): Add javaexec.
15435
15436 2005-01-26  Bruno Haible  <bruno@clisp.org>
15437
15438         * m4/javaexec.m4: New file, from GNU gettext.
15439
15440 2005-01-26  Bruno Haible  <bruno@clisp.org>
15441
15442         * lib/javaexec.sh.in: New file, from GNU gettext.
15443         * lib/javaexec.h: New file, from GNU gettext.
15444         * lib/javaexec.c: New file, from GNU gettext.
15445
15446 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15447
15448         * modules/lchown (Depends-on): Remove lchown.h
15449
15450 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15451
15452         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15453         must be defined if the header file was not found, in order
15454         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15455
15456 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15457
15458         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15459         initializers for struct pentry_state.
15460         (__argp_error): Check return value of __asprintf
15461         (__argp_failure): Translate error message
15462
15463         * lib/argp-parse.c: Removed braces around the expansion of N_()
15464
15465 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15466
15467         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15468         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15469         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15470         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15471         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15472         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15473         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15474         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15475         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15476         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15477         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15478         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15479         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15480         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15481         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15482         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15483         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15484         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15485         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15486         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15487         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15488         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15489         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15490         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15491         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15492         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15493         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15494         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15495         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15496         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15497         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15498         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15499         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15500         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15501         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15502         Use an all-permissive copyright notice, recommended by RMS.
15503
15504 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         * modules/chdir-long (Depends-on): Remove mempcpy.
15507
15508 2005-01-21  Jim Meyering  <jim@meyering.net>
15509
15510         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15511         same value as for Solaris 9.
15512
15513         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15514         component length.  This included changing the parameter to be
15515         of type `char *' rather than `char const *'.
15516         * lib/chdir-long.h (chdir_long): Update prototype.
15517
15518         * lib/openat.c (fdopendir, fstatat): New functions.
15519         * lib/openat.h: Include headers required for use of DIR and struct
15520         stat.
15521         [AT_SYMLINK_NOFOLLOW]: Define.
15522         (fdopendir, fstatat): Add prototypes.
15523
15524 2005-01-21  Bruno Haible  <bruno@clisp.org>
15525
15526         * modules/classpath: New file.
15527         * MODULES.html.sh (Java): Add classpath.
15528
15529 2005-01-21  Bruno Haible  <bruno@clisp.org>
15530
15531         * lib/classpath.h: New file, from GNU gettext.
15532         * lib/classpath.c: New file, from GNU gettext.
15533
15534 2005-01-20  Simon Josefsson  <jas@extundo.com>
15535
15536         * modules/version-etc-fsf: New file.
15537
15538 2005-01-20  Simon Josefsson  <jas@extundo.com>
15539
15540         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15541         * lib/version-etc.c: Remove version_etc_copyright.
15542         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15543         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15544
15545 2005-01-20  Simon Josefsson  <jas@extundo.com>
15546
15547         * lib/base64.h (isbase64): Add.
15548
15549         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15550         using a unsigned prototype, don't inline.
15551         (base64_decode): Use it.
15552
15553 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15554
15555         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15556         it.
15557
15558 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * lib/save-cwd.c (save_cwd): Remove code to support the case
15561         where fchdir is missing or flaky.
15562
15563 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15564
15565         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15566
15567 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15570         AC_LIBSOURCES now does this.
15571         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15572         with new ullong_max module.
15573
15574 2005-01-19  Bruno Haible  <bruno@clisp.org>
15575
15576         * modules/sh-quote: New file.
15577         * MODULES.html.sh (Executing programs): Add sh-quote.
15578
15579 2005-01-19  Bruno Haible  <bruno@clisp.org>
15580
15581         * lib/sh-quote.h: New file, from GNU gettext.
15582         * lib/sh-quote.c: New file, from GNU gettext.
15583
15584 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         Merge from coreutils.
15587         * m4/ullong_max.m4: New file.
15588         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15589         (gl_MACROS): Assume localeconv exists.
15590
15591 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         Merge changes from coreutils, as described below in several
15594         changelogs dated today.
15595
15596         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15597         (O_DIRECTORY): Remove; not needed here, since "." must be
15598         a directory.  All uses removed.
15599         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15600         universal on Suns, and we also need to test for IRIX.
15601         Revamp code to use 'if' rather than '#if'.
15602         Avoid unnecessary comparison of cwd->desc to 0.
15603
15604         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15605         for known valid error numbers rather than observed invalid ones.
15606
15607 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         * modules/ullong_max: New file.
15610
15611         * modules/chdir-long, modules/openat: New files.
15612         * modules/save-cwd (Depends-on): Depend on chdir-long.
15613         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15614
15615 2005-01-18  Jim Meyering  <jim@meyering.net>
15616
15617         Merge from coreutils.
15618         * m4/chdir-long.m4, m4/openat.m4: New files.
15619         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15620         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15621         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15622         is sane and DOES follow symlinks.  Besides, testing 20 different
15623         systems found no broken chown implementations.
15624         Prompted by a change in rsync's copy of this macro.
15625         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15626
15627         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15628
15629         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15630         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15631         NULL-means-set-to-current-time semantics.
15632         Remove temporary file immediately, rather than waiting
15633         for configure's at-exit trap code to do it.
15634
15635 2005-01-18  Jim Meyering  <jim@meyering.net>
15636
15637         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15638
15639         * lib/utimens.c (futimens): Account for the fact that futimes
15640         can also fail with errno == ENOSYS or errno == ENOENT.
15641         Patch from Dmitry V. Levin.
15642
15643         Change the name of the robust chdir function from chdir to chdir_long.
15644         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15645         (restore_cwd): Use chdir_long, not chdir.
15646         * lib/chdir-long.c: Renamed from chdir.c.
15647         * lib/chdir-long.h: Renamed from chdir.h.
15648         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15649         Hurd.
15650
15651 2005-01-18  Bruno Haible  <bruno@clisp.org>
15652
15653         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15654         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15655         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15656         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15657         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15658         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15659         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15660         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15661         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15662         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15663         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15664         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15665         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15666         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15667         Use an all-permissive copyright notice, recommended by RMS.
15668
15669 2005-01-18  Bob Proulx  <bob@proulx.com>
15670
15671         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15672         simplify offsetof() macro construct to avoid compile failure with
15673         native HP-UX 11.0 ANSI C compiler.
15674
15675 2005-01-17  Bruno Haible  <bruno@clisp.org>
15676
15677         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15678         redundant because stpncpy.m4 takes care of it.
15679
15680 2005-01-17  Bruno Haible  <bruno@clisp.org>
15681
15682         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15683
15684 2005-01-17  Bruno Haible  <bruno@clisp.org>
15685
15686         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15687         used.
15688
15689 2005-01-17  Bruno Haible  <bruno@clisp.org>
15690
15691         * lib/fwriteerror.h (fwriteerror): Change specification to include
15692         fclose.
15693         * lib/fwriteerror.c: Include <stdbool.h>.
15694         (fwriteerror): At the end, close the file stream. Record whether
15695         stdout was already closed.
15696
15697 2005-01-17  Bruno Haible  <bruno@clisp.org>
15698
15699         * lib/execute.c (environ): Declare if needed.
15700         * lib/pipe.c (environ): Likewise.
15701         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15702
15703 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15704
15705         * modules/argp: Depend on vsnprintf
15706
15707 2005-01-10  Jim Meyering  <jim@meyering.net>
15708
15709         * modules/closeout (Depends-on): Add atexit.
15710
15711 2005-01-06  Bruno Haible  <bruno@clisp.org>
15712
15713         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15714
15715 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15716
15717         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15718         definitions to be after all include files, to avoid collisions.
15719         Problem reported by Bob Proulx.
15720
15721 2005-01-04  Jim Meyering  <jim@meyering.net>
15722
15723         Changes imported from coreutils.
15724         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15725         as the mkstemp template, use a temporary directory and an
15726         8.3-friendly template to avoid trouble on systems like DJGPP.
15727         Reported by Juan M. Guerrero via Stepan Kasal.
15728         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15729         close. Remove the temporary directory right away, rather than waiting
15730         for configure's at-exit trap code to do it.
15731         Suggestion from Stepan Kasal.
15732
15733 2005-01-01  Simon Josefsson  <jas@extundo.com>
15734
15735         * gnulib-tool: Print #include directives when --import'ing.
15736
15737 2004-12-28  Simon Josefsson  <jas@extundo.com>
15738
15739         * tests/test-base64.c: Include required header files.  Remove
15740         unused variables.
15741
15742 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * modules/error (Depends-on): Remove gettext.
15745
15746 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15749         not needed.  This removes a dependency on the gettext module.
15750         [defined _LIBC]: Do not include <libintl.h>; not needed.
15751
15752 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15755         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15756
15757 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15760         HAVE_DECL_STRTOLD.
15761
15762 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15763
15764         * modules/getdate (Depends-on): Remove alloca-opt.
15765
15766 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15769
15770 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15771
15772         * lib/argp-parse.c: Include <stddef.h>.
15773         (alignof, alignto): New macros.
15774         (parser_init): Don't assume that void * is aligned sufficiently
15775         for struct option.
15776
15777         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15778         need to extend the stack.
15779         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15780         large.
15781
15782 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15783
15784         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15785
15786 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15789         (2004-10-24) change.  Apparently this was a false alarm.
15790
15791         * modules/getdate: Depend on alloca-opt, not alloca.
15792
15793 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15796         Remove now-obsolete comment about AIX.
15797         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15798         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15799         (YYMAXDEPTH): New macro.
15800
15801 2004-12-18  Simon Josefsson  <jas@extundo.com>
15802
15803         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15804
15805 2004-12-18  Bruno Haible  <bruno@clisp.org>
15806
15807         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15808
15809 2004-12-18  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/fatal-signal.c (fatal_signals): Make non-const.
15812         (init_fatal_signals): New function.
15813         (uninstall_handlers, install_handlers): Ignore signals that were set to
15814         SIG_IGN.
15815         (at_fatal_signal): Call init_fatal_signals.
15816         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15817         SIG_IGN.
15818         Reported by Paul Eggert.
15819
15820 2004-12-18  Bruno Haible  <bruno@clisp.org>
15821
15822         * doc/alloca.texi: New file.
15823         * doc/alloca-opt.texi: New file.
15824
15825 2004-12-17  Jim Meyering  <jim@meyering.net>
15826
15827         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15828         Otherwise, install-sh could exit with improper exit status when
15829         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15830
15831 2004-12-16  Simon Josefsson  <jas@extundo.com>
15832
15833         * tests/test-base64.c: Add license.
15834
15835 2004-12-15  Stepan Kasal  <address@hidden>
15836
15837         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15838
15839 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         * modules/getcwd (Files): Add m4/d-ino.m4.
15842         Suggested by Mark D. Baushke.
15843
15844 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15845
15846         * lib/getdate.y (textint): New member "negative".
15847         (time_zone_hhmm): New function.
15848         Expect 14 shift-reduce conflicts, not 13.
15849         (o_colon_minutes): New rule.
15850         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15851         (yylex): Set the "negative" member of signed numbers.
15852
15853 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15854
15855         * doc/getdate.texi (Time of day items, Time zone items):
15856         Describe new formats +00:00, UTC+00:00.
15857
15858 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15859
15860         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15861         spurious "-l"s.  Problem reported by Stepan Kasal.
15862
15863 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15866         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15867
15868 2004-12-04  Simon Josefsson  <jas@extundo.com>
15869
15870         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15871         Vandoorselaere <yoann@prelude-ids.org>.
15872
15873 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15874
15875         Changes imported from coreutils.
15876         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15877         exist.
15878         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15879
15880 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15881
15882         Changes imported from coreutils.
15883         * lib/hard-locale.c: Assume <locale.h> exists.
15884         Include "strdup.h".
15885         (GLIBC_VERSION): New macro.
15886         (hard_locale): Assume setlocale exists.
15887         Rewrite to avoid #ifdef.
15888         Use strdup rather than malloc + strcpy.
15889         * lib/human.c: Assume <locale.h> exists.
15890         (human_readable): Assume localeconv exists.
15891
15892 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15893
15894         * modules/hard-locale (Depends-on): Add strdup.
15895
15896 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15897
15898         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15899         convert T2, not T.  (Imported from libc.)
15900
15901 2004-11-30  Simon Josefsson  <jas@extundo.com>
15902
15903         * modules/restrict (License): Change to LGPL.
15904
15905 2004-11-30  Simon Josefsson  <jas@extundo.com>
15906
15907         * m4/restrict.m4: Add copyright and copying conditions.
15908
15909 2004-11-30  Simon Josefsson  <jas@extundo.com>
15910
15911         * m4/base64.m4: New file.
15912
15913 2004-11-30  Simon Josefsson  <jas@extundo.com>
15914
15915         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15916         base64.
15917
15918         * tests/test-base64.c: New file.
15919
15920         * modules/base64: New file.
15921
15922 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15925         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15926
15927         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15928
15929 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15932         (__getcwd.c): Don't restore errno; glibc doesn't.
15933         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15934         first, falling back to our code only if its results look suspicious.
15935         Ensure that the resulting buffer is only as large as necessary.
15936
15937         * lib/readutmp.c: Include readutmp.h first.
15938         Include <errno.h>, since readutmp.h no longer does that.
15939         * lib/readutmp.h: Don't include <errno.h>,
15940         <sys/param.h>, <time.h>; not needed to establish interface.
15941         (errno): Remove decl.
15942         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15943         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15944         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15945
15946 2004-11-28  Simon Josefsson  <jas@extundo.com>
15947
15948         * lib/base64.h, base64.c: New file.
15949
15950 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15951
15952         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15953
15954 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15955
15956         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15957         (Depends-on): Remove pathmax, same.  Add mempcpy.
15958         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15959         (Makefile.am): Append getcwd.h to lib_SOURCES.
15960         (Include): Add getcwd.h.
15961         (Maintainer): Change from Jim Meyering to "all, glibc",
15962         since getdate now uses intended-for-glibc code.
15963         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15964         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15965
15966 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15967
15968         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15969         HP's ANSI C compiler.
15970         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15971         Declaring int functions causes warnings on some modern systems and
15972         shouldn't be needed to compile on ancient ones.
15973         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15974         defined.
15975
15976         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15977         with the following changes.
15978         (__set_errno): Parenthesize properly.
15979         Include <stdbool.h>.
15980         (MIN, MAX, MATCHING_INO): New macros.
15981         (__getcwd): Define with prototype, not K&R form.
15982         Use heuristics to allocate default buffer on stack if possible.
15983         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15984         behavior, and to avoid the PATH_MAX limit when computing
15985         ../../../../...
15986         Use MATCHING_INO to compare inode number to file.
15987         Check for arithmetic overflow in size calculations.
15988         Fix bug in reallocation of dot array that caused getcwd to fail
15989         on directories nested deeper than 75.
15990         Be more careful about saving errno on error.
15991         Do not use realloc; use only free+malloc, as this is a bit
15992         more flexible and avoids a needless copy operation.
15993         Do not inspect st_dev and st_ino for symbolic links; POSIX
15994         doesn't specify the latter.
15995         Check for closedir errors.
15996         Avoid needless casts.
15997         Use "#ifdef weak_alias" around weak_alias, to be like other
15998         glibc code.
15999         The following changes to getcwd.c have effect only when used in
16000         gnulib; they have no effect inside glibc proper.
16001         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16002         as alloca isn't used.
16003         (alloca, __alloca): Likewise.
16004         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16005         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16006         unconditionally, as gnulib assumes C89 or better.
16007         Do not include <sys/param.h>.
16008         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16009         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16010         better.
16011         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16012         Include <dirent.h> in a way that is compatible with modern Autoconf.
16013         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16014         New macros, if not already defined.
16015         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16016         Use "_LIBC", not "defined _LIBC", for consistency.
16017         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16018         a mempcpy module.
16019         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16020         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16021         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16022         credit only to Jim Meyering and adjust the copyright dates.
16023         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16024         <stdlib.h>, <unistd.h>, "pathmax.h".
16025         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16026         (INITIAL_BUFFER_SIZE): Remove.
16027         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16028
16029 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16032         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16033         Use the _ONCE methods, for efficiency.
16034         Check for fcntl.h.  In test program, include <errno.h>
16035         and <fcntl.h> if available.  Remove old K&R cruft from
16036         test program.  Check for common errors in GNU/Linux,
16037         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16038         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16039         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16040         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16041         name accordingly.
16042         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16043         accommodate new getcwd.c.
16044         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16045         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16046         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16047         that's all we need now.
16048
16049 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16050
16051         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16052         argp-parse.c depends on getopt internals, that means we should
16053         always use our getopt, to be on the safe side.
16054         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16055         order not to spoil the result of an eventual previous invocation
16056         of gl_GETOPT_SUBSTITUTE.
16057
16058 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16059
16060         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16061         redefinition warnings. To avoid them, include the defines
16062         in `#if !defined __need_getopt ... #endif'. The only place
16063         where __getopt_argv_const is used is in definitions
16064         of getopt_long and getopt_long_only below, which are as well
16065         protected by `#ifndef __need_getopt'.
16066         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16067         __need_getopt after including <stdio.h> and <unistd.h> These
16068         headers might have defined it.
16069
16070 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16071
16072         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16073
16074 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16077         (futimens): New function, which uses futimes if available.
16078         (futimens, utimens): Support timespec==NULL, with same semantics
16079         as utime and utimens.
16080         * lib/utimens.h (futimens): New decl.
16081
16082 2004-11-23  Jim Meyering  <jim@meyering.net>
16083
16084         * lib/getopt_.h: Remove trailing blanks.
16085
16086 2004-11-23  Jim Meyering  <jim@meyering.net>
16087
16088         * lib/__fpending.c: Add comment.
16089
16090 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         * modules/canonicalize (Depends-on): Add xreadlink.
16093         Problem reported by James Youngman.
16094
16095 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16098         New macros.
16099         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16100         optopt): Use them instead of invoking ## directly; otherwise, the
16101         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16102
16103 2004-11-19  Bruno Haible  <bruno@clisp.org>
16104
16105         * lib/strtok_r.c: Move comments from here...
16106         * lib/strtok_r.h: ... to here.
16107
16108 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16109
16110         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16111         implementations that mishandle size_t overflow.
16112
16113 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16116         might fail.  Problem reported by Yoann Vandoorselaere.
16117         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16118         implementations that mishandle size_t overflow.
16119
16120 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * modules/canon-host (Depends-on): Add strdup.
16123
16124 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16127
16128 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16129
16130         * lib/canon-host.c: Include "strdup.h".
16131         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16132         Use strdup instead of malloc/strcpy to duplicate strings.
16133
16134         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16135         (human_space_before_unit): New constant.
16136         * lib/human.c (human_readable): Support it.
16137
16138         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16139         (xgetcwd): Set errno correctly when failing.
16140         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16141         the failure is actually due to a PATH_MAX problem.
16142
16143         Further getopt changes to make it more likely that glibc will
16144         buy the changes back.
16145         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16146         (getopt): Use it, so to preserve glibc semantic
16147         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16148         when compiling for libc.
16149         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16150         (getopt_long, getopt_long_only): Use it.
16151
16152         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16153         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16154         (getopt): Argv is now char * const *, as per standard.
16155         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16156         not char *__getopt_argv_const *.
16157         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16158         _getopt_long_only_r): Likewise.
16159         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16160         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16161         _getopt_long_r, _getopt_long_only_r): Likewise.
16162         * lib/getopt_.h (__getopt_argv_const): Remove.
16163         (getopt): Argv is now char * const *, as per standard.
16164
16165         * lib/getdate.y (tORDINAL): New token.
16166         (day, relunit): Allow it for relative times.
16167         (relative_time_table): Use tORDINAL for ordinals.
16168
16169 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16170
16171         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16172         Document that "second" isn't allowed as an ordinal number.
16173
16174 2004-11-16  Jim Meyering  <jim@meyering.net>
16175
16176         * modules/closeout (Depends-on): Add fpending.
16177
16178 2004-11-15  Jim Meyering  <jim@meyering.net>
16179
16180         * lib/closeout.c: Include "__fpending.h" once again.
16181         Include <stdbool.h>.
16182         (close_stdout): Don't fail just because stdout was closed initially,
16183         since some programs don't write to stdout in the normal course of
16184         operation (other than --version and --help), and we don't want this
16185         function to make e.g. `touch file >&-' fail.
16186         But do fail if it was closed and someone has tried to write to it.
16187         E.g., `printf foo >&-' must fail.
16188
16189 2004-11-13  Jim Meyering  <jim@meyering.net>
16190
16191         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16192
16193 2004-11-12  Simon Josefsson  <jas@extundo.com>
16194
16195         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16196         small doc fix is still pending.
16197
16198 2004-11-11  Simon Josefsson  <jas@extundo.com>
16199
16200         * modules/strtok_r: New file.
16201
16202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16203         strtok_r.
16204
16205 2004-11-11  Simon Josefsson  <jas@extundo.com>
16206
16207         * m4/strtok_r.m4: New file.
16208
16209         * m4/getopt.m4: Replace opterr.
16210
16211 2004-11-11  Simon Josefsson  <jas@extundo.com>
16212
16213         * lib/strtok_r.h, strtok_r.c: New file.
16214
16215 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16218         of replacing opterr, getopt, etc.  This should handle the
16219         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16220
16221 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16222
16223         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16224         we can stop lying to compilers about the constness of argv when we
16225         are compiled outside glibc.
16226         (getopt, getopt_long, getopt_long_only): Use it.
16227         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16228         _getopt_internal, getopt): Likewise.
16229         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16230         _getopt_long_only_r): Likewise.
16231         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16232         _getopt_long_r, _getopt_long_only_r): Likewise.
16233
16234         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16235         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16236         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16237         the other external symbols.
16238         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16239         declaration, since the above renaming now works around collisions.
16240
16241 2004-11-11  Jim Meyering  <jim@meyering.net>
16242
16243         * lib/linebreak.c: Remove trailing blanks.
16244         * lib/alloca_.h: Likewise.
16245         * lib/acosl.c: Likewise.
16246         * lib/euidaccess.c: Likewise.
16247         * lib/allocsa.h: Likewise.
16248
16249 2004-11-10  Simon Josefsson  <jas@extundo.com>
16250
16251         * m4/getaddrinfo.m4: New file.
16252
16253 2004-11-10  Simon Josefsson  <jas@extundo.com>
16254
16255         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16256
16257 2004-11-10  Simon Josefsson  <jas@extundo.com>
16258
16259         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16260         getaddrinfo.
16261
16262         * modules/getaddrinfo: New file.
16263
16264 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16267
16268 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         * lib/mktime.c (SHR): New macro, which is a portable
16271         substitute for >> that should work even on Crays.
16272         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16273         Problem reported by Mark D. Baushke in
16274         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16275         * lib/getdate.y (SHR): Likewise.
16276         (tm_diff): Use it.
16277         * lib/strftime.c (SHR): Likewise.
16278         (tm_diff): Use it.
16279         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16280         quote_these_too, so that right shifts are well defined.  All uses
16281         changed.
16282
16283 2004-11-10  Jim Meyering  <jim@meyering.net>
16284
16285         Ensure that no close failure goes unreported.
16286         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16287         return early when it seems there's nothing to flush.
16288         Don't include __fpending.h.
16289
16290 2004-11-10  Jim Meyering  <jim@meyering.net>
16291
16292         * modules/closeout (Depends-on): Remove fpending.
16293
16294 2004-11-10  Jim Meyering  <jim@meyering.net>
16295
16296         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16297
16298 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16299
16300         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16301         gl_FUNC_STRFTIME.
16302         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16303         and AC_REQUIRE when possible, to avoid duplicate checks.
16304         Check for <wchar.h>.
16305
16306 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16307
16308         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16309
16310 2004-11-09  Bruno Haible  <bruno@clisp.org>
16311
16312         * m4/sockpfaf.m4: New file.
16313
16314 2004-11-05  Bruno Haible  <bruno@clisp.org>
16315
16316         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16317         Reported by Mark D. Baushke <mdb@cvshome.org>.
16318
16319 2004-11-04  Bruno Haible  <bruno@clisp.org>
16320
16321         2004-09-11  Bruno Haible  <bruno@clisp.org>
16322                 * allocsa.valgrind: New file.
16323         2004-02-06  Bruno Haible  <bruno@clisp.org>
16324                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16325                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16326                 Reported by Christopher Seip <chris.seip@hp.com>.
16327
16328 2004-11-04  Bruno Haible  <bruno@clisp.org>
16329
16330         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16331         (Makefile.am): Distribute it.
16332
16333 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16334
16335         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16336         with errno == ERANGE if the buffer is too small.
16337         Problem reported by Mark D. Baushke.
16338
16339 2004-11-03  Albert Chin  <china@thewrittenword.com>
16340             Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16343         equivalent, substitute $ac_type for equivalent type rather than
16344         blindly using uint32_t *always* which won't work if uint32_t is not
16345         available.  Define _UINT32_T to work around typedef of uint32_t if
16346         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16347         2.5.1.
16348
16349 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16350
16351         * m4/jm-macros.m4: Sync from coreutils.
16352         (gl_MACROS): Check for mbrlen, for pathchk.
16353         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16354
16355 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16356
16357         * lib/xreadlink.c (MAXSIZE): New macro.
16358         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16359         size does not exceed MAXSIZE.  Avoid cast.
16360         As suggested by Mark D. Baushke in
16361         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16362         if readlink fails with buffer size just under MAXSIZE, try again
16363         with MAXSIZE.
16364
16365 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16366
16367         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16368
16369 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16370         and  Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16373         (get_date): Overparenthesize to avoid GCC warning.
16374
16375 2004-11-02  Bruno Haible  <bruno@clisp.org>
16376
16377         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16378         returns void.
16379
16380 2004-11-02  Bruno Haible  <bruno@clisp.org>
16381
16382         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16383         function returns void.
16384
16385 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16388         fflush_unlocked, flockfile, funlockfile, funlockfile,
16389         fputs_unlocked, putc_unlocked.
16390
16391 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16394         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16395         already declared.
16396
16397 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         * modules/getdate (Files): Add doc/getdate.texi.
16400         (Depends-on): Add setenv, xalloc.
16401
16402 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16403
16404         * lib/getdate.y: Add support for TZ="foo" within a date string.
16405         Fix some bugs near time_t boundaries.  Reject dates with
16406         out-of-range components, e.g., "Sept 31".
16407         Include <stdlib.h>, "setenv.h", "xalloc.h".
16408         (ISDIGIT_LOCALE): Remove; unused.
16409         Note that the TZ and time functions used here are not reentrant.
16410         (mktime_ok, get_tz): New functions.
16411         (TZBUFSIZE): New constant.
16412         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16413         This requires that we sometimes generate our own TZ="XXX..." setting.
16414
16415 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16416
16417         * doc/getdate.texi: New file, from coreutils with modifications for
16418         the new TZ parsing.
16419
16420 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16421
16422         * lib/mktime.c (not_equal_tm): Remove redundant check.
16423
16424 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * modules/regex (lib_SOURCES): Add regex.c.
16427         Reported by James Youngman in
16428         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16429
16430 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * lib/getdate.y: Use Bison 1.875 features, and some minor
16433         code cleanups.  This change does not affect semantics.
16434         Don't include <stdlib.h>; no longer needed.
16435         Don't include unlocked-io.h; only the "#if TEST" code uses
16436         stdio, and performance isn't crucial there.
16437         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16438         Bison 1.875 features as described below.
16439         All uses of "PC." replaced by "pc->".
16440         (YYSTYPE): Add a forward declaration.
16441         (yylex, yyerror): Use full prototypes in forward decls.
16442         Use "%pure-parser" rather than obsolescent "%pure_parser".
16443         Use %parse-param and %lex-param instead of obsolescent
16444         YYPARSE_PARAM and YYLEX_PARAM.
16445         (meridian_table, month_and_day_table, time_units_table,
16446         relative_time_table, time_zone_table, military_table,
16447         lookup_zone, lookup_word, get_date):
16448         Use NULL instead of 0 where appropriate.
16449         (to_hour): Avoid abort (), to avoid a dependency on
16450         stdlib.h.
16451         (yyerror, yylex): Now accepts parser_control * arg.
16452         (main) [TEST]: Use '\0' rather than 0 for char.
16453
16454 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16457
16458 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16459
16460         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16461         It's now the caller's responsibility to handle the case where
16462         !HAVE_GETPAGESIZE && !defined getpagesize.
16463
16464         * lib/mktime.c (leapyear): Arg is long int, not int.
16465
16466 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16467
16468         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16469
16470 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16473         missing.  Problem reported by James Youngman.
16474
16475 2004-10-16  Simon Josefsson  <jas@extundo.com>
16476
16477         * gnulib-tool: Fix comments.  Fix parse problem.
16478         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16479
16480 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16483         implementation of getopt_long.  Problem reported by Alexander Taler in:
16484         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16485
16486 2004-10-15  Bruno Haible  <bruno@clisp.org>
16487
16488         * gnulib-tool: Untabify. Initialize supplied_libname.
16489         (func_usage): More homogenous output.
16490         (func_modules_transitive_closure, func_modules_to_filelist,
16491         func_emit_lib_Makefile_am): New functions.
16492         (func_import): New function, extracted from big case statement. Use
16493         func_get_license, func_modules_transitive_closure,
16494         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16495         opt_lgpl. Don't use test -a, as it's not portable.
16496         (func_create_testdir): Use func_modules_transitive_closure,
16497         func_modules_to_filelist, func_emit_lib_Makefile_am.
16498
16499 2004-10-15  Bruno Haible  <bruno@clisp.org>
16500
16501         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16502
16503 2004-10-15  Bruno Haible  <bruno@clisp.org>
16504
16505         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16506         the portions belonging to each module.
16507         Suggested by Derek Robert Price <derek@ximbiot.com>.
16508
16509 2004-10-12  Simon Josefsson  <jas@extundo.com>
16510
16511         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16512         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16513         to real functions.
16514
16515 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16516
16517         * modules/vsnprintf: New file.
16518
16519 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16520
16521         * m4/vsnprintf.m4: New file.
16522
16523 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16524
16525         * lib/vsnprintf.h: New file.
16526         * lib/vsnprintf.c: New file.
16527
16528 2004-10-11  Bruno Haible  <bruno@clisp.org>
16529
16530         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16531         vsnprintf.
16532
16533 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16534
16535         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16536
16537 2004-10-07  Bruno Haible  <bruno@clisp.org>
16538
16539         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16540         fits into the provided buffer.
16541
16542 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * lib/diacrit.c, diacrit.h: Add GPL notice.
16545
16546         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16547         notice.
16548         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16549         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16550         This avoids a potential constant-folding bug.
16551
16552 2004-10-05  Bruno Haible  <bruno@clisp.org>
16553
16554         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16555         for the declaration of strsep.
16556
16557 2004-10-05  Bruno Haible  <bruno@clisp.org>
16558
16559         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16560
16561 2004-10-04  Simon Josefsson  <jas@extundo.com>
16562
16563         * modules/memmem: New file.
16564         * tests/test-memmem.c: New file.
16565         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16566
16567 2004-10-04  Simon Josefsson  <jas@extundo.com>
16568
16569         * m4/memmem.m4: New file.
16570
16571 2004-10-04  Simon Josefsson  <jas@extundo.com>
16572
16573         * lib/memmem.h: New file.
16574         * lib/memmem.c: New file, taken from glibc.
16575
16576 2004-10-04  Simon Josefsson  <jas@extundo.com>
16577
16578         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16579         '#ifdef USE_UNLOCKED_IO'.
16580
16581 2004-10-04  Simon Josefsson  <jas@extundo.com>
16582
16583         * config/srclist.txt: Add memmem from glibc.
16584
16585 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16586
16587         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16588
16589         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16590         modules/exclude, modules/getdate, modules/getline,
16591         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16592         modules/getusershell, modules/linebuffer, modules/md5,
16593         modules/mountlist, modules/posixtm, modules/readtokens,
16594         modules/readutmp, modules/regex, modules/sha1,
16595         modules/version-etc, modules/yesno:
16596         Remove dependency on unlocked-io.
16597
16598 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16599
16600         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16601
16602         * m4/unlocked-io.m4: Add copyright notice.
16603         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16604
16605 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16606
16607         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16608         * lib/xmalloc.c (xmemdup): Likewise.
16609         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16610         XFREE): Remove these long-obsolescent macros.
16611         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16612         * lib/xstrdup.c: Remove.
16613
16614         * lib/regex.c (re_comp): Cast gettext return value to char *,
16615         Problem reported by Martin Neitzel via Mark D. Baushke.
16616
16617 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16620         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16621         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16622         regex.c, sha1.c, version-etc.c, yesno.c:
16623         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16624         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16625         the includer's responsibility.
16626
16627         Sync from coreutils.
16628
16629         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16630         points to the start of a string, as the C Standard says the
16631         resulting behavior is undefined.
16632
16633         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16634         simple -> simple_backups, numbered_existing ->
16635         numbered_existing_backups, numbered -> numbered_backups
16636         to avoid shadowing problems.  All uses changed.
16637         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16638         * lib/backupfile.c (check_extension, numbered_backup):
16639         Rename locals to avoid shadowing 'basename'.
16640         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16641         once.
16642
16643         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16644         * lib/.cvsignore: Add getopt.h.
16645
16646 2004-10-04  Bruno Haible  <bruno@clisp.org>
16647
16648         * modules/README: New file.
16649         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16650         not a module.
16651
16652 2004-10-02  Jim Meyering  <jim@meyering.net>
16653
16654         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16655
16656 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16657
16658         * modules/strsep: New file.
16659
16660 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16661
16662         * m4/strsep.m4: New file.
16663
16664 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16665
16666         * lib/strsep.h: New file.
16667         * lib/strsep.c: New file.
16668
16669 2004-10-01  Simon Josefsson  <jas@extundo.com>
16670
16671         * lib/snprintf.c (snprintf): Handle size==0.
16672
16673 2004-10-01  Simon Josefsson  <jas@extundo.com>
16674             Bruno Haible  <bruno@clisp.org>
16675
16676         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16677         (snprintf): Declare 'args'.
16678
16679 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16680
16681         * lib/snprintf.c: Remove comments as to why each header is needed.
16682
16683 2004-10-01  Bruno Haible  <bruno@clisp.org>
16684
16685         * MODULES.html.sh: Add strsep.
16686
16687 2004-09-30  Simon Josefsson  <jas@extundo.com>
16688
16689         * modules/snprintf: New file.
16690
16691 2004-09-30  Simon Josefsson  <jas@extundo.com>
16692
16693         * m4/snprintf.m4: New file.
16694
16695 2004-09-30  Simon Josefsson  <jas@extundo.com>
16696
16697         * lib/snprintf.h, lib/snprintf.c: New files.
16698
16699 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16700
16701         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16702         (hol_entry_help): Never translate an empty string.
16703         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16704         * lib/argp.h (OPTION_NO_TRANS): New option.
16705
16706 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16707
16708         * modules/argp (Maintainer): Replace Simon Josefsson
16709         by Sergey Poznyakoff.
16710
16711 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16712
16713         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16714         changes merged back into glibc.
16715
16716 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16719
16720 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16721
16722         * lib/xvasprintf.c: Include xalloc.h.
16723         (xvasprintf): Use xalloc_die, not xmalloc_die.
16724
16725 2004-09-29  Bruno Haible  <bruno@clisp.org>
16726
16727         * modules/alloca-opt: New file, derived from modules/alloca.
16728         * modules/allocsa: Depend on alloca-opt instead of alloca.
16729         * modules/setenv: Likewise.
16730         * modules/vasnprintf: Likewise.
16731         * MODULES.html.sh: Add alloca-opt.
16732
16733 2004-09-28  Simon Josefsson  <jas@extundo.com>
16734
16735         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16736         LGPL, and to replace license template from GPL to LGPL.
16737
16738 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16739
16740         * modules/dummy: Change license to LGPL.
16741
16742 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16743
16744         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16745
16746 2004-09-24  Simon Josefsson  <jas@extundo.com>
16747
16748         * modules/minmax (License): Change from GPL to LGPL.
16749
16750 2004-09-23  Simon Josefsson  <jas@extundo.com>
16751
16752         * gnulib-tool (--import): Typo.
16753
16754 2004-09-23  Simon Josefsson  <jas@extundo.com>
16755
16756         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16757
16758 2004-09-22  Bruno Haible  <bruno@clisp.org>
16759
16760         * modules/*: Add 'License' field.
16761         * gnulib-tool: Accept --extract-license option.
16762         (func_get_license): New function.
16763
16764 2004-09-21  Bruno Haible  <bruno@clisp.org>
16765
16766         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16767         Reported by Simon Josefsson.
16768
16769 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16770
16771         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16772         gl_AC_TYPE_LONG_LONG.
16773
16774 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16777
16778 2004-09-18  Simon Josefsson  <jas@extundo.com>
16779         and  Paul Eggert  <eggert@cs.ucla.edu>
16780
16781         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16782         calls with autoreconf.  Define GL_LIB.
16783
16784 2004-09-14  Karl Berry  <karl@gnu.org>
16785
16786         * config/srclist.txt: unsync setenv.c, sigh.
16787
16788 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16789
16790         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16791         Problem reported by Bruno Haible in:
16792         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16793
16794 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         * config/srclist.txt: Comment out argp-pvh.c.
16797
16798 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16799
16800         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16801         in case some system header has #define'd it.  Problem reported by
16802         Soeren D. Schulze in
16803         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16804
16805 2004-09-09  Karl Berry  <karl@gnu.org>
16806
16807         * regex.[ch]: delete from the root.  These were supposed to be
16808                 synced with emacs cvs, but this has not happened for about
16809                 a year, and anyway nothing else uses emacs regex.[ch].
16810                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16811                 lib/regex[.ch] is untouched.
16812
16813 2004-09-09  Bruno Haible  <bruno@clisp.org>
16814
16815         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16816
16817 2004-09-09  Bruno Haible  <bruno@clisp.org>
16818
16819         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16820         modifications.
16821         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16822
16823 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16824
16825         * modules/xvasprintf: New file.
16826         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16827
16828 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16829
16830         * lib/xvasprintf.h: New file.
16831         * lib/xvasprintf.c: New file.
16832         * lib/xasprintf.c: New file.
16833
16834 2004-09-08  Bruno Haible  <bruno@clisp.org>
16835
16836         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16837
16838 2004-09-08  Bruno Haible  <bruno@clisp.org>
16839
16840         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16841         length is > INT_MAX.
16842         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16843         more.
16844
16845 2004-09-08  Bruno Haible  <bruno@clisp.org>
16846
16847         * lib/stdint_.h: New file, taken from GNU clisp.
16848
16849 2004-09-08  Bruno Haible  <bruno@clisp.org>
16850             Oskar Liljeblad  <oskar@osk.mine.nu>
16851
16852         * modules/stdint: New file.
16853         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16854
16855 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         Import from coreutils.
16858         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16859         strings on unbounded length.  alloca's performance benefits aren't
16860         that important here.
16861         (V_STRDUP): Remove.
16862         (parse_with_separator): New function, with most of the internals
16863         of the old parse_user_spec.  Allow user to omit both user and group,
16864         for compatibility with FreeBSD.
16865         Clone only the user name, not the entire spec.
16866         Do not set *uid, *gid unless entirely successful.
16867         Avoid memory leak in some failing cases.
16868         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16869         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16870         (parse_user_spec): Rewrite to use parse_with_separator.
16871
16872 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * modules/userspec: Don't depend on alloca.
16875
16876 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16879
16880 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16881
16882         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16883         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16884         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16885
16886 2004-08-16  Simon Josefsson  <jas@extundo.com>
16887
16888         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16889         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16890         Add --dry-run for --import.
16891         Let user provided command line parameters override configure.ac
16892         settings.
16893
16894 2004-08-12  Simon Josefsson  <jas@extundo.com>
16895
16896         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16897         as discussed with Paul Eggert in threads rooted at
16898         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16899         and
16900         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16901         Before, the test was empty, and relied on ELIDE_CODE in source
16902         code.)
16903         (gl_PREREQ_GETOPT): New macro.
16904         (gl_GETOPT): Use them.
16905
16906 2004-08-12  Simon Josefsson  <jas@extundo.com>
16907
16908         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16909         * lib/getopt_.h: Renamed from getopt.h.
16910
16911 2004-08-12  Simon Josefsson  <jas@extundo.com>
16912
16913         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16914         Change default library name from libfoo to libgnu.
16915         Now, if you have a configure.ac that says:
16916                 gl_SOURCE_BASE(gl)
16917                 gl_M4_BASE(gl/m4)
16918                 gl_MODULES(error getopt etcetera)
16919                 gl_INIT
16920         you can import all you need by running:
16921                 ../gnulib/gnulib-tool --import
16922
16923         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16924         (Makefile.am): Rewrite, use logic from argz.
16925         (Include): Use <getopt.h> instead of "getopt.h".
16926
16927 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16928
16929         * modules/argp (Files): Add m4/unlocked-io.m4.
16930         (Depends-on): Add extensions.
16931
16932 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16933
16934         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16935         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16936         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16937         Check for program_invocation_name, program_invocation_short_name,
16938         flockfile, funlockfile, features.h, _getopt_long_only_r.
16939
16940 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16941
16942         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16943         its complicated substitute.
16944         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16945         and program_invocation_name.
16946         (__argp_basename) [!_LIBC]: Remove; the only use was
16947         replaced by its body.
16948         (__argp_short_program_name): Change condition from
16949         !defined __argp_short_program_name to
16950         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16951         to match argp-namefrob.h.
16952         (__argp_failure): Don't assume strerror_r returns char *.
16953         * lib/argp-parse.c (N_): Define unconditionally.
16954         (argp_default_options): Fill out initializers with 0 to avoid
16955         gcc warnings.
16956
16957 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16958
16959         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16960         getopt1.c.
16961
16962 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         Merge from coreutils.
16965
16966         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16967
16968         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16969         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16970
16971 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16972
16973         Merge from coreutils.
16974
16975         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16976         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16977         for Reliant Unix 5.43.
16978
16979         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16980         (union fooround): Use uintmax_t, not long int.
16981         The rest is a merge from libc:
16982         [defined _LIBC]: Include <shlib-compat.h>.
16983         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16984
16985         * lib/settime.c (settime): Recode to avoid warning with
16986         Sun Forte C 6U2.
16987
16988         * lib/strverscmp.c: Convert to UTF-8.
16989
16990 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16991
16992         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16993         m4/uintmax_t.m4.
16994
16995 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16996
16997         * modules/xalloc-die: New file.
16998         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16999
17000         * modules/md5 (Files): Add m4/uint32_t.m4.
17001         * modules/sha1: Renamed from modules/sha.
17002         (Files):
17003         Rename lib/sha.h to lib/sha1.h.
17004         Rename lib/sha.c to lib/sha1.c.
17005         Rename m4/sha.m4 to m4/sha1.m4.
17006         (lib_SOURCES): Likewise.
17007         (configure.ac): Rename gl_SHA to gl_SHA1.
17008         (Include): sha.h -> sha1.h.
17009
17010 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17011
17012         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17013         * m4/sha1.m4: Renamed from sha.m4.
17014         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17015
17016 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17017
17018         * lib/obstack.h (obstack_empty_p):
17019         Don't assume that chunk->contents is suitably aligned.
17020         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17021         Likewise. Problem reported by Benno in
17022         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17023
17024         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17025         readable.  This could be improved further but it'd take some work.
17026
17027 2004-08-08  Simon Josefsson  <jas@extundo.com>
17028
17029         * modules/xgethostname (Depends-on): Remove exit and error (not
17030         used).
17031
17032         * modules/getpass-gnu: Add getpass.h.
17033         (Depends-on): Add stdbool.
17034         * modules/getpass: Add getpass.h.
17035
17036 2004-08-08  Simon Josefsson  <jas@extundo.com>
17037
17038         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17039         Check getpass declaration.
17040
17041 2004-08-08  Simon Josefsson  <jas@extundo.com>
17042
17043         * lib/xgethostname.c: Don't include error.h (not used).
17044
17045         * lib/getpass.h: Add.
17046         * lib/getpass.c: Include getpass.h first.
17047
17048 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17049
17050         * lib/xalloc-die.c: New file.
17051         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17052         All uses removed.
17053         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17054         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17055         xalloc-die.c.
17056         (_, N_, xalloc_die): Move to xalloc-die.c.
17057         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17058         so that we needn't mess with xalloc_msg_memory_exhausted.
17059
17060         * lib/sha1.h: Renamed from sha.h.
17061         (SHA1_H): Renamed from _SHA_H.
17062         (sha1_ctx): Renamed from sha_ctx.
17063         (sha1_init_ctx): Renamed from sha_init_ctx.
17064         (sha1_process_block): Renamed from sha_process_block.
17065         (sha1_process_bytes): Renamed from sha_process_bytes.
17066         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17067         (sha1_read_ctx): Renamed from sha_read_ctx.
17068         (sha1_stream): Renamed from sha_stream.
17069         (sha1_buffer): Renamed from sha_buffer.
17070         * lib/sha1.c: Likewise; renamed from sha.c.
17071         Do not include <sys/types.h>.
17072         Include <stddef.h> rather than <stdlib.h>.
17073
17074 2004-08-08  Bruno Haible  <bruno@clisp.org>
17075
17076         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17077         FILESYSTEM_PREFIX_LEN.
17078         * lib/progreloc.c: Likewise.
17079         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17080
17081 2004-08-06  Simon Josefsson  <jas@extundo.com>
17082
17083         * modules/progname (Depends-on): Don't depend on stdbool.
17084
17085 2004-08-06  Simon Josefsson  <jas@extundo.com>
17086
17087         * modules/getsubopt: New file.
17088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17089         getsubopt.
17090
17091 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         More merge from coreutils.
17094
17095         * m4/utimens.m4, m4/utimecmp.m4: New files.
17096         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17097         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17098         prereq.m4, sha.m4: Import changes from coreutils.
17099
17100 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17101
17102         More merge from coreutils.
17103         * modules/raise, modules/readtokens0, modules/utimens:
17104         * modules/utimecmp, module/xnanosleep: New files.
17105         * modules/strftime: Add lib/strftime.h.
17106         Change include from <time.h> to "strftime.h".
17107         * modules/yesno: Add lib/yesno.h.
17108         * modules/backupfile: Remove lib/addext.c.
17109         * modules/euidaccess: Add stat-macros.h.
17110         * modules/canonicalize, modules/euidaccess,
17111         modules/filemode, modules/lchown, modules/makepath,
17112         modules/rmdir, modules/stat: Likewise.
17113
17114 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17115
17116         Merge from tar.
17117         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17118         SIZE_MAX is a valid preprocessor constant.
17119         (__argp_basename): Change from "#ifndef _LIBC"
17120         to "#ifndef __argp_short_program_name", so that
17121         we don't compile these functions for tar.
17122
17123         More merges from coreutils.
17124         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17125         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17126         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17127         * lib/addext.c: Remove; no longer needed.
17128         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17129         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17130         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17131         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17132         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17133         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17134         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17135         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17136         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17137         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17138         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17139         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17140         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17141         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17142         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17143         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17144         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17145         Import changes from coreutils.
17146
17147 2004-08-05  Simon Josefsson  <jas@extundo.com>
17148
17149         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17150
17151 2004-08-05  Simon Josefsson  <jas@extundo.com>
17152
17153         * m4/getsubopt.m4: New file.
17154
17155 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         Merge from coreutils.
17158
17159         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17160         * m4/getcwd-path-max.m4: New files.
17161
17162         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17163         FILESYSTEM_PREFIX_LEN ->
17164         FILE_SYSTEM_PREFIX_LEN.
17165         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17166         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17167         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17168         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17169
17170         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17171         prerequisite modules now handle the DOS stuff.
17172         Don't check for unistd.h.
17173
17174 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17175
17176         Merge from coreutils.
17177
17178         * lib/.gdb-history: Remove; this doesn't belong here.
17179
17180         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17181         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17182         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17183         * lib/getcwd.c: New files.
17184
17185         * lib/dirname.h: Include <stdbool.h>.
17186         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17187         for consistency with POSIX terminology.  All uses changed.
17188         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17189         (strip_trailing_slashes): Use bool for booleans.
17190         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17191
17192         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17193         sometimes returns a positive errno value even when it succeeds.
17194         (print_errno_message) [!LIBC]: Fall back on strerror if
17195         __strerror_r fails.
17196
17197         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17198         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17199         (longest_relative_suffix): New function.
17200         (path_concat): Use it.  Assume first argument is not NULL.
17201         Port to DOS.  Omit redundant separators.
17202         Report an error instead of returning NULL.
17203         Use mempcpy instead of memcpy.
17204         (xpath_concat): Remove: not declared or used.
17205
17206         * lib/same.h: Include <stdbool.h>
17207         (same_name): Return bool, not int.
17208         * lib/same.c (same_name): Likewise.
17209         (errno): Don't declare; we assume C89 or better now.
17210
17211         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17212         if not already defined.
17213
17214         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17215         * lib/dup-safer.c (errno): Likewise.
17216
17217 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17218
17219         Merge from coreutils.
17220         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17221         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17222         * modules/path-concat: Don't depend on strdup.
17223
17224 2004-08-03  Simon Josefsson  <jas@extundo.com>
17225
17226         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17227         * lib/progname.h: Don't include stdbool.h.
17228
17229 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17232         * MODULES.html.sh (func_all_modules): Remove fatal.
17233
17234 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17237
17238 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17239
17240         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17241         working.
17242
17243 2004-08-02  Simon Josefsson  <jas@extundo.com>
17244
17245         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17246         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17247         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17248
17249 2004-08-01  Simon Josefsson  <jas@extundo.com>
17250
17251         * lib/xgetdomainname.c: Include stdlib.h, for free().
17252
17253 2004-07-19  Bruno Haible  <bruno@clisp.org>
17254
17255         * MODULES.html.sh (func_all_modules): Add dummy.
17256
17257 2004-07-16  Simon Josefsson  <jas@extundo.com>
17258
17259         * modules/dummy: New file.
17260
17261 2004-07-16  Simon Josefsson  <jas@extundo.com>
17262
17263         * lib/dummy.c: New file.
17264
17265 2004-07-16  Bruno Haible  <bruno@clisp.org>
17266
17267         * lib/backupfile.h: Add extern "C" for C++.
17268         * lib/closeout.h: Likewise.
17269         * lib/copy-file.h: Likewise.
17270         * lib/findprog.h: Likewise.
17271         * lib/full-write.h: Likewise.
17272         * lib/pathname.h: Likewise.
17273         * lib/progname.h: Likewise.
17274         * lib/stpcpy.h: Likewise.
17275         * lib/stpncpy.h: Likewise.
17276         * lib/strcase.h: Likewise.
17277         * lib/strstr.h: Likewise.
17278         * lib/xalloc.h: Likewise.
17279
17280         * lib/mbswidth.h: Add extern "C" for C++.
17281         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17282
17283 2004-07-13  Robert Millan  <robertmh@gnu.org>
17284
17285         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17286
17287 2004-07-09  Simon Josefsson  <jas@extundo.com>
17288
17289         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17290         failed without this.)
17291
17292 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17293
17294         * modules/chown (Files): Add lib/fchown-stub.c, since
17295         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17296
17297 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17298
17299         * lib/fchown-stub.c: New file.
17300
17301 2004-06-24  Jim Meyering  <jim@meyering.net>
17302
17303         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17304
17305 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17306
17307         * modules/argz: Omit "#include".
17308
17309         * MODULES.html.sh (func_all_modules): Add calloc, to match
17310         2004-06-01 addition of calloc module.
17311
17312 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17313
17314         * m4/argz.m4: New file, which is autoupdated from libtool.
17315
17316 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17319         libtool.
17320
17321 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * config/srclist-update: Don't insist on "USA." before the
17324         close-comment, as libtool omits the period and puts the */ on a
17325         separate line.
17326         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17327         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17328
17329 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17330
17331         * modules/argz: New file.
17332         * MODULES.html.sh (func_all_modules): Add argz.
17333
17334 2004-06-12  Jim Meyering  <jim@meyering.net>
17335         and  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * modules/hash (Files): Add lib/xalloc.h.
17338         * modules/pipe (Depends-on): Add wait-process.
17339         * modules/stat (Depends-on): Add xalloc.
17340         * modules/userspec (Files): Add lib/userspec.h.
17341         * modules/xstrto
17342
17343         Upgrade from gettext-0.13.
17344         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17345         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17346         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17347
17348 2004-06-10  Jim Meyering  <jim@meyering.net>
17349
17350         * lib/calloc.c: New file.
17351
17352 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17353
17354         * lib/getdate.y (yylex): Allow space between sign and number.
17355         Problem reported by Dan Jacobson.
17356
17357 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17358
17359         Merge from coreutils CVS.
17360
17361         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17362         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17363         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17364         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17365         xstrtol.m4: Fix copyright date and/or serial number.
17366
17367         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17368         See if we need an fchown replacement.
17369         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17370         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17371         and use the replacement function if we detect either defect.
17372
17373         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17374         gl_UTIMECMP.
17375
17376 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17377         and  Jim Meyering  <jim@meyering.net>
17378
17379         Merge from coreutils CVS.
17380
17381         * lib/stat-macros.h: New file, with contents from file-type.h
17382         and coreutils' system.h.
17383         * lib/file-type.c: Include "stat-macros.h".
17384         * lib/file-type.h (file_type): Move all macro definitions to new file,
17385         stat-macros.h.
17386
17387         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17388         Wrap old code with this conditional.
17389         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17390         function that does not dereference symlinks.
17391         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17392
17393         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17394         dependency problems.
17395         (xreadlink): Accept new arg SIZE, for efficiency.
17396         All decls and uses changed.
17397         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17398
17399         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17400         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17401
17402         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17403         sysexits.h.
17404
17405 2004-06-01  Jim Meyering  <jim@meyering.net>
17406
17407         * m4/calloc.m4: New file.
17408
17409 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17410
17411         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17412         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17413         Also, fix a typo in a diagnostic.
17414
17415 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17416
17417         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17418         or AC_FUNC_REALLOC.
17419
17420 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17421
17422         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17423         macros to be defined.
17424         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17425         the allocator returns NULL because the requested size is zero.
17426
17427 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17428
17429         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17430         var.  Add comment explaining why libc still defines it.  This
17431         merges the following patch from glibc:
17432         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17433
17434 2004-05-20  Andreas Schwab  <schwab@suse.de>
17435
17436         * m4/free.m4: Replace free if it not known to work, not the other
17437         way round.
17438
17439 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17442         present in glibc since revision 1.1 of this file.
17443         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17444         obstack_alignment_mask, obstack_alloc, obstack_base,
17445         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17446         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17447         obstack_grow0, obstack_init, obstack_int_grow,
17448         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17449         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17450         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17451         nonexistent functions.
17452
17453 2004-05-18  Karl Berry  <karl@gnu.org>
17454
17455         * config/srclist.txt: break link for vasnprintf.c.
17456
17457 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         Port obstack to the AS/400, where pointers are 16 bytes wide and
17460         you cannot cast an integer to a valid pointer.  This patch is
17461         currently waiting to be integrated into glibc; see
17462         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17463
17464         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17465         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17466         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17467         (struct obstack): temp member is now a union of a pointer and
17468         an integer, instead of an integer.  All integer uses changed.
17469         This does not affect the physical layout of struct obstack,
17470         except on hosts (like the AS/400) where the size or alignment of
17471         void * is greater than that of ptrdiff_t.
17472         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17473         __STDC__)]: Store temporary in pointer member of union, not
17474         integer member.
17475         * lib/obstack.c: Include <stddef.h>, for offsetof.
17476         (struct fooalign): Remove; it doesn't need a name.
17477         (union fooround): Change double to long double, and add void *.
17478         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17479         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17480         not a macro.  Hence the values are always int; so remove all
17481         casts-to-int in uses.
17482
17483 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17486         we can get this patch merged into glibc.
17487
17488 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17489             Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * m4/argp: Depend on alloca.
17492
17493 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17494             Paul Eggert  <eggert@cs.ucla.edu>
17495
17496         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17497         freecoding.
17498
17499 2004-05-17  Bruno Haible  <bruno@clisp.org>
17500
17501         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17502         precision that consists of a '.' followed by an empty digit string.
17503         Patch by Tor Lillqvist <tml@iki.fi>.
17504
17505 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17506
17507         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17508         for backward compatibility with older code.  We need our own
17509         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17510         it under some other name, and our alloca.h will define it.
17511
17512 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17513             Derek Price  <derek@ximbiot.com>
17514
17515         * lib/alloca.c: Include <alloca.h>, to get our interface.
17516         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17517         include <alloca.h> first.  Use C89 prototype for alloca; this
17518         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17519         Use #elif for simplicity, since we can assume C89 now.
17520         Don't try to source the system alloca.h since it will not be found
17521         and to prevent recursively including its replacement.
17522         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17523         * lib/regex.c: Likewise.
17524
17525 2004-05-16  Derek Price  <derek@ximbiot.com>
17526             Paul Eggert  <eggert@cs.ucla.edu>
17527
17528         getline cleanup.  This changes the getndelim2 API: both order of
17529         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17530         no delimiter).
17531
17532         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17533         interface does that.
17534         (getline): Always use getdelim, so that we don't have two
17535         copies of this code.
17536         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17537         if available.
17538         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17539         (GETNDELIM2_MAXIMUM): New macro.
17540         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17541         instead of the old practice of delim2==0.  All callers changed.
17542         Return -1 on overflow, instead of returning junk.
17543         Do not set *linesize unless allocation succeeds.
17544         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17545         that we include sys/types.h.
17546         * lib/getnline.h: Likewise.
17547         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17548         (getndelim2): Reorder arguments.
17549         * lib/getnline.c (getnline, getndelim):
17550         Don't discard the NMAX argument.
17551         (getnline): Invoke getndelim, to avoid code duplication.
17552         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17553         of (size_t) -1 by callers of the getnline family.
17554
17555 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17556
17557         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17558         Check for gettimeofday.
17559         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17560         Check for settimeofday, stime.
17561
17562 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17563
17564         * lib/nanosleep.c (suspended): Change its type from int to
17565         sig_atomic_t volatile.
17566         (first_call): Make it private to rpl_nanosleep, and have it
17567         be zero initially as that's a bit faster.
17568         (my_usleep): Round up fractional times instead of truncating them,
17569         as this is the usual meaning for 'sleep'.
17570
17571         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17572         doesn't work.
17573         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17574         (ENOSYS): Define if not defined.
17575         (settime): Fall back on stime if it exists and settimeofday fails.
17576         But don't bother with fallbacks if a method fails with errno == EPERM.
17577
17578 2004-05-11  Jim Meyering  <jim@meyering.net>
17579
17580         Prior to this change, the save_cwd caller required read access to the
17581         current directory on most systems (ones with the fchdir function).
17582
17583         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17584         fails, try write-only, and finally, resort to using xgetcwd.
17585
17586 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17587
17588         * lib/obstack.c, obstack.h: Import changes from libc.
17589
17590 2004-04-28  Bruno Haible  <bruno@clisp.org>
17591
17592         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17593         also implicitly appends .exe to executables.
17594         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17595         accepts Windows pathnames.
17596         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17597         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17598         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17599         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17600         Reported by Derek Robert Price <derek@ximbiot.com>.
17601
17602 2004-04-21  Karl Berry  <karl@gnu.org>
17603
17604         * config/srclist.txt (localcharset.c): break sync.
17605
17606 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17607
17608         * m4/host-os.m4: Add a copyright notice.
17609
17610 2004-04-20  Jim Meyering  <jim@meyering.net>
17611
17612         Change UTILS_ to gl_ in AC_DEFINE'd names.
17613         Change utils_- and jm_-prefixed variables, too.
17614         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17615         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17616         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17617
17618         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17619         Don't emit trailing blanks.
17620         Also rename jm_-prefixed variables to have gl_ prefix.
17621
17622         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17623         Also rename jm_-prefixed variables to have gl_ prefix.
17624
17625         * m4/jm-macros.m4: Reflect the renamings.
17626         * m4/prereq.m4: Likewise.
17627
17628 2004-04-20  Jim Meyering  <jim@meyering.net>
17629
17630         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17631         memory.
17632
17633 2004-04-20  Jim Meyering  <jim@meyering.net>
17634             Bruno Haible  <bruno@clisp.org>
17635
17636         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17637         memory when realloc fails.
17638
17639 2004-04-19  Jim Meyering  <jim@meyering.net>
17640
17641         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17642         now that readutmp.c may call `free (0)'.
17643
17644 2004-04-19  Bruno Haible  <bruno@clisp.org>
17645
17646         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17647         * m4/inttypes_h.m4: Likewise.
17648         * m4/stdint_h.m4: Likewise.
17649         * m4/intmax_t.m4: Likewise.
17650         * m4/uintmax_t.m4: Likewise.
17651
17652 2004-04-18  Jim Meyering  <jim@meyering.net>
17653
17654         * m4/prereq.m4: Don't forbid jm_ prefix.
17655
17656         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17657         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17658         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17659         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17660         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17661         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17662         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17663         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17664         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17665         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17666         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17667         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17668         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17669         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17670         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17671         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17672         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17673         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17674         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17675
17676 2004-04-18  Jim Meyering  <jim@meyering.net>
17677
17678         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17679         failure, don't leak memory and do call END_UTMP_ENT.
17680
17681 2004-04-16  Jim Meyering  <jim@meyering.net>
17682
17683         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17684         coreutils' stat program.
17685         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17686
17687 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17688
17689         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17690         C89.
17691         (CHAR_BIT): Remove, since we assume C89.
17692         Include <stdint.h> if available, as per current Autoconf CVS advice.
17693
17694 2004-03-31  Jim Meyering  <jim@meyering.net>
17695
17696         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17697         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17698         * m4/xalloc.m4: Likewise.
17699
17700 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17701
17702         Merge from coreutils.
17703
17704         * m4/inttostr.m4: New file.
17705         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17706         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17707         Require gl_CLOCK_TIME.
17708         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17709
17710 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17711
17712         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17713         not bool, to be more consistent with Unix conventions.
17714         Suggested by Bruno Haible.
17715
17716         Merge from coreutils.
17717
17718         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17719         * lib/umaxtostr.c: New files.
17720
17721         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17722         the usual <time.h> dance.
17723         (get_date): Change signature to support fractional time stamps.
17724         All callers changed.
17725         * lib/getdate.y: Include "getdate.h" first, as we can now
17726         assume C89 and don't need to worry about 'const'.
17727         Similarly, include "unlocked-io.h" near start, not in middle.
17728         Include <limits.h>.
17729         (textint.value): Use long int rather than int.
17730         (textint.digits): Use size_t rather than int.
17731         (BILLION, LOG10_BILLION): New constants.
17732         (parser_control): New member rel_ns.  Members day_ordinal,
17733         time_zone, month, day, hour, minutes, rel_year, rel_month,
17734         rel_day, rel_hour, rel_minutes, rel_seconds
17735         are now long int, not int.  Member seconds is now struct timespec,
17736         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17737         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17738         not int.
17739         (%union.intval): Now long int, not int.
17740         New member timespec.
17741         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17742         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17743         (spec): Now is a timespec or an item list.
17744         (timespec, items): New nonterminals.
17745         (time, rel, relunit, number, get_date):
17746         Add support for fractional seconds.
17747         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17748         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17749         (to_hour): First arg is now long int, not int.
17750         (to_year): Returns long int, not int.
17751         Don't treat year -70 like 70.
17752         (tm_diff): Returns long int, not int.
17753         (lookup_word): Use bool instead of int when appropriate.
17754         (yylex): Use size_t for count, not int.
17755         Detect overflow when parsing large integer constants.
17756         Add support for fractions.
17757         (get_date): Make pointers 'const' if possible.
17758         Use more-portable code to detect integer overflow.
17759         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17760         Don't use ctime; it's not reliable if the year has >4 digits.
17761
17762         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17763         This is for compatibility with BSD.
17764
17765         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17766         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17767         From coreutils' system.h.
17768
17769         * lib/userspec.c: Don't include "posixver.h".
17770         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17771         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17772         compatible extension.  Simplify code by removing a boolean int
17773         that was always nonzero if a string was nonnull.
17774
17775 2004-03-30  Jim Meyering  <jim@meyering.net>
17776
17777         Merge from coreutils.
17778
17779         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17780         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17781         on some systems one must include <grp.h> before it.
17782         Reported by Christian Krackowizer.
17783
17784 2004-03-30  Jim Meyering  <jim@meyering.net>
17785
17786         Merge from coreutils.
17787
17788         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17789
17790         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17791         an empty input stream.
17792
17793         * lib/readtokens.c: Include <stdbool.h>.
17794         (readtoken): Use `size_t' rather than int/long.
17795         All callers adjusted.
17796         Use `bool' rather than `int' where appropriate.
17797         Use memset rather than an explicit loop.
17798         Use x2nrealloc rather than xrealloc.
17799         Allow the use of `\0' as a delimiter.
17800         (readtokens): Likewise.
17801         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17802
17803 2004-03-30  Jim Meyering  <jim@meyering.net>
17804
17805         * m4/realloc.m4: Remove file, since now it does no more than
17806         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17807         the `configure.ac' section of module/realloc.
17808         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17809
17810 2004-03-30  Bruno Haible  <bruno@clisp.org>
17811
17812         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17813         nonnull.
17814
17815 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17816
17817         Merge changes to getloadavg.c from coreutils and Emacs.
17818
17819         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17820         Define to an expression, not to the empty string.
17821         Include cloexec.h and xalloc.h.
17822         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17823         Use set_cloexec_flag rather than rolling our own.
17824         * lib/cloexec.c, lib/cloexec.h: New files.
17825
17826 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17827
17828         * m4/cloexec.m4: New file.
17829
17830 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17831
17832         * lib/getopt.h: Sync with libc CVS.
17833
17834 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17835             Bruno Haible  <bruno@clisp.org>
17836
17837         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17838         mbswidth.
17839
17840 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17841             Bruno Haible  <bruno@clisp.org>
17842
17843         * lib/mbswidth.h: Include <wchar.h> only if
17844         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17845         <wchar.h>.
17846         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17847
17848 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17849
17850         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17851         Sync with libc CVS.
17852         * lib/getopt_int.h: New file, also synced from libc.
17853
17854 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17855
17856         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17857         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17858         Bring back getopt.c, getopt.h, getopt1.c.
17859
17860 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17861
17862         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17863         All uses changed.  Check for sa_sigaction member; this fixes
17864         a bug first reported by Jason Andrade in
17865         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17866
17867 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17868
17869         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17870         '#if' expressions.  Unlike the code it replaces, it does not
17871         depend on (defined _SC_PAGESIZE).  However, it does depend on
17872         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17873         first reported by Jason Andrade in
17874         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17875
17876 2004-02-25  Simon Josefsson  <jas@extundo.com>
17877
17878         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17879
17880 2004-02-25  Simon Josefsson  <jas@extundo.com>
17881
17882         * lib/strdup.h: New file.
17883         * lib/strdup.c: Include it.
17884         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17885         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17886
17887 2004-02-23  Karl Berry  <karl@gnu.org>
17888
17889         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17890         (from fencepost.gnu.org:/gd/gnuorg).
17891
17892 2004-02-23  Karl Berry  <karl@gnu.org>
17893
17894         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17895         * config/srclist.txt: add maintain/standards documents.
17896
17897 2004-02-18  Bruno Haible  <bruno@clisp.org>
17898
17899         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17900         Reported by Derek Robert Price <derek@ximbiot.com>.
17901
17902 2004-02-16  Karl Berry  <karl@gnu.org>
17903
17904         * config/mkinstalldirs, install-sh: update from automake.
17905
17906 2004-02-06  Karl Berry  <karl@gnu.org>
17907
17908         * m4/po.m4: update from gettext 0.14.1.
17909
17910 2004-02-06  Karl Berry  <karl@gnu.org>
17911
17912         * lib/config.charset: update from gettext 0.14.1.
17913
17914 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17915
17916         Add comments and code, prompted by suggestions from Bruno Haible
17917         for sh-quote.
17918         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17919         describing the enum quoting_style values.
17920         * lib/quotearg.c (quotearg_alloc): New function.
17921         (quotearg_buffer_restyled): Treat lone { and } as special.
17922         Treat = as special.  Work around bug with older shells
17923         that "see" a '\' that is really the 2nd byte of a multibyte char.
17924         Quote empty string with shell_quoting_style.
17925
17926 2004-02-03  Bruno Haible  <bruno@clisp.org>
17927
17928         * m4/pipe.m4: New file, from GNU gettext.
17929
17930 2004-02-03  Bruno Haible  <bruno@clisp.org>
17931
17932         * lib/pipe.h: New file, from GNU gettext.
17933         * lib/pipe.c: New file, from GNU gettext.
17934
17935 2004-01-27  Bruno Haible  <bruno@clisp.org>
17936
17937         * m4/execute.m4: New file, from GNU gettext.
17938
17939 2004-01-27  Bruno Haible  <bruno@clisp.org>
17940
17941         * lib/execute.h: New file, from GNU gettext.
17942         * lib/execute.c: New file, from GNU gettext.
17943         * lib/w32spawn.h: New file, from GNU gettext.
17944
17945 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17946
17947         Merge from diffutils.
17948
17949         * lib/file-type.c (file_type): Add typed memory objects.
17950         * lib/file-type.h (S_TYPEISTMO): New macro.
17951
17952         * lib/c-stack.h (c_stack_action): Remove argv argument.
17953         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17954         (die): Don't calculate message unless segv_action returns.
17955         (get_stack_location, min_address_from_argv, max_address_from_argv,
17956         volatile stack_base, volatile_stack_size): Remove.
17957         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17958         that every segmentation violation is a stack overflow.  (Ouch!)
17959         See Debian bug 136249 (still outstanding) for more info about why
17960         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17961
17962 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17963
17964         Exit-status fix from coreutils.
17965
17966         Use exit_failure consistently in place of EXIT_FAILURE,
17967         so that program exit statuses are consistent on failure.
17968
17969         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17970         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17971         * lib/argmatch.h: Comment fix to match the above.
17972         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17973         Now a macro referring to exit_failure, instead of a separate
17974         variable.  Include "exitfail.h" to get it.
17975         * lib/xstrtol.h: Include "exitfail.h".
17976         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17977
17978         * lib/long-options.c (parse_long_options): Use prototype
17979         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17980         for clarity.
17981
17982 2004-01-21  Jim Meyering  <jim@meyering.net>
17983
17984         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17985         so as not to conflict with a different-sized __mktime_internal
17986         function in GNU libc.
17987         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17988         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17989
17990 2004-01-20  Karl Berry  <karl@gnu.org>
17991
17992         * config/config.guess: update from config.
17993
17994         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17995
17996 2004-01-20  Bruno Haible  <bruno@clisp.org>
17997
17998         Safer stack allocation.
17999         * lib/setenv.c: Include allocsa.h.
18000         (alloca): Remove fallback definition.
18001         (freea): Remove macro.
18002         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18003         instead of freea.
18004
18005 2004-01-20  Bruno Haible  <bruno@clisp.org>
18006
18007         * m4/eealloc.m4: New file, from GNU gettext.
18008
18009 2004-01-20  Bruno Haible  <bruno@clisp.org>
18010
18011         * m4/allocsa.m4: New file, from GNU gettext.
18012
18013 2004-01-20  Bruno Haible  <bruno@clisp.org>
18014
18015         * lib/xallocsa.h: New file, from GNU gettext.
18016         * lib/xallocsa.c: New file, from GNU gettext.
18017
18018 2004-01-20  Bruno Haible  <bruno@clisp.org>
18019
18020         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18021
18022 2004-01-20  Bruno Haible  <bruno@clisp.org>
18023
18024         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18025         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18026         specially.
18027
18028 2004-01-20  Bruno Haible  <bruno@clisp.org>
18029
18030         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18031         patch.
18032
18033 2004-01-20  Bruno Haible  <bruno@clisp.org>
18034
18035         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18036
18037 2004-01-20  Bruno Haible  <bruno@clisp.org>
18038
18039         * lib/eealloc.h: New file.
18040
18041 2004-01-20  Bruno Haible  <bruno@clisp.org>
18042
18043         * lib/binary-io.h: Avoid warnings on Cygwin.
18044
18045 2004-01-20  Bruno Haible  <bruno@clisp.org>
18046
18047         * lib/allocsa.h: New file, from GNU gettext.
18048         * lib/allocsa.c: New file, from GNU gettext.
18049
18050 2004-01-18  Karl Berry  <karl@gnu.org>
18051
18052         * doc/gpl.texi, doc/lgpl.texi: new files.
18053
18054 2004-01-18  Karl Berry  <karl@gnu.org>
18055
18056         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18057         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18058
18059 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18060
18061         Merge from coreutils.
18062
18063         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18064         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18065         (gl_DEFAULT_POSIX2_VERSION): Move
18066         the documentation from 'configure' into 'config.hin',
18067         so that 'configure --help' isn't burdened by it and
18068         we don't have to worry about its formatting there.
18069         Reword the documentation so that it's more succinct
18070         and can be run together into a single paragraph.
18071         * m4/same.m4 (gl_SAME): Check for pathconf.
18072
18073 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18074
18075         Merge from coreutils.
18076
18077         * lib/posixver.c: Include posixver.h.
18078
18079         * lib/same.c: Include <stdbool.h>, <limits.h>.
18080         (_POSIX_NAME_MAX): Define if not defined.
18081         (MIN): New macro.
18082         (same_name): If file names are silently truncated, report
18083         that the file names are the same if they are the same after
18084         the silent truncation.
18085
18086         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18087         conversion function.
18088         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18089         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18090         longer needed.
18091
18092 2004-01-15  Jim Meyering  <jim@meyering.net>
18093
18094         Merge from coreutils.
18095
18096         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18097         if no library is required.
18098         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18099         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18100         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18101         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18102         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18103         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18104         value, $ac_cv_search_crypt, if it's "none required".
18105         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18106         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18107         not gl_FUNC_GETLOADAVG.
18108         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18109         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18110
18111 2004-01-15  Jim Meyering  <jim@meyering.net>
18112
18113         Merge from coreutils.
18114
18115         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18116         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18117         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18118
18119         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18120         optional configure-time default.
18121
18122         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18123
18124         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18125
18126 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18127
18128         Merge from coreutils.
18129
18130         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18131         value, $ac_cv_search_nanosleep, if it's "none required".
18132
18133 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18134
18135         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18136         with like-named macro in fnmatch.c.
18137         (EXT): Use an internal constant instead.
18138
18139         Merge fnmatch patches from glibc.
18140         * lib/fnmatch.c (mbsinit): Remove define.
18141         Add libc_hidden_ver (__fnmatch, fnmatch).
18142         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18143         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18144
18145 2004-01-14  Karl Berry  <karl@gnu.org>
18146
18147         * config/install-sh: update from automake.
18148
18149 2004-01-13  Karl Berry  <karl@gnu.org>
18150
18151         * config/install-sh: update from automake.
18152
18153 2004-01-09  Karl Berry  <karl@gnu.org>
18154
18155         * config/install-sh: update from automake.
18156
18157 2004-01-05  Karl Berry  <karl@gnu.org>
18158
18159         * config/config.{sub,guess}: update from config.
18160
18161 2003-12-31  Karl Berry  <karl@gnu.org>
18162
18163         * config/depcomp: update from automake.
18164
18165 2003-12-14  Karl Berry  <karl@gnu.org>
18166
18167         * lib/config.charset: update from gettext-runtime.
18168
18169 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18170
18171         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18172         Bug reported by Alfred M. Szmidt.
18173
18174 2003-12-03  Bruno Haible  <bruno@clisp.org>
18175
18176         * m4/gettext.m4: Upgrade from gettext-0.13.
18177         * m4/po.m4: Upgrade from gettext-0.13.
18178         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18179         * m4/intmax.m4: New file, from gettext-0.13.
18180         * m4/printf-posix.m4: New file, from gettext-0.13.
18181
18182 2003-11-29  Karl Berry  <karl@gnu.org>
18183
18184         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18185
18186 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18187             Bruno Haible  <bruno@clisp.org>
18188
18189         * lib/printf-parse.h: Don't include sys/types.h.
18190         (ARG_NONE): New macro.
18191         (char_directive): Change type of *arg_index fields to size_t.
18192         * lib/printf-parse.c: Don't include sys/types.h.
18193         (SSIZE_MAX): Remove macro.
18194         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18195         Remove unnecessary overflow check.
18196         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18197         fields.
18198
18199 2003-11-25  Bruno Haible  <bruno@clisp.org>
18200
18201         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18202
18203 2003-11-25  Bruno Haible  <bruno@clisp.org>
18204
18205         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18206         gt_TYPE_SSIZE_T.
18207
18208 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18209
18210         * modules/alloca: Remove dependency on xalloc.
18211
18212 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18213
18214         * lib/alloca.c: Remove dependency on xalloc module.
18215         (xalloc_die): Remove.
18216         (memory_full) [!defined emacs]: New macro.
18217         [!defined emacs]: Don't include xalloc.h.
18218         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18219         address arithmetic overflows.  Change datatypes a bit to avoid
18220         unnecessary casts.
18221
18222 2003-11-22  Jim Meyering  <jim@meyering.net>
18223
18224         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18225         s/size/size_t/.
18226
18227 2003-11-21  Karl Berry  <karl@gnu.org>
18228
18229         * config/config.{sub,guess}: update from config.
18230
18231 2003-11-18  Karl Berry  <karl@gnu.org>
18232
18233         * config/config.{sub,guess}: update from config.
18234
18235         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18236
18237 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18238
18239         * README: Mention that S+T cannot overflow if S is the size of
18240         an existing object and T is sufficiently small.
18241
18242 2003-11-17  Jim Meyering  <jim@meyering.net>
18243
18244         On systems without utime and without a utimes function capable of
18245         dealing with a NULL struct utimbuf* argument, this utime replacement
18246         could -- in unusual circumstances -- leak a file descriptor.
18247         * lib/utime.c: Include <unistd.h> and <errno.h>.
18248         (utime_null): Be sure to close `fd' and to preserve errno.
18249         Reported by Geoff Collyer via Arnold Robbins.
18250
18251 2003-11-17  Bruno Haible  <bruno@clisp.org>
18252
18253         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18254         (Depends-on): Add xsize.
18255
18256 2003-11-17  Bruno Haible  <bruno@clisp.org>
18257
18258         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18259
18260 2003-11-17  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/vasnprintf.c (alloca): Remove fallback definition.
18263         (freea): Remove definition.
18264         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18265         Reported by Paul Eggert.
18266
18267 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18268             Bruno Haible  <bruno@clisp.org>
18269
18270         Protect against address arithmetic overflow.
18271         * lib/printf-args.h: Include stddef.h.
18272         (arguments): Change type of field 'count' to size_t.
18273         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18274         'unsigned int' where appropriate.
18275         * lib/printf-parse.h: Include sys/types.h.
18276         (char_directive): Change type of *arg_index fields to ssize_t.
18277         (char_directives): Change type of fields 'count', max_*_length to
18278         size_t.
18279         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18280         (SSIZE_MAX): Define fallback value.
18281         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18282         instead of 'int' where appropriate. Check a_allocated, d_allocated
18283         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18284         * lib/vasnprintf.c: Include xsize.h.
18285         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18286         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18287         overflow. Avoid wraparound when converting a width or precision from
18288         decimal to binary.
18289
18290 2003-11-16  Bruno Haible  <bruno@clisp.org>
18291
18292         Update from GNU gettext.
18293         * lib/printf-parse.c: Generalize to it can be compiled for wide
18294         strings.
18295         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18296         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18297         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18298         SNPRINTF): New macros.
18299         Don't include <alloca.h> if the file is used inside libintl.
18300         (local_wcslen): New function, for Solaris 2.5.1.
18301         (VASNPRINTF): Use it instead of wcslen.
18302
18303 2003-11-16  Bruno Haible  <bruno@clisp.org>
18304
18305         * lib/xsize.h (xmax): New function.
18306         (xsum, xsum3, xsum4): Declare as "pure" functions.
18307
18308 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18309
18310         * modules/xalloc (Files): Undo latest change, since xalloc.h
18311         no longer needs SIZE_MAX or PTRDIFF_MAX.
18312
18313 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18314
18315         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18316         gl_PTRDIFF_MAX.
18317
18318 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18319
18320         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18321         "return", to pacify some unknown compiler.  Problem reported
18322         by Joerg Schilling.
18323
18324 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18325
18326         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18327         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18328         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18329         heuristic is just as accurate as far as we know, and it removes a
18330         dependency on size_max.m4 and ptrdiff_max.m4.
18331
18332 2003-11-11  Bruno Haible  <bruno@clisp.org>
18333
18334         * modules/xsize (Files): Add m4/size_max.m4.
18335         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18336
18337 2003-11-11  Bruno Haible  <bruno@clisp.org>
18338
18339         * m4/size_max.m4: New file.
18340         * m4/ptrdiff_max.m4: New file.
18341         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18342         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18343         (gl_XALLOC): Invoke it.
18344
18345 2003-11-11  Bruno Haible  <bruno@clisp.org>
18346
18347         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18348         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18349         defined.
18350
18351 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18352
18353         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18354         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18355         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18356         From Bruno Haible.
18357         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18358         not (size_t) -1, since it's defined here.
18359
18360 2003-11-09  Karl Berry  <karl@gnu.org>
18361
18362         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18363
18364 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18365
18366         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18367         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18368         Reject sizes of exactly SIZE_MAX bytes.
18369         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18370         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18371
18372 2003-11-05  Bruno Haible  <bruno@clisp.org>
18373
18374         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18375         SIZE_MAX defined in <limits.h> on Solaris.
18376
18377 2003-11-04  Jim Meyering  <jim@meyering.net>
18378
18379         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18380         variable names, rather than @VAR@.
18381         * modules/poll: Likewise.
18382
18383 2003-11-04  Bruno Haible  <bruno@clisp.org>
18384
18385         * modules/xsize: New file.
18386         * modules/linebreak: Depend on xsize.
18387         * MODULES.html.sh (func_all_modules): Add xsize.
18388
18389 2003-11-04  Bruno Haible  <bruno@clisp.org>
18390
18391         * m4/xsize.m4: New file.
18392
18393 2003-11-04  Bruno Haible  <bruno@clisp.org>
18394
18395         * lib/xsize.h: New file.
18396         * lib/linebreak.c: Include xsize.h.
18397         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18398         argument for overflow.
18399         Suggested by Paul Eggert.
18400
18401 2003-11-03  Karl Berry  <karl@gnu.org>
18402
18403         * config/config.{guess,sub}: update from config.
18404
18405 2003-11-03  Jim Meyering  <jim@meyering.net>
18406
18407         * modules/userspec (lib_SOURCES): Add userspec.h.
18408         (Include): Add "userspec.h".
18409         Improve description.
18410
18411 2003-11-03  Jim Meyering  <jim@meyering.net>
18412
18413         * lib/userspec.c: Include "userspec.h".
18414         * lib/userspec.h: New file.
18415
18416 2003-11-03  Bruno Haible  <bruno@clisp.org>
18417
18418         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18419
18420 2003-11-03  Bruno Haible  <bruno@clisp.org>
18421
18422         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18423         available, to avoid (extremely rare) race condition.
18424         Suggested by Paul Eggert.
18425
18426 2003-11-02  Karl Berry  <karl@gnu.org>
18427
18428         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18429
18430 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18431
18432         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18433         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18434         (read_filesystem_list): Set and use me_type_malloced.
18435         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18436         whatever the type happens to be), for brevity and consistency.
18437         Check for size calculation overflow on Alphas running OSF/1.
18438
18439 2003-10-31  Jim Meyering  <jim@meyering.net>
18440
18441         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18442
18443         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18444
18445 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18446             Bruno Haible  <bruno@clisp.org>
18447
18448         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18449         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18450
18451 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18454         netbsd*-gnu*.  Suggested by Robert Millan.
18455
18456 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18457
18458         * modules/group-member: Depend on stdbool.
18459
18460 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18461
18462         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18463
18464 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18465
18466         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18467         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18468         after the 'gnu' in these cases.  This fixes some bugs in the
18469         previous change, and is based on suggestions by Robert Millan.
18470
18471 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18472
18473         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18474         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18475         no longer needed.
18476         * lib/quotearg.c (quotearg_n_options): Use it.
18477         * lib/group-member.c: Include <stdbool.h>.
18478         (free_group_info): Arg is now const *; don't free arg.
18479         (get_group_info): Now returns bool and accepts struct group_info *,
18480         rather than returning a malloc'ed struct group_info *.
18481         All uses changed.  Check for overflow in internal size calculation.
18482
18483         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18484         rather than xmalloc/xrealloc.
18485         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18486         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18487         conformance bug: the old code used a pointer after freeing the
18488         storage that it addressed.
18489         * lib/hash.c (hash_initialize): Simplify the code by using
18490         xalloc_oversized rather than doing it by hand.
18491         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18492         the buffer preserved.  Use free and xmalloc instead.
18493         * lib/quotearg.c (quotearg_n_options): Likewise.
18494         Use a simpler test for size overflow.  Don't use xalloc_oversized
18495         because unsigned int might be wider than size_t (!); this suggests
18496         that we should switch from unsigned int to size_t for slot numbers.
18497
18498 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18499
18500         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18501         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18502         NetBSD kernels.  Requested by Richard Stallman.
18503
18504 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18505
18506         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18507         to allocate the returned structure.  Do not allocate a subarray,
18508         as x2nrealloc will do that.
18509         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18510         instead of xnrealloc.
18511         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18512
18513 2003-10-27  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/stdbool_.h: Better support for BeOS.
18516
18517 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18518
18519         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18520         now uses inline.
18521
18522 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18523
18524         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18525         callers that want to do their own size-overflow checking.  Include
18526         <stdbool.h>, since xalloc_oversized returns bool.
18527         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18528         to use xalloc_oversized.
18529
18530         Add two functions x2realloc, x2nrealloc, for programs that grow
18531         arrays dynamically by doubling their sizes.
18532         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18533         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18534         New functions.
18535
18536         Port to C99 semantics for 'inline' of external functions.
18537         Bug reported by Bruno Haible.
18538         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18539         with the old contents of xnmalloc.
18540         (xnmalloc, xmalloc): Use it.
18541         (xnrealloc_inline): New static inline function,
18542         with the old contents of xnrealloc.
18543         (xnrealloc, xrealloc): Use it.
18544
18545         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18546         that.
18547
18548 2003-10-26  Karl Berry  <karl@gnu.org>
18549
18550         * config/srclist.txt (COPYING.DOC): no longer available from
18551         /gd/gnuorg; don't know where the ultimate source is.
18552
18553 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18554
18555         Fix several address-calculation bugs in the hash modules,
18556         plus some minor code cleanup.
18557
18558         * lib/hash.h: Include <stdbool.h>, for bool.
18559         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18560         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18561         hash_get_n_entries, hash_get_max_bucket_length,
18562         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18563         hash_rehash): Use size_t rather than unsigned.
18564         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18565         hash_get_n_buckets_used, hash_get_n_entries,
18566         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18567         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18568         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18569         Likewise.
18570         (SIZE_MAX): Define if not defined.
18571         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18572         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18573         hash_print):
18574         Use const * when possible.
18575         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18576         (check_tuning): Fix bug: if tuning parameters were very close to
18577         0 or 1, rounding errors could have caused subscript violations.
18578         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18579         (hash_initialize): Add 'fail:' label
18580         to free table and return NULL, and use it to simplify code.
18581         Use calloc rather than clearing the storage ourself.
18582         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18583         buffer size calculations.
18584         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18585         Include <stddef.h>, for size_t.
18586         * lib/hash-pjw.c (hash_pjw): Likewise.
18587         Switch to method described by Bruno Haible.
18588         Include <limits.h>, for CHAR_BIT.
18589         (SIZE_BITS): New macro.
18590
18591 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18592
18593         * m4/getline.m4 (AM_FUNC_GETLINE):
18594         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18595         hosts.  Problem reported by Derek Robert Price in
18596         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18597         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18598         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18599
18600 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18601
18602         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18603         ceiling the allocation at NMAX bytes rather than silently
18604         discarding input bytes before NMAX is reached.  This makes
18605         a difference only if NMAX exceeds SIZE_MAX / 2.
18606
18607         * lib/obstack.c: Merge from glibc.
18608         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18609         Add libc_hidden_def (_obstack_newchunk).
18610         (_obstack_free) [! defined _LIBC]: Remove.
18611         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18612         a clone of the function body.
18613         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18614         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18615
18616         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18617         glibc.
18618         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18619         arg to memcpy.
18620
18621         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18622         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18623         Don't use lvalue casts, as GCC plans to remove support for them
18624         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18625         was also present in the non-GCC version, indicating that this
18626         code had always been buggy and had never been widely used.
18627         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18628         Use the fast variant of each macro, rather than copying the
18629         definiens of the fast variant; that way, we'll be more likely to
18630         catch future bugs in the fast variants.
18631
18632 2003-10-20  Bruno Haible  <bruno@clisp.org>
18633
18634         * modules/wait-process: New file.
18635         * MODULES.html.sh (func_all_modules): Add wait-process.
18636
18637 2003-10-20  Bruno Haible  <bruno@clisp.org>
18638
18639         * m4/wait-process.m4: New file.
18640
18641 2003-10-20  Bruno Haible  <bruno@clisp.org>
18642
18643         * lib/wait-process.h: New file, from GNU gettext.
18644         * lib/wait-process.c: New file, from GNU gettext.
18645
18646 2003-10-19  Jim Meyering  <jim@meyering.net>
18647
18648         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18649         HPUX 10.20.
18650
18651 2003-10-18  Karl Berry  <karl@gnu.org>
18652
18653         * config/config.guess: update from config.
18654
18655 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18656
18657         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18658         (getgroups): First arg is int, not size_t.
18659         Don't let 'free' mangle errno.
18660
18661 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18662
18663         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18664
18665 2003-10-16  Karl Berry  <karl@gnu.org>
18666
18667         * config/config.{guess,sub}: update from config.
18668
18669 2003-10-16  Jim Meyering  <jim@meyering.net>
18670
18671         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18672         memcpy.
18673
18674 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18675
18676         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18677         (SIZE_MAX): Remove.
18678         (new_exclude, add_exclude_file): Initial size no longer needs to
18679         be a power of 2.
18680         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18681         our own address arithmetic overflow checking.
18682
18683         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18684         (fnmatch): Do not alloca more than 2000 wide characters;
18685         instead, use malloc for large buffers.
18686         Check for address arithmetic overflow, and return -1
18687         with errno set to ENOMEM in that case.
18688         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18689         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18690         instead, return -1.  Check for address arithmetic overflow.
18691
18692 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18693
18694         Handle invalid suffixes and overflow independently, so that
18695         callers can treat them independently as needed.  Fix some bugs in
18696         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18697         suffix for a human-readable blocksize.  The major caller-visible
18698         change is the addition of a new
18699         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18700         that both overflow and suffix chars were found.
18701
18702         * lib/human.c (humblock): Don't check separately for invalid suffix
18703         char; that is xstrtoumax's job (now that its bug is fixed).
18704         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18705         INTMAX_MAX]: New macros.
18706         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18707         TYPE_MAXIMUM): New macros.
18708         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18709         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18710         if overflow occurs, as it's what __strtol does and it's more useful
18711         in practice.
18712         (__xstrtol): If __strtol reports some error other than ERANGE,
18713         reflect it to the caller as LONGINT_INVALID.  If it reports
18714         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18715         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18716         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18717         value.
18718         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18719         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18720         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18721         [defined UINTMAX_MAX]: New macros.
18722
18723 2003-10-14  Bruno Haible  <bruno@clisp.org>
18724
18725         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18726
18727 2003-10-14  Bruno Haible  <bruno@clisp.org>
18728
18729         * m4/sig_atomic_t: New file, from GNU gettext.
18730         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18731
18732 2003-10-14  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18735         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18736         Also use volatile where needed.
18737
18738 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18739
18740         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18741         Change maintainer from Bruno Haible to 'all'.
18742
18743 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18744
18745         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18746
18747 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18748
18749         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18750         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18751         and define in terms of the other primitives.
18752         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18753         (SIZE_MAX): Define if not already defined.
18754         (array_size_overflow): New function.
18755         (xalloc_die): Abort instead of exiting if 'error' returns.
18756         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18757         (xmalloc, xrealloc): Use them.
18758         (xcalloc): Check for address arithmetic overflow.
18759         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18760         a bit faster than strcpy.
18761
18762 2003-10-10  Simon Josefsson  <jas@extundo.com>
18763
18764         * modules/argp (Depends-on): Add restrict and strcase.
18765
18766 2003-10-10  Simon Josefsson  <jas@extundo.com>
18767
18768         * m4/argp.m4: Add AC_C_INLINE.
18769
18770 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18771
18772         Merge getpass from libc, plus a few fixes.
18773
18774         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18775         Include <stdbool.h>.
18776         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18777         __fsetlocking to empty.
18778         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18779         do include <bits/libc-lock.h>.
18780         Do not include <fcntl.h>; not needed.
18781         [_LIBC]: Include <wchar.h>.
18782         (NOTCANCEL_MODE): New macro.
18783         (flockfile, funlockfile) [_LIBC]: New macros.
18784         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18785         [!_LIBC]: New macros.
18786         (call_fclose): New function.
18787         (getpass): Use it.  Save tty stream separately; this simplifies the
18788         code and makes it more reliable if stdin happens to equal stdout.
18789         Invoke __fsetlocking on tty.
18790         Handle thread cancellation if needed.
18791         Namespace cleanup (use __tcgetattr, __getline).
18792         Use bool for Booleans.
18793         [USE_IN_LIBIO]: Handle wide streams.
18794         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18795         stream might go where.
18796
18797         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18798         doesn't have to include <stdio.h> before us.
18799         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18800         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18801         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18802         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18803         if not declared, so that we can use getpass.c code from libc without
18804         rewriting it.
18805         (flockfile, ftrylockfile, funlockfile): New macros.
18806
18807 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18808
18809         * modules/getpass: Depend on stdbool.
18810
18811 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18812
18813         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18814
18815 2003-10-07  Karl Berry  <karl@gnu.org>
18816
18817         * config/config.{guess,sub}: update from config.
18818
18819 2003-10-06  Jim Meyering  <jim@meyering.net>
18820             Bruno Haible  <bruno@clisp.org>
18821
18822         This lets translators provide better translations for the
18823         "Written by ..." part of --version output.
18824         * lib/version-etc.h: Include stdarg.h.
18825         (version_etc_copyright): Declare as readonly.
18826         (version_etc): Make this function variadic with a NULL-terminated list
18827         of author name strings.
18828         (version_etc_va): New declaration.
18829         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18830         (version_etc_copyright): Declare as readonly.
18831         (version_etc_va): New function. Provide a different translatable string
18832         for each possible number of authors < 10. Abbreviate when there are 10
18833         authors or more.
18834         (version_etc): Make this function variadic. Call version_etc_va.
18835         Suggestion from Gary V. Vaughan.
18836
18837         * lib/long-options.h (parse_long_options): Change prototype: the
18838         authors string is moved to the end and becomes variadic.
18839         * lib/long-options.c: Include stdarg.h.
18840         (parse_long_options): Make this function variadic, too.
18841         Call version_etc_va, not version_etc.
18842
18843 2003-10-06  Bruno Haible  <bruno@clisp.org>
18844
18845         * modules/version-etc-2: Remove file.
18846         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18847
18848 2003-10-06  Bruno Haible  <bruno@clisp.org>
18849
18850         * modules/fatal-signal: New file.
18851         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18852
18853 2003-10-06  Bruno Haible  <bruno@clisp.org>
18854
18855         * m4/fatal-signal.m4: New file.
18856         * m4/signalblocking.m4: New file, from GNU gettext.
18857
18858 2003-10-06  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/version-etc-2.h: Remove file.
18861         * lib/version-etc-2.c: Remove file.
18862
18863 2003-10-06  Bruno Haible  <bruno@clisp.org>
18864
18865         * lib/fatal-signal.h: New file, from GNU gettext.
18866         * lib/fatal-signal.c: New file, from GNU gettext.
18867
18868 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18869
18870         * README: Rework advice for preventing empty .o files.
18871         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18872         not <sys/types.h>.
18873
18874 2003-10-04  Karl Berry  <karl@gnu.org>
18875
18876         * lib/argp*: update from libc.
18877
18878 2003-10-04  Karl Berry  <karl@gnu.org>
18879
18880         * config/config.{guess,sub}: update from config.
18881
18882 2003-10-02  Bruno Haible  <bruno@clisp.org>
18883
18884         * modules/lchown (Include): Add lchown.h.
18885         * modules/time_r (Include): Use "..." syntax.
18886         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18887
18888 2003-10-01  Simon Josefsson  <jas@extundo.com>
18889
18890         * MODULES.html.sh (func_all_modules): Move gethostname from section
18891         'based on' to section 'lacking' POSIX:2001.
18892
18893 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18894
18895         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18896         to output mode on the same stream.
18897
18898 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18899
18900         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18901         Fix arg typo in previous patch.
18902
18903 2003-09-28  Jim Meyering  <jim@meyering.net>
18904
18905         * lib/error.c: Correct cpp indentation.
18906
18907 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18908
18909         * modules/free: New file.
18910
18911 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18912
18913         * m4/free.m4: New file.
18914
18915 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18916
18917         * lib/minmax.h (MIN, MAX)
18918         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18919         Omit the special code that used __typeof__, since we worry that
18920         it could be more trouble than it's worth.  See:
18921         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18922         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18923
18924         * lib/free.c: New file.
18925
18926 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18927
18928         Trivial fixes to Makefile.am parts of module listings.
18929         * modules/strstr: Append strstr.h to lib_SOURCES.
18930         * modules/strcase: Likewise, for strcase.h.
18931
18932 2003-09-27  Karl Berry  <karl@gnu.org>
18933
18934         * config/mkinstalldirs: update from automake.
18935
18936 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18937
18938         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18939         (error_tail): Do not loop, reallocating temporary buffer, since
18940         the output cannot contain more wide characters than the input
18941         contains bytes, the size must be big enough already.  This avoids
18942         one potential size overflow calculation.  Check for size overflow
18943         when calculating temporary buffer size.  Free temporary buffer
18944         when done, if it was allocated with malloc; this plugs a memory
18945         leak.  Remove casts from void * to pointers, that are no longer
18946         needed now that we're assuming C89 or better.
18947
18948         Merge error changes from glibc.
18949
18950         * lib/error.c, error.h: Update copyright notice header to match glibc.
18951         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18952         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18953         Disable cancellation while printing error.
18954         * lib/error.h: Prepend __ to parameter names.
18955
18956 2003-09-26  Jim Meyering  <jim@meyering.net>
18957
18958         * lib/error.c (error_tail): Move some declarations
18959         into inner scope where the local variables are used.
18960
18961 2003-09-26  Bruno Haible  <bruno@clisp.org>
18962
18963         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18964         stpncpy().
18965         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18966
18967 2003-09-26  Bruno Haible  <bruno@clisp.org>
18968
18969         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18970         (stpncpy): Define as alias for gnu_stpncpy.
18971         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18972
18973 2003-09-25  Simon Josefsson  <jas@extundo.com>
18974
18975         * lib/xgetdomainname.h: New file.
18976         * lib/xgetdomainname.c: New file.
18977
18978 2003-09-25  Simon Josefsson  <jas@extundo.com>
18979             Bruno Haible  <bruno@clisp.org>
18980
18981         * modules/getdomainname: New file.
18982         * modules/xgetdomainname: New file.
18983         * MODULES.html.sh (func_all_modules): Add getdomainname,
18984         xgetdomainname.
18985
18986 2003-09-25  Simon Josefsson  <jas@extundo.com>
18987             Bruno Haible  <bruno@clisp.org>
18988
18989         * m4/getdomainname.m4: New file.
18990
18991 2003-09-25  Simon Josefsson  <jas@extundo.com>
18992             Bruno Haible  <bruno@clisp.org>
18993
18994         * lib/getdomainname.h: New file.
18995         * lib/getdomainname.c: New file.
18996
18997 2003-09-25  Karl Berry  <karl@gnu.org>
18998
18999         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19000
19001 2003-09-25  Karl Berry  <karl@gnu.org>
19002
19003         * config/install-sh: update from automake.
19004
19005 2003-09-25  Bruno Haible  <bruno@clisp.org>
19006
19007         * modules/version-etc-2: New file, from modules/version-etc with
19008         modifications.
19009         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19010
19011 2003-09-25  Bruno Haible  <bruno@clisp.org>
19012
19013         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19014         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19015
19016 2003-09-24  Simon Josefsson  <jas@extundo.com>
19017
19018         * modules/xgethostname: Add xgethostname.h.
19019
19020 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19021
19022         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19023         the buffer associated with the argument.  Bug reported by
19024         Simon Josefsson.
19025
19026 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19027
19028         * README: Document assumptions that 'int' is at least 32 bits
19029         wide, that integer arithmetic is 2's complement without overflow,
19030         that there are no holes in integer values, that adding sizes of
19031         two nonoverlapping objects can't overflow, and that all-bits-zero
19032         yields scalar zero.  Fix spelling and capitalization typos.
19033
19034 2003-09-19  Karl Berry  <karl@gnu.org>
19035
19036         * lib/argp.h: update from libc.
19037
19038 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19039
19040         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19041         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19042         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19043
19044 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19045
19046         * gnulib-tool: Use "test -h", not "test -L", for portability
19047         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19048         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19049         (sed_extract_prog): Issue s commands one-by-one, rather than
19050         using \| in one s command.
19051
19052 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19053
19054         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19055         input error, instead of returning NULL the next time we are called
19056         (and therefore losing track of errno).
19057
19058 2003-09-16  Bruno Haible  <bruno@clisp.org>
19059
19060         * gnulib-tool (func_create_testdir): Warn about duplicated
19061         dependencies.
19062
19063 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19064
19065         * modules/argmatch, modules/fatal, modules/obstack,
19066         modules/xalloc, modules/xgethostname: Sort dependencies by
19067         importance, not alphabetically.
19068
19069 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19070
19071         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19072         fails, so that the caller gets the proper errno.
19073
19074         * lib/readutmp.c (read_utmp): Likewise.
19075         Check for fstat error.  Close stream and free storage
19076         when failing.
19077
19078 2003-09-14  Karl Berry  <karl@gnu.org>
19079
19080         * config/srclist.txt (strdup.c): disable for c89 changes.
19081
19082 2003-09-14  Jim Meyering  <jim@meyering.net>
19083
19084         * lib/getloadavg.c: Correct cpp indentation.
19085         * lib/strdup.c: Likewise.
19086         * lib/vasnprintf.c: Likewise.
19087
19088 2003-09-14  Bruno Haible  <bruno@clisp.org>
19089
19090         * modules/fwriteerror: New file.
19091         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19092
19093 2003-09-14  Bruno Haible  <bruno@clisp.org>
19094
19095         * lib/fwriteerror.h: New file.
19096         * lib/fwriteerror.c: New file.
19097
19098 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19099
19100         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19101         modules/xgethostname, modules/xalloc: Depend on exit.
19102
19103 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19104
19105         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19106
19107         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19108         and AC_MINIX, too, so that their extensions are available.
19109
19110         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19111         This macro has been superseded by gl_BACKUPFILE.
19112
19113         More patches to assume C89 or better.
19114
19115         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19116
19117         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19118         unconditionally.
19119         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19120         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19121         Include <string.h>, <stdlib.h> unconditionally.
19122         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19123         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19124         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19125         headers or for string.h.
19126         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19127         or strtoul.
19128
19129         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19130         headers.
19131         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19132         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19133         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19134         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19135         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19136         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19137         memcpy, memset.
19138         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19139         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19140         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19141         strtol.
19142         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19143         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19144         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19145         strtoul.
19146
19147 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19148
19149         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19150         * lib/obstack.c [!defined _LIBC]: Likewise.
19151         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19152         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19153         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19154
19155         More changes to assume C89 or better.
19156
19157         * lib/error.c (error_tail): Assume vprintf.
19158
19159         * lib/argmatch.c (getenv): Remove decl.
19160         * lib/progreloc.c (get_full_program_name): Define via prototype.
19161         * lib/setenv.c (clearenv): Likewise.
19162         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19163         needed.
19164         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19165         (malloc, memcpy): Remove decls.
19166         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19167         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19168         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19169         (memcpy): Remove macro.
19170         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19171         (__P): Remove.  All uses removed.
19172         (PTR): Remove.  All uses changed to void *.
19173         (CHAR_BIT, NULL): Remove.
19174         (spaces, zeros, memset_space, memset_zero)
19175         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19176         Remove.
19177         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19178         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19179         Define with prototype.
19180         Remove now-unnecessary prototype decl.
19181         (extra_args_spec): Assume ANSI C.  All uses changed.
19182         (extra_args_spec_iso): Remove.
19183         (my_strftime, emacs_strftimeu): Define via prototype.
19184         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19185         unconditionally.
19186         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19187         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19188         (strtoul, strtol): Remove decls.
19189         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19190         LONG_MAX): Remove.
19191         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19192         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19193         (LOCALE_PARAM_PROTO): New macro.
19194         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19195         (INTERNAL (strtol), strtol): Define with a prototype.
19196         (PARAMS): Remove.  All uses removed.
19197         * lib/tempname.c: Include <string.h> unconditionally.
19198         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19199         * lib/xgethostname.c (main): Define with a prototype.
19200         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19201         Include <stdlib.h> unconditionally.
19202         (calloc, malloc, realloc, free): Remove decls.
19203         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19204         Include <stdlib.h> unconditionally.  Sort include file names.
19205         (strtod): Remove.
19206         (xstrtod): Define with a prototype.
19207         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19208         (strtol, strtoul): Remove decls.
19209
19210 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19211
19212         More patches to assume C89 or better.
19213         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19214         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19215         string.h, memchr, STDC_HEADERS.
19216
19217 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19218
19219         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19220         Include <stdlib.h>, <string.h> unconditionally.
19221         Remove now-unnecessary cast to char *.
19222         * lib/strnlen.c: Include <string.h> unconditionally.
19223         * lib/yesno.c (yesno): Define with a prototype.
19224
19225 2003-09-11  Bruno Haible  <bruno@clisp.org>
19226
19227         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19228
19229 2003-09-10  Jim Meyering  <jim@meyering.net>
19230
19231         * lib/error.c: Correct indentation of cpp directives.
19232
19233 2003-09-10  Bruno Haible  <bruno@clisp.org>
19234
19235         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19236         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19237         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19238         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19239         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19240         <stdlib.h> and <string.h> checks.
19241         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19242         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19243
19244 2003-09-10  Bruno Haible  <bruno@clisp.org>
19245
19246         * lib/strcspn.c: Include <string.h> unconditionally.
19247         * lib/strpbrk.c: Include <string.h> unconditionally.
19248         * lib/strstr.c: Include <string.h> unconditionally.
19249         * lib/unicodeio.c: Include <string.h> unconditionally.
19250         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19251         * lib/unsetenv.c: Likewise.
19252         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19253         * lib/yesno.c: Include <stdlib.h> unconditionally.
19254         (rpmatch): Add prototype.
19255
19256 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19257
19258         More patches to assume C89 or better.
19259         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19260         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19261         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19262         or for string.h.
19263         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19264         stdlib.h.
19265         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19266         C headers.
19267         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19268         string.h.
19269         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19270         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19271         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19272         or for string.h.
19273         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19274         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19275         C headers.
19276         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19277         memcpy.
19278         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19279         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19280         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19281         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19282         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19283         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19284         string.h, free.
19285         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19286         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19287         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19288         C headers, or for string.h.
19289         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19290         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19291         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19292         headers, memory.h, stdlib.h, string.h, strings.h.
19293         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19294         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19295         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19296         strchr.
19297         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19298         headers, memory.h, string.h.
19299         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19300         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19301         free.
19302         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19303         headers.
19304         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19305         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19306         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19307         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19308         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19309
19310 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19311
19312         More K&R removal.
19313
19314         * lib/acosl.c (main): Use a prototype.
19315         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19316         tanl.c: Likewise.
19317
19318         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19319
19320         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19321         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19322         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19323         with a prototype.
19324         * lib/getopt.c (const): Remove macro.
19325         Include <string.h> unconditionally.
19326         (my_index): Remove; all uses changed to strchr.
19327         (strlen): Remove decl.
19328         (exchange): Remove forward decl; no longer needed.
19329         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19330         Define with prototype.
19331         * lib/getopt1.c (const): Remove macro.
19332         (getopt_long, getopt_long_only, main): Define with prototype.
19333
19334         * lib/getugroups.c: Include <string.h> unconditionally.
19335
19336         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19337         (getusershell, setusershell, endusershell, readname, main):
19338         Define with prototypes.
19339
19340         * lib/group-member.c: Include group-member.h first.
19341         Include <stdlib.h> unconditionally.
19342
19343         * lib/hard-locale.c: Include hard-locale.h first.
19344         Include <stdlib.h>, <string.h> unconditionally.
19345
19346         * lib/hash.c (free, malloc): Remove decls.
19347         Include <stdlib.h> unconditionally.
19348
19349         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19350         (getenv): Do not declare.
19351
19352         * lib/idcache.c: Include <string.h> unconditionally.
19353
19354         * lib/long-options.c: Include long-options.h first, to test interface.
19355         Include <stdlib.h> unconditionally.
19356
19357         * lib/makepath.c: Include makepath.h first, to test interface.
19358         Include <stdlib.h> and <string.h> unconditionally.
19359
19360         * lib/linebuffer.c: Include <stdlib.h>.
19361         (free): Remove decl.
19362
19363         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19364         stddef.h. rpl_malloc returns void *, not char *.
19365         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19366         prototype.
19367
19368         * lib/md5.h: Include <limits.h> unconditionally.
19369         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19370         (__P): Remove; all uses removed.
19371         * lib/md5.c: Include "md5.h" first.
19372         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19373         md5_buffer, md5_process_bytes, md5_process_block):
19374         Define with prototypes.
19375         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19376         * lib/sha.c: Include "sha.h" first.
19377         Include <stdlib.h>, <string.h> unconditionally.
19378
19379         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19380         * lib/memcmp.c (__ptr_t): Likewise.
19381         * lib/memrchr.c (__ptr_t): Likewise.
19382         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19383         Include <string.h> unconditionally.
19384         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19385         * lib/memchr.c: Include <stdlib.h> unconditionally.
19386         * lib/memchr.c (LONG_MAX): Remove.
19387         * lib/memrchr.c (LONG_MAX): Likewise.
19388         * lib/memchr.c (__memchr): Define via a prototype.
19389         * lib/memrchr.c (__memrchr): Likewise.
19390         * lib/memcmp.c (__P): Remove, and remove all uses.
19391         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19392         Remove forward decls; no longer needed.
19393         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19394         Use types required by C89 in prototype.
19395
19396         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19397         * lib/savedir.c: Likewise.
19398         * lib/mkdir.c (free): Remove decl.
19399         * lib/rmdir.c (rmdir): Define with a prototype.
19400         * lib/savedir.c: Include savedir.h first, to test interface.
19401
19402         * lib/mktime.c (STDC_HEADERS): Remove.
19403         Include <stdlib.h>, <string.h> unconditionally.
19404
19405         * lib/modechange.c: Include <stdlib.h> unconditionally.
19406         (malloc): Remove decl.
19407
19408         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19409         (free): Remove decl.
19410
19411         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19412         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19413         (This type really should be intptr_t, but that's a C99ism.)
19414         (_obstack_memcpy): Remove: all uses changed to memcpy.
19415         Include <string.h> unconditionally.
19416         (struct obstack): Assume __STDC__ for types of members
19417         chunkfun, freefun, extra_arg.
19418         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19419         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19420         obstack_begin, obstack_specify_allocation,
19421         obstack_specify_allocation_with_arg, obstack_chunkfun,
19422         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19423         Remove unprototyped decls and the macros that use them.
19424         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19425         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19426         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19427         (defined __STDC__ && __STDC__)]:
19428         Remove nonprototyped code.
19429         Include <stdlib.h> unconditionally.
19430         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19431         _obstack_allocated_p, _obstack_free, obstack_free,
19432         _obstack_memory_used, print_and_abort):
19433         Define using prototypes.
19434         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19435         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19436         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19437         obstack_next_free, obstack_object_size, obstack_room) [0]:
19438         Remove unused, unprototyped code.
19439
19440         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19441
19442         * lib/physmem.c (physmem_total, physmem_available, main): Define
19443         with prototypes.
19444
19445         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19446         (main): Define with a prototype.
19447
19448         * lib/posixver.c (getenv): Remove decl.
19449
19450         * lib/putenv.c (malloc): Returns void *, not char *.
19451         Include <string.h> unconditionally.
19452         (strchr, memcpy, NULL): Do not define.
19453
19454         * lib/readtokens.c: Include readtokens.h first, to test interface.
19455         Include <stdlib.h>, <string.h> unconditionally.
19456         (init_tokenbuffer): Define with a prototype.
19457
19458         * lib/regex.c (PARAMS): Remove.  All uses removed.
19459         All uses of _RE_ARGS removed, too.
19460         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19461         unconditionally.
19462         (bzero): Assume memset exists.
19463         (memcmp, memcpy, NULL): Remove.
19464         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19465         char, or assignments to local vars of type signed char.
19466         (init_syntax_once, PREFIX(extract_number_and_incr),
19467         PREFIX(print_partial_compiled_pattern),
19468         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19469         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19470         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19471         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19472         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19473         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19474         wcs_compile_range, byte_compile_range, truncate_wchar,
19475         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19476         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19477         count_mbs_length, wcs_re_match_2_internal,
19478         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19479         PREFIX(alt_match_null_string_p),
19480         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19481         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19482         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19483         now-unnecessary declaration, if any.
19484         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19485         regcomp, regexec):
19486         Remove now-unnecessary casts among pointer types.
19487         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19488
19489         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19490         (free): Remove decl.
19491
19492         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19493
19494         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19495         (free): Remove decl.
19496
19497         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19498         * lib/xgetcwd.c: Likewise.
19499
19500         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19501         (free): Remove decl.
19502
19503         * lib/strchrnul.c (strchrnul): Define with a prototype.
19504         Fix bug: c_in was not converted to char before searching.
19505
19506         The following changes are not K&R related:
19507
19508         * lib/group-member.h: Include <sys/types.h>, so that this file is
19509         self-contained.
19510         * lib/makepath.h: Likewise.
19511
19512         * lib/getusershell.c (readname, default_index, line_size, readname):
19513         Use size_t, not int, for sizes.
19514         (readname): If the size overflows, report an error instead of
19515         looping forever.
19516
19517 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19518
19519         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19520         libc.
19521
19522 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19523
19524         * README: New section: portability guidelines.
19525
19526 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19527
19528         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19529         C89 spec.
19530
19531 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19532
19533         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19534
19535 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19536
19537         Assume C89 or better; remove K&R cruft.
19538         A few of these changes were first proposed by Derek Robert Price
19539         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19540
19541         * lib/addext.c: Include <string.h> unconditionally.
19542         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19543         Don't declare getenv or malloc.
19544
19545         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19546         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19547         (NULL): Remove.
19548         (find_stack_direction, alloca): Use prototypes.
19549
19550         * lib/atexit.c (atexit): Define using a prototype.
19551
19552         * lib/basename.c, dirname.c, stripslash.c:
19553         Include <string.h> unconditionally.
19554
19555         * lib/bcopy.c: Include <stddef.h>.
19556         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19557
19558         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19559
19560         * lib/error.h (error, error_at_line, error_print_progname)
19561         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19562         * lib/error.c: Include error.h first, to check interface.
19563         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19564         (VA_START): Remove; all uses changeed to va_start.
19565         (exit, strerror): Remove decls.
19566         (error_print_progname): Prototype uncondionally.
19567         Don't include <errno.h>; no longer needed.
19568         (private_strerror): Remove.
19569         (error_tail): Always define.
19570         (error, error_at_line): Assume C89 or better; always use prototypes.
19571         * lib/fatal.c: Include "fatal.h" first, to test interface.
19572         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19573         (VA_START): Remove; all uses changed to va_start.
19574         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19575         this case.
19576         (exit): Remove decl.
19577         (fatal): Prototype unconditionally.  Assume va_start works.
19578         Abort at end, to pacify gcc.
19579
19580         * lib/euidaccess.c (main): Define with a prototype.
19581
19582         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19583
19584         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19585
19586         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19587         prototypes.
19588         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19589         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19590         (getenv): Remove decl.
19591         (fnmatch): Define using a prototype.
19592         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19593         (FCT): Define using a prototype.
19594
19595         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19596
19597         * lib/gethostname.c: Include <stddef.h>.
19598         (gethostname): Define with prototype.  Length is size_t, not int.
19599
19600 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19601
19602         Assume C89 or better; remove K&R cruft.
19603         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19604         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19605         string.h, getenv, malloc.
19606         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19607         headers.
19608         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19609         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19610         do not check for strerror.
19611         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19612         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19613         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19614         do not check for doprnt or vprintf.
19615         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19616         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19617
19618 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19619
19620         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19621         getversion.c should have been removed then, but was accidentally
19622         preserved.
19623
19624         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19625         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19626
19627 2003-09-08  Karl Berry  <karl@gnu.org>
19628
19629         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19630                 config, forget about prep.
19631
19632         * config/depcomp, missing: update from automake.
19633
19634 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19635
19636         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19637         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19638
19639 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19640
19641         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19642         copy_tm_result.  Bug reported by Simon Josefsson in
19643         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19644
19645 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19646
19647         * m4/time_r.m4: New file.
19648         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19649         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19650         is. Check for timegm declaration.
19651         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19652         Do not check for gmtime_r.
19653         Replace mktime if __mktime_internal does not exist and if mktime
19654         hasn't been replaced already.
19655
19656 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19657
19658         * lib/time_r.c, lib/time_r.h: New files.
19659
19660         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19661         __localtime_r.
19662         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19663         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19664
19665         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19666         __gmtime_r.
19667         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19668         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19669         Include <time_r.h>.
19670
19671         * lib/timegm.c: Switch to glibc implementation, with the following
19672         changes:
19673         [defined HAVE_CONFIG_H]: Include <config.h>.
19674         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19675         (__mktime_internal) [!defined _LIBC]: New decl.
19676         (__gmtime_r) [!defined _LIBC]: New macro and function.
19677         (timegm): Use a prototype, since gnulib assumes C89.
19678         Do not bother declaring tmp to be const, as it's not really usefu.
19679         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19680         (timegm): Declare only if HAVE_DECL_TIMEGM.
19681
19682 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19683
19684         * MODULES.html.sh (func_all_modules): Add time_r.
19685         * modules/time_r: New file.
19686         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19687         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19688
19689 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19690
19691         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19692         Bug reported by Lute Kamstra in
19693         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19694
19695         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19696         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19697         course with correspondingly smaller numbers for tomorrow and
19698         yesterday.  From Tadayoshi Funaba.  Originally installed into
19699         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19700         coreutils merge?).
19701
19702 2003-08-31  Simon Josefsson  <jas@extundo.com>
19703
19704         * modules/timegm: New file.
19705         * MODULES.html.sh (func_all_modules): Add timegm.
19706
19707 2003-08-31  Simon Josefsson  <jas@extundo.com>
19708
19709         * m4/timegm.m4: New file.
19710
19711 2003-08-31  Simon Josefsson  <jas@extundo.com>
19712
19713         * lib/timegm.h: New file.
19714         * lib/timegm.c: New file.  Based on
19715         wget-1.8.2/src/http.c:mktime_from_utc.
19716
19717 2003-08-31  Karl Berry  <karl@gnu.org>
19718
19719         * lib/argp.h: update from libc.
19720
19721 2003-08-28  Bruno Haible  <bruno@clisp.org>
19722
19723         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19724         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19725         followed by '#define fnmatch fnmatch_posix' gives an error.
19726
19727 2003-08-28  Bruno Haible  <bruno@clisp.org>
19728
19729         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19730         warning on QNX, which defines O_BINARY to 000000.
19731
19732 2003-08-27  Jim Meyering  <jim@meyering.net>
19733
19734         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19735         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19736         would fail after 32.  Reported by Danny Levinson.  Details here:
19737         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19738
19739 2003-08-24  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19742         MSVC7 <stdio.h> is included later.
19743
19744 2003-08-22  Simon Josefsson  <jas@extundo.com>
19745
19746         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19747
19748 2003-08-20  Karl Berry  <karl@gnu.org>
19749
19750         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19751
19752 2003-08-20  Bruno Haible  <bruno@clisp.org>
19753
19754         * modules/progname: New file.
19755         * MODULES.html.sh (func_all_modules): Add progname.
19756
19757 2003-08-20  Bruno Haible  <bruno@clisp.org>
19758
19759         * lib/progname.h: New file, from GNU gettext.
19760         * lib/progname.c: New file, from GNU gettext.
19761         * lib/progreloc.c: New file, from GNU gettext.
19762
19763 2003-08-19  Jim Meyering  <jim@meyering.net>
19764
19765         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19766         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19767
19768 2003-08-19  Bruno Haible  <bruno@clisp.org>
19769
19770         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19771         more.
19772
19773 2003-08-19  Bruno Haible  <bruno@clisp.org>
19774
19775         * lib/xstrdup.c: Assume <string.h> exists.
19776
19777 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19778
19779         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19780         in makefile rules.
19781
19782 2003-08-18  Jim Meyering  <jim@meyering.net>
19783
19784         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19785         * m4/lib-ld.m4: Likewise.
19786
19787 2003-08-18  Jim Meyering  <jim@meyering.net>
19788
19789         * lib/setenv.h: Indent nested cpp directive.
19790         * lib/vasnprintf.c: Remove trailing blanks.
19791
19792 2003-08-17  Simon Josefsson  <jas@extundo.com>
19793
19794         * modules/xstrndup: New file.
19795         * MODULES.html.sh (func_all_modules): Add xstrndup.
19796
19797 2003-08-17  Simon Josefsson  <jas@extundo.com>
19798
19799         * modules/argp: Fix autoconf macro name. Add more dependencies.
19800
19801 2003-08-17  Simon Josefsson  <jas@extundo.com>
19802
19803         * m4/xstrndup.m4: New file.
19804
19805 2003-08-17  Simon Josefsson  <jas@extundo.com>
19806
19807         * m4/argp.m4: New file.
19808
19809 2003-08-17  Simon Josefsson  <jas@extundo.com>
19810             Bruno Haible  <bruno@clisp.org>
19811
19812         * lib/xstrndup.h: New file.
19813         * lib/xstrndup.c: New file.
19814
19815 2003-08-17  Bruno Haible  <bruno@clisp.org>
19816
19817         * modules/strndup (Files, Include): Add lib/strndup.h.
19818
19819 2003-08-17  Bruno Haible  <bruno@clisp.org>
19820
19821         * modules/euidaccess (Files): Add lib/euidaccess.h.
19822
19823 2003-08-17  Bruno Haible  <bruno@clisp.org>
19824
19825         * lib/strndup.h: New file.
19826
19827 2003-08-17  Bruno Haible  <bruno@clisp.org>
19828
19829         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19830         like AC_GNU_SOURCE.
19831         * modules/extensions (configure.ac): Comment out the invocation of
19832         gl_USE_SYSTEM_EXTENSIONS.
19833
19834 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19835
19836         Merges from coreutils, etc.
19837         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19838         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19839         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19840         fixing a typo.
19841         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19842         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19843
19844 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19845
19846         Document merge from coreutils.
19847         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19848         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19849         * modules/utime: Add m4/utimes-null.m4.
19850
19851 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19852
19853         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19854         space, undoing this 2003-08-12 change:
19855         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19856
19857 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19858
19859         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19860         strtoul.c from libc, undoing this 2003-08-12 change:
19861         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19862
19863 2003-08-16  Jim Meyering  <jim@meyering.net>
19864
19865         Merges from coreutils.
19866         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19867         prefix.  Adjust cache variables similarly.  Create 500 rather than
19868         just 300 files, to exercise bug on Darwin6.5, too.
19869         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19870         $missing_dir.
19871         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19872         AM_SYS_POSIX_TERMIOS.
19873         Reported by mkc@mathdogs.com.
19874         Also change use of $am_cv_sys_posix_termios
19875         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19876         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19877         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19878         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19879         in /proc/mounts until it finds one with matching device number.  This
19880         is unnecessary when the FILE argument *is* a mount point.  No stat call
19881         is necessary in that case.  So, disable the statvfs-testing code on
19882         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19883         as RedHat bug# 84846.
19884         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19885         to 1MB, so as not to render systems with no stack size limit (e.g.,
19886         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19887         Include <unistd.h>.  On some systems,
19888         it is required for the definition of _SC_PAGESIZE.
19889
19890 2003-08-16  Jim Meyering  <jim@meyering.net>
19891
19892         Merge from coreutils.
19893         * lib/xstrtoimax.c: #else #if -> #elif.
19894         * lib/xstrtoumax.c: Likewise.
19895
19896 2003-08-16  Jim Meyering  <jim@meyering.net>
19897
19898         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19899         * m4/utimes.m4: Removed.
19900         * m4/utimes-null.m4: Renamed from utimes.m4.
19901
19902         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19903         to 1MB, so as not to render systems with no stack size limit (e.g.,
19904         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19905         Include <unistd.h>.  On some systems,
19906         it is required for the definition of _SC_PAGESIZE.
19907
19908 2003-08-16  Jim Meyering  <jim@meyering.net>
19909         and Paul Eggert  <eggert@cs.ucla.edu>
19910
19911         Merges from coreutils, etc.
19912
19913         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19914         using the latest version from cvs.  This avoids problems with #line
19915         directives using a vendor (Sun) compiler.
19916         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19917         Don't set GETGROUPS_LIB here; now it's
19918         done via getgroups.m4's wrapper function.
19919         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19920         rather than just in sh-util/configure.in, so that the
19921         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19922         same.
19923         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19924         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19925         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19926         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19927         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19928         Remove code that is now done by the newly-required macros.
19929         Append $(EXEEXT) to DF_PROG.
19930         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19931         Do not invoke or require the following here,
19932         since prereq.m4 or some gnulib .m4 now does this for us:
19933         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19934         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19935         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19936         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19937         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19938         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19939         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19940         AC_FUNC_OBSTACK.
19941         Do not replace the following functions, as this is now the job
19942         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19943         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19944         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19945         atexit getpass, strdup, getpagesize.
19946         Replace 'raise'.
19947         Do not check for the following functions, as this is now the job
19948         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19949         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19950         setregid.
19951         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19952         Check for sys/sysctl.h.
19953         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19954         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19955         of checking for ssize_t ourselves.
19956
19957         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19958         Require every macro that gnulib/modules/* suggests for us.
19959         (jm_PREREQ_ADDEXT): New macro.
19960         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19961         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19962
19963         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19964         (gl_PHYSMEM): Use it.
19965         Also check for `table' function.
19966         Check for new headers and functions.
19967         Add check for sys/sysmp.h.
19968         With suggestions from Kaveh Ghazi.
19969         Ignore headers that are present but cannot be compiled.  This
19970         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19971         C 5.4.
19972
19973 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19974
19975         Document merge from coreutils.
19976         * modules/userspec: Depend on posixver.
19977         * modules/strftime: Depend on tzset.
19978
19979 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19980
19981         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19982         rather than tab, after '#' in shell-script copyright notices.
19983         Suggested by Bruno Haible.
19984
19985 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19986
19987         * config/srclist-update: Use three spaces, rather than tab, after '#'
19988         in shell-script copyright notices.  Suggested by Bruno Haible.
19989         Remove unnecessary parenthesization in regular expression.
19990
19991 2003-08-15  Jim Meyering  <jim@meyering.net>
19992
19993         Merge from coreutils.
19994         * lib/xgethostname.c: Include <stdlib.h>.
19995         (xghostname): Don't exit for anything other than memory-related
19996         failure; just return NULL.
19997         * lib/userspec.c: Include "posixver.h".
19998         (parse_user_spec): Accept `.' as a separator only
19999         in pre-POSIX-200112 mode.
20000         * lib/strtoimax.c: Use #elif rather than #else #if.
20001         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20002         Remove function, now that we can rely on a working tzset function.
20003         [!_LIBC]: Ensure that the required autoconf test has been run.
20004         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20005         Use underlying_strftime for %r.
20006         * lib/sha.c: Merge in some clean-up and optimization changes from
20007         glibc.
20008         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20009         Ensure that it is a multiple of 64.
20010         Rearrange loop exit tests so as to avoid performing an
20011         additional fread after encountering an error or EOF.
20012         * lib/realloc.c: Update copyright date.
20013
20014 2003-08-15  Jim Meyering  <jim@meyering.net>
20015         and Paul Eggert  <eggert@twinsun.com>
20016
20017         Merge from coreutils.
20018         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20019         member but strut utmpx does not.  Needed for AIX 4.3.3.
20020         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20021
20022 2003-08-15  Jim Meyering  <jim@meyering.net>
20023         and Paul Eggert  <eggert@cs.ucla.edu>
20024
20025         Merges from coreutils, etc.
20026         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20027         Require gl_FUNC_TZSET_CLOBBER.
20028         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20029         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20030         members.
20031
20032 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20033
20034         Help the merge from coreutils.
20035         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20036         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20037         * m4/tzset.m4: Use it too.
20038
20039 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20040
20041         * modules/tzset: New file.
20042
20043 2003-08-14  Jim Meyering  <jim@meyering.net>
20044
20045         Merges from coreutils.
20046         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20047         variable names, rather than @FNMATCH_H@.
20048         * modules/alloca: Likewise for $(ALLOCA_H).
20049
20050         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20051         the three copies of the literal target, `fnmatch.h'.
20052         * modules/alloca (alloca.h): Likewise.
20053
20054 2003-08-14  Jim Meyering  <jim@meyering.net>
20055
20056         Merge from coreutils.
20057         * m4/tzset.m4: New file.
20058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20059         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20060         otherwise, AIX 5.1 systems would end up using the latter.
20061         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20062         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20063         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20064         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20065
20066 2003-08-14  Jim Meyering  <jim@meyering.net>
20067
20068         Merge from coreutils.
20069         * lib/obstack.h: Whitespace changes.
20070         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20071         and xcalloc return values.
20072         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20073         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20074         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20075         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20076         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20077         error from mntctl.
20078         Use mntctl's return value to drive the entry-processing loop, since
20079         we can't rely on the value of the vmt_length member in the last
20080         entry.  On some systems doing so could result in exhausting
20081         virtual memory.  Based in part on a patch from Mike Jetzer.
20082
20083 2003-08-14  Jim Meyering  <jim@meyering.net>
20084         and Paul Eggert  <eggert@twinsun.com>
20085
20086         Merges from coreutils, plus other fixes.
20087         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20088         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20089         for credits and details.  Thanks to Kaveh Ghazi for helping
20090         to keep these files in sync.
20091         (ARRAY_SIZE): Define it.
20092         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20093         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20094         (memcasecmp): Don't assume size_t fits in unsigned int.
20095         Remove casts and duplicate code.
20096         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20097         (memcpy): Remove definition.
20098         Merge in some clean-up and optimization changes from glibc.
20099         [BLOCKSIZE]: Move definition to top of file.
20100         Ensure that it is a multiple of 64.
20101         Rearrange loop exit tests so as to avoid performing an
20102         additional fread after encountering an error or EOF.
20103         * lib/md5.h (md5_uintptr): Define.
20104         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20105         return to the initial working directory.  Preserve errno
20106         for caller.
20107         * lib/idcache.c: Include "xalloc.h".
20108         (xmalloc, xrealloc): Remove decls.
20109         (getuser): Remove casts no longer required in C89.
20110         * lib/human.c: Include stdio.h, for sprintf.
20111         * lib/group-member.c: Include "xalloc.h".
20112         (xmalloc, xrealloc): Remove decls.
20113         (get_group_info): Remove casts no longer required in C89.
20114         * lib/getusershell.c (readname): Remove casts no longer required in
20115         C89.
20116         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20117         * lib/getline.c: Whitespace fix, from coreutils.
20118
20119 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20120
20121         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20122         Check for isascii.
20123
20124         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20125         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20126         Undo previous (whitespace-only) change.
20127
20128 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20129
20130         * lib/exclude.c: Include <ctype.h>
20131         (IN_CTYPE_DOMAIN): New macro.
20132         (is_space): New fn.
20133         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20134         and empty lines.
20135
20136         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20137         Undo previous (whitespace-only) change.
20138
20139 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20140
20141         * config/srclist-update: Change update back to the old behavior,
20142         leaving whitespace alone.  Use one 'sed' command rather than a
20143         pipeline.
20144         (fixlicense): Now a variable, not a function.
20145         (remove_trailing_blanks): Remove.
20146         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20147         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20148         Undo previous (whitespace-only) change.
20149
20150 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20151
20152         Merge from coreutils.
20153         * modules/euidaccess: Add lib_SOURCES, include for new
20154         file euidaccess.h
20155
20156 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20157
20158         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20159         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20160         Normalize leading white space and remove trailing white space.
20161
20162         Merge from coreutils
20163         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20164
20165         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20166         0.12.1.  These files are now being upgraded automatically by
20167         ../config/srclist-update.
20168
20169 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20170
20171         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20172         Normalize leading white space and remove trailing white space.
20173         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20174         notice, as per ../config/srclist-update.
20175
20176         Merge from coreutils.
20177         * lib/euidaccess.h: New file.
20178         * lib/euidaccess.c: Include it.
20179         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20180         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20181         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20182
20183 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20184
20185         * config/srclist-update: Add copyright notice.
20186         (remove_id_lines, remove_trailing_blanks): New constants.
20187         (fixfile): Use them to normalize spacing a bit in copied files.
20188         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20189         Normalize leading white space and remove trailing white space.
20190
20191         * config/texinfo.tex: Sync with texinfo.
20192
20193         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20194         strtoul.c from libc, to merge coreutils whitespace changes.
20195
20196         * config/srclist.txt: Get the following m4 files from gettext:
20197         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20198         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20199         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20200         wint_t.m4.
20201
20202 2003-08-12  Karl Berry  <karl@gnu.org>
20203
20204         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20205         been made.
20206
20207 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20208
20209         * modules/gnu-source, m4/gnu-source.m4:
20210         Remove; we're assuming Autoconf 2.54 or later now.
20211         Suggested by Bruno Haible.
20212         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20213
20214 2003-08-11  Bruno Haible  <bruno@clisp.org>
20215
20216         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20217
20218 2003-08-11  Bruno Haible  <bruno@clisp.org>
20219
20220         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20221         (vasnprintf): Use it instead of wcslen.
20222
20223 2003-08-11  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20226         value to ensure that _Bool promotes to int. Use #define for _Bool when
20227         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20228
20229 2003-08-10  Karl Berry  <karl@gnu.org>
20230
20231         * lib/regex.h: update from libc (whitespace fix).
20232
20233 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20234
20235         Merge some files from coreutils.  These changes were
20236         originally made by Jim Meyering.
20237         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20238         many older Unixes require this.
20239         * lib/alloca.c (alloca): Remove cast to argument of free;
20240         no longer needed in C89.
20241         * lib/alloca_.h, regex.h: Fix white space to match
20242         what GNU indent does.
20243
20244 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20245
20246         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20247         apparently Emacs's Unicode mode got confused before my 2003-08-05
20248         checkin.
20249
20250 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20251
20252         * m4/extensions.m4: New file.
20253         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20254         Require gl_USE_SYSTEM_EXTENSIONS.
20255         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20256         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20257
20258 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20259
20260         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20261         * modules/extensions, modules/gnu-source: New files.
20262         * modules/timespec, modules/unlocked-io: Depend on extensions.
20263
20264 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20265
20266         * modules/restrict: New file.
20267         * MODULES.html.sh (func_all_modules): Add restrict.
20268         * modules/regex: Depend on restrict.
20269
20270 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20271
20272         * m4/restrict.m4: New file.
20273         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20274
20275 2003-08-07  Bruno Haible  <bruno@clisp.org>
20276
20277         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20278         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20279
20280 2003-08-07  Bruno Haible  <bruno@clisp.org>
20281
20282         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20283         makes the module 'getndelim2' compatible with the module 'getline'.
20284
20285 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20286
20287         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20288         byte with "\201" to avoid glitches when editing that source file
20289         with multi-gnome-terminal.
20290
20291 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20292
20293         * lib/bumpalloc.h: Remove.
20294
20295 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20296
20297         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20298         * modules/bumpalloc: Remove.
20299
20300 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20301
20302         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20303         GNU coding style.
20304
20305         Merge from coreutils.
20306         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20307         1. From glibc.
20308         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20309         from Karl Berry, implemented by Jim Meyering.
20310         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20311         from Dmitry V. Levin.
20312         Remove anachronistic cast of xrealloc.
20313         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20314         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20315         type. Otherwise, it wouldn't compile with at least /bin/cc on
20316         ymp-cray-unicos9.0.2.X.
20317         Combine two mostly-identical uses of alloca into one.
20318         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20319
20320 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20321
20322         [From Emacs.]
20323
20324         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20325         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20326         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20327         obsolete NLIST_NAME_UNION.
20328         [__GNU__]: Undef BSD and FSCALE.
20329         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20330
20331 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20332
20333         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20334         an enum type, so that it's guaranteed to promote to int.  See:
20335         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20336
20337 2003-08-03  Karl Berry  <karl@gnu.org>
20338
20339         * config/depcomp: update from automake.
20340
20341 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20342
20343         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20344         (strerror): Don't assume that a printable int fits in 14 bytes.
20345
20346 2003-07-31  Bruno Haible  <bruno@clisp.org>
20347
20348         * modules/getpass-gnu: New file.
20349         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20350
20351 2003-07-31  Bruno Haible  <bruno@clisp.org>
20352
20353         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20354
20355 2003-07-24  Karl Berry  <karl@gnu.org>
20356
20357         * config/missing: update from automake.
20358
20359 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20360             Bruno Haible  <bruno@clisp.org>
20361
20362         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20363         * lib/getline.c (getline, getdelim): Likewise.
20364         Remove _GNU_SOURCE define; now it's defined in config.h through
20365         m4/getline.m4.
20366
20367 2003-07-23  Karl Berry  <karl@gnu.org>
20368
20369         * config/config.sub: update from prep.
20370
20371 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20372
20373         * modules/xalloc (Depends-on): Add exitfail.
20374         * modules/xmemcoll: Likewise.
20375
20376 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20377
20378         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20379         over-parenthesization in macros.
20380
20381         Sync with coreutils.
20382
20383         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20384         required by C99.
20385
20386         Use `exit_failure' for xalloc and xmemcoll instead of their own
20387         private exit-failure variables.
20388         * lib/xalloc.h (xalloc_exit_failure): Remove.
20389         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20390         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20391         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20392         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20393         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20394
20395 2003-07-20  Jim Meyering  <jim@meyering.net>
20396
20397         * modules/closeout (Depends-on): Add exitfail.
20398         Suggestion from Bruno Haible.
20399
20400 2003-07-19  Karl Berry  <karl@gnu.org>
20401
20402         * config/config.sub: update from prep.
20403
20404 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20405
20406         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20407         Remove.
20408         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20409         to test that it can stand by itself.  Include "exitfail.h".
20410         Clients should set exit_failure instead.
20411         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20412
20413 2003-07-18  Bruno Haible  <bruno@clisp.org>
20414
20415         * modules/getndelim2: New file.
20416         * modules/getline: Share files with module getndelim2.
20417         * modules/getnline: Depend on getndelim2 instead of sharing files with
20418         it. Add getnline.c to lib_SOURCES.
20419         * MODULES.html.sh (func_all_modules): Add getndelim2.
20420
20421 2003-07-18  Bruno Haible  <bruno@clisp.org>
20422
20423         * m4/getndelim2.m4: New file.
20424         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20425         invoke gl_PREREQ_GETNDELIM2.
20426         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20427         gl_PREREQ_GETNDELIM2.
20428         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20429         gl_GETNDELIM2.
20430
20431 2003-07-18  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/getndelim2.h: New file.
20434         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20435         getndelim2.h.
20436         (getndelim2): Make non-static. Change return type to ssize_t.
20437         * lib/getline.h: Change argument names.
20438         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20439         * lib/getnline.c: Include getndelim2.h.
20440
20441 2003-07-18  Andreas Schwab  <schwab@suse.de>
20442
20443         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20444
20445 2003-07-17  Karl Berry  <karl@gnu.org>
20446
20447         * config/config.sub: update from prep.
20448
20449 2003-07-17  Bruno Haible  <bruno@clisp.org>
20450
20451         * modules/getnline: New file.
20452         * modules/getline: Add lib/getndelim2.c to source file list.
20453         * MODULES.html.sh (func_all_modules): Add getnline.
20454
20455 2003-07-17  Bruno Haible  <bruno@clisp.org>
20456
20457         * m4/getnline.m4: New file.
20458
20459 2003-07-17  Bruno Haible  <bruno@clisp.org>
20460
20461         * m4/Makefile.am.in: Remove file.
20462         * m4/Makefile.am: Remove file.
20463         * m4/Makefile.in: Remove file.
20464
20465 2003-07-17  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/getnline.h: New file.
20468         * lib/getnline.c: New file.
20469         * lib/getndelim2.c: New file, extracted from getline.c.
20470         (getndelim2): Renamed from getdelim2, with added nmax argument.
20471         * lib/getline.c: Include getndelim2.c.
20472         (getdelim2): Moved out to getndelim2.c.
20473         (getline, getdelim): Update.
20474
20475 2003-07-17  Bruno Haible  <bruno@clisp.org>
20476
20477         * lib/Makefile.am: Remove file.
20478         * lib/Makefile.in: Remove file.
20479
20480 2003-07-17  Bruno Haible  <bruno@clisp.org>
20481
20482         * configure.in: Remove file.
20483         * Makefile.in: Remove file.
20484
20485 2003-07-17  Bruno Haible  <bruno@clisp.org>
20486
20487         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20488
20489 2003-07-16  Karl Berry  <karl@gnu.org>
20490
20491         * config/srclist-update: was running fixlicense twice, which caused
20492                 texinfo.tex to be nullified for some reason.  Simplify,
20493                 $gplsrc is no longer needed as far as I can see?
20494
20495 2003-07-16  Jim Meyering  <jim@meyering.net>
20496
20497         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20498
20499 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20500
20501         * config/srclist.txt: Get the following files from gettext-runtime/intl
20502         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20503         ref-del.sin.  From Bruno Haible.
20504         * config/srclist-update (fixfile): Change grep pattern again, since the
20505         previous fix didn't work (there was another trailing $).  Use
20506         '[$]' to escape the $s.
20507
20508 2003-07-15  Karl Berry  <karl@gnu.org>
20509
20510         * lib/vasnprintf.c: update from gettext.
20511
20512 2003-07-15  Karl Berry  <karl@gnu.org>
20513
20514         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20515         gets expanded when surrounded by '$'.
20516
20517 2003-07-15  Jim Meyering  <jim@meyering.net>
20518
20519         * modules/save-cwd: Don't depend on error.  From Derek Price.
20520
20521 2003-07-15  Jim Meyering  <jim@meyering.net>
20522
20523         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20524
20525 2003-07-14  Simon Josefsson  <jas@extundo.com>
20526
20527         * modules/mempcpy: New file.
20528         * MODULES.html.sh (func_all_modules): Add mempcpy.
20529
20530 2003-07-14  Simon Josefsson  <jas@extundo.com>
20531
20532         * m4/mempcpy.m4: New file.
20533
20534 2003-07-14  Simon Josefsson  <jas@extundo.com>
20535
20536         * lib/mempcpy.h: New file.
20537         * lib/mempcpy.c: New file.
20538
20539 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20540
20541         * modules/getdate, modules/posixtm: Depend on mktime.
20542
20543 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20544
20545         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20546         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20547         unicodeio.c, unicodeio.h, unlocked-io.h:
20548         Switch from LGPL to GPL.
20549
20550 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20551
20552         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20553         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20554         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20555         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20556         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20557         updated automatically by ../config/srclist-update.  This changes
20558         their license from LPGL to GPL.
20559
20560 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20561
20562         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20563         assumed to refer to the root of the most recent stable gettext version.
20564         * config/srclistvars.sh: Add defaults for eggert.
20565         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20566         Match "This program" as well as "The program".  This is needed
20567         for gettext.
20568
20569 2003-07-14  Jim Meyering  <jim@meyering.net>
20570
20571         Don't emit diagnostics.  Let callers do that.
20572         * lib/save-cwd.c: Don't include "error.h".
20573         (save_cwd): Don't call error.  Ensure that errno is valid
20574         when returning nonzero.
20575
20576         * lib/save-cwd.h (restore_cwd): Update prototype.
20577         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20578         Simplify.  Don't call error upon failure.  Let callers do that.
20579         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20580         when auditing is enabled.  But don't bother updating the #if.
20581
20582 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20583
20584         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20585         it breaks C++ compilation.
20586         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20587
20588 2003-07-10  Simon Josefsson  <jas@extundo.com>
20589
20590         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20591
20592 2003-07-10  Jim Meyering  <jim@meyering.net>
20593
20594         * m4/clock_time.m4: Remove trailing blank.
20595         * m4/intmax_t.m4: Likewise.
20596
20597 2003-07-10  Jim Meyering  <jim@meyering.net>
20598
20599         * lib/vasnprintf.c: Remove trailing blanks.
20600         Make cpp indentation consistent.
20601
20602 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20603
20604         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20605         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20606         Switch from LGPL to GPL.
20607
20608 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20609
20610         * config/srclist.txt: Sort sublists.  Add
20611         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20612         that differ from gnulib for one reason or another; we'd like this list
20613         to be smaller but for now let's document what we have.
20614
20615 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20616
20617         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20618         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20619         and sweeter "eval x=$x".
20620         * config/srclist.txt: Get lib/argp* from glibc.
20621
20622 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20623
20624         * lib/mktime.c: Fix some boundary cases and remove need for floating
20625         point.
20626
20627         Issue a compile-time diagnostic if time_t is floating point, or if
20628         two's complement arithmetic is not in effect, or if arithmetic
20629         right shift does not propagate the sign.  These assumptions were
20630         all in the original code but they weren't checked.
20631
20632         (TIME_T_MIDPOINT, verify): New macros.
20633         (__isleap): Remove; it has integer overflow problems.
20634         (leapyear): New function, without those problems.
20635         (ydhms_tm_diff): Remove; splitting into two parts.
20636         (ydhms_diff): New function, containing the arithmetic part of
20637         the old ydhms_tm_diff function.  Issue a compile-time
20638         diagnostic if we are not using C99 integer division.
20639         Avoid casts when possible.
20640         (guess_time_tm): New function, containing the checking part of
20641         the old ydhms_tm_diff function.  Return the new value, rather than
20642         the difference between it and the old.  Accept a new argument T
20643         so that *T specifies the old value.  Check for overflow in the result.
20644
20645         (__mktime_internal): Use a time_t offset, not a long int offset.
20646         This undoes the 2003-06-04 change, which is no longer needed now
20647         that we have better overflow checking.
20648         (localtime_offset): Likewise.
20649
20650         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20651         and long are 64-bit but int is only 32-bit.
20652         (ydhms_diff): Use long int to store year1 and yday1.
20653         Issue a compile-time diagnostic if long int is not wide enough.
20654
20655         (__mktime_internal): Use long int to store adjusted year and yday.
20656         Use plain C rather than preprocessor commands, if that doesn't
20657         affect efficiency.
20658         Check for overflow (and try to repair) after each probe
20659         rather than checking only at the very end.  This avoids some bugs
20660         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20661         does not equal GMT offset at maximum time).
20662         Use integer to check for overflow rather than floating point; this
20663         is more portable to non-IEEE hosts, and is a tad faster.
20664         When we detect that we are oscillating between two values,
20665         don't check whether tm_isdst has the requested value, since
20666         we already know the answer.  When tm_isdst has the wrong value,
20667         use a different heuristic to find the right one, based on the
20668         extreme values actually observed in practice in tz2003a,
20669         rather than the (overly optimistic) "previous 3 calendar quarters".
20670
20671         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20672         "T const" to accommodate glibc style.
20673         (check_result): Use less-confusing report format.  "long" -> "long int.
20674         (main): Likewise.
20675         Don't loop if the iteration overflows time_t.
20676         Allow a negative step in the iteration.
20677
20678 2003-07-06  Karl Berry  <karl@gnu.org>
20679
20680         * config/depcomp: update from automake.
20681         * config/config.sub: update from prep.
20682
20683 2003-07-03  Karl Berry  <karl@gnu.org>
20684
20685         * config/config.guess: update from prep.
20686
20687 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20688
20689         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20690         xreadlink.c now includes it unconditionally.
20691
20692 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20693
20694         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20695         having it depend on HAVE_SYS_TYPES_H.
20696
20697 2003-07-01  Bruno Haible  <bruno@clisp.org>
20698
20699         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20700         <sys/types.h> should be sufficient.
20701         Reported by Paul Eggert.
20702
20703 2003-06-26  Karl Berry  <karl@gnu.org>
20704
20705         * config/depcomp: update from automake.
20706
20707 2003-06-26  Bruno Haible  <bruno@clisp.org>
20708
20709         * modules/human: Depend on module stdbool.
20710
20711 2003-06-25  Bruno Haible  <bruno@clisp.org>
20712
20713         * modules/readlink: New file.
20714         * modules/xreadlink: Depend on it.
20715         * MODULES.html.sh (func_all_modules): Add readlink.
20716
20717 2003-06-25  Bruno Haible  <bruno@clisp.org>
20718
20719         * m4/readlink.m4: New file.
20720
20721 2003-06-25  Bruno Haible  <bruno@clisp.org>
20722
20723         * lib/readlink.c: New file.
20724
20725 2003-06-22  Karl Berry  <karl@gnu.org>
20726
20727         * config/srclist.txt: update mkinstalldirs from automake.
20728         * config/mkinstalldirs: update.
20729
20730 2003-06-22  Bruno Haible  <bruno@clisp.org>
20731
20732         Portability to mingw32.
20733         * m4/ssize_t.m4: New file, from GNU gettext.
20734         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20735         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20736
20737 2003-06-22  Bruno Haible  <bruno@clisp.org>
20738
20739         * modules/safe-read: Add m4/ssize_t.m4.
20740         * modules/xreadlink: Add m4/ssize_t.m4.
20741
20742 2003-06-20  Bruno Haible  <bruno@clisp.org>
20743
20744         Assume C89, so PARAMS isn't needed.
20745         * lib/unicodeio.h (PARAMS): Remove.
20746         * lib/unicodeio.c: Don't use PARAMS.
20747
20748 2003-06-18  Karl Berry  <karl@gnu.org>
20749
20750         * config/config.{guess,sub}: update from prep.
20751
20752 2003-06-18  Jim Meyering  <jim@meyering.net>
20753
20754         Merge changes from coreutils.
20755         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20756         Remove explicit declarations of xmalloc and realloc.
20757         Include xalloc.h.
20758         (read_utmp): Remove anachronistic cast of xmalloc.
20759
20760 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20761
20762         Assume C89, so PARAMS isn't needed.
20763         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20764         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20765         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20766         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20767         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20768         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20769         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20770         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20771         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20772         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20773         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20774         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20775         no longer needed. Anyway, config.h should always be included before any
20776         other file.
20777
20778 2003-06-11  Simon Josefsson  <jas@extundo.com>
20779
20780         * modules/sysexits: New file.
20781         * MODULES.html.sh (func_all_modules): Add sysexits.
20782
20783 2003-06-11  Simon Josefsson  <jas@extundo.com>
20784
20785         * lib/sysexit_.h: New file.
20786
20787 2003-06-11  Derek Price  <derek@ximbiot.com>
20788
20789         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20790         necessary.
20791
20792 2003-06-11  Bruno Haible  <bruno@clisp.org>
20793
20794         * m4/sysexits.m4: New file.
20795
20796 2003-06-10  Simon Josefsson  <jas@extundo.com>
20797
20798         * lib/argp.h: New file, from glibc.
20799         * lib/argp-ba.c: New file, from glibc.
20800         * lib/argp-eexst.c: New file, from glibc.
20801         * lib/argp-fmtstream.c: New file, from glibc.
20802         * lib/argp-fmtstream.h: New file, from glibc.
20803         * lib/argp-fs-xinl.c: New file, from glibc.
20804         * lib/argp-help.c: New file, from glibc.
20805         * lib/argp-namefrob.h: New file, from glibc.
20806         * lib/argp-parse.c: New file, from glibc.
20807         * lib/argp-pv.c: New file, from glibc.
20808         * lib/argp-pvh.c: New file, from glibc.
20809         * lib/argp-xinl.c: New file, from glibc.
20810
20811 2003-06-10  Simon Josefsson  <jas@extundo.com>
20812
20813         * modules/strchrnul: New file.
20814
20815 2003-06-10  Simon Josefsson  <jas@extundo.com>
20816
20817         * modules/argp: New file.
20818
20819 2003-06-10  Simon Josefsson  <jas@extundo.com>
20820
20821         * m4/strchrnul.m4: New file.
20822
20823 2003-06-10  Simon Josefsson  <jas@extundo.com>
20824
20825         * lib/strchrnul.h: New file.
20826         * lib/strchrnul.c: New file.
20827
20828 2003-06-10  Bruno Haible  <bruno@clisp.org>
20829
20830         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20831
20832 2003-06-07  Karl Berry  <karl@gnu.org>
20833
20834         * config/config.{guess,sub}: update from prep.
20835
20836 2003-06-07  Jim Meyering  <jim@meyering.net>
20837
20838         * modules/strtod: Use $(...) notation, not @...@ for
20839         AC_REPLACE'd variables.
20840         * modules/localcharset: Likewise.
20841
20842 2003-06-07  Jim Meyering  <jim@meyering.net>
20843
20844         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20845         in place of my name in the copyright comment.
20846         Remove definition and uses of __P.
20847
20848         From coreutils.
20849         * lib/stat.c: Don't declare xmalloc explicitly.
20850         Instead, include "xalloc.h".
20851         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20852         xrealloc, and xcalloc return values.
20853         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20854         Improve comment.
20855         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20856
20857 2003-06-07  Bruno Haible  <bruno@clisp.org>
20858
20859         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20860         avoid AC_CONFIG_LINKS.
20861         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20862         fnmatch.h, to avoid AC_CONFIG_LINKS.
20863         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20864
20865 2003-06-07  Bruno Haible  <bruno@clisp.org>
20866
20867         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20868         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20869         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20870         directory.
20871         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20872         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20873         directory.
20874
20875 2003-06-06  Jim Meyering  <jim@meyering.net>
20876
20877         Merge from coreutils.
20878         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20879         Consolidate declarations and initializations of *_base* locals.
20880
20881         Merge from coreutils.
20882         This avoids a core dump on systems without GNU putenv,
20883         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20884         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20885         (unsetenv): New static function, from GNU libc.
20886         (rpl_putenv): Use it.
20887
20888         * lib/modechange.c: Remove trailing blanks.
20889
20890         Merge from coreutils.
20891         * lib/fsusage.c: Remove declaration of statfs.
20892         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20893
20894         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20895
20896 2003-06-06  Jim Meyering  <jim@meyering.net>
20897
20898         * lib/stdbool_.h: Renamed from stdbool.h.in.
20899
20900 2003-06-06  Jim Meyering  <jim@meyering.net>
20901             Bruno Haible  <bruno@clisp.org>
20902
20903         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20904         Adjust Makefile.am snippet not to redirect directly to target.
20905         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20906
20907 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20908
20909         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20910         mismatch, look in future quarters as well as past.  This fixes a
20911         bug when processing fall-backwards gaps immediately after a long
20912         period of daylight-saving time.
20913
20914         * lib/mktime.c: Assume freestanding C89 or better.
20915         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20916         (__P): Remove; not used.
20917         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20918         (mktime, not_equal_tm, print_tm, check_result,
20919         main): Use prototypes.  Use const * where appropriate.
20920         (main): Fix typo in testing code that uncovered by above changes.
20921         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20922
20923 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20924
20925         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20926         locale.h, localeconv.  This merges changes from coreutils.
20927
20928         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20929         It can be removed after the next Autoconf is released.
20930         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20931         needed.
20932
20933 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20934
20935         * lib/mktime.c: Fix Debian bug 177940
20936         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20937         (localtime_offset): Now long int, not time_t, because we want it
20938         to be guaranteed to be signed.  All uses changed.
20939         (__mktime_internal): If overflow would occur when adding offset,
20940         don't add it.
20941
20942         Merge 'human' changes from coreutils.  Rewrite to support
20943         locale-specific notations like thousands separators.
20944         * lib/human.c: Simplify authorship notice.
20945         Include human.h immediately after config.h.
20946         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20947         <limits.h>: Do not include, since human.h does.
20948         (SIZE_MAX, UINTMAX_MAX): New macros.
20949         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20950         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20951         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20952         (power_letter): Renamed from suffixes.
20953         (generate_suffix_backwards): Remove.
20954         (adjust_value): Now takes int style (because of human.h changes)
20955         and long double value (for greater precision on some platforms).
20956         (group_number): New function.
20957         (human_readable): Use it.  Use integer options, not enum.
20958         Put the options before the sizes in the arg list.
20959         Support all the new options.
20960         The old human_readable function has been removed;
20961         use inttostr.h instead.
20962         (human_readable, default_block_size, humblock):
20963         Use uintmax_t, not int, for block sizes.
20964         (human_readable_inexact, block_size_types): Remove.
20965         (block_size_opts): New constant.
20966         (human_options): Renamed from human_block_size, with new signature
20967         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20968         * lib/human.h: Add copyright and authorship notice.
20969         Include <limits.h> and <stdbool.h> unconditionally.
20970         (PARAMS): Remove.  All uses removed.
20971         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20972         (enum human_inexact_style): Remove tag; now a nameless enum.
20973         (human_floor, human_ceiling, human_round_to_even): Now have
20974         values 2, 0, 1 rather than -1, 1, 0.
20975         (human_group_digits, human_suppress_point_zero, human_autoscale,
20976         human_base_1024, human_SI, human_B): New constants.
20977         (human_readable_inexact, human_block_size): Remove.
20978         (human_readable): Size args are now uintmax_t, not int.
20979         (human_options): New decl.
20980
20981         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20982         unnecessary now that we assume C89 or better.  This change
20983         imported from coreutils.
20984
20985         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20986         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20987         in the 2003-05-30 sync from glibc.
20988
20989         .h files should stand alone, but we shouldn't include <sys/types.h>
20990         if we can get away with just <stddef.h>.
20991
20992         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20993         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20994         rather than <sys/types.h>, as we merely need size_t.
20995         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20996         to get size_t.
20997         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20998         Include <stdio.h>, to get FILE.
20999         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21000         memcasecmp.h has included <stddef.h> and all we need is size_t.
21001         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21002         our interface, instead of including <sys/types.h>
21003
21004 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21005
21006         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21007         now, as glibc mktime is buggy on non-glibc systems.
21008
21009 2003-06-03  Karl Berry  <karl@gnu.org>
21010
21011         * config/config.sub: update from prep.
21012
21013 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21014
21015         [from coreutils]
21016         Fix some minor time-related bugs with POSIX time arguments.
21017         Some valid time stamps were being rejected (notably -1, and
21018         time stamps before 1900 on 64-bit hosts).  And some invalid
21019         time stamps were being accepted, e.g. September 31.
21020
21021         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21022         that we can return (time_t) -1 successfully.
21023         * lib/posixtm.c: Likewise.
21024         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21025         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21026         (t): Remove static var.
21027         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21028         of static var.  All uses changed.
21029         (year): Do not reject years before 1900; they can occur with
21030         64-bit time_t.
21031         (posix_time_parse): Do not check for out-of-range components;
21032         that is now the caller's responsibility, since our checks were
21033         only approximations.
21034         (posixtime): Use mktime to check for out-of-range components,
21035         since it knows them exactly.
21036         If mktime returns (time_t) -1, check whether an error actually occurred
21037         by invoking localtime on -1.
21038         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21039         posixtime failures better.
21040         Improve the test data (in comments only).
21041
21042 2003-06-02  Karl Berry  <karl@gnu.org>
21043
21044         * config/mkinstalldirs (version): new variable.
21045         (--version): new option.
21046         (usage): improve message.
21047
21048 2003-05-30  Karl Berry  <karl@gnu.org>
21049
21050         * lib/mktime.c: update from libc.
21051
21052 2003-05-30  Bruno Haible  <bruno@clisp.org>
21053
21054         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21055         * config/config.rpath: Upgrade to gettext-0.12.1.
21056
21057 2003-05-30  Bruno Haible  <bruno@clisp.org>
21058
21059         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21060         * m4/nls.m4: New file, from gettext-0.12.1.
21061         * m4/po.m4: New file, from gettext-0.12.1.
21062         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21063
21064 2003-05-30  Bruno Haible  <bruno@clisp.org>
21065
21066         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21067         * lib/localcharset.h: Likewise.
21068         * lib/localcharset.c: Likewise.
21069
21070 2003-05-29  Karl Berry  <karl@gnu.org>
21071
21072         * config/config.rpath: update from gettext.
21073
21074 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21075
21076         Assume the headers required for C89 freestanding compilers.
21077         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21078         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21079         * m4/human.m4 (gl_HUMAN): Likewise.
21080         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21081         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21082         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21083         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21084         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21085         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21086
21087 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21088
21089         Assume the headers required for C89 freestanding compilers.
21090         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21091         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21092         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21093         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21094         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21095         define, since <limits.h> is guaranteed to do that.
21096         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21097         * lib/exclude.c: Include <stdbool.h> unconditionally.
21098         * lib/tempname.c: Include <stddef.h> unconditionally.
21099         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21100         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21101         <stddef.h> does that.
21102         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21103         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21104         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21105         needed.
21106         * lib/xstrtol.c: Likewise.
21107         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21108         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21109
21110         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21111         warnings on some platforms.
21112
21113         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21114         arbitrarily.
21115
21116 2003-05-26  Jim Meyering  <jim@meyering.net>
21117
21118         Merge in a change from coreutils:
21119         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21120         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21121         that condition, rather than `-1' which is slightly misleading.
21122         Change the name of the cache variable to have the gl_ prefix.
21123         Prompted by a patch from Richard Dawe for DJGPP.
21124
21125 2003-05-24  Karl Berry  <karl@gnu.org>
21126
21127         * config/config.guess: update from prep.
21128
21129 2003-05-22  Karl Berry  <karl@gnu.org>
21130
21131         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21132
21133 2003-05-20  Karl Berry  <karl@gnu.org>
21134
21135         * config/config.guess: update from prep.
21136
21137 2003-05-18  Karl Berry  <karl@gnu.org>
21138
21139         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21140         might actually be set by the user.
21141
21142         * config/depcomp, install-sh, mdate-sh: update from automake.
21143
21144 2003-05-17  Bruno Haible  <bruno@clisp.org>
21145
21146         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21147         invalid expansion for AC_EGREP_CPP.
21148         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21149         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21150         Suggested by Akim Demaille <akim@epita.fr> in
21151         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21152
21153 2003-05-12  Jim Meyering  <jim@meyering.net>
21154
21155         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21156         the space-padded-by-default conversion specifiers, %e, %k, %l.
21157
21158 2003-05-12  Bruno Haible  <bruno@clisp.org>
21159
21160         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21161         the string is longer than 4 KB.
21162
21163 2003-05-11  Karl Berry  <karl@gnu.org>
21164
21165         * config/config.{guess,sub}: update from prep.
21166
21167 2003-05-09  Bruno Haible  <bruno@clisp.org>
21168
21169         * modules/error: Add m4/strerror_r.m4 to file list.
21170
21171 2003-05-03  Bruno Haible  <bruno@clisp.org>
21172
21173         Upgrade to Unicode-4.0.
21174         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21175         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21176         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21177         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21178         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21179         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21180         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21181         Change width of U+E0100..U+E01EF from 1 to 0.
21182
21183 2003-04-25  Jim Meyering  <jim@meyering.net>
21184
21185         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21186         of type size_t, not int.
21187
21188 2003-04-25  Bruno Haible  <bruno@clisp.org>
21189
21190         * lib/copy-file.c: Include <stddef.h>, for size_t.
21191
21192 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21193
21194         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21195         code which expansion is under static control.  Patch imported from
21196         Akim Demaille's patch to Bison; see
21197         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21198
21199 2003-04-14  Bruno Haible  <bruno@clisp.org>
21200
21201         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21202
21203 2003-04-11  Jim Meyering  <jim@meyering.net>
21204
21205         Merge changes from Coreutils.
21206
21207         2003-03-22  Jim Meyering  <jim@meyering.net>
21208
21209         * lib/strftime.c (widen): Cast alloca return value to proper type.
21210
21211         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21212
21213         From GNU libc.
21214         * lib/strftime.c (my_strftime): Handle very large width
21215         specifications for numeric values correctly.  Improve checks for
21216         overflow.
21217
21218         2003-01-19  Jim Meyering  <jim@meyering.net>
21219
21220         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21221         definitions.
21222         (nl_get_alt_digit) [! defined my_strftime]: Define.
21223         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21224         _nl_get_alt_digit and _nl_get_walt_digit.
21225
21226         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21227         libc. These changes have no effect outside of _LIBC.
21228
21229 2003-04-10  Bruno Haible  <bruno@clisp.org>
21230
21231         * modules/findprog: New file.
21232         * MODULES.html.sh (func_all_modules): Add it.
21233
21234 2003-04-10  Bruno Haible  <bruno@clisp.org>
21235
21236         * m4/findprog.m4: New file.
21237         * m4/eaccess.m4: New file.
21238
21239 2003-04-10  Bruno Haible  <bruno@clisp.org>
21240
21241         * lib/findprog.h: New file, from GNU gettext.
21242         * lib/findprog.c: New file, from GNU gettext.
21243
21244 2003-04-05  Jim Meyering  <jim@meyering.net>
21245
21246         Merge changes from Coreutils.
21247
21248         * lib/exclude.h (PARAMS): Remove definition and uses.
21249         * lib/exclude.c: Remove uses of `PARAMS'.
21250
21251         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21252         Add test-cases for DOS filenames. Declare program_name.
21253         (main): Set up program_name.  Patch by Rich Dawe.
21254
21255         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21256         error from mntctl.
21257         Use mntctl's return value to drive the entry-processing loop, since
21258         we can't rely on the value of the vmt_length member in the last
21259         entry.  On some systems doing so could result in exhausting
21260         virtual memory.  Based in part on a patch from Mike Jetzer.
21261
21262 2003-04-04  Bruno Haible  <bruno@clisp.org>
21263
21264         * modules/linebreak: New file.
21265         * MODULES.html.sh (func_all_modules): Add it.
21266
21267 2003-04-04  Bruno Haible  <bruno@clisp.org>
21268
21269         * m4/linebreak.m4: New file.
21270
21271 2003-04-04  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/linebreak.h: New file, from GNU gettext.
21274         * lib/linebreak.c: New file, from GNU gettext with slight
21275         modifications.
21276         * lib/lbrkprop.h: New file, from GNU gettext.
21277
21278 2003-04-03  Bruno Haible  <bruno@clisp.org>
21279
21280         * modules/utf8-ucs4: New file.
21281         * modules/utf16-ucs4: New file.
21282         * modules/ucs4-utf8: New file.
21283         * modules/ucs4-utf16: New file.
21284         * MODULES.html.sh (func_all_modules): Add them.
21285
21286 2003-04-03  Bruno Haible  <bruno@clisp.org>
21287
21288         * m4/utf-ucs4.m4: New file.
21289         * m4/ucs4-utf.m4: New file.
21290
21291 2003-04-03  Bruno Haible  <bruno@clisp.org>
21292
21293         * lib/utf8-ucs4.h: New file, from GNU gettext.
21294         * lib/utf16-ucs4.h: New file, from GNU gettext.
21295         * lib/ucs4-utf8.h: New file, from GNU gettext.
21296         * lib/ucs4-utf16.h: New file, from GNU gettext.
21297
21298 2003-04-02  Bruno Haible  <bruno@clisp.org>
21299
21300         * modules/binary-io: New file.
21301         * MODULES.html.sh (func_all_modules): Add it.
21302
21303 2003-04-02  Bruno Haible  <bruno@clisp.org>
21304
21305         * lib/binary-io.h: New file, from GNU gettext.
21306
21307 2003-04-01  Bruno Haible  <bruno@clisp.org>
21308
21309         * modules/pathname: New file.
21310         * MODULES.html.sh (func_all_modules): Add it.
21311
21312 2003-04-01  Bruno Haible  <bruno@clisp.org>
21313
21314         * lib/pathname.h: New file, from GNU gettext.
21315         * lib/concatpath.c: New file, from GNU gettext.
21316
21317 2003-03-30  Bruno Haible  <bruno@clisp.org>
21318
21319         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21320
21321 2003-03-30  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21324         function chown() doesn't exist.
21325
21326 2003-03-28  Bruno Haible  <bruno@clisp.org>
21327
21328         * modules/copy-file: New file.
21329         * MODULES.html.sh (func_all_modules): Add it.
21330
21331 2003-03-28  Bruno Haible  <bruno@clisp.org>
21332
21333         * m4/copy-file.m4: New file.
21334
21335 2003-03-28  Bruno Haible  <bruno@clisp.org>
21336
21337         * lib/copy-file.h: New file, from GNU gettext.
21338         * lib/copy-file.c: New file, from GNU gettext.
21339
21340 2003-03-18  Jim Meyering  <jim@meyering.net>
21341
21342         * lib/quote.c (quote_n): Fix typo in comment.
21343
21344 2003-03-18  Bruno Haible  <bruno@clisp.org>
21345
21346         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21347         checking.
21348         * m4/onceonly_2_57.m4: Likewise.
21349
21350 2003-03-17  Bruno Haible  <bruno@clisp.org>
21351
21352         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21353         (m4_quote): Remove macro.
21354         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21355
21356 2003-03-14  Jim Meyering  <jim@meyering.net>
21357
21358         Merge changes from Coreutils.
21359         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21360         to be const, in order to avoid warnings.
21361         (obstack_room): Likewise.
21362         (obstack_empty_p): Likewise.
21363
21364 2003-03-14  Bruno Haible  <bruno@clisp.org>
21365
21366         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21367         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21368
21369 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21370
21371         Merge changes from Bison.
21372         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21373         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21374         when compiling Bison 1.875's `bitset bset = obstack_alloc
21375         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21376         * lib/hash.c: Include <stdbool.h> unconditionally.
21377
21378 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21379
21380         * m4/onceonly.m4 (m4_quote): New macro.
21381         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21382         Quote AC_FOREACH variable-expansions properly.
21383
21384 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21385
21386         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21387
21388 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21389
21390         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21391         Reported by Bruce Becker; see:
21392         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21393
21394 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21395             Bruno Haible  <bruno@clisp.org>
21396
21397         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21398         Reported by John Hughes, see
21399         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21400
21401 2003-02-20  Bruno Haible  <bruno@clisp.org>
21402
21403         * MODULES.html.sh (func_all_modules): Add poll.
21404
21405 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21406
21407         * modules/poll: New file.
21408
21409 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21410
21411         * lib/poll_.h: New file.
21412         * lib/poll.c: New file.
21413
21414 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21415
21416         * m4/poll.m4: New file.
21417
21418 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21419
21420         * modules/mathl: New file.
21421
21422 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21423
21424         * lib/mathl.h: New file.
21425         * lib/acosl.c: New file.
21426         * lib/asinl.c: New file.
21427         * lib/atanl.c: New file.
21428         * lib/ceill.c: New file.
21429         * lib/cosl.c: New file.
21430         * lib/expl.c: New file.
21431         * lib/floorl.c: New file.
21432         * lib/frexpl.c: New file.
21433         * lib/ldexpl.c: New file.
21434         * lib/logl.c: New file.
21435         * lib/sincosl.c: New file.
21436         * lib/sinl.c: New file.
21437         * lib/sqrtl.c: New file.
21438         * lib/tanl.c: New file.
21439         * lib/trigl.c: New file.
21440         * lib/trigl.h: New file.
21441
21442 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21443
21444         * m4/mathl.m4: New file.
21445
21446 2003-02-18  Bruno Haible  <bruno@clisp.org>
21447
21448         * MODULES.html.sh (func_all_modules): Add mathl.
21449
21450 2003-02-17  Bruno Haible  <bruno@clisp.org>
21451
21452         * modules/mkdtemp: New module.
21453         * MODULES.html.sh (func_all_modules): Add it.
21454
21455 2003-02-17  Bruno Haible  <bruno@clisp.org>
21456
21457         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21458
21459 2003-02-17  Bruno Haible  <bruno@clisp.org>
21460
21461         * lib/mkdtemp.h: New file, from GNU gettext.
21462         * lib/mkdtemp.c: New file, from GNU gettext.
21463
21464 2003-02-02  Jim Meyering  <jim@meyering.net>
21465
21466         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21467         e.g. glibc-2.2.93.
21468
21469 2003-01-31  Bruno Haible  <bruno@clisp.org>
21470
21471         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21472         'rpl_rename'.
21473         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21474         'rpl_strnlen'.
21475         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21476         'rpl_strtod'.
21477         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21478         'rpl_utime'.
21479
21480 2003-01-31  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/rename.c: #undef rename before defining rpl_rename.
21483         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21484
21485 2003-01-30  Bruno Haible  <bruno@clisp.org>
21486
21487         * modules/vasnprintf, modules/vasprintf: New modules.
21488         * MODULES.html.sh (func_all_modules): Add them.
21489
21490 2003-01-30  Bruno Haible  <bruno@clisp.org>
21491
21492         * m4/signed.m4: New file, from GNU gettext.
21493         * m4/longdouble.m4: New file, from GNU gettext.
21494         * m4/wchar_t.m4: New file, from GNU gettext.
21495         * m4/wint_t.m4: New file, from GNU gettext.
21496         * m4/vasnprintf.m4: New file.
21497         * m4/vasprintf.m4: New file.
21498
21499 2003-01-30  Bruno Haible  <bruno@clisp.org>
21500
21501         * lib/printf-args.h: New file, from GNU gettext.
21502         * lib/printf-args.c: New file, from GNU gettext.
21503         * lib/printf-parse.h: New file, from GNU gettext.
21504         * lib/printf-parse.c: New file, from GNU gettext.
21505         * lib/vasnprintf.h: New file, from GNU gettext.
21506         * lib/vasnprintf.c: New file, from GNU gettext.
21507         * lib/asnprintf.c: New file, from GNU gettext.
21508         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21509         * lib/vasprintf.c: New file, from GNU gettext.
21510         * lib/asprintf.c: New file, from GNU gettext.
21511
21512 2003-01-29  Bruno Haible  <bruno@clisp.org>
21513
21514         * modules/stpncpy: New module.
21515         * MODULES.html.sh (func_all_modules): Add it.
21516
21517 2003-01-29  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/stpncpy.m4: New file.
21520
21521 2003-01-29  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21524         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21525
21526 2003-01-28  Bruno Haible  <bruno@clisp.org>
21527
21528         * modules/c-ctype: New module.
21529         * MODULES.html.sh (func_all_modules): Add it.
21530
21531 2003-01-28  Bruno Haible  <bruno@clisp.org>
21532
21533         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21534         Paul Eggert.
21535         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21536         Paul Eggert.
21537
21538 2003-01-27  Bruno Haible  <bruno@clisp.org>
21539
21540         * modules/xsetenv: New module.
21541         * MODULES.html.sh (func_all_modules): Add it.
21542
21543 2003-01-27  Bruno Haible  <bruno@clisp.org>
21544
21545         * lib/xsetenv.h: New file, from GNU gettext.
21546         * lib/xsetenv.c: New file, from GNU gettext.
21547
21548 2003-01-23  Jim Meyering  <jim@meyering.net>
21549
21550         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21551         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21552
21553 2003-01-23  Bruno Haible  <bruno@clisp.org>
21554
21555         * modules/minmax: New module.
21556         * MODULES.html.sh (func_all_modules): Add it.
21557
21558 2003-01-23  Bruno Haible  <bruno@clisp.org>
21559
21560         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21561         Eggert.
21562
21563 2003-01-22  Bruno Haible  <bruno@clisp.org>
21564
21565         * modules/exit: New module.
21566         * MODULES.html.sh (func_all_modules): Add it.
21567
21568 2003-01-22  Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/exit.h: New file, from GNU gettext.
21571
21572 2003-01-19  Bruno Haible  <bruno@clisp.org>
21573
21574         * gnulib-tool: Recognize option --extract-maintainer.
21575         (func_get_maintainer): New function.
21576         * modules/*: Add Maintainer entry.
21577
21578 2003-01-16  Jim Meyering  <jim@meyering.net>
21579
21580         * m4/regex.m4: The `regex' struct is both input and output.
21581         Initialize it before each use.  Patch by Tim Waugh.
21582
21583 2003-01-16  Bruno Haible  <bruno@clisp.org>
21584
21585         * MODULES.html.sh: Add a table of contents. Add the module name as
21586         leftmost column. Add hyperlinks.
21587
21588 2003-01-15  Bruno Haible  <bruno@clisp.org>
21589
21590         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21591
21592 2003-01-15  Bruno Haible  <bruno@clisp.org>
21593
21594         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21595         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21596         suffix.
21597
21598 2003-01-15  Bruno Haible  <bruno@clisp.org>
21599
21600         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21601
21602 2003-01-15  Bruno Haible  <bruno@clisp.org>
21603
21604         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21605         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21606
21607 2003-01-14  Jim Meyering  <jim@meyering.net>
21608
21609         * lib/same.c (same_name): Tweak a comment.
21610
21611 2003-01-14  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21614         when a string comparison is sufficient.
21615
21616 2003-01-14  Bruno Haible  <bruno@clisp.org>
21617
21618         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21619         'unsigned int'.
21620
21621 2003-01-14  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/hash-pjw.c: Add comment about low quality of this function.
21624
21625 2003-01-13  Bruno Haible  <bruno@clisp.org>
21626
21627         * modules/stpcpy: Distribute lib/stpcpy.h.
21628         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21629
21630 2003-01-13  Bruno Haible  <bruno@clisp.org>
21631
21632         * modules/*: Add a description.
21633         * modules/strpbrk: Fix Makefile.am snippet.
21634         * modules/strtoimax: Fix dependencies.
21635         * modules/strtoumax: Likewise.
21636
21637 2003-01-13  Bruno Haible  <bruno@clisp.org>
21638
21639         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21640         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21641         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21642
21643 2003-01-13  Bruno Haible  <bruno@clisp.org>
21644
21645         * gnulib-tool (func_create_testdir): Store config/* files in the main
21646         directory.
21647         * config.rpath: Move to ...
21648         * config/config.rpath: ... here.
21649         * modules/gettext: Contains config/config.rpath, not config.rpath.
21650         * modules/iconv: Likewise.
21651
21652 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21653
21654         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21655         to avoid collisions with libcurses and libreadline.
21656
21657         * m4/getstr.m4: Remove.
21658         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21659
21660 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21661
21662         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21663         to avoid collisions with libcurses and libreadline.
21664
21665         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21666         * lib/getstr.h, getstr.c: Remove.
21667         * lib/getline.c: Include "getline.h", to check interface.
21668         Move body of old getstr.c here: this defines MIN_CHUNK and
21669         declares getdelim2, which is renamed from getstr.
21670         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21671
21672         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21673         All uses changed.
21674         * lib/linebuffer.h: Likewise.
21675         (readline): Remove backward-compatibility macro.
21676
21677 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21678
21679         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21680         to avoid collisions with libcurses and libreadline.
21681         * getstr: Remove.
21682         * MODULES.html.sh: Remove getstr.
21683         * modules/getline: Depend on unlocked-io, not getstr.
21684
21685 2003-01-12  Jim Meyering  <jim@meyering.net>
21686
21687         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21688
21689 2003-01-10  Bruno Haible  <bruno@clisp.org>
21690
21691         * modules/alloca: Change Makefile.am requirements. Simplify Include
21692         requirements. Add lib/alloca_.h to file list.
21693
21694 2003-01-10  Bruno Haible  <bruno@clisp.org>
21695
21696         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21697
21698 2003-01-10  Bruno Haible  <bruno@clisp.org>
21699
21700         * lib/alloca_.h: New file.
21701         * lib/getdate.y: Unconditionally include alloca.h.
21702         * lib/makepath.c: Likewise.
21703         * lib/setenv.c: Likewise.
21704         * lib/userspec.c: Likewise.
21705
21706 2003-01-09  Karl Berry  <karl@gnu.org>
21707
21708         * MODULES.html.sh: include `dirname $0` in PATH, to find
21709         gnulib-tool.
21710
21711 2003-01-09  Bruno Haible  <bruno@clisp.org>
21712
21713         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21714         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21715
21716 2003-01-09  Bruno Haible  <bruno@clisp.org>
21717
21718         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21719
21720 2003-01-09  Bruno Haible  <bruno@clisp.org>
21721
21722         * lib/stdbool.h.in: New file.
21723
21724 2003-01-09  Bruno Haible  <bruno@clisp.org>
21725
21726         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21727         * MODULES.html.sh: Likewise.
21728
21729 2003-01-08  Jim Meyering  <jim@meyering.net>
21730
21731         * lib/full-write.c: Undefine and define-away `const' after inclusion
21732         of errno.h, not before.  Suggestion from Bruno Haible.
21733
21734 2003-01-08  Bruno Haible  <bruno@clisp.org>
21735
21736         * modules/full-read: Depend on full-write.
21737
21738 2003-01-08  Bruno Haible  <bruno@clisp.org>
21739
21740         * lib/safe-read.c: Include specification header first, to ensure its
21741         selfcontainedness.
21742         * lib/full-write.c: Likewise.
21743
21744 2003-01-07  Jim Meyering  <jim@meyering.net>
21745
21746         * lib/full-write.c: Rework so that it may serve to define full_read,
21747         too.
21748         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21749
21750 2003-01-07  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21753         <inttypes.h>.
21754         * lib/xstrtol.h: Likewise.
21755         * lib/xstrtoimax.c: Likewise.
21756         * lib/xstrtoumax.c: Likewise.
21757         * lib/human.h: Likewise.
21758
21759         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21760         on systems that have <inttypes.h> but not <stdint.h>.
21761
21762 2003-01-07  Bruno Haible  <bruno@clisp.org>
21763
21764         * MODULES.html.sh: Add copyright notice.
21765         (missed_files): Omit CVS directory entries.
21766         (func_module): Make it work with sed-3.02.
21767         * MODULES.txt: Remove file.
21768
21769 2003-01-06  Jim Meyering  <jim@meyering.net>
21770
21771         * lib/version-etc.c: Update year in translatable copyright string.
21772
21773 2003-01-03  Karl Berry  <karl@gnu.org>
21774
21775         * config/config.{guess,sub}: update from prep.
21776
21777 2003-01-02  Karl Berry  <karl@gnu.org>
21778
21779         * doc/COPYING.DOC: belatedly updated to 1.2.
21780
21781 2003-01-01  Karl Berry  <karl@gnu.org>
21782
21783         * gnulib-tool (func_verify_module): report module name $module in
21784         error message, not $1.
21785         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21786         be created, only if it doesn't exist.
21787         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21788
21789 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21790
21791         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21792
21793 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21794
21795         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21796         memcmp if strcoll doesn't work.
21797
21798 2002-12-31  Bruno Haible  <bruno@clisp.org>
21799
21800         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21801         nonempty.
21802
21803 2002-12-31  Bruno Haible  <bruno@clisp.org>
21804
21805         * lib/memcoll.c (STRCOLL): New macro.
21806         (memcoll): Use it.
21807
21808 2002-12-31  Bruno Haible  <bruno@clisp.org>
21809
21810         * lib/localcharset.h: New file.
21811         * lib/localcharset.c: Include it.
21812         * lib/unicodeio.c: Likewise.
21813
21814 2002-12-31  Bruno Haible  <bruno@clisp.org>
21815
21816         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21817         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21818
21819 2002-12-31  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/getline.h: Include <stddef.h>, for size_t.
21822
21823         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21824         * lib/unicodeio.c: Don't include <stddef.h>.
21825
21826 2002-12-31  Bruno Haible  <bruno@clisp.org>
21827
21828         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21829         HAVE_TM_ZONE.
21830
21831 2002-12-24  Karl Berry  <karl@gnu.org>
21832
21833         * config/config.guess: update from prep.
21834
21835 2002-12-24  Bruno Haible  <bruno@clisp.org>
21836
21837         General infrasructure.
21838         * m4/README: Rewritten.
21839         * m4/onceonly.m4: New file.
21840         * m4/onceonly_2_57.m4: New file.
21841
21842         Module atexit.
21843         * m4/atexit.m4: New file.
21844
21845         Module strtod.
21846         * m4/strtod.m4: New file.
21847
21848         Module strtol.
21849         * m4/strtol.m4: New file.
21850
21851         Module strtoul.
21852         * m4/strtoul.m4: New file.
21853
21854         Module memchr.
21855         * m4/memchr.m4: New file.
21856
21857         Module memcmp.
21858         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21859         (jm_FUNC_MEMCMP): Invoke it.
21860
21861         Module memcpy.
21862         * m4/memcpy.m4: New file.
21863
21864         Module memmove.
21865         * m4/memmove.m4: New file.
21866
21867         Module memset.
21868         * m4/memset.m4: New file.
21869
21870         Module strcspn.
21871         * m4/strcspn.m4: New file.
21872
21873         Module strpbrk.
21874         * m4/strpbrk.m4: New file.
21875
21876         Module strstr.
21877         * m4/strstr.m4: New file.
21878
21879         Module strerror.
21880         * m4/strerror.m4: New file.
21881
21882         Module mktime.
21883         * m4/mktime.m4: Renamed from jm-mktime.m4.
21884         (gl_PREREQ_MKTIME): New macro.
21885         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21886
21887         Module malloc.
21888         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21889         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21890         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21891
21892         Module realloc.
21893         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21894         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21895         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21896
21897         Module strftime.
21898         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21899         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21900         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21901         gl_TM_GMTOFF.
21902         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21903
21904         Module xalloc.
21905         * m4/xalloc.m4: New file.
21906
21907         Module alloca.
21908         * m4/alloca.m4: New file.
21909
21910         Module putenv.
21911         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21912         (jm_FUNC_PUTENV): Invoke it.
21913
21914         Module setenv.
21915         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21916         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21917         when invoked twice.
21918         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21919         gt_FUNC_SETENV.
21920
21921         Module memrchr.
21922         * m4/memrchr.m4: New file.
21923
21924         Module stpcpy.
21925         * m4/stpcpy.m4: New file.
21926
21927         Module strcase.
21928         * m4/strcase.m4: New file.
21929
21930         Module strdup.
21931         * m4/strdup.m4: New file.
21932
21933         Module strnlen.
21934         * m4/strnlen.m4: New file.
21935
21936         Module strndup.
21937         * m4/strndup.m4: New file.
21938
21939         Module xstrtod.
21940         * m4/xstrtod.m4: New file.
21941
21942         Module xstrtol.
21943         * m4/xstrtol.m4: New file.
21944
21945         Module getdate.
21946         * m4/getdate.m4: New file.
21947
21948         Module unlocked-io.
21949         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21950         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21951         * m4/jm-glibc-io.m4n: Remove file.
21952
21953         Module long-options.
21954         * m4/long-options.m4: New file.
21955
21956         Module md5.
21957         * m4/md5.m4: New file.
21958
21959         Module sha.
21960         * m4/sha.m4: New file.
21961
21962         Module getstr.
21963         * m4/getstr.m4: New file.
21964
21965         Module getline.
21966         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21967         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21968         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21969         simply getline. Infoke gl_PREREQ_GETLINE.
21970
21971         Module obstack.
21972         * m4/obstack.m4: New file.
21973
21974         Module hash.
21975         * m4/hash.m4: New file.
21976
21977         Module readtokens.
21978         * m4/readtokens.m4: New file.
21979
21980         Module strverscmp.
21981         * m4/strverscmp.m4: New file.
21982
21983         Module stdbool.
21984         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21985         OSF/1.
21986
21987         Module strtoll.
21988         * m4/strtoll.m4: New file.
21989
21990         Module strtoull.
21991         * m4/strtoull.m4: New file.
21992
21993         Module strtoimax.
21994         * m4/strtoimax.m4: New file.
21995
21996         Module strtoumax.
21997         * m4/strtoumax.m4: New file.
21998
21999         Module xstrtoimax.
22000         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22001         jm_AC_PREREQ_XSTRTOIMAX.
22002         Moved the strtol prerequisites to strtol.m4.
22003         Moved the strtoll prerequisites to strtoll.m4.
22004         Moved the strtoimax prerequisites to strtoimax.m4.
22005
22006         Module xstrtoumax.
22007         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22008         jm_AC_PREREQ_XSTRTOUMAX.
22009         Moved the strtoul prerequisites to strtoul.m4.
22010         Moved the strtoull prerequisites to strtoull.m4.
22011         Moved the strtoumax prerequisites to strtoumax.m4.
22012
22013         Module chown.
22014         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22015         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22016
22017         Module dup2.
22018         * m4/dup2.m4: New file.
22019
22020         Module ftruncate.
22021         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22022         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22023
22024         Module getgroups.
22025         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22026         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22027
22028         Module gettimeofday.
22029         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22030         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22031         gl_PREREQ_GETTIMEOFDAY.
22032
22033         Module mkdir.
22034         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22035         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22036
22037         Module mkstemp.
22038         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22039         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22040         jm_AC_TYPE_UINTMAX_T.
22041         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22042
22043         Module stat.
22044         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22045         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22046
22047         Module lstat.
22048         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22049         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22050
22051         Module timespec.
22052         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22053         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22054         * m4/st_mtim.m4: Indentation.
22055
22056         Module nanosleep.
22057         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22058         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22059         gl_PREREQ_NANOSLEEP.
22060
22061         Module regex.
22062         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22063         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22064         (gl_REGEX): New macro.
22065
22066         Module rename.
22067         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22068         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22069
22070         Module rmdir.
22071         * m4/rmdir.m4: New file.
22072
22073         Module utime.
22074         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22075         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22076         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22077
22078         Module dirname.
22079         * m4/dirname.m4: New file.
22080
22081         Module getopt.
22082         * m4/getopt.m4: New file.
22083
22084         Module unistd-safer.
22085         * m4/unistd-safer.m4: New file.
22086
22087         Module fnmatch.
22088         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22089         declaration.
22090         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22091         (gl_FUNC_FNMATCH_POSIX): New macro.
22092         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22093         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22094         simply fnmatch.
22095
22096         Module exclude.
22097         * m4/exclude.m4: New file.
22098
22099         Module human.
22100         * m4/human.m4: New file.
22101
22102         Module acl.
22103         * m4/acl.m4: Nop.
22104
22105         Module backupfile.
22106         * m4/backupfile.m4: New file.
22107         * m4/d-ino.m4: Indentation.
22108
22109         Module fsusage.
22110         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22111         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22112         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22113
22114         Module dirfd.
22115         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22116         requirements.
22117
22118         Module euidaccess.
22119         * m4/euidaccess.m4: New file.
22120
22121         Module file-type.
22122         * m4/file-type.m4: New file.
22123
22124         Module fileblocks.
22125         * m4/fileblocks.m4: New file.
22126
22127         Module filemode.
22128         * m4/filemode.m4: New file.
22129
22130         Module isdir.
22131         * m4/isdir.m4: New file.
22132
22133         Module lchown.
22134         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22135         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22136
22137         Module makepath.
22138         * m4/makepath.m4: New file.
22139
22140         Module modechange.
22141         * m4/modechange.m4: New file.
22142
22143         Module mountlist.
22144         * m4/mountlist.m4: New file.
22145         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22146         Indentation.
22147
22148         Module path-concat.
22149         * m4/path-concat.m4: New file.
22150
22151         Module pathmax.
22152         * m4/pathmax.m4: New file.
22153
22154         Module same.
22155         * m4/same.m4: New file.
22156
22157         Module save-cwd.
22158         * m4/save-cwd.m4: New file.
22159
22160         Module savedir.
22161         * m4/savedir.m4: New file.
22162
22163         Module xgetcwd.
22164         * m4/xgetcwd.m4: New file.
22165         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22166
22167         Module xreadlink.
22168         * m4/xreadlink.m4: New file.
22169
22170         Module safe-read.
22171         * m4/safe-read.m4: New file.
22172
22173         Module safe-write.
22174         * m4/safe-write.m4: New file.
22175
22176         Module closeout.
22177         * m4/closeout.m4: New file.
22178
22179         Module stdio-safer.
22180         * m4/stdio-safer.m4: New file.
22181
22182         Module getpass.
22183         * m4/getpass.m4: New file.
22184
22185         Module getugroups.
22186         * m4/getugroups.m4: New file.
22187
22188         Module group-member.
22189         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22190         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22191
22192         Module idcache.
22193         * m4/idcache.m4: New file.
22194
22195         Module userspec.
22196         * m4/userspec.m4: New file.
22197
22198         Module gettime.
22199         * m4/clock_time.m4: New file.
22200         * m4/gettime.m4: New file.
22201
22202         Module settime.
22203         * m4/settime.m4: New file.
22204
22205         Module posixtm.
22206         * m4/posixtm.m4: New file.
22207
22208         Module gethostname.
22209         * m4/gethostname.m4: New file.
22210
22211         Module canon-host.
22212         * m4/canon-host.m4: New file.
22213
22214         Module gettext.
22215         * m4/codeset.m4: New file, from gettext-0.11.5.
22216         * m4/gettext.m4: New file, from gettext-0.11.5.
22217         * m4/glibc21.m4: New file, from gettext-0.11.5.
22218         * m4/iconv.m4: New file, from gettext-0.11.5.
22219         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22220         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22221         * m4/inttypes.m4: New file, from gettext-0.11.5.
22222         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22223         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22224         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22225         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22226         * m4/lib-link.m4: New file, from gettext-0.11.5.
22227         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22228         * m4/progtest.m4: New file, from gettext-0.11.5.
22229         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22230         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22231         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22232
22233         Module localcharset.
22234         * m4/localcharset.m4: New file.
22235
22236         Module hard-locale.
22237         * m4/hard-locale.m4: New file.
22238
22239         Module mbswidth.
22240         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22241         onceonly macros.
22242         * m4/mbrtowc.m4: Add comment.
22243
22244         Module memcasecmp.
22245         * m4/memcasecmp.m4: New file.
22246
22247         Module memcoll.
22248         * m4/memcoll.m4: New file.
22249
22250         Module unicodeio.
22251         * m4/unicodeio.m4: New file.
22252
22253         Module rpmatch.
22254         * m4/rpmatch.m4: New file.
22255
22256         Module yesno.
22257         * m4/yesno.m4: New file.
22258
22259         Module exitfail.
22260         * m4/exitfail.m4: New file.
22261
22262         Module c-stack.
22263         * m4/c-stack.m4 (gl_C_STACK): New macro.
22264         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22265
22266         Module error.
22267         * m4/error.m4 (gl_ERROR): New macro.
22268         (jm_PREREQ_ERROR): Use onceonly macros.
22269
22270         Module fatal.
22271         * m4/fatal.m4: New file.
22272
22273         Module getloadavg.
22274         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22275         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22276
22277         Module getpagesize.
22278         * m4/getpagesize.m4: New file.
22279
22280         Module getusershell.
22281         * m4/getusershell.m4: New file.
22282
22283         Module physmem.
22284         * m4/physmem.m4: New file.
22285
22286         Module posixver.
22287         * m4/posixver.m4: New file.
22288
22289         Module quotearg.
22290         * m4/quotearg.m4: New file.
22291
22292         Module quote.
22293         * m4/quote.m4: New file.
22294
22295         Module readutmp.
22296         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22297
22298         Module sig2str.
22299         * m4/sig2str.m4: New file.
22300
22301         Other.
22302         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22303         ulonglong.m4.
22304         * m4/intmax_t.m4: New file.
22305         * m4/d-type.m4: Indentation.
22306         * m4/jm-macros.m4: Update.
22307         * m4/prereq.m4 (jm_PREREQ): Update.
22308         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22309         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22310         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22311         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22312         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22313         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22314         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22315         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22316         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22317         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22318         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22319         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22320         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22321         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22322         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22323         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22324         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22325         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22326         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22327
22328 2002-12-24  Bruno Haible  <bruno@clisp.org>
22329
22330         * MODULES.txt: Update according to m4/ changes.
22331
22332         Module gettext.
22333         * config.rpath: New file, from gettext-0.11.5.
22334
22335         * modules/*: New module descriptions.
22336         * gnulib-tool: New file.
22337         * MODULES.html.sh: New file.
22338
22339 2002-12-21  Karl Berry  <karl@gnu.org>
22340
22341         * doc/fdl.texi: update to version 1.2.
22342
22343 2002-12-19  Karl Berry  <karl@gnu.org>
22344
22345         * config/config.guess: update from prep.
22346
22347 2002-12-18  Bruno Haible  <bruno@clisp.org>
22348
22349         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22350         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22351
22352 2002-12-17  Bruno Haible  <bruno@clisp.org>
22353
22354         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22355         stdlib.h, string.h.
22356
22357 2002-12-17  Bruno Haible  <bruno@clisp.org>
22358
22359         * lib/canon-host.c (strdup): Remove unused declaration.
22360
22361         * lib/fsusage.c: Include full_read.h.
22362         (get_fs_usage): Use full_read instead of safe_read.
22363
22364         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22365
22366 2002-12-12  Karl Berry  <karl@gnu.org>
22367
22368         * config/config.guess: update from prep.
22369
22370 2002-12-11  Bruno Haible  <bruno@clisp.org>
22371
22372         * m4/setenv.m4: New file, from gettext-0.11.5.
22373
22374 2002-12-11  Bruno Haible  <bruno@clisp.org>
22375
22376         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22377         not unsetenv().
22378         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22379         modifications:
22380
22381         2002-12-11  Bruno Haible  <bruno@clisp.org>
22382
22383                 * setenv.c (alloca): Fall back to malloc.
22384                 (freea): New macro.
22385                 (setenv): Use freea() to free memory allocated with alloca().
22386
22387         2002-11-13  Bruno Haible  <bruno@clisp.org>
22388
22389                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22390                 function declarations.
22391                 * unsetenv.c (unsetenv): Likewise.
22392
22393         2002-03-04  Bruno Haible  <bruno@clisp.org>
22394
22395                 Portability to AIX 4.3.3.
22396                 * unsetenv.c: New file, extracted from setenv.c.
22397                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22398
22399         2001-12-20  Bruno Haible  <bruno@clisp.org>
22400
22401                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22402                 use malloc instead. For SunOS 4.
22403
22404         2001-12-11  Bruno Haible  <bruno@clisp.org>
22405
22406                 * setenv.c: Declare alloca.
22407                 (compar_fn_t): New typedef.
22408                 (KNOWN_VALUE, STORE_VALUE): Use it.
22409
22410         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22411         setenv.h.
22412
22413 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22414
22415         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22416         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22417         Choose values that are less likely to collide with system fnmatch
22418         options.
22419         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22420         defined (e.g., a pure POSIX system).
22421         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22422         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22423
22424 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22425
22426         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22427         a pain in practice to deal with generated m4 files.  This change
22428         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22429
22430         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22431         and jm-glibc-io.m4, as they are no longer a special case.
22432         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22433         kludge and the auto-generation stuff.  Check only whether the
22434         functions are declared, not whether they exist, since older hosts
22435         that don't declare the functions can't use the optimization anyway.
22436
22437 2002-12-06  Jim Meyering  <jim@meyering.net>
22438
22439         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22440
22441         Merge in changes from libc's misc/error.c, in preparation
22442         for the merge of gnulib's changes back into libc.
22443
22444         * lib/error.c (_): Define only if not already defined.
22445         Move definition to follow all #include directives.
22446         Include unlocked-io.h only if !_LIBC.
22447         [_LIBC]: Include <libio/libioP.h>.
22448         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22449         (fflush): Tweak definition to use INTUSE.
22450         (putc): Define.
22451
22452 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22453
22454         * lib/alloca.c [defined emacs]: Include "lisp.h".
22455         (xalloc_die) [defined emacs]: New macro.
22456         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22457         [! defined emacs]: Include <xalloc.h>.
22458         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22459         (pointer): Typedef to POINTER_TYPE *.
22460         (malloc): Remove decl; we now always use xmalloc.
22461         (alloca): Use old-style definition, since Emacs needs this.
22462         Check for arithmetic overflow when computing combined size.
22463
22464 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22465
22466         Do not generate unlocked-io.h automatically, since it's easier to
22467         maintain it by hand.
22468
22469         * lib/unlocked-io.h: New file, from GNU diffutils,
22470         but with proper copyright notice and attribution.
22471         * lib/gen-uio: Remove.
22472         * lib/Makefile.am: Add copyright notice.
22473         (libfetish_a_SOURCES): Add unlocked-io.h.
22474         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22475         (DISTCLEANFILES, io_functions): Remove macros.
22476         (EXTRA_DIST): Remove gen_uio.
22477         (unlocked-io.h): Remove rule.
22478
22479 2002-12-04  Jim Meyering  <jim@meyering.net>
22480
22481         Reflect the fact that stat.c and lstat.c are no longer generated.
22482         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22483         (DISTCLEANFILES): Likewise.
22484         (EXTRA_DIST): Likewise.
22485         (all_local): Don't depend on stat.c or lstat.c.
22486         (stat.c, lstat.c): Remove rules.
22487         (EXTRA_DIST): Remove xstat.in.
22488
22489         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22490         * lib/stat.c: New file.  Contents mostly from xstat.in.
22491         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22492         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22493
22494         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22495         too.
22496         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22497
22498 2002-12-03  Jim Meyering  <jim@meyering.net>
22499
22500         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22501         but not semantics, to minimize the differences between these two files.
22502         (safe_read): Change comment to mention SAFE_READ_ERROR.
22503
22504         * lib/safe-read.c (IS_EINTR): Define.
22505         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22506
22507 2002-12-02  Jim Meyering  <jim@meyering.net>
22508
22509         * lib/safe-read.c (EINTR): Define.
22510         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22511         (INT_MAX): Provide fallback.
22512         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22513
22514         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22515
22516 2002-12-02  Bruno Haible  <bruno@clisp.org>
22517
22518         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22519         Define, taken from safe-read.c.
22520         (INT_MAX): Provide fallback.
22521         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22522         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22523
22524         * lib/safe-read.c (EINTR): Remove definition.
22525         (safe_read): Don't use EINTR if it is absent.
22526
22527 2002-12-01  Jim Meyering  <jim@meyering.net>
22528
22529         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22530         zero.
22531         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22532
22533 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22534
22535         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22536         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22537         with `if (! (value < limit)) abort ();', for readability.
22538
22539 2002-11-26  Karl Berry  <karl@gnu.org>
22540
22541         * lib/strdup.c: copy from libc again, with jim's ok.
22542         * lib/.cppi-disable: re-add strdup.c
22543
22544 2002-11-25  Karl Berry  <karl@gnu.org>
22545
22546         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22547         instead of "strtol.c".
22548
22549 2002-11-25  Karl Berry  <karl@gnu.org>
22550
22551         * config/install-sh: update from automake for variable quoting, $0 in
22552         error msgs, etc.
22553
22554         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22555         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22556         entry.
22557
22558 2002-11-25  Jim Meyering  <jim@meyering.net>
22559
22560         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22561
22562 2002-11-24  Karl Berry  <karl@gnu.org>
22563
22564         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22565         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22566
22567 2002-11-24  Jim Meyering  <jim@meyering.net>
22568
22569         Update from coreutils:
22570
22571         * lib/mktime.c: Merge in changes from libc.
22572
22573         Avoid a link-time failure on some Linux systems.
22574         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22575         (otherwise).
22576         (__mon_yday): Declare with the STATIC attribute.
22577         (__mktime_internal): Likewise.
22578         Based on a report from Greg Schafer.
22579
22580 2002-11-23  Jim Meyering  <jim@meyering.net>
22581
22582         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22583         Use `unsigned', not `int', as type of index.
22584
22585         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22586
22587         * lib/fsusage.c: Remove unneeded parentheses around operands of
22588         `defined'.
22589
22590 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22591
22592         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22593         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22594         so that we can be included first.
22595         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22596         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22597         No need to include stddef.h or sys/types.h any more.
22598         Surround local include files with "", not "<>".
22599         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22600         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22601         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22602         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22603         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22604         (ISPRINT): Remove; no longer needed now that we assume C89.
22605
22606         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22607         Preserve errno.
22608
22609         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22610         quotearg_char): Use SIZE_MAX rather than
22611         (size_t) -1 when we are talking about "infinity".
22612
22613         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22614
22615 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22616
22617         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22618         hint that one should use `if (! x) abort ();' rather than `assert
22619         (x);', and anyway it's one less thing to worry about configuring.
22620         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22621         hash_rehash, hash_insert): Use abort rather than assert.
22622
22623 2002-11-22  Bruno Haible  <bruno@clisp.org>
22624
22625         * lib/safe-read.h: Assume C89. Add comments.
22626         (safe_read): Change return type to size_t.
22627         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22628         byte counts > SSIZE_MAX correctly.
22629         * lib/safe-write.h: New file.
22630         * lib/safe-write.c: New file.
22631         * lib/full-read.h: New file.
22632         * lib/full-read.c: New file.
22633         * lib/full-write.h: Assume C89. Add comments.
22634         * lib/full-write.c: Include safe-write.h.
22635         (full_write): Rewritten to use safe_write.
22636         Suggested by Jim Meyering and Paul Eggert.
22637
22638 2002-11-21  Jim Meyering  <jim@meyering.net>
22639
22640         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22641
22642         Merge in changes from the coreutils.
22643
22644         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22645         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22646         <stdint.h>.
22647         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22648         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22649         int.  Work more efficiently if X is the same width as uintmax_t.
22650         Do not compare X to -1, to avoid bogus compiler warning.
22651         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22652         Don't assume that f_frsize and f_bsize are the same type.
22653
22654         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22655         warning on FreeBSD.
22656
22657         * lib/makepath.c (make_path): Restore umask *before* creating the final
22658         component.
22659         (make_path): Minor reformatting.
22660
22661         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22662         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22663         HAVE_MALLOC/HAVE_REALLOC.
22664
22665         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22666         dummy ones.  At least on GNU/Linux systems, `auto' means something
22667         else.
22668         From Michael Stone.
22669
22670 2002-11-21  Bruno Haible  <bruno@clisp.org>
22671
22672         Remove case insensitive option matching.
22673         * lib/argmatch.h (argcasematch): Remove declaration.
22674         (ARGCASEMATCH): Remove macro.
22675         (__xargmatch_internal): Remove case_sensitive argument.
22676         (XARGMATCH): Update.
22677         (XARGCASEMATCH): Remove macro.
22678         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22679         case_sensitive argument.
22680         (argcasematch): Remove function.
22681         (__xargmatch_internal): Remove case_sensitive argument.
22682         (main): Use XARGMATCH instead of XARGCASEMATCH.
22683
22684         * lib/xmalloc.c: Change compile-time error message. Add comment about
22685         required autoconf version.
22686
22687 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22688
22689         Merge argmatch cleanups from Bison.  Assume C89.
22690
22691         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22692         Include stdlib.h, for EXIT_FAILURE.
22693         Always include <string.h>, since we assume C89.
22694         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22695         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22696         Include <stddef.h> instead, since it's all we need for size_t.
22697         (PARAMS): Remove.  All uses removed.
22698         (ARRAY_CARDINALITY): Do not bother to #undef.
22699         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22700         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22701         Remove unnecessary parentheses.
22702         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22703         Insert necessary parentheses.
22704         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22705         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22706
22707 2002-11-19  Bruno Haible  <bruno@clisp.org>
22708
22709         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22710         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22711
22712         * lib/mbswidth.h (PARAMS): Remove macro.
22713         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22714         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22715
22716         * lib/gcd.h (PARAMS): Remove macro.
22717         (gcd): Use ANSI C function declarations.
22718         * lib/gcd.c (gcd): Likewise.
22719
22720 2002-11-15  Bruno Haible  <bruno@clisp.org>
22721
22722         * lib/strcspn.c: Include <stddef.h>.
22723         (strcspn): Use ANSI C function declaration. Change return type to
22724         size_t. Use NULL.
22725         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22726         (strpbrk): Use NULL.
22727         * lib/strpbrk.h (PARAMS): Remove macro.
22728         (strpbrk): Use ANSI C function declaration.
22729         * lib/strstr.c: Don't include <sys/types.h>.
22730         * lib/strstr.h (PARAMS): Remove macro.
22731         (strstr): Use ANSI C function declarations.
22732
22733 2002-11-14  Karl Berry  <karl@gnu.org>
22734
22735         * config/mkinstalldirs: `do' on separate line, instead of
22736         `for var; do'.
22737
22738 2002-11-06  Bruno Haible  <bruno@clisp.org>
22739
22740         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22741         * lib/gcd.c (gcd): Likewise.
22742
22743 2002-11-05  Bruno Haible  <bruno@clisp.org>
22744
22745         * lib/gcd.h: New file, from gettext-0.11.5.
22746         * lib/gcd.c: New file, from gettext-0.11.5.
22747
22748 2002-11-05  Bruno Haible  <bruno@clisp.org>
22749
22750         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22751         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22752         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22753         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22754
22755         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22756         <libintl.h>.
22757         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22758         <libintl.h>.
22759
22760         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22761         * lib/human.c: Include gettext.h instead of <libintl.h>.
22762         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22763         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22764         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22765         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22766         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22767         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22768         (textdomain): Remove definition.
22769         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22770
22771         * lib/long-options.c: Remove include of <libintl.h> and definition of
22772         _.
22773         * lib/same.c: Remove include of <libintl.h> and definition of _.
22774
22775 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22776
22777         * lib/config.charset: A few additions for Solaris.
22778
22779 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22780
22781         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22782         * lib/localcharset.c (locale_charset): Declare as extern "C".
22783
22784 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22785
22786         * lib/config.charset: msdos in uk_UA uses CP1125.
22787
22788 2002-11-04  Bruno Haible  <bruno@clisp.org>
22789
22790         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22791         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22792         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22793         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22794         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22795
22796 2002-11-04  Bruno Haible  <bruno@clisp.org>
22797
22798         * lib/localcharset.c (locale_charset): Don't return an empty string.
22799
22800 2002-11-04  Bruno Haible  <bruno@clisp.org>
22801
22802         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22803         aliases.
22804
22805 2002-11-04  Bruno Haible  <bruno@clisp.org>
22806
22807         * lib/config.charset: Update for newest glibc. Add canonical names
22808         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22809
22810 2002-11-04  Bruno Haible  <bruno@clisp.org>
22811
22812         * lib/config.charset: Add support for NetBSD.
22813
22814 2002-11-04  Bruno Haible  <bruno@clisp.org>
22815
22816         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22817
22818 2002-11-01  Bruno Haible  <bruno@clisp.org>
22819
22820         * configure.in: Add AC_CONFIG_AUX_DIR call.
22821         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22822         test/Makefile.
22823         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22824
22825 2002-09-28  Karl Berry  <karl@gnu.org>
22826
22827         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22828         installed automake until the next release, since changes have been
22829         made.
22830
22831 2002-09-25  Karl Berry  <karl@gnu.org>
22832
22833         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22834         * lib/getopt*: copy from libc/posix.
22835         * lib/gettext.h: copy from gettext.
22836         * lib/.cppi-disable: add strdup.c, gettext.h.
22837
22838 2002-09-25  Karl Berry  <karl@gnu.org>
22839
22840         * config/srclist.txt: enable gettext.h check.
22841         * config/config.{guess,sub}: update from prep.
22842         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22843                 from automake 1.6.3.
22844         See srclist*.
22845
22846 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22847
22848         * regex.c (PATFETCH): Remove the translating fetch.
22849         (PATFETCH_RAW): Rename to PATFETCH.
22850         (set_image_of_range): New fun.
22851         (SET_RANGE_TABLE_WORK_AREA): Use it.
22852         (regex_compile): Don't translate the pattern chars so eagerly.
22853         Only do it when inserting an `exactn' bytecode or when handling
22854         a char-range.
22855         (mutually_exclusive_p): Avoid empty statement.
22856
22857 2002-07-06  Jim Meyering  <meyering@lucent.com>
22858
22859         * m4/README: Don't mention Makefile.am.in.
22860         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22861
22862 2002-07-01  Jim Meyering  <meyering@lucent.com>
22863
22864         * lib/c-stack.c: Include sys/time.h.
22865         From Volker Borchert.
22866
22867 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22868
22869         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22870
22871 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22872
22873         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22874         New macro.  Use it uniformly instead of
22875         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22876         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22877         reported by Vin Shelton.
22878
22879 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22880
22881         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22882         Do not assume SA_SIGINFO behavior.
22883         Bug reported by Jim Meyering on NetBSD 1.5.2.
22884
22885 2002-06-22  Jim Meyering  <meyering@lucent.com>
22886
22887         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22888         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22889
22890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22891         now that configure.ac uses AC_GNU_SOURCE.
22892         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22893         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22894
22895         Update to latest tools.  Suggestions from Paul Eggert.
22896         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22897         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22898         * m4/fnmatch.m4: Likewise.
22899         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22900         to AC_HEADER_STDBOOL
22901
22902 2002-06-22  Jim Meyering  <meyering@lucent.com>
22903
22904         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22905         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22906
22907 2002-06-22  Jim Meyering  <meyering@lucent.com>
22908
22909         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22910
22911         * lib/exitfail.c, exitfail.h: Likewise.
22912         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22913
22914         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22915         of fnmatch.h.
22916         (EXTRA_DIST): Add fnmatch_loop.c.
22917         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22918
22919         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22920         * lib/fnmatch.c: Update from diffutils-2.8.2.
22921         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22922         * lib/fnmatch.h: Remove file.
22923
22924 2002-06-21  Jim Meyering  <meyering@lucent.com>
22925
22926         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22927         * m4/mbrtowc.m4: Likewise.
22928
22929         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22930         * m4/mbswidth.m4: Reflect name change:
22931         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22932         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22933
22934         * m4/lib-link.m4: Update from gettext-0.11.2.
22935         * m4/gettext.m4: Likewise.
22936
22937         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22938         From Alfred M. Szmidt.
22939
22940 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22941
22942         * lib/file-type.h: Report an error if neither S_ISREG nor
22943         S_IFREG is defined, instead of using a test specific to glibc
22944         2.2.  This should be safe, since POSIX requires S_ISREG and
22945         Unix Version 7 had S_IFREG.  We don't need to check for
22946         <sys/types.h> since we don't use any symbols that it defines.
22947
22948 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22949
22950         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22951         $@-t, so that each temporary file name is unique and valid in the first
22952         8 characters, for operation under DOS.
22953
22954 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22955
22956         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22957
22958 2002-06-15  Jim Meyering  <meyering@lucent.com>
22959
22960         Work even with DJGPP 2.03, which lacks support for symlinks.
22961         From Richard Dawe.
22962         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22963         is defined.
22964         * lib/lchown.c (S_ISLNK): Likewise.
22965
22966 2002-06-15  Jim Meyering  <meyering@lucent.com>
22967
22968         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22969         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22970         have been included before this file.
22971
22972 2002-06-14  Jim Meyering  <meyering@lucent.com>
22973
22974         * lib/file-type.h: Use the version from diffutils-2.8.2.
22975         * lib/file-type.c: Likewise.
22976
22977 2002-06-07  Jim Meyering  <meyering@lucent.com>
22978
22979         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22980         They're needed at least for NetBSD 1.5.2.
22981         ($statxfs_includes): Include those same headers.
22982         ($statxfs_includes): Include sys/vfs.h if available.
22983         ($statxfs_includes): Likewise for sys/statvfs.h.
22984         Check for the following members in both structs statfs and statvfs:
22985         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22986
22987 2002-06-01  Jim Meyering  <meyering@lucent.com>
22988
22989         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22990         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22991
22992 2002-05-28  Jim Meyering  <meyering@lucent.com>
22993
22994         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22995         Reported by Volker Borchert.
22996
22997 2002-05-27  Jim Meyering  <meyering@lucent.com>
22998
22999         Fix a problem seen only on nonconforming systems whereby ls.c's
23000         use of localtime, and then of gettimeofday would cause trouble:
23001         the localtime call used to initialize rpl_gettimeofday's save
23002         mechanism would clobber ls's current local time information so
23003         that in any long listing the first file would always be listed
23004         with date 1970-01-01.  Analysis by Volker Borchert.
23005
23006         * lib/gettimeofday.c (localtime): Undefine.
23007         (rpl_localtime): New function.
23008
23009 2002-05-27  Jim Meyering  <meyering@lucent.com>
23010
23011         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23012         localtime.
23013
23014         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23015         use the replacement function; it wouldn't resolve at link time.
23016         Reported by Volker Borchert.
23017
23018 2002-05-22  Jim Meyering  <meyering@lucent.com>
23019
23020         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23021         file-type.h.
23022         * lib/file-type.h: New file.
23023         * lib/file-type.c (file_type): New file/function.  Extracted from
23024         diffutils.
23025
23026 2002-04-30  Jim Meyering  <meyering@lucent.com>
23027
23028         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23029
23030 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23031
23032         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23033
23034 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23035
23036         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23037         Do not check for alloca.h (no longer used) or stdbool.h (was never
23038         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23039
23040 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23041
23042         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23043
23044 2002-04-29  Jim Meyering  <meyering@lucent.com>
23045
23046         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23047         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23048         Use AC_FUNC_STRNLEN here instead.
23049
23050         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23051         With autoconf-2.53a, it's part of AC_PROG_CC.
23052
23053 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23054
23055         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23056         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23057
23058 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23059
23060         * lib/sig2str.h, lib/sig2str.c: New files.
23061         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23062
23063 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23064
23065         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23066         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23067         of 127, since 64 is the largest conceivable number for ancient
23068         nonstandard hosts.
23069         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23070
23071 2002-04-28  Jim Meyering  <meyering@lucent.com>
23072
23073         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23074
23075 2002-04-24  Jim Meyering  <meyering@lucent.com>
23076
23077         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23078         (jm_PREREQ): Use it.
23079
23080         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23081         mach/mach.h fcntl.h.
23082         Check for this function: setlocale.
23083
23084 2002-04-24  Jim Meyering  <meyering@lucent.com>
23085
23086         * lib/gettext.h: New file, from Gettext.
23087         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23088         (libfetish_a_SOURCES): Add gettext.h.
23089
23090 2002-04-16  Jim Meyering  <meyering@lucent.com>
23091
23092         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23093         ut_pid, ut_id, ut_exit.
23094
23095 2002-04-16  Jim Meyering  <meyering@lucent.com>
23096
23097         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23098         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23099         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23100
23101 2002-04-12  Jim Meyering  <meyering@lucent.com>
23102
23103         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23104         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23105         existence of the getmntinfo function.  Needed for Darwin 5.3.
23106
23107         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23108         This is necessary at least on Darwin 5.3.
23109
23110         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23111         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23112         strnlen.o in the library, and that makes some versions of ranlib
23113         object.
23114
23115 2002-04-12  Jim Meyering  <meyering@lucent.com>
23116
23117         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23118
23119 2002-04-09  Jim Meyering  <meyering@lucent.com>
23120
23121         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23122         to be more precise.  Rather than saying we're checking whether the
23123         function `works', say what we're testing.
23124         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23125         Reported by Bruno Haible.
23126
23127 2002-03-10  Jim Meyering  <meyering@lucent.com>
23128
23129         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23130         Suggestion from Santiago Vila.
23131
23132 2002-03-08  Jim Meyering  <meyering@lucent.com>
23133
23134         * lib/rename.c: Mention that this wrapper is needed also on
23135         mips-dec-ultrix4.4 systems.
23136
23137 2002-03-02  Jim Meyering  <meyering@lucent.com>
23138
23139         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23140         not HAVE_CLOCK_SETTIME.
23141
23142 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23143
23144         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23145         Check for clock_settime.
23146
23147 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23148
23149         * lib/nanosleep.h: Rename to....
23150         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23151
23152         * lib/gettime.c: New file.
23153         * lib/settime.c: New file.
23154         * lib/stime.c: Remove.
23155
23156         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23157         timespec.h.  Remove nanosleep.h.
23158
23159 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23160
23161         * m4/acl.m4: New file.
23162         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23163         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23164
23165 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23166
23167         * lib/acl.c, lib/acl.h: New files.
23168         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23169
23170 2002-02-24  Jim Meyering  <meyering@lucent.com>
23171
23172         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23173         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23174         cause trouble.  Reported by Nelson Beebe.
23175
23176 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23177
23178         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23179         compilers that don't know that xalloc_die never returns.
23180
23181 2002-02-20  Jim Meyering  <meyering@lucent.com>
23182
23183         * lib/getdate.c: Regenerate using bison-1.33.
23184
23185 2002-02-17  Jim Meyering  <meyering@lucent.com>
23186
23187         * config/config.guess (main): Don't use `head -1'; it's no longer
23188         portable. Use `sed 1q' instead.
23189
23190 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23191
23192         * m4/codeset.m4: Upgrade to gettext-0.11.
23193         * m4/gettext.m4: Upgrade to gettext-0.11.
23194         * m4/glibc21.m4: Upgrade to gettext-0.11.
23195         * m4/iconv.m4: Upgrade to gettext-0.11.
23196         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23197         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23198         * m4/lib-ld.m4: New file, from gettext-0.11.
23199         * m4/lib-link.m4: New file, from gettext-0.11.
23200         * m4/lib-prefix.m4: New file, from gettext-0.11.
23201         * m4/progtest.m4: Upgrade to gettext-0.11.
23202
23203 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23204
23205         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23206         (jm_PREREQ): Use it.
23207
23208 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23209
23210         * lib/posixver.c, lib/posixver.h: New files.
23211         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23212
23213 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23214             Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23217         (fwrite_success_callback): New declaration.
23218         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23219         print_unicode_char. Call failure callback instead of error.
23220         (fwrite_success_callback): New function.
23221         (exit_failure_callback): New function.
23222         (fallback_failure_callback): New function.
23223         (print_unicode_char): Call unicode_to_mb.
23224
23225 2002-01-26  Jim Meyering  <meyering@lucent.com>
23226
23227         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23228         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23229
23230 2002-01-26  Jim Meyering  <meyering@lucent.com>
23231
23232         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23233
23234 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23235
23236         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23237
23238 2002-01-22  Jim Meyering  <meyering@lucent.com>
23239
23240         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23241         Otherwise, some versions of automake would omit the rule that makes
23242         Makefile from Makefile.in.
23243
23244 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23245
23246         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23247         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23248         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23249         (memcoll): Set errno to zero if there is no error.
23250
23251         * lib/quotearg.c (quotearg_buffer_restyled):
23252         Fix bug with quoting buffers containing NUL when backslashing escapes.
23253         This bug was exposed by the other changes in this patch.
23254         (quotearg_n_options): New arg ARGSIZE.
23255         All callers changed.
23256         (quoting_options_from_style): New function.
23257         (quotearg_n_style): Use it.
23258         (quotearg_n_style_mem): New function.
23259
23260         * lib/quotearg.h (quotearg_n_style_mem): New function.
23261
23262 2002-01-19  Jim Meyering  <meyering@lucent.com>
23263
23264         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23265         Remove useless quotes: DF_PROG="df".
23266         * m4/strnlen.m4: New file.
23267
23268 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23269
23270         * lib/backupfile.c (ISDIGIT): Comment fix.
23271         * lib/getdate.y (ISDIGIT): Likewise.
23272         * lib/posixtm.c (ISDIGIT, year): Likewise.
23273         * lib/strverscmp.c (ISDIGIT): Likewise.
23274         * lib/userspec.c (ISDIGIT): Likewise.
23275
23276 2002-01-16  Jim Meyering  <meyering@lucent.com>
23277
23278         * lib/getdate.y: Add three semicolons, each just before a closing
23279         brace. Bison (as of version 1.31) no longer papers over that mistake.
23280
23281 2002-01-05  Jim Meyering  <meyering@lucent.com>
23282
23283         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23284
23285 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23286
23287         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23288         not silently exit merely because the output buffer happens to
23289         have nothing pending.
23290
23291 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23292
23293         See the big note in ../ChangeLog.
23294         * lib/human.c (suffixes): Prefer K to k for 1024.
23295         (generate_suffix_backwards): New function.
23296         (human_readable_inexact): Use it.
23297         * lib/xstrtol.c (__xstrtol): If there is no number but there
23298         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23299         Accept 'K' as well as 'k'.
23300
23301 2001-12-15  Jim Meyering  <meyering@lucent.com>
23302
23303         * lib/regex.h (__restrict_arr): Update from libc.
23304
23305         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23306         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23307         (STREQ): Define.
23308
23309 2001-12-14  Jim Meyering  <meyering@lucent.com>
23310
23311         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23312         Suggestion from Bruno Haible.
23313
23314 2001-12-10  Jim Meyering  <meyering@lucent.com>
23315
23316         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23317         xrealloc, Instead, include "xalloc.h".
23318         (initbuffer): Don't cast xmalloc return value to char*.
23319         (readline): Reword comment.
23320         Don't cast xrealloc return value to char*
23321         Return NULL, not 0.
23322
23323 2001-12-09  Jim Meyering  <meyering@lucent.com>
23324
23325         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23326         about `signed and unsigned type in conditional expression'.
23327         * lib/posixtm.c (posix_time_parse): Likewise.
23328
23329         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23330
23331         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23332         to avoid a pedantic warning.
23333
23334         * lib/getstr.c: Don't include assert.h.
23335         (getstr): Remove warning-evoking assertions.
23336         Return -1 if offset parameter is out of bounds.
23337         Change the type of a local from int to size_t.
23338
23339         * lib/strftime.c (my_strftime_localtime_r): Include this function
23340         definition in the `#if ! HAVE_TM_GMTOFF' block.
23341
23342         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23343         Include xalloc.h instead.
23344
23345 2001-12-02  Jim Meyering  <meyering@lucent.com>
23346
23347         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23348         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23349         included.
23350
23351         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23352         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23353
23354 2001-11-30  Akim Demaille  <akim@epita.fr>
23355
23356         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23357         before being defined.
23358
23359 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23360
23361         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23362         First arg is int, not unsigned.
23363         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23364         (SIZE_MAX, UINT_MAX): New macros.
23365         (quotearg_n_options): Abort if N is negative.
23366         Avoid overflow check on hosts where size_t is 64 bits and int
23367         is 32 bits, as overflow is impossible there.
23368         Fix off-by-one typo that caused unnecessary reallocation.
23369
23370 2001-11-27  Jim Meyering  <meyering@lucent.com>
23371
23372         * lib/tempname.c: Merge with version from libc.
23373         * lib/regex.c: Likewise.
23374
23375         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23376         systems for which STDC_HEADERS is 0, it was not included, resulting in
23377         a warning about an integer-to-pointer conversion problem with getenv.
23378         Reported by Volker Borchert.
23379
23380 2001-11-26  Jim Meyering  <meyering@lucent.com>
23381
23382         * lib/gtod.h: Remove file.
23383         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23384         * lib/gettimeofday.c: Don't include gtod.h.
23385         (GTOD_init): Remove function.
23386         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23387         Suggestion from Volker Borchert.
23388
23389 2001-11-23  Jim Meyering  <meyering@lucent.com>
23390
23391         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23392         it.
23393         * lib/hash.c (struct hash_table): Define it here instead.
23394
23395 2001-11-22  Jim Meyering  <meyering@lucent.com>
23396
23397         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23398
23399 2001-11-20  Jim Meyering  <meyering@lucent.com>
23400
23401         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23402         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23403
23404 2001-11-19  Jim Meyering  <meyering@lucent.com>
23405
23406         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23407         directory.  Use "conftestXXXXXX" as the template.
23408         Suggestion from Paul Eggert.
23409
23410         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23411         immediately, so the test doesn't mistakenly hit the max-open-files
23412         limit.
23413
23414 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23415
23416         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23417         (TEMPORARIES): New macro.
23418         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23419         removes an artificial limitation (e.g. HP-UX 10.20, where
23420         TMP_MAX is 17576).
23421
23422 2001-11-18  Jim Meyering  <meyering@lucent.com>
23423
23424         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23425
23426 2001-11-18  Jim Meyering  <meyering@lucent.com>
23427
23428         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23429         on SunOS 4.
23430
23431         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23432         files will be created before anything else.
23433
23434 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23435
23436         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23437         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23438
23439 2001-11-17  Jim Meyering  <meyering@lucent.com>
23440
23441         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23442         Prompted by a report from Bob Proulx.
23443
23444         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23445         Instead, require UTILS_FUNC_MKSTEMP.
23446
23447 2001-11-17  Jim Meyering  <meyering@lucent.com>
23448
23449         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23450         Now, that's done as part of AC_FUNC_STRTOD.
23451
23452 2001-11-17  Jim Meyering  <meyering@lucent.com>
23453
23454         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23455         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23456         rather than group writable.  Patch by Juan F. Codagnone.
23457
23458         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23459         xrealloc, Instead, include "xalloc.h".
23460
23461         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23462         Remove explicit declarations of xmalloc, xrealloc,
23463         and xstrdup.  Instead, include "xalloc.h".
23464
23465         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23466         unlocked-io.h.
23467         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23468         Likewise.
23469         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23470
23471         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23472         Reported by Padraig Brady.
23473
23474         * lib/mkstemp.c: #undef mkstemp.
23475         Include config.h.
23476         (rpl_mkstemp): Rename from mkstemp.
23477         Protoize.
23478
23479 2001-11-16  Jim Meyering  <meyering@lucent.com>
23480
23481         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23482         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23483         determine the amount of total physical memory, use pstat_getstatic.
23484         HPUX-11 doesn't define _SC_PHYS_PAGES.
23485         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23486         If sysconf couldn't be used to determine the amount of available
23487         physical memory, use both pstat_getstatic and pstat_getdynamic.
23488         Based on a patch from Bob Proulx.
23489
23490 2001-11-10  Jim Meyering  <meyering@lucent.com>
23491
23492         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23493         (jm_PREREQ): Use it.
23494
23495 2001-11-09  Jim Meyering  <meyering@lucent.com>
23496
23497         * m4/jm-macros.m4: Require autoconf-2.52f.
23498         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23499         Use these AC_-prefixed names, not the AM_-prefixed ones.
23500
23501         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23502
23503 2001-11-05  Jim Meyering  <meyering@lucent.com>
23504
23505         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23506
23507 2001-11-04  Jim Meyering  <meyering@lucent.com>
23508
23509         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23510         $DEFS.
23511
23512 2001-11-03  Jim Meyering  <meyering@lucent.com>
23513
23514         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23515         of AC_DEFUN.
23516
23517         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23518         know the name of the variable in the macro definition.
23519
23520 2001-11-03  Jim Meyering  <meyering@lucent.com>
23521
23522         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23523         in argmatch_to_argument call.
23524
23525         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23526         argument.
23527
23528         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23529         e.g., a fault due to an attempt to free a NULL pointer.
23530
23531 2001-11-01  Jim Meyering  <meyering@lucent.com>
23532
23533         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23534         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23535
23536 2001-11-01  Jim Meyering  <meyering@lucent.com>
23537
23538         * lib/dirfd.c, lib/dirfd.h: New files.
23539         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23540
23541         * lib/hash.c (hash_print) [TESTING]: Clean up.
23542
23543 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23544
23545         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23546         to avoid a warning if -Wall.
23547
23548 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23549
23550         * README: New file
23551         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23552         (per RMS's instructions, this is now the canonical source)
23553         * lgpl/, gpl/: New directories.
23554
23555 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23556
23557         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23558
23559 2001-10-21  Jim Meyering  <meyering@lucent.com>
23560
23561         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23562         this code would end up calling gettext even in packages built
23563         with --disable-nls.
23564         * lib/getopt.c (_): Likewise.
23565         * lib/regex.c (_): Likewise.
23566
23567 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23568
23569         * m4/error.m4 (jm_PREREQ_ERROR):
23570         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23571         AC_FUNC_STRERROR_R does that.
23572         Check for strerror declaration.
23573
23574         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23575         are supposed to have them these days.
23576         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23577         Merge changes from latest Autoconf CVS.
23578         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23579         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23580         POSIX decided to standardize on the int flavor of strerror_r.
23581
23582 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23583
23584         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23585         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23586         Use strerror_r that is only a macro, even if it is not a function.
23587         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23588         (private_strerror): Use prototypes, not old-style function definition.
23589         (print_errno_message): New function.
23590         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23591         char*-flavored one.
23592         (error_tail, error, error_at_line): Use it.
23593
23594 2001-10-11  Jim Meyering  <meyering@lucent.com>
23595
23596         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23597         and quote_n (1, ... to avoid clobbering a buffer.
23598
23599 2001-10-05  Jim Meyering  <meyering@lucent.com>
23600
23601         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23602         hash-pjw.h.
23603         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23604         * lib/hash-pjw.h: New file.
23605
23606 2001-09-30  Jim Meyering  <meyering@lucent.com>
23607
23608         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23609         `struct fsstat' has the `f_fstypename' member.
23610         Use that to define FS_TYPE, which is now used to make
23611         the getfsstat link test tighter.
23612
23613 2001-09-30  Jim Meyering  <meyering@lucent.com>
23614
23615         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23616         Include <sys/ucred.h>, for Apple Darwin.
23617         Include sys/mount.h and sys/fs_types.h only if available.
23618         (FS_TYPE): Define.
23619         (read_filesystem_list): Use FS_TYPE.
23620
23621 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23622
23623         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23624         a boolean context.
23625
23626 2001-09-29  Jim Meyering  <meyering@lucent.com>
23627
23628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23629         [one-argument getmntent function]): Include stdio.h before mntent.h.
23630         SunOS 4.1.x needs it for the declaration of `FILE'.
23631         Patch by Volker Borchert.
23632
23633         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23634         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23635         sys/fs_types.h, and make the link-test for getfsstat guard #include
23636         directives with appropriate #if HAVE_*_H tests so that we can
23637         detect getfsstat on Apple Darwin1.3.7 systems.
23638         Reported by Nelson Beebe.
23639         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23640
23641 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23642
23643         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23644         #defines strtoimax.  Also treat the other strto* functions
23645         like strtoimax.
23646
23647         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23648         Check for strtoul and strtoumax,
23649         as those declarations are made even in the signed case.
23650         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23651         Likewise, for strtol and strtoimax.
23652
23653 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23654
23655         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23656         #defines strtoimax.  Also treat the other strto* functions
23657         like strtoimax.
23658
23659         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23660         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23661         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23662
23663 2001-09-26  Jim Meyering  <meyering@lucent.com>
23664
23665         Most macros in unlocked-io.h had the wrong number of arguments.
23666         * lib/gen-uio: New script.
23667         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23668         * lib/unlocked-io.hin: Remove file.
23669         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23670         rather than trying to embed it here.
23671         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23672         Reported by Padraig Brady.
23673
23674 2001-09-25  Volker Borchert  <bt@teknon.de>
23675
23676         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23677         `result'.
23678
23679 2001-09-24  Jim Meyering  <meyering@lucent.com>
23680
23681         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23682
23683 2001-09-23  Jim Meyering  <meyering@lucent.com>
23684
23685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23686         instead of the mere test for existence of mntent.h.  The latter
23687         would get a false-positive on AIX 3.4 systems.
23688         In the outer getmntent if-block, don't die if neither of the getmntent
23689         tests succeeds.  Instead, just fall through and continue with the
23690         remaining tests.
23691
23692 2001-09-23  Jim Meyering  <meyering@lucent.com>
23693
23694         * lib/mountlist.c: Remove useless parentheses in #if directives.
23695         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23696         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23697
23698 2001-09-22  Jim Meyering  <meyering@lucent.com>
23699
23700         * m4/gettext.m4: New file.  From gettext.
23701         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23702         * m4/progtest.m4: Likewise
23703         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23704         * m4/glibc21.m4: Likewise.
23705
23706         * m4/libintl.m4: Remove.  No longer used.
23707
23708 2001-09-22  Jim Meyering  <meyering@lucent.com>
23709
23710         * lib/localcharset.c: Update from latest gettext.
23711         * lib/config.charset: Likewise.
23712
23713 2001-09-20  Jim Meyering  <meyering@lucent.com>
23714
23715         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23716         strtoimax.
23717         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23718         strtoumax.
23719
23720 2001-09-20  Jim Meyering  <meyering@lucent.com>
23721
23722         * lib/xstrtol.c (strtoimax): Guard declaration with
23723         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23724         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23725         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23726         (strtoumax): Likewise, for completeness (it wasn't necessary).
23727
23728 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23729
23730         * lib/strtoimax.c (HAVE_LONG_LONG):
23731         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23732         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23733         to work around bug in IBM C compiler.
23734
23735 2001-09-17  Jim Meyering  <meyering@lucent.com>
23736
23737         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23738         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23739         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23740         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23741         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23742         whenever the right hand side need not be expanded by the shell.
23743
23744 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23745
23746         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23747         library.  It's not correct, as some older glibcs are buggy.
23748         fnmatch wasn't fixed until glibc 2.2.
23749
23750         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23751         special shell magic here.
23752
23753 2001-09-16  Jim Meyering  <meyering@lucent.com>
23754
23755         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23756         * m4/jm-macros.m4: Require it.
23757
23758 2001-09-16  Jim Meyering  <meyering@lucent.com>
23759
23760         * lib/mkdir.c: New file.
23761
23762 2001-09-15  Jim Meyering  <meyering@lucent.com>
23763
23764         * m4/jm-macros.m4: Check for help2man.
23765
23766 2001-09-11  Jim Meyering  <meyering@lucent.com>
23767
23768         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23769         The body, by Paul Eggert, was moved here from configure.in.
23770         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23771
23772 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23773
23774         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23775         (jm_PREREQ): Use it.
23776
23777 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23778
23779         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23780         Use ssize_t, not int, to store result of readlink.
23781         Check for ssize_t overflow as well as size_t overflow,
23782         as POSIX says the result of readlink is implementation-defined
23783         when ssize_t overflows.
23784         Remove unnecessary cast to char*.
23785         Use free+malloc instead of realloc, as the storage doesn't need
23786         to be preserved and it's clearer and can be more efficient that way.
23787         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23788         * lib/xreadlink.h (xreadlink): Update prototype.
23789
23790 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23791
23792         * lib/xgetcwd.c: Revert some of the previous change; intead,
23793         fix the HAVE_GETCWD_NULL code to behave more like the
23794         !HAVE_GETCWD_NULL code used to.
23795
23796         Include "xalloc.h".
23797         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23798         invoke xalloc_die.
23799
23800 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23801
23802         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23803         sys/param.h, as pathmax.h includes them.
23804
23805 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23806
23807         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23808         (jm_PREREQ_XGETCWD): New macro.
23809
23810         * m4/getcwd.m4: New file.
23811
23812 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23813
23814         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23815         like the HAVE_GETCWD_NULL code.
23816         Include pathmax.h if not HAVE_GETCWD.
23817         Do not include xalloc.h.
23818         (INITIAL_BUFFER_SIZE): New symbol.
23819         Do not use xmalloc / xrealloc, since the caller is responsible for
23820         handling errors.  Preserve errno around `free' during failure.
23821         Do not overrun buffer when using getwd.
23822
23823 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23824
23825         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23826         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23827         getcwd (NULL, 0).
23828
23829 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23830
23831         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23832         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23833         spotted by Jim Meyering.
23834
23835 2001-09-03  Jim Meyering  <meyering@lucent.com>
23836
23837         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23838         failure.
23839
23840 2001-09-02  Jim Meyering  <meyering@lucent.com>
23841
23842         * lib/error.c: Update from GNU libc.
23843
23844 2001-09-01  Jim Meyering  <meyering@lucent.com>
23845
23846         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23847         Used by df.
23848
23849 2001-09-01  Jim Meyering  <meyering@lucent.com>
23850
23851         * lib/xreadlink.c: New file.
23852         * lib/xreadlink.h: New file.
23853         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23854         xreadlink.h.
23855
23856         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23857         doesn't conflict with sparc Solaris 7's definition in
23858         /usr/include/sys/int_types.h.
23859
23860         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23861         files.
23862         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23863         and strncasecmp as r-values.  Unixware didn't have declarations.
23864
23865 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23866
23867         * lib/xstrtol.h: Add copyright notice.
23868         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23869         LONGINT_INVALID_SUFFIX_CHAR.
23870
23871 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23872
23873         * lib/xstrtol.c (strtoimax): New decl.
23874
23875 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23876
23877         * lib/xgetcwd.c: Don't include pathmax.h.
23878         Include stdlib.h and unistd.h if available.
23879         Include xalloc.h.
23880         (xmalloc, xstrdup, free): Remove decls.
23881         (xgetcwd): Don't assume sizes fit in unsigned.
23882         Check for overflow when computing sizes.
23883         Simplify reallocation code.
23884
23885 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23886
23887         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23888         a directory's st_size can have an arbitrary value, so the old
23889         usage could waste an arbitrary amount of memory.  All uses
23890         changed.
23891         * lib/savedir.h: Update prototype.
23892
23893 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23894
23895         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23896
23897         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23898         old strtoimax.c.
23899
23900         Also, make the following further changes to make this file's
23901         configuration more similar to that of strtol.c:
23902         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23903         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23904         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23905         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23906         changed to signed values.
23907
23908         And make the following changes as well:
23909         Fix copyright notice, as 1999 was missing.
23910         (verify): New macro.
23911         (strtoimax): Check sizes at compile-time, not run-time.
23912         Prefer strtol to strtoll if both work.
23913         (main): Remove; it was not that useful and was a pain to maintain.
23914
23915         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23916
23917 2001-08-31  Jim Meyering  <meyering@lucent.com>
23918
23919         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23920         Use an initial, malloc'd, buffer of length 128 rather than
23921         a statically allocated one of length 1024.
23922
23923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23924
23925         Simplify code, partly by assuming autoconf 2.52 semantics.
23926
23927         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23928
23929         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23930         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23931         All uses removed.
23932         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23933         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23934         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23935         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23936         jm_AC_HEADER_INTTYPES_H.
23937         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23938
23939         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23940
23941         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23942         Quote first arg of AC_DEFUN.
23943         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23944         since they are needed to parse the include file even if we need
23945         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23946         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23947         but with opposite signedness.
23948
23949 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23950
23951         Merge 'exclude' changes from tar 1.13.22.
23952         This fixes one or two unlikely storage allocation overflow bugs,
23953         but doesn't change user-visible behavior otherwise.
23954
23955 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23956
23957         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23958         (jm_PREREQ_EXCLUDE): New macro.
23959
23960 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23961
23962         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23963         tm to be declared.
23964
23965 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23966
23967         * lib/hash.c: Remove '2001' from copyright notice.
23968
23969 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23970
23971         * lib/full-write.h: New file.
23972         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23973         * lib/full-write.c: Correct credits, as cccp.c no longer
23974         exists and anyway it was so heavily changed from the old cccp
23975         code as to be unrecognizable.  Include full-write.h.
23976         (full_write) Return size_t, with short writes meaning failure.
23977         All callers changed.  This fixes a bug with large buffers
23978         on 64-bit hosts.
23979         * lib/utime.c: Include full-write.h.
23980
23981 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23982
23983         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23984         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23985         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23986         Include if available.
23987         (<xalloc.h>): Include
23988         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23989         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23990         collide with FNM macros.
23991         (struct patopts): New struct.
23992         (struct exclude): Use it, as exclude patterns now come with options.
23993         (new_exclude): Support above changes.
23994         (new_exclude, add_exclude_file):
23995         Initial size must now be a power of two to simplify overflow checking.
23996         (free_exclude, fnmatch_no_wildcards): New function.
23997         (excluded_filename): No longer requires options arg, as the options
23998         are determined by add_exclude.  Now returns bool, not int.
23999         (excluded_filename, add_exclude):
24000         Add support for the fancy new exclusion options.
24001         (add_exclude, add_exclude_file): Now takes int options arg.
24002         Check for arithmetic overflow when computing sizes.
24003         (add_exclude_file): xrealloc might modify errno, so don't
24004         realloc until after errno might be used.
24005
24006         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24007         New macros.
24008         (free_exclude): New decl.
24009         (add_exclude, add_exclude_file): Now takes int options arg.
24010         (excluded_filename): No longer requires options arg, as the options
24011         are determined by add_exclude.  Now returns bool, not int.
24012
24013 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24014
24015         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24016
24017 2001-08-27  Jim Meyering  <meyering@lucent.com>
24018
24019         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24020
24021         * lib/version-etc.c (N_): Remove definition.
24022         Revert most of last change.
24023         Instead, simply don't mark the `Copyright...' string for translation.
24024         Based on advice from Paul Eggert.
24025
24026         * lib/strtoxmax.c: Tweak comment.
24027
24028 2001-08-26  Jim Meyering  <meyering@lucent.com>
24029
24030         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24031
24032         * m4/xstrtoimax.m4: New file.
24033         * m4/xstrtoumax.m4: Add comments explaining why we
24034         AC_REPLACE_FUNCS(strtol).
24035
24036 2001-08-26  Jim Meyering  <meyering@lucent.com>
24037
24038         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24039         of copyright with `%s' so translators don't get an untranslated
24040         message in 2002.
24041         (COPYRIGHT_YEAR): Define.
24042         (version_etc): Use fprintf rather than fputs.
24043         Suggestion from Ulrich Drepper.
24044
24045         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24046
24047         * lib/strtoll.c: New file, from GNU libc.
24048         * lib/xstrtoimax.c: New file.
24049
24050         * lib/xstrtol.h: Add xstrtoimax.
24051         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24052         * lib/strtoimax.c: New file.  Likewise, but first define
24053         STRTOUXMAX_SIGNED.
24054
24055         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24056         ...
24057         * lib/strtoxmax.c: ... then renamed to this.
24058
24059 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24060
24061         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24062         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24063         (jm_AC_TYPE_INTMAX_T): New macro.
24064         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24065
24066         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24067
24068         * m4/longlong.m4: Renamed from ulonglong.m4.
24069         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24070         * m4/uintmax_t.m4: Removed.
24071
24072 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24073
24074         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24075         Port to Solaris 8, where 'sed' requires a space after the 'r'
24076         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24077         Redirect output to $tmp just once.
24078
24079 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24080
24081         * lib/addext.c (<errno.h>): Include.
24082         (errno): Declare if not defined.
24083         (addext): Work correctly when pathconf returns -1 and leaves
24084         errno alone because there is no limit.  Also, work even if
24085         pathconf returns a value greater than SIZE_MAX.
24086
24087 2001-08-12  Jim Meyering  <meyering@lucent.com>
24088
24089         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24090         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24091         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24092         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24093         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24094         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24095         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24096         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24097         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24098         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24099         utime.m4, utimes.m4, xstrtoumax.m4:
24100         Quote the first argument in each use of AC_DEFUN.
24101
24102 2001-08-12  Jim Meyering  <meyering@lucent.com>
24103
24104         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24105         Simply `return getcwd (NULL, 0);'.
24106         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24107         Use 1300 as initial value for length, not PATH_MAX.
24108
24109         * lib/pathmax.h: Clean up cpp syntax.
24110
24111 2001-08-12  Jim Meyering  <meyering@lucent.com>
24112
24113         * lib/gettimeofday.c: New file.
24114         * lib/gtod.h: New file.
24115         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24116
24117 2001-08-05  Jim Meyering  <meyering@lucent.com>
24118
24119         * m4/jm-macros.m4: Require autoconf-2.52.
24120
24121 2001-08-04  Jim Meyering  <meyering@lucent.com>
24122
24123         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24124         stmt, to get in sync with glibc.
24125
24126 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24127
24128         The following changes are from gettext 0.10.39 as maintained by
24129         Bruno Haible.
24130
24131         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24132         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24133         with inverted sense.  All uses changed.
24134
24135         * lib/mbswidth.c: Don't include <limits.h>.
24136         Include <stdlib.h> and <string.h> unconditionally.
24137         (iswcntrl, mbsinit, ISCNTRL): New macros.
24138         (mbsnwidth): Use K&R style function declarations.
24139         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24140         can optimize it when MB_CUR_MAX == 1.
24141         The width of control characters is zero, not 1.
24142
24143 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24144
24145         The following changes are from gettext 0.10.39 as maintained by
24146         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24147
24148         * m4/codeset.m4: Upgrade to serial AM1.
24149         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24150         all uses changed.  Quote first arg of AC_DEFUN.
24151         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24152
24153         * m4/iconv.m4: Upgrade to serial AM2.
24154         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24155         Add --with-libconv-prefix.
24156         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24157         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24158         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24159         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24160         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24161
24162         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24163         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24164         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24165         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24166         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24167         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24168         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24169         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24170         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24171
24172         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24173         string.h any more.
24174
24175         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24176         not the default value.
24177
24178         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24179         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24180         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24181         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24182         Also check for iswcntrl, used for wcwidth fallback.
24183         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24184         to Autoconf 2.13.
24185
24186 2001-08-03  Jim Meyering  <meyering@lucent.com>
24187
24188         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24189         as it was in the original.  Reported by Paul Eggert.
24190
24191 2001-07-16  Jim Meyering  <meyering@lucent.com>
24192
24193         * m4/gettimeofday.m4: New file.
24194         Prompted by a report from Bernhard Baehr.
24195
24196 2001-07-15  Jim Meyering  <meyering@lucent.com>
24197
24198         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24199         stuff. Now it's in ../Makefile.cfg.
24200
24201 2001-07-15  Jim Meyering  <meyering@lucent.com>
24202
24203         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24204         (BUILT_SOURCES): Add unlocked-io.h.
24205         (io_functions): Define.
24206         (unlocked-io.h): New rule.
24207         (DISTCLEANFILES): Add unlocked-io.h.
24208         (all-local): Depend on unlocked-io.h, to ensure it is created.
24209
24210         * lib/unlocked-io.hin: New file
24211
24212         * lib/regex.c: Update from glibc.
24213
24214 2001-07-05  Jim Meyering  <meyering@lucent.com>
24215
24216         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24217         recommendation.
24218         (libfetish_a_SOURCES): Put all .h files here instead.
24219         Remove a thus-exposed (better checks in automake) duplicate and
24220         two unnecessary .h files.
24221
24222 2001-07-04  Jim Meyering  <meyering@lucent.com>
24223
24224         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24225         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24226         distcheck failure.
24227
24228 2001-07-02  Jim Meyering  <meyering@lucent.com>
24229
24230         The following changes were prompted by suggestions from Bruno Haible.
24231
24232         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24233         is now generated.
24234         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24235         definition of EXTRA_DIST.
24236         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24237         ensure that the generated file is created/updated whenever the list
24238         of $(unlocked_functions) is changed.
24239         (jm-glibc-io.m4): New rule.
24240         (unlocked-io.h): New rule -- currently unused.
24241
24242 2001-06-24  Jim Meyering  <meyering@lucent.com>
24243
24244         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24245         unmatched right bracket, rather than kludging it with an extra,
24246         falsely-matching quote in a comment.  Patch by Akim Demaille.
24247
24248 2001-06-11  Jim Meyering  <meyering@lucent.com>
24249
24250         * lib/regex.c: Update from GNU libc.
24251
24252 2001-05-27  Jim Meyering  <meyering@lucent.com>
24253
24254         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24255         Check for ut_type in struct utmp.
24256
24257 2001-05-27  Jim Meyering  <meyering@lucent.com>
24258
24259         * lib/readutmp.h (UT_TYPE): Define.
24260
24261 2001-05-24  Jim Meyering  <meyering@lucent.com>
24262
24263         * lib/argmatch.c: Include "quote.h".
24264         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24265         quote function.  Reported by Göran Uddeborg.
24266
24267 2001-05-22  Jim Meyering  <meyering@lucent.com>
24268
24269         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24270         now that we use the package-supplied version unconditionally.
24271         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24272
24273 2001-05-21  Jim Meyering  <meyering@lucent.com>
24274
24275         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24276         shell syntax errors.
24277
24278 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24279
24280         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24281
24282 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24283
24284         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24285         Don't bother to check library strftime, since
24286         we'll be using our own my_strftime function anyway.
24287         Define my_strftime instead of strftime.
24288
24289 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24290
24291         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24292         which is not yet declared.
24293
24294 2001-05-15  Jim Meyering  <meyering@lucent.com>
24295
24296         * m4/regex.m4: Use proper quoting so brackets appear in the test
24297         program.
24298         Reported by, and with help from, Bruno Haible.
24299
24300 2001-05-13  Jim Meyering  <meyering@lucent.com>
24301
24302         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24303         undefined.
24304
24305 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24306
24307         dirname code cleanup.  base_name now behaves more compatibly
24308         with POSIX basename when given file names that have trailing
24309         slashes, and similarly for dir_name.  Add new primitives
24310         base_len and dir_len.  Put the directory-name-related decls
24311         into dirname.h.
24312
24313         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24314         * lib/backupfile.c (base_name): Likewise.
24315         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24316         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24317         * lib/makepath.c (strip_trailing_slashes): Likewise.
24318         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24319         ISSLASH): Likewise.
24320         * lib/rename.c (strip_trailing_slashes): Likewise.
24321         * lib/same.c (base_name): Likewise.
24322         * lib/stripslash.c (ISSLASH): Likewise.
24323
24324         * lib/addext.c: Include <dirname.h> after size_t is defined.
24325         * lib/backupfile.c: Likewise.
24326
24327         * lib/addext.c (addext): Use base_len to trim redundant
24328         trailing slashes instead of doing it ourselves.
24329         But do not trim the last slash if it is not redundant.
24330
24331         * lib/backupfile.c (find_backup_file_name,
24332         max_backup_version): Use base_len instead of rolling it ourselves.
24333         Handle the case of "" and (on DOS) "C:" correctly.
24334
24335         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24336         needed. Include <string.h>, <dirname.h>.
24337         (base_name): Allow file names ending in slashes, other than names
24338         that are all slashes.  In this case, return the basename followed
24339         by the slashes.  This is more general, and can be used in places
24340         where the original base_name purposely had an assertion failure.
24341         (base_len): New function.
24342
24343         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24344         Do not include <assert.h>; no longer needed.
24345         Include xalloc.h.
24346         (memrchr): Remove decl.
24347         (dir_name_r): Remove.
24348         (dir_len): Renamed from dirlen.  All callers changed.
24349         Rewrite in terms of base_name, for simplicity and consistency.
24350         (dir_name): Never return NULL.  All callers changed.
24351         Do not include <stdlib.h> in test program; no longer needed.
24352         return 0; is fine for test program.
24353
24354         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24355         New macros.
24356         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24357
24358         * lib/path-concat.c (path_concat): Use base_len to compute
24359         base length, not strlen; this means we cannot rely on memcpy
24360         to null-terminate.
24361
24362         * lib/same.c (STREQ): Remove.
24363         (same_name): Handle the case where the basename ends in trailing '/'.
24364
24365         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24366         a slash was stripped.  Do not strip the last slash after a
24367         file system prefix.
24368
24369 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24370
24371         * lib/Makefile.am (libfetish_a_SOURCES):
24372         Add strftime.c, since we now compile it on all hosts.
24373
24374         * lib/strftime.c (my_strftime):
24375         Define to nstrftime if emacs, but only if my_strftime is not defined.
24376         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24377         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24378         Add one more extra argument: a nanoseconds value.
24379         All uses changed.
24380         (ns): New macro.
24381         (my_strftime function): Add %N format.
24382         (emacs_strftimeu): Renamed from emacs_strftime,
24383         with extra ut argument.
24384
24385 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24386
24387         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24388
24389 2001-04-21  Jim Meyering  <meyering@lucent.com>
24390
24391         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24392         doesn't interfere.
24393
24394 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24395
24396         * m4/ftruncate.m4: Check for chsize.
24397         Link with ftruncate.o unconditionally if ftruncate is missing.
24398         This was required when cross-compiling to i586-mingw32msvc.
24399
24400 2001-04-08  Jim Meyering  <meyering@lucent.com>
24401
24402         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24403         recomputed; that's necessary when the offset spans a DST transition.
24404         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24405
24406 2001-04-02  Jim Meyering  <meyering@lucent.com>
24407
24408         * lib/regex.h, regex.c: Update from GNU libc.
24409
24410 2001-03-24  Jim Meyering  <meyering@lucent.com>
24411
24412         * m4/jm-macros.m4: Require autoconf-2.49d.
24413
24414 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24415
24416         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24417
24418 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24419
24420         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24421
24422 2001-03-17  Jim Meyering  <meyering@lucent.com>
24423
24424         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24425         now that the version in autoconf is equivalent.
24426         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24427
24428         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24429         Suggestion from Akim Demaille.
24430
24431         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24432         (jm_PREREQ_TEMPNAME): New function.
24433
24434 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24435
24436         * lib/tempname.c (uint64_t): Define to uintmax_t if
24437         not defined, and if UINT64_MAX is not defined.
24438         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24439         Reported by John David Anglin.
24440
24441 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24442
24443         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24444         resolve alias if codeset is empty.
24445         * lib/config.charset (BeOS): Use wildcard syntax.
24446
24447 2001-03-13  Jim Meyering  <meyering@lucent.com>
24448
24449         * lib/path-concat.c (path_concat)
24450         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24451         concatenating e.g., `C:' and `foo'.
24452         From Bruno Haible.
24453
24454 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24455
24456         * lib/localcharset.c (locale_charset): Don't use
24457         setlocale(LC_CTYPE,NULL). Don't return NULL.
24458         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24459
24460 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24461
24462         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24463         support for DOS/DJGPP.
24464
24465 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24466
24467         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24468         lacks mkstemp.  Compile our own tempname.c if we compile our own
24469         mkstemp.c, as mkstemp relies on tempname.
24470
24471 2001-03-01  Jim Meyering  <meyering@lucent.com>
24472
24473         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24474         AH_VERBATIM really does output its argument verbatim.
24475
24476 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24477
24478         * lib/Makefile.am (libfetish_a_SOURCES):
24479         Add dup-safer.c, fopen-safer.c.
24480         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24481
24482         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24483         * lib/unistd-safer.h: New files.
24484
24485 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24486
24487         The mkstemp replacement is taken from glibc 2.2.2, with some
24488         portability fixes for use outside glibc, as follows:
24489
24490         * lib/tempname.c (struct_stat64): New macro.
24491         (direxists, __gen_tempname): Use it.
24492         This avoids a portability problem with Solaris 8.
24493
24494         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24495         (<stddef.h>, <stdint.h>, <string.h>):
24496         Include only if STDC_HEADERS || _LIBC.
24497         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24498         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24499         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24500         (__set_errno): Define this macro if <errno.h> doesn't.
24501         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24502         Define these macros if <stdio.h> doesn't.
24503         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24504         Define these macros if <sys/stat.h>
24505         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24506         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24507         __xstat64): Define if not _LIBC.
24508         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24509         (__gen_tempname): Invoke gettimeofday only if
24510         HAVE_GETTIMEOFDAY || _LIBC;
24511         otherwise, fall back on plain "time".
24512         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24513
24514         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24515
24516         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24517
24518 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24519
24520         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24521
24522 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24523
24524         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24525         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24526         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24527         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24528
24529 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24530
24531         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24532         Remove workaround macros for hosts that have mbrtowc but not
24533         mbstate_t, as we now insist on proper declarations for both
24534         before using mbrtowc.
24535
24536 2001-02-17  Jim Meyering  <meyering@lucent.com>
24537
24538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24539         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24540         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24541         UnixWare 7.1.1.
24542
24543         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24544         rather than AC_CACHE_VAL.
24545
24546 2001-02-17  Jim Meyering  <meyering@lucent.com>
24547
24548         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24549         around included file name.
24550
24551         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24552
24553         * lib/strftime.c: Update from GNU libc (the only changes were to
24554         comments).
24555
24556 2001-02-17  Jim Meyering  <meyering@lucent.com>
24557
24558         * lib/regex.c: Update from libc.
24559
24560 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24561
24562         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24563         clash.
24564
24565 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24566
24567         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24568         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24569         Reported by Mark Hounschell via Paul Eggert.
24570
24571 2001-02-07  Jim Meyering  <meyering@lucent.com>
24572
24573         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24574
24575 2001-02-05  Jim Meyering  <meyering@lucent.com>
24576
24577         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24578         it includes the patch required for `large file' support with at least
24579         HP-UX's 10.20 /bin/cc.
24580
24581 2001-02-03  Jim Meyering  <meyering@lucent.com>
24582
24583         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24584         AS_IF, now that it works once again (mysteriously).
24585         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24586
24587 2001-01-30  Jim Meyering  <meyering@lucent.com>
24588
24589         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24590         * m4/chown.m4: Rename conftestchown to conftest.chown.
24591         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24592         s/conftestdir2/conftest.d2/.
24593         * m4/utimes.m4: s/conftestdata/conftest.data/
24594         Inspired by Pavel Roskin's change in autoconf.
24595
24596 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24597
24598         * lib/config.charset: Update for FreeBSD 4.2.
24599
24600 2001-01-27  Jim Meyering  <meyering@lucent.com>
24601
24602         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24603         a use of AS_IF.
24604         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24605
24606 2001-01-26  Jim Meyering  <meyering@lucent.com>
24607
24608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24609         quotearg.c includes it.
24610
24611 2001-01-26  Jim Meyering  <meyering@lucent.com>
24612
24613         * lib/quotearg.c: Include stddef.h.
24614         * lib/quote.c: Include stddef.h.
24615         Reported by Axel Kittenberger.
24616
24617         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24618         line in double quotes so that it evokes a better diagnostic.
24619         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24620         Reported by Axel Kittenberger.
24621
24622 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24623
24624         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24625         as if it was a `charset'.
24626
24627 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24628
24629         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24630         has const.
24631
24632 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24633
24634         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24635         to avoid a warning.  Add back 'const' to inptr.
24636
24637 2001-01-20  Jim Meyering  <meyering@lucent.com>
24638
24639         Be sure that headers are checked before used in code compiled
24640         for the type checks.
24641         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24642         In place of that, invoke jm_CHECK_ALL_TYPES.
24643         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24644         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24645         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24646         The check for ssize_t was mistakenly run before the test for unistd.h.
24647
24648         The configure-time check for stdbool.h was missing.
24649         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24650         (jm_PREREQ_HASH): New function.
24651
24652 2001-01-17  Jim Meyering  <meyering@lucent.com>
24653
24654         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24655         for autoconf-2.49c.
24656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24657
24658 2001-01-16  Jim Meyering  <meyering@lucent.com>
24659
24660         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24661         From Bruno Haible.
24662
24663 2001-01-14  Jim Meyering  <meyering@lucent.com>
24664
24665         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24666         foo and bar.  Create conftestdir/ in the script, not in the C code.
24667         Remove directories in the script, not in the C code.
24668         Remove conftestdir{,2} before trying to create the directory.
24669         Make the entire configure script fail if the mkdir fails.
24670
24671 2001-01-14  Jim Meyering  <meyering@lucent.com>
24672
24673         * lib/rename.c: New file.  From Volker Borchert.
24674         Include stdlib.h, string.h or strings.h, and xalloc.h.
24675         Use strip_trailing_slashes rather than open-coding it.
24676
24677 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24678
24679         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24680
24681 2001-01-03  Jim Meyering  <meyering@lucent.com>
24682
24683         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24684         of local `inptr' to avoid warning with some system declarations of
24685         iconv.
24686
24687 2001-01-02  Volker Borchert  <bt@teknon.de>
24688
24689         * m4/rename.m4: New file.
24690         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24691
24692 2001-01-01  Jim Meyering  <meyering@lucent.com>
24693
24694         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24695         even on systems with utmpx.h.  It's necessary for the declaration of
24696         utmp's ut_user member.  Reported by Andreas Jaeger.
24697
24698         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24699         available. They are required for the declarations of getgrgid and
24700         getpwuid resp.
24701         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24702         Reported by Andreas Jaeger.
24703
24704 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24705
24706         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24707         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24708         so `make install' also works in VPATH builds.
24709
24710 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24711
24712         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24713         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24714         can be used in subdirectories.
24715
24716 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24717
24718         * lib/modechange.c: Do not assume that mode_t uses the
24719         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24720         the other-execute bit of FOO even if S_IXOTH != 1.
24721
24722         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24723         WOTH, XOTH, ALLM): New macros.
24724         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24725          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24726         Use them.
24727         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24728         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24729         (mode_compile):
24730         No need to use uintmax_t; unsigned long is long enough.
24731         Don't bother to get suffix since we don't use it.
24732
24733 2000-12-26  Jim Meyering  <meyering@lucent.com>
24734
24735         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24736         better with autoheader.
24737
24738 2000-12-24  Jim Meyering  <meyering@lucent.com>
24739
24740         * lib/hash.c (is_prime): Return explicit boolean values.
24741         (hash_get_first): Return NULL to appease Irix5.6's 89.
24742         Reported by Nelson Beebe.
24743
24744 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24745
24746         * lib/localcharset.c (locale_charset): Add support for Win32.
24747
24748 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24749
24750         * lib/physmem.h, lib/physmem.c: New files.
24751
24752         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24753         (noinst_HEADERS): Add physmem.h.
24754
24755         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24756         't' for compatibility with Solaris 8 sort.
24757
24758 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24759
24760         * lib/config.charset: Add support for BeOS.
24761
24762 2000-12-17  Jim Meyering  <meyering@lucent.com>
24763
24764         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24765         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24766
24767 2000-12-16  Jim Meyering  <meyering@lucent.com>
24768
24769         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24770         N and M) would have treated it like `chown N:N FILE'.
24771
24772         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24773
24774 2000-12-16  Jim Meyering  <meyering@lucent.com>
24775
24776         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24777         SHELLS_FILE to a file name that's useful on djgpp systems.
24778         Include stdlib.h.
24779         (ADDITIONAL_DEFAULT_SHELLS): Define.
24780         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24781         Based mostly on a patch from Prashant TR.
24782
24783 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24784
24785         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24786         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24787         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24788
24789 2000-12-08  Andreas Schwab  <schwab@suse.de>
24790
24791         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24792         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24793
24794 2000-12-07  Jim Meyering  <meyering@lucent.com>
24795
24796         * lib/stripslash.c (ISSLASH): Define.
24797         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24798         `/'.
24799         From Prashant TR.
24800
24801         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24802         (dir_name_r): Declare this function as static.
24803         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24804         manifest itself on a name containing a mix of slashes and
24805         backslashes.
24806         Make this function work with names starting with a DOS-style
24807         drive letter and colon prefix.
24808         (dir_name): Append `.' if necessary.
24809         Based mostly on patches from Prashant TR and Eli Zaretskii.
24810
24811         * lib/dirname.h (dir_name_r): Remove prototype.
24812
24813 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24814
24815         * m4/off_t-format.m4: Remove this file.
24816         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24817
24818 2000-12-06  Jim Meyering  <meyering@lucent.com>
24819
24820         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24821         replacement strtoull, we may well need the replacement strtoul, too.
24822         Check for declarations of strtoul and strtoull.
24823         Check for strtol.  Mainly as a cue to cause automake to include
24824         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24825         Check for limits.h -- strtol.c needs it.
24826
24827 2000-12-05  Jim Meyering  <meyering@lucent.com>
24828
24829         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24830
24831 2000-12-04  Jim Meyering  <meyering@lucent.com>
24832
24833         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24834         Also include memory.h, stdlib.h, unistd.h if appropriate.
24835         Reported by Andreas Jaeger (conflicting declaration of malloc).
24836
24837 2000-12-02  Jim Meyering  <meyering@lucent.com>
24838
24839         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24840         * m4/jm-macros.m4 (jm_MACROS): require it.
24841
24842 2000-12-02  Jim Meyering  <meyering@lucent.com>
24843
24844         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24845
24846 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24847
24848         * lib/memrchr.c: Include <config.h> before any system include file.
24849
24850 2000-11-30  Jim Meyering  <meyering@lucent.com>
24851
24852         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24853
24854 2000-11-30  Jim Meyering  <meyering@lucent.com>
24855
24856         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24857
24858 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24859
24860         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24861
24862 2000-11-26  Jim Meyering  <meyering@lucent.com>
24863
24864         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24865
24866 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24867
24868         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24869         size of (size_t) -1; it's not portable.
24870
24871 2000-11-17  Jim Meyering  <meyering@lucent.com>
24872
24873         * lib/strstr.c: Update from GNU libc.
24874
24875 2000-11-17  Akim Demaille  <akim@epita.fr>
24876
24877         * lib/obstack.h: Formatting changes.
24878         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24879         prevent type checking.
24880         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24881         cast the value to (void *): assigning a `foo *' to a `void *'
24882         variable is valid.
24883         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24884
24885 2000-11-16  Jim Meyering  <meyering@lucent.com>
24886
24887         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24888
24889 2000-11-11  Jim Meyering  <meyering@lucent.com>
24890
24891         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24892
24893 2000-11-10  Jim Meyering  <meyering@lucent.com>
24894
24895         * lib/obstack.h: Update from GNU libc.
24896         * lib/obstack.c: Likewise.
24897
24898 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24899
24900         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24901
24902 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24903
24904         * lib/getusershell.c (setusershell): Use rewind rather than
24905         fseek/fseeko, to avoid configuration hassles with fseeko.
24906         Don't bother opening SHELLS_FILE if shellstream is NULL;
24907         it's not necessary.
24908
24909 2000-11-05  Jim Meyering  <meyering@lucent.com>
24910
24911         * lib/makepath.h (make_dir): Declare.
24912         * lib/makepath.c (make_dir): Remove `static' attribute.
24913         Tweak a comment.
24914
24915 2000-11-04  Jim Meyering  <meyering@lucent.com>
24916
24917         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24918
24919 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24920
24921         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24922         last one in a bucket, advance to the next bucket.
24923
24924 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24925
24926         * lib/fnmatch.c: Do not comment out all the code if we are using
24927         the GNU C library, because in some cases we are replacing buggy
24928         code in the GNU C library itself.
24929
24930 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24931
24932         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24933         (regex_compile): Catch bogus \(\1\).
24934
24935 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24936
24937         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24938         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24939         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24940
24941 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24942
24943         * lib/error.h, getline.h, modechange.h:
24944         Remove "2000" from Copyright line, as the file hasn't been
24945         changed this year other than in the copyright notice.
24946
24947         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24948         was changed this year.
24949
24950 2000-10-29  Jim Meyering  <meyering@lucent.com>
24951
24952         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24953         renaming.
24954         * m4/ls-mntd-fs.m4: Likewise
24955
24956 2000-10-29  Jim Meyering  <meyering@lucent.com>
24957
24958         * lib/xstat.in: Fix grammar in comment.
24959
24960 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24961
24962         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24963         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24964         doesn't define __restrict_arr.
24965
24966 2000-10-28  Jim Meyering  <meyering@lucent.com>
24967
24968         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24969         (jm_PREREQ_MEMCHR): New function.
24970
24971 2000-10-28  Jim Meyering  <meyering@lucent.com>
24972
24973         * lib/memchr.c: Update from libc.
24974         Adjust for portability:
24975         [HAVE_STDLIB_H]: Include stdlib.h.
24976         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24977         Undef __memchr, too.
24978         [!weak_alias]: Define __memchr to memchr.
24979
24980         * lib/regex.c: Update from libc.
24981         * lib/regex.h: Likewise.
24982         * lib/getopt1.c: Likewise.
24983         * lib/memcmp.c: Likewise.
24984
24985         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24986         Avoid using fseek, when possible -- it's broken by design.
24987         Patch by Ulrich Drepper.
24988
24989 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24990
24991         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24992         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24993         Giving in to popular pressure to shut up the compiler with casts.
24994
24995 2000-10-26  Jim Meyering  <meyering@lucent.com>
24996
24997         * lib/strftime.c: Update from libc.
24998
24999 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25000
25001         * regex.c: More `unsigned char' -> `re_char' changes.
25002         Also change several `int' into `re_wchar_t'.
25003         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25004         (PUSH_FAILURE_POINTER): Don't cast any more.
25005         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25006         We want GCC to complain, since this piece of code makes
25007         re_match non-reentrant, which *should* be fixed.
25008         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25009         (EXTEND_BUFFER): Use RETALLOC.
25010         (SET_LIST_BIT): Don't cast.
25011         (re_wchar_t): New type.
25012         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25013         that those two functions will always properly return.
25014         (IMMEDIATE_QUIT_CHECK): Cast to void.
25015         (analyse_first): Use recursion rather than an explicit stack.
25016         (re_compile_fastmap): Can't fail anymore.
25017         (re_search_2): Don't check re_compile_fastmap for failure.
25018         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25019         Now also sets the new value (passed in a new argument).
25020         (re_match_2_internal): Use it.
25021         Also, use a new var `reg' of type size_t when looping through regs
25022         rather than reuse the inappropriate `mcnt'.
25023
25024 2000-10-25  Jim Meyering  <meyering@lucent.com>
25025
25026         * lib/obstack.c: Update from libc.
25027
25028 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25029
25030         * regex.c (regex_compile): Change the way of handling a range from
25031         a char less than 256 to a char not less than 256.
25032
25033 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25034
25035         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25036         NT-Emacs only.
25037         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25038         so that re_search functions only quit when callers expect them to.
25039
25040 2000-10-23  Jim Meyering  <meyering@lucent.com>
25041
25042         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25043         wrong.  That set_locale call must not have any side effects.
25044         From Paul Eggert.
25045
25046 2000-10-22  Jim Meyering  <meyering@lucent.com>
25047
25048         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25049         [CYCLIC]: Remove now-unused definition.
25050
25051         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25052         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25053         Suggestion from Ulrich Drepper.
25054
25055 2000-10-21  Jim Meyering  <meyering@lucent.com>
25056
25057         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25058         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25059         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25060
25061 2000-10-21  Jim Meyering  <meyering@lucent.com>
25062
25063         * lib/dirname.c (memrchr): Declare if necessary.
25064         (dir_name): Remove the restriction that there be no
25065         trailing slashes.  Now, this code skips past them, effectively
25066         ignoring them.
25067         [TEST_DIRNAME] (main): New unit tests.
25068
25069         * lib/memrchr.c: New file from GNU libc.
25070         Undef __memrchr, too.
25071         [!weak_alias]: Define __memrchr to memrchr.
25072         Guard weak_alias use with `#ifdef weak_alias'.
25073
25074 2000-10-21  Jim Meyering  <meyering@lucent.com>
25075
25076         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25077         (dir_name): Use dir_name_r.
25078         * lib/dirname.h (dir_name_r): Declare it.
25079
25080 2000-10-17  Jim Meyering  <meyering@lucent.com>
25081
25082         * lib/quote.h (PARAMS): Define and use.
25083         Reported by Akim Demaille.
25084
25085         * lib/getopt.c: Update from libc.
25086
25087 2000-10-16  Jim Meyering  <meyering@lucent.com>
25088
25089         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25090         setlocale.
25091         From Jan Fedak.
25092
25093 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25094
25095         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25096
25097 2000-09-25  Jim Meyering  <meyering@lucent.com>
25098
25099         * lib/md5.h (rol): Define (from GnuPG).
25100
25101         * lib/sha.c: Give credit (GnuPG) where due.
25102         (M): Use rol rather than open-coding it.
25103         Add a FIXME comment.
25104
25105 2000-09-21  Jim Meyering  <meyering@lucent.com>
25106
25107         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25108         Reported by Michael Stone.
25109
25110 2000-09-20  Jim Meyering  <meyering@lucent.com>
25111
25112         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25113         (noinst_HEADERS): Add sha.h.
25114         Based on code from Scott G. Miller and from GnuPG.
25115
25116 2000-09-18  Jim Meyering  <meyering@lucent.com>
25117
25118         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25119         LIBS. Otherwise, everyone ends up linking with -lelf for some
25120         configurations.
25121         Reported by Mike Stone.
25122
25123 2000-09-15  Jim Meyering  <meyering@lucent.com>
25124
25125         * lib/regex.c: Update from libc.
25126
25127 2000-09-10  Jim Meyering  <meyering@lucent.com>
25128
25129         * lib/getopt.c (_getopt_internal): Update from glibc.
25130
25131 2000-09-09  Jim Meyering  <meyering@lucent.com>
25132
25133         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25134         think it should be used as a general replacement for isascii.
25135         * lib/fnmatch.c: Likewise.
25136         * lib/mbswidth.c: Likewise
25137         * lib/regex.c: Likewise.
25138
25139         Don't use atoi.
25140         * lib/userspec.c: Include sys/param.h and limits.h.
25141         Include xstrtol.h.
25142         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25143         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25144         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25145         UID, GID.  Check range.
25146
25147 2000-09-06  Jim Meyering  <meyering@lucent.com>
25148
25149         * lib/getopt.c (_getopt_internal): Update from glibc.
25150
25151 2000-08-30  Jim Meyering  <meyering@lucent.com>
25152
25153         * lib/strftime.c: Merge in changes from GNU libc.
25154
25155 2000-08-26  Jim Meyering  <meyering@lucent.com>
25156
25157         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25158         * m4/fpending.m4: New file.
25159
25160 2000-08-26  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/closeout.c: Include "__fpending.h".
25163         (close_stdout_status): Return right away if there's nothing to flush.
25164
25165         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25166         * lib/__fpending.c: New file.
25167         * lib/__fpending.h: New file.
25168
25169 2000-08-20  Jim Meyering  <meyering@lucent.com>
25170
25171         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25172         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25173         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25174
25175 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25176
25177         Improve fileutils installation on systems where running
25178         programs (like install) can't be unlinked.
25179         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25180         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25181
25182 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25183
25184         Standardize on "memory exhausted" instead of "Memory exhausted"
25185         or "virtual memory exhausted".
25186         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25187         "virtual memory exhausted".
25188         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25189         our own message.
25190         * lib/userspec.c (parse_user_spec): Likewise.
25191         * lib/bumpalloc.h: comment fix
25192         * lib/same.c, userspec.c: Include xalloc.h.
25193
25194         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25195         not char *const and pointing to a constant array.
25196         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25197         (xrealloc): Comment fix.
25198
25199         * lib/userspec.c (parse_user_spec):
25200         Don't translate a message until just before returning,
25201         to avoid unnecessary translation.
25202
25203 2000-08-07  Jim Meyering  <meyering@lucent.com>
25204
25205         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25206         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25207         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25208         getgroups.c, gethostname.c, getopt.h, group-member.c,
25209         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25210         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25211         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25212         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25213         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25214         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25215         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25216         yesno.c: Back out Copyright date changes for each file with no change
25217         this year.  This eases coordination with other programs using the same
25218         source code modules.  From Paul Eggert.
25219
25220 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25221
25222         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25223         not char, for compatibility with glibc 2.1.3 strftime.c.
25224
25225 2000-08-03  Greg McGary  <greg@mcgary.org>
25226
25227         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25228         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25229         (EXTEND_BUFFER): Use them.
25230
25231 2000-08-01  Jim Meyering  <meyering@lucent.com>
25232
25233         * lib/dirname.c (ISSLASH): Define.
25234         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25235         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25236         both `\' and `/' may be use as path separators.
25237         Based on a patch from Prashant TR.
25238
25239 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25240
25241         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25242         slot vector a constant, since it might get modified.
25243
25244 2000-07-31  Jim Meyering  <meyering@lucent.com>
25245
25246         * lib/xmalloc.c: Use `virtual memory exhausted', not
25247         `Memory exhausted'.
25248         * lib/obstack.c (print_and_abort): Likewise.
25249
25250 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25251
25252         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25253         buffer, so that the caller can always quote one small
25254         component of a "memory exhausted" message in slot 0.
25255         From a suggestion by Jim Meyering.
25256
25257 2000-07-30  Jim Meyering  <meyering@lucent.com>
25258
25259         * lib/makepath.c (make_path): Quote the other instance, too.
25260
25261         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25262         (STATIC_BUF_SIZE): Define.
25263         (quotearg_n_options): Use only statically allocated storage when
25264         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25265         than STATIC_BUF_SIZE.
25266
25267 2000-07-29  Jim Meyering  <meyering@lucent.com>
25268
25269         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25270         * lib/dirname.c (dir_name): Likewise.
25271
25272         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25273         `/'.
25274
25275         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25276         (dir_name): Assert that there are no trailing slashes.
25277
25278 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25279
25280         * lib/mbswidth.h (mbswidth): Add a flags argument.
25281         (mbswidth): New declaration.
25282         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25283         * lib/mbswidth.c (mbswidth): Add a flags argument.
25284         (mbsnwidth): New function.
25285
25286 2000-07-24  Jim Meyering  <meyering@lucent.com>
25287
25288         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25289
25290 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25291
25292         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25293
25294 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25295
25296         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25297         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25298         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25299         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25300         invoke multibyte primitives.
25301
25302 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25303
25304         * lib/quotearg.c:
25305         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25306         so that mbstate_t is always defined.
25307
25308         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25309         be 1 in at least one GCC installation, and this configuration
25310         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25311         performance on hosts that have mbrtowc but have only unibyte
25312         locales, but I assume these hosts are rare.
25313
25314 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25315
25316         * lib/mbswidth.c (_XOPEN_SOURCE):
25317         Don't define; this causes problems on Solaris 7.
25318         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25319
25320 2000-07-23  Jim Meyering  <meyering@lucent.com>
25321
25322         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25323         too: getgrgid, getpwuid, getuid.
25324
25325 2000-07-23  Jim Meyering  <meyering@lucent.com>
25326
25327         * lib/basename.c (base_name): Add an assertion.
25328
25329 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25330
25331         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25332         shadow its mbsinit function.
25333
25334 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25335
25336         * lib/mbswidth.h: New file.
25337         * lib/mbswidth.c: New file.
25338         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25339         (noinst_HEADERS): Add mbswidth.h.
25340
25341 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25342
25343         * lib/config.charset: Add support for FreeBSD. Improve support for
25344         HP-UX and IRIX 6.
25345
25346 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25347
25348         * m4/mbswidth.m4: New file.
25349         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25350
25351 2000-07-15  Jim Meyering  <meyering@lucent.com>
25352
25353         * lib/makepath.c: Include quote.h.
25354         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25355         corresponding argument in a `quote (...)' call.
25356         Give better diagnostics.
25357
25358         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25359         (noinst_HEADERS): Add quote.h.
25360
25361         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25362         from tar's src/misc.c.
25363         * lib/quote.h: New file.  Prototypes for same.
25364
25365 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25366
25367         From a suggestion by Bruno Haible.
25368         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25369         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25370         to decide whether to define the BeOS workaround macro;
25371         this adjusts to the change to AC_MBSTATE_T.
25372
25373 2000-07-14  Jim Meyering  <meyering@lucent.com>
25374
25375         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25376         jm_AC_TYPE_UINTMAX_T.
25377
25378 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25379
25380         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25381
25382         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25383         quotearg_buffer_restyled): Add support for
25384         clocale_quoting_style.  Undo previous change to
25385         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25386         and "{RIGHT QUOTATION MARK}" msgids.
25387
25388 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25389
25390         From a suggestion by Bruno Haible.
25391         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25392         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25393         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25394         and mbstate_t, to a single-part test that simply defines mbstate_t.
25395         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25396         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25397
25398 2000-07-10  Jim Meyering  <meyering@lucent.com>
25399
25400         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25401
25402         * m4/gnu-source.m4: Output to confdefs.h directly.
25403         Suggestion from Akim Demaille.
25404
25405 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25406
25407         The old behavior of quoting `like this' doesn't look good with
25408         newer, ISO-style fonts.  See:
25409         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25410
25411         Instead, quote "like this" by default.  Let the translator
25412         tailor the locale-specific quoting behavior by providing
25413         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25414
25415         * lib/quotearg.c (N_): New macro.
25416         (gettext_default): New function.
25417         (quotearg_buffer_restyled): Use
25418         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25419         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25420
25421 2000-07-09  Jim Meyering  <meyering@lucent.com>
25422
25423         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25424         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25425
25426         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25427         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25428
25429 2000-07-09  Jim Meyering  <meyering@lucent.com>
25430
25431         * lib/Most files: Update copyright dates to include 2000.
25432
25433 2000-07-08  Jim Meyering  <meyering@lucent.com>
25434
25435         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25436         if not defined.
25437         (xgethostname): Remove now-unnecessary #ifdef.
25438         Move declaration of `err' into loop where it's used.
25439
25440 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25441         and Bruno Haible  <haible@clisp.cons.org>
25442
25443         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25444         only if the test for an object-type mbstate_t fails.  This
25445         prevents us from mistakenly reporting that mbstate_t is a
25446         system object type after we "#define mbstate_t int" to work
25447         around its lack.
25448
25449 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25450         and Bruno Haible  <haible@clisp.cons.org>
25451
25452         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25453
25454 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25455
25456         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25457         to strerror_r.
25458         Include <ctype.h> for use of isalpha.
25459
25460 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25461
25462         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25463         by allocating a larger buffer. Test the gethostname return value for
25464         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25465         returns an error and ENAMETOOLONG isn't defined.
25466
25467 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25468
25469         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25470         dimension.
25471
25472 2000-07-04  Jim Meyering  <meyering@lucent.com>
25473
25474         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25475         of the deprecated AC_CHECKING.
25476
25477 2000-07-04  Jim Meyering  <meyering@lucent.com>
25478
25479         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25480         Reported by Bruno Haible.
25481
25482 2000-07-04  Jim Meyering  <meyering@lucent.com>
25483
25484         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25485         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25486         lacks mbrtowc.
25487
25488 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25489
25490         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25491         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25492
25493 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25494         and Bruno Haible  <haible@clisp.cons.org>
25495
25496         * lib/quotearg.c (mbrtowc):
25497         Assign to *pwc, and return 1 only if result is nonzero.
25498         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25499
25500 2000-07-03  Jim Meyering  <meyering@lucent.com>
25501
25502         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25503
25504 2000-07-03  Jim Meyering  <meyering@lucent.com>
25505
25506         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25507         This is necessary to get a definition of e.g., UTMP_FILE on
25508         HP-UX 10.20.
25509         From Bob Proulx.
25510
25511 2000-07-02  Jim Meyering  <meyering@lucent.com>
25512
25513         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25514
25515         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25516         AC_LIBOBJ(function_name).
25517         * m4/chown.m4: Likewise.
25518         * m4/fnmatch.m4: Likewise.
25519         * m4/ftruncate.m4: Likewise.
25520         * m4/getgroups.m4: Likewise.
25521         * m4/getline.m4: Likewise.
25522         * m4/group-member.m4: Likewise.
25523         * m4/jm-macros.m4: Likewise.
25524         * m4/lstat.m4: Likewise.
25525         * m4/malloc.m4: Likewise.
25526         * m4/memcmp.m4: Likewise.
25527         * m4/nanosleep.m4: Likewise.
25528         * m4/putenv.m4: Likewise.
25529         * m4/realloc.m4: Likewise.
25530         * m4/regex.m4: Likewise.
25531         * m4/stat.m4: Likewise.
25532         * m4/strftime.m4: Likewise.
25533
25534 2000-07-02  Jim Meyering  <meyering@lucent.com>
25535
25536         * lib/quotearg.c (mbstate_t): Don't define here.
25537
25538 2000-07-02  Jim Meyering  <meyering@lucent.com>
25539
25540         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25541
25542 2000-07-01  Jim Meyering  <meyering@lucent.com>
25543
25544         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25545
25546 2000-07-01  Jim Meyering  <meyering@lucent.com>
25547
25548         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25549         problem.
25550
25551 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25552
25553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25554         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25555
25556 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25557
25558         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25559         per change in ../m4/ls-mntd-fs.m4.
25560         (read_filesystem_list): Ignore symbolic links.
25561
25562 2000-06-29  Jim Meyering  <meyering@lucent.com>
25563
25564         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25565         for declaration of strcmp.
25566
25567         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25568
25569         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25570         Avoid warning by casting result to `char *' to remove `const'.
25571
25572 2000-06-28  Jim Meyering  <meyering@lucent.com>
25573
25574         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25575         included by quotearg.c, for which we perform this test.  From
25576         Bruno Haible.
25577
25578 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25579
25580         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25581         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25582         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25583
25584 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25585
25586         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25587
25588 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25589
25590         savedir now sets errno on failure and invokes xmalloc to get memory.
25591         Fix a couple of other minor bugs while we're at it.
25592
25593         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25594         (NAMLEN): Remove macro.
25595         (malloc, realloc): Remove decls.
25596         (stpcpy): Likewise.
25597         ("xalloc.h"): Include.
25598         (NAME_SIZE_DEFAULT): New macro.
25599         (savedir): Use xmalloc / xrealloc to allocate memory.
25600         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25601         Skip "" directory entries.
25602         Use strlen to calculate directory entry length, since the old method
25603         is rarely used these days and isn't worth supporting.
25604         Don't use a pointer after freeing it.
25605         Check for integer overflow when calculating allocation size.
25606         Use memcpy to copy entries, instead of stpcpy.
25607         Set errno properly when returning NULL.
25608         Check for readdir error.
25609
25610 2000-06-26  Jim Meyering  <meyering@lucent.com>
25611
25612         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25613
25614 2000-06-25  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25617         Linux header bug when _XOPEN_SOURCE is defined to 500.
25618
25619 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25620
25621         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25622         deficiency.
25623
25624 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25625
25626         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25627         Include xalloc.h.
25628         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25629
25630 2000-06-24  Jim Meyering  <meyering@lucent.com>
25631
25632         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25633         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25634         for which strerror does return char*, but which lacks a conveniently
25635         accessible declaration of the function.  If the compile-test says
25636         strerror_r doesn't work, then resort to a `run'-test that works on
25637         BeOS and segfaults on DEC Unix.
25638
25639 2000-06-24  Jim Meyering  <meyering@lucent.com>
25640
25641         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25642
25643 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25644
25645         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25646         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25647
25648 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25649
25650         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25651         (mbrtowc, mbstate_t): Define substitutes if
25652         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25653         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25654         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25655
25656 2000-06-23  Jim Meyering  <meyering@lucent.com>
25657
25658         * m4/afs.m4: Add missing AC_MSG_RESULT.
25659         Reported by Bruno Haible.
25660
25661         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25662         Suggestion from Bruno Haible.
25663
25664 2000-06-23  Jim Meyering  <meyering@lucent.com>
25665
25666         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25667
25668 2000-06-21  Jim Meyering  <meyering@lucent.com>
25669
25670         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25671
25672 2000-06-21  Jim Meyering  <meyering@lucent.com>
25673
25674         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25675         (noinst_HEADERS): Add getstr.h.
25676
25677         * lib/getline.c (getstr): Move into a separate file.
25678         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25679         the following changes: new parameter, delim2; both delim[12]
25680         parameters have type `int', not `char'.  The latter would lose
25681         with 8-bit delimiters.
25682         * lib/getstr.h: New file.
25683
25684 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25685
25686         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25687         than 1024, return a memory chunk of least possible size, instead
25688         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25689         Use free/xmalloc instead of xrealloc to avoid copying for very long
25690         paths.
25691
25692 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25693
25694         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25695         the empty string.
25696
25697 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25698
25699         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25700         address, not strdup.  Include <stdlib.h> and don't declare free().
25701
25702 2000-06-19  Jim Meyering  <meyering@lucent.com>
25703
25704         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25705
25706 2000-06-18  Jim Meyering  <meyering@lucent.com>
25707
25708         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25709
25710         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25711         `checking whether...' message to be consistent with that of the
25712         lstat test.
25713
25714 2000-06-18  Jim Meyering  <meyering@lucent.com>
25715
25716         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25717         Besides, these days every porting target provides a mkdir function.
25718
25719         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25720         needed. (this snippet comes from src/system.h).
25721
25722 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25723
25724         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25725
25726 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25727
25728         * lib/human.c (adjust_value): New function.
25729         (human_readable_inexact): Apply rounding style even when
25730         printing approximate values.
25731
25732 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25733
25734         * lib/human.c (human_readable_inexact): Allow an input block
25735         size that is not a multiple of the output block size, and vice versa.
25736         Reported by Piergiorgio Sartor.
25737
25738 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25739
25740         * lib/getdate.y (get_date): Apply relative times after time
25741         zone indicator, not before.  Reported by Todd A. Jacobs.
25742
25743 2000-06-13  Jim Meyering  <meyering@lucent.com>
25744
25745         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25746
25747         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25748
25749 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25750
25751         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25752
25753 2000-06-12  Jim Meyering  <meyering@lucent.com>
25754
25755         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25756         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25757         optional argument.
25758         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25759         the optional argument, `lib'.
25760
25761 2000-06-08  Jim Meyering  <meyering@lucent.com>
25762
25763         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25764
25765 2000-06-04  Paul Eggert  <eggert@twinsun.com>