101e23d24c0d8611b2d3b37ae43c8de8b9bb7525
[gnulib.git] / ChangeLog
1 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
2             Bruno Haible  <bruno@clisp.org>
3
4         * build-aux/install-reloc: Compile also c-ctype.c.
5         * build-aux/relocatable.sh.in: New file.
6         * doc/relocatable.texi: New file.
7         * doc/relocatable-maint.texi: New file.
8         * doc/gnulib.texi: Include relocatable-maint.texi.
9         * lib/progreloc.c: Include unistd.h unconditionally.
10         * lib/relocwrapper.c: Include unistd.h unconditionally.
11         Include c-ctype.h.
12         (add_dotbin): Use c_tolower.
13         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
14         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
15         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
16         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
17         to m4/relocatable-lib.m4.
18         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
20         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
21         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
23         * modules/relocatable: New file.
24         * modules/relocatable-lib: New file.
25         * modules/relocatable-script: New file.
26
27 2007-02-28  Bruno Haible  <bruno@clisp.org>
28
29         Import --enable-relocatable infrastructure.
30         * build-aux/config.libpath: New file, from GNU gettext.
31         * build-aux/install-reloc: New file, from GNU gettext.
32         * build-aux/reloc-ldflags: New file, from GNU gettext.
33         * lib/relocatable.h: New file, from GNU gettext.
34         * lib/relocatable.c: New file, from GNU gettext.
35         * lib/relocwrapper.c: New file, from GNU gettext.
36         * m4/relocatable.m4: New file, from GNU gettext.
37
38 2007-02-28  Bruno Haible  <bruno@clisp.org>
39
40         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
41
42         * modules/xreadlink: New file, from GNU gettext with modifications.
43         * lib/xreadlink.c: New file, from GNU gettext.
44         * lib/xreadlink.h: Add comments.
45         (xreadlink): New declaration.
46
47         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
48         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
49         lib/xreadlink-with-size.c.
50         (configure.ac): Remove gl_XREADLINK invocation.
51         (Makefile.am): Augment lib_SOURCES.
52         * m4/xreadlink.m4: Remove file.
53         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
54         (xreadlink_with_size): Renamed from xreadink.
55         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
56         * modules/canonicalize (Depends-on): Replace xreadlink with
57         xreadlink-with-size.
58         * lib/canonicalize.c (canonicalize_filename_mode): Update.
59
60 2007-02-25  Jim Meyering  <jim@meyering.net>
61
62         * build-aux/announce-gen: When complaining about excess arguments,
63         list them.
64
65 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
66
67         * README: Document signed integer overflow situation more
68         accurately.
69
70 2007-02-25  Bruno Haible  <bruno@clisp.org>
71
72         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
73         'a' or 'A' conversion.
74
75 2007-02-25  Bruno Haible  <bruno@clisp.org>
76
77         * modules/filename: Renamed from modules/pathname.
78         (Files): Replace lib/pathname.h with lib/filename.h. Replace
79         lib/concatpath.c with lib/concat-filename.c.
80         (Makefile.am): Update.
81         (Include): Replace pathname.h with filename.h.
82         * lib/filename.h: Renamed from lib/pathname.h.
83         (concatenated_filename): Renamed from concatenated_pathname.
84         * lib/concat-filename.c: Renamed from lib/concatpath.c.
85         (concatenated_filename): Renamed from concatenated_pathname.
86         * lib/findprog.c: Include filename.h instead of pathname.h.
87         (find_in_path): Update.
88         * lib/javacomp.c: Include filename.h instead of pathname.h.
89         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
90         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
91         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
92         is_oldgcj_14_13_usable, is_javac_usable): Update.
93         * lib/javaexec.c: Include filename.h instead of pathname.h.
94         (execute_java_class): Update.
95         * modules/findprog: Update.
96         * modules/javacomp: Update.
97         * modules/javaexec: Update.
98         * MODULES.html.sh (File system functions): Add 'filename', remove
99         'pathname'.
100
101 2007-02-25  Bruno Haible  <bruno@clisp.org>
102
103         * modules/printf-frexpl-tests: New file.
104         * tests/test-printf-frexpl.c: New file.
105
106         * modules/printf-frexpl: New file.
107         * lib/printf-frexpl.h: New file.
108         * lib/printf-frexpl.c: New file.
109         * m4/printf-frexpl.m4: New file.
110
111 2007-02-25  Bruno Haible  <bruno@clisp.org>
112
113         * modules/printf-frexp-tests: New file.
114         * tests/test-printf-frexp.c: New file.
115
116         * modules/printf-frexp: New file.
117         * lib/printf-frexp.h: New file.
118         * lib/printf-frexp.c: New file.
119         * m4/printf-frexp.m4: New file.
120
121 2007-02-25  Bruno Haible  <bruno@clisp.org>
122
123         Assume automake >= 1.10 for the tests.
124         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
125         * modules/arctwo-tests: Likewise.
126         * modules/argp-tests: Likewise.
127         * modules/avltree-list-tests: Likewise.
128         * modules/avltree-oset-tests: Likewise.
129         * modules/avltreehash-list-tests: Likewise.
130         * modules/carray-list-tests: Likewise.
131         * modules/crc-tests: Likewise.
132         * modules/des-tests: Likewise.
133         * modules/gc-arcfour-tests: Likewise.
134         * modules/gc-arctwo-tests: Likewise.
135         * modules/gc-des-tests: Likewise.
136         * modules/gc-hmac-md5-tests: Likewise.
137         * modules/gc-hmac-sha1-tests: Likewise.
138         * modules/gc-md2-tests: Likewise.
139         * modules/gc-md4-tests: Likewise.
140         * modules/gc-md5-tests: Likewise.
141         * modules/gc-pbkdf2-sha1-tests: Likewise.
142         * modules/gc-rijndael-tests: Likewise.
143         * modules/gc-sha1-tests: Likewise.
144         * modules/gc-tests: Likewise.
145         * modules/getaddrinfo-tests: Likewise.
146         * modules/hmac-md5-tests: Likewise.
147         * modules/hmac-sha1-tests: Likewise.
148         * modules/linked-list-tests: Likewise.
149         * modules/linkedhash-list-tests: Likewise.
150         * modules/lock-tests: Likewise.
151         * modules/md2-tests: Likewise.
152         * modules/md4-tests: Likewise.
153         * modules/md5-tests: Likewise.
154         * modules/rbtree-list-tests: Likewise.
155         * modules/rbtree-oset-tests: Likewise.
156         * modules/rbtreehash-list-tests: Likewise.
157         * modules/read-file-tests: Likewise.
158         * modules/rijndael-tests: Likewise.
159         * modules/stdint-tests: Likewise.
160         * modules/tls-tests: Likewise.
161
162 2007-02-24  Bruno Haible  <bruno@clisp.org>
163
164         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
165         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
166         function; instead check whether isnan with a double argument links.
167         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
168         function; instead check whether isnan with a 'long double' argument
169         links.
170         Reported by Eric Blake <ebb9@byu.net>.
171
172 2007-02-24  Bruno Haible  <bruno@clisp.org>
173
174         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
175         defined.
176         * lib/isnanl.c: Remove all code. Just include isnan.c.
177         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
178
179 2007-02-25  Jim Meyering  <jim@meyering.net>
180
181         Avoid conflicting types for 'unsetenv' on FreeBSD.
182         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
183         conflicting with FreeBSD's (5.0 and 6.1) function declaration
184         in stdlib.h.
185
186 2007-02-24  Bruno Haible  <bruno@clisp.org>
187
188         * modules/isnanl-nolibm-tests: New file.
189         * tests/test-isnanl.c: New file.
190
191         * modules/isnanl-nolibm: New file.
192         * lib/isnanl.h: New file.
193         * lib/isnanl.c: New file.
194         * m4/isnanl.m4: New file.
195
196 2007-02-24  Bruno Haible  <bruno@clisp.org>
197
198         * modules/isnan-nolibm-tests: New file.
199         * tests/test-isnan.c: New file.
200
201         * modules/isnan-nolibm: New file.
202         * lib/isnan.h: New file.
203         * lib/isnan.c: New file.
204         * m4/isnan.m4: New file.
205
206 2007-02-24  Bruno Haible  <bruno@clisp.org>
207
208         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
209         assume that an exponent fits in 20 bits.
210
211 2007-02-24  Jim Meyering  <jim@meyering.net>
212
213         * m4/regex.m4: Update the description of the configure-time option,
214         --without-included-regex, to state accurately what the defaults are,
215         and perhaps to give people an idea why using this option is risky.
216
217 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
218
219         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
220         loops on small arguments.  This attempts to avoid the problem
221         Bruno Haible reported for AIX 4.3.2 in
222         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
223
224 2007-02-23  Bruno Haible  <bruno@clisp.org>
225
226         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
227         Needed for help2man.
228
229 2007-02-23  Karl Berry  <karl@gnu.org>
230
231         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
232         exists, foo.h should be cvs-ignored, not committed.
233
234 2007-02-23  Eric Blake  <ebb9@byu.net>
235
236         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
237         * lib/stat-time.h (includes): Likewise.
238         * lib/utimecmp.c (includes): Likewise.
239         * lib/utimens.h (includes): Likewise.
240         * lib/getdate.y (includes): Also include "timespec.h" for use
241         internal to the module.
242         * modules/utimens (Depends-on): Revert yesterday's patch.
243         * modules/nanosleep (Depends-on): Add missing dependency.
244
245 2007-02-22  Bruno Haible  <bruno@clisp.org>
246
247         * lib/glob.c: Don't include getlogin_r.h.
248
249 2007-02-22  Jim Meyering  <jim@meyering.net>
250
251         * modules/utimens (Depends-on): Add timespec, required for
252         utimens.h's inclusion of timespec.h.
253
254 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
255
256         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
257         long unreadable paths in GNU/Linux.  Problem reported by Andreas
258         Schwab in
259         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
260         I'll try to think of a better way to fix the Solaris problem.
261
262         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
263         like glibc; on Solaris 10, it fails with errno == EINVAL.
264         POSIX says the behavior is unspecified if the first argument is NULL,
265         so play it safe and never pass NULL to the system getcwd.
266
267 2007-02-21  Jim Meyering  <jim@meyering.net>
268
269         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
270         of gettimeofday.  It would conflict with the one now always
271         provided via sys_time_.h.  Reported by Matthew Woehlke, as
272         an IRIX 6.5 build failure.
273
274 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
275
276         Minor fixups to port to Solaris 10 with Sun C 5.8.
277         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
278         * modules/getcwd (Depends-on): Add dirfd.
279         * lib/putenv.c (putenv): #undef it.
280         (rpl_putenv): New decl.
281         (malloc, free): Include <stdlib.h> rather than prototyping separately.
282
283 2007-02-20  Bruno Haible  <bruno@clisp.org>
284
285         * modules/stdio-tests: New file.
286         * tests/test-stdio.c: New file.
287
288         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
289         (Depends-on): Add stdio.
290         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
291         (Include): Use <stdio.h> instead of vsnprintf.h.
292         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
293         HAVE_DECL_VSNPRINTF.
294         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
295
296         * modules/snprintf (Files): Remove lib/snprintf.h.
297         (Depends-on): Add stdio.
298         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
299         (Include): Use <stdio.h> instead of snprintf.h.
300         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
301         HAVE_DECL_SNPRINTF.
302         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
303         * lib/getaddrinfo.c: Likewise.
304
305         * modules/stdio: New file.
306         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
307         * lib/snprintf.h: Remove file.
308         * lib/vsnprintf.h: Remove file.
309         * lib/.cppi-disable: Remove snprintf.h.
310         * m4/stdio_h.m4: New file.
311         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
312
313 2007-02-20  Jim Meyering  <jim@meyering.net>
314
315         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
316         used by e.g., mingw.  From Bruno Haible.
317
318 2007-02-19  Bruno Haible  <bruno@clisp.org>
319
320         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
321         warnings.
322         Reported by Ben Pfaff <blp@cs.stanford.edu>.
323
324 2007-02-19  Bruno Haible  <bruno@clisp.org>
325
326         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
327         from mingw users.
328
329 2007-02-19  Bruno Haible  <bruno@clisp.org>
330
331         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
332         warnings.
333         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
334
335 2007-02-19  Jim Meyering  <jim@meyering.net>
336
337         Don't use FD after a successful "fdopendir (fd)".
338         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
339         Reset it by calling dirfd on the just-obtained DIR*.
340
341         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
342         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
343
344 2007-02-18  Bruno Haible  <bruno@clisp.org>
345
346         * lib/readlink.c: Include <unistd.h>.
347         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
348         HAVE_READLINK.
349         * modules/readlink (Depends-on): Add unistd.
350         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
351         (Include): Add <unistd.h>.
352
353         * lib/getlogin_r.h: Remove file.
354         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
355         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
356         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
357         HAVE_DECL_GETLOGIN_R.
358         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
359         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
360         (Include): Use <unistd.h> instead of getlogin_r.h.
361
362         * lib/getcwd.h: Remove file.
363         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
364         * lib/xgetcwd.c: Likewise.
365         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
366         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
367         * modules/getcwd (Files): Remove lib/getcwd.h.
368         (Depends-on): Add unistd.
369         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
370         (Include): Use <unistd.h> instad of getcwd.h.
371
372         * lib/ftruncate.c: Include <unistd.h> first.
373         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
374         Set HAVE_FTRUNCATE.
375         * modules/ftruncate (Depends-on): Add unistd.
376         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
377
378         * lib/fchdir.c: Include <unistd.h> first.
379         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
380         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
381         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
382         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
383         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
384
385         * lib/dup2.c: Include <unistd.h> first.
386         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
387         HAVE_DUP2.
388         * modules/dup2 (Depends-on): Add unistd.
389         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
390
391         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
392         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
393         REPLACE_CHOWN. Don't define chown as a macro here.
394         * modules/chown (Depends-on): Add unistd.
395         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
396
397         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
398         Add definition for GL_LINK_WARNING.
399         (chown, dup2): New declarations.
400         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
401         link warning.
402         (ftruncate): New declaration.
403         (getcwd): New declaration, taken from old getcwd.h.
404         (getlogin_r): New declaration, taken from old getlogin_r.h.
405         (readlink): New declaration.
406         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
407         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
408         (gl_PREREQ_UNISTD): Remove macro.
409         (gl_UNISTD_MODULE_INDICATOR): New macro.
410         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
411         many new variables. Don't set UNISTD_H.
412         * modules/unistd (Description): Change.
413         (Depends-on): Add link-warning.
414         (configure.ac): Update.
415         (Makefile.am): Create unistd.h always. Substitute many new variables
416         into it.
417
418 2007-02-18  Bruno Haible  <bruno@clisp.org>
419
420         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
421         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
422         HAVE_GETSUBOPT.
423         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
424         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
425         * lib/getsubopt.h: Remove file.
426         * modules/getsubopt (Files): Remove lib/getsubopt.h.
427         (Depends-on): Add stdlib.
428         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
429         (Includes): Use <stdlib.h> instead of getsubopt.h.
430         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
431         Set HAVE_GETSUBOPT.
432         * lib/getsubopt.c: Don't include getsubopt.h.
433
434 2007-02-18  Bruno Haible  <bruno@clisp.org>
435
436         * modules/fchdir (Depends-on): Add dup2.
437
438 2007-02-18  Bruno Haible  <bruno@clisp.org>
439
440         * lib/stdlib_.h: Handle glibc's special invocation convention
441         specially.
442
443 2007-02-18  Bruno Haible  <bruno@clisp.org>
444
445         * modules/stdlib-tests: New file.
446         * tests/test-stdlib.c: New file.
447
448         * modules/mkstemp (Files): Remove lib/mkstemp.h.
449         (Depends-on): Add stdlib.
450         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
451         (Includes): Use <stdlib.h> instead of mkstemp.h.
452         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
453         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
454         * lib/mkstemp.c: Don't include mkstemp.h.
455         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
456         * lib/stdlib--.h: Don't include mkstemp.h.
457
458         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
459         (Depends-on): Add stdlib.
460         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
461         (Includes): Use <stdlib.h> instead of mkdtemp.h.
462         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
463         HAVE_MKDTEMP.
464         * lib/mkdtemp.c: Don't include mkdtemp.h.
465         * lib/clean-temp.c: Don't include mkdtemp.h.
466
467         * modules/exit (Files): Remove lib/exit.h.
468         (Depends-on): Add stdlib.
469         (Makefile.am): Remove lib_SOURCES.
470         (Include): Use <stdlib.h> instead of exit.h.
471         * lib/argmatch.c: Don't include exit.h.
472         * lib/execute.c: Likewise.
473         * lib/pagealign_alloc.c: Likewise.
474         * lib/pipe.c: Likewise.
475         * lib/wait-process.c: Likewise.
476         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
477         * lib/exitfail.c: Likewise.
478         * lib/savewd.c: Likewise.
479         * lib/xsetenv.c: Likewise.
480
481         * modules/stdlib: New file.
482         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
483         and extra comments about mkstemp().
484         * lib/exit.h: Remove file.
485         * lib/mkdtemp.h: Remove file.
486         * lib/mkstemp.h: Remove file.
487         * m4/stdlib_h.m4: New file.
488         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
489
490 2007-02-18  Bruno Haible  <bruno@clisp.org>
491
492         * modules/math-tests: New file.
493         * tests/test-math.c: New file.
494
495         * modules/math: New file.
496         * modules/mathl (Files): Remove lib/mathl.h.
497         (Depends-on): Add math.
498         (Makefile.am): Don't mention mathl.h.
499         (Include): Use <math.h> instead of mathl.h.
500         * lib/math_.h: New file.
501         * lib/mathl.h: Remove file.
502         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
503         mathl.h.
504         * lib/asinl.c: Likewise.
505         * lib/atanl.c: Likewise.
506         * lib/ceill.c: Likewise.
507         * lib/cosl.c: Likewise.
508         * lib/expl.c: Likewise.
509         * lib/floorl.c: Likewise.
510         * lib/frexpl.c: Likewise.
511         * lib/ldexpl.c: Likewise.
512         * lib/logl.c: Likewise.
513         * lib/sincosl.c: Likewise.
514         * lib/sinl.c: Likewise.
515         * lib/sqrtl.c: Likewise.
516         * lib/tanl.c: Likewise.
517         * lib/trigl.c: Likewise.
518         * m4/math_h.m4: New file.
519         * MODULES.html.sh (Mathematics): Add math.
520
521 2007-02-17  Bruno Haible  <bruno@clisp.org>
522
523         * modules/wctype-tests: New file.
524         * tests/test-wctype.c: New file.
525
526         * modules/wchar-tests: New file.
527         * tests/test-wchar.c: New file.
528
529         * modules/unistd-tests: New file.
530         * tests/test-unistd.c: New file.
531
532         * modules/time-tests: New file.
533         * tests/test-time.c: New file.
534
535         * modules/sysexits-tests: New file.
536         * tests/test-sysexits.c: New file.
537
538         * modules/sys_time-tests: New file.
539         * tests/test-sys_time.c: New file.
540
541         * modules/sys_stat-tests: New file.
542         * tests/test-sys_stat.c: New file.
543
544         * modules/sys_socket-tests: New file.
545         * tests/test-sys_socket.c: New file.
546
547         * modules/sys_select-tests: New file.
548         * tests/test-sys_select.c: New file.
549
550         * modules/string-tests: New file.
551         * tests/test-string.c: New file.
552
553         * modules/stdbool-tests: New file.
554         * tests/test-stdbool.c: New file.
555
556         * modules/netinet_in-tests: New file.
557         * tests/test-netinet_in.c: New file.
558
559         * modules/inttypes-tests: New file.
560         * tests/test-inttypes.c: New file.
561
562         * modules/fcntl-tests: New file.
563         * tests/test-fcntl.c: New file.
564
565         * modules/byteswap-tests: New file.
566         * tests/test-byteswap.c: New file.
567
568         * modules/arpa_inet-tests: New file.
569         * tests/test-arpa_inet.c: New file.
570
571 2007-02-17  Bruno Haible  <bruno@clisp.org>
572
573         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
574         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
575         if the corresponding module is not enabled. Emit link warnings if
576         the function is used nevertheless.
577         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
578         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
579         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
580         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
581         * modules/inttypes (Depends-on): Add link-warning.
582         (Makefile.am): Copy the contents of build-aux/link-warning.h into
583         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
584         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
585         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
586         * modules/imaxdiv (configure.ac): Likewise.
587         * modules/strtoimax (configure.ac): Likewise.
588         * modules/strtoumax (configure.ac): Likewise.
589
590 2007-02-17  Bruno Haible  <bruno@clisp.org>
591
592         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
593         gl_STRING_MODULE_INDICATOR_DEFAULTS.
594         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
595         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
596
597 2007-02-17  Bruno Haible  <bruno@clisp.org>
598
599         * modules/link-warning: New file.
600         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
601         * lib/string_.h (GL_LINK_WARNING): Remove definition.
602         * modules/string (Depends-on): Add link-warning.
603         (Makefile.am): Copy the contents of build-aux/link-warning.h into
604         string.h.
605         * MODULES.html.sh (Support for building libraries and executables): Add
606         link-warning.
607
608 2007-02-17  Bruno Haible  <bruno@clisp.org>
609
610         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
611         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
612         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
613         long lines.
614
615 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
616             Bruno Haible  <bruno@clisp.org>
617
618         * modules/tmpfile: New file.
619         * lib/tmpfile.c: New file.
620         * m4/tmpfile.m4: New file.
621         * MODULES.html.sh (func_all_modules): New section "Input/output".
622
623 2007-02-15  Bruno Haible  <bruno@clisp.org>
624
625         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
626         (supports_delete_on_close): New function.
627         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
628
629 2007-02-14  Bruno Haible  <bruno@clisp.org>
630
631         * modules/mbspcasecmp-tests: New file.
632         * tests/test-mbspcasecmp.sh: New file.
633         * tests/test-mbspcasecmp.c: New file.
634
635         New module mbspcasecmp.
636         * modules/mbspcasecmp: New file.
637         * lib/mbspcasecmp.c: New file.
638         * lib/string_.h (strncasecmp): Change warning message.
639         (mbspcasecmp): New declaration.
640         * m4/mbspcasecmp.m4: New file.
641         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
642         GNULIB_MBSPCASECMP.
643         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
644         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
645
646 2007-02-14  Bruno Haible  <bruno@clisp.org>
647
648         * modules/mbsncasecmp-tests: New file.
649         * tests/test-mbsncasecmp.sh: New file.
650         * tests/test-mbsncasecmp.c: New file.
651
652         New module mbsncasecmp.
653         * modules/mbsncasecmp: New file.
654         * lib/mbsncasecmp.c: New file.
655         * lib/string_.h (mbsncasecmp): New declaration.
656         * m4/mbsncasecmp.m4: New file.
657         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
658         GNULIB_MBSNCASECMP.
659         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
660         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
661
662 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
663
664         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
665         Verify that it doesn't overlap with our flags.
666         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
667         do not have the desired effect in multibyte locales; instead, use
668         mbscasecmp.
669         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
670         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
671         we don't require GNU fnmatch ourselves (if our users require it, they
672         should do so explicitly).
673
674         Fix regex code so it doesn't rely on strcasecmp.
675         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
676         Otherwise, include gnulib's langinfo.h.
677         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
678         undesirable behavior in non-C locales.  Instead, rely on localecharset.
679         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
680         * modules/regex (FILES): Remove m4/codeset.m4.
681         (Depends-on): Add localcharset.  Remove strcase.
682
683 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
684
685         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
686         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
687
688 2007-02-13  Bruno Haible  <bruno@clisp.org>
689
690         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
691         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
692
693 2007-02-12  Bruno Haible  <bruno@clisp.org>
694
695         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
696         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
697         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
698         time warning rather than a link error.
699
700 2007-02-12  Bruno Haible  <bruno@clisp.org>
701
702         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
703         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
704         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
705
706 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
707
708         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
709         args, not 2.
710
711 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
712
713         New module 'time', so that apps can include <time.h> as per
714         POSIX and GNU instead of separate include files like time_r.h
715         and timegm.h.  This implementation tries out a simpler approach
716         for replacing decls in standard include files (as compared to
717         the string module), somewhat as an experiment.
718
719         * config/srclist.txt: Comment out mktime.c for now.
720         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
721         since it doesn't apply any more.  Use generic wording instead.
722         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
723         'time'.
724         * lib/time_.h, m4/time_h.m4, modules/time: New files.
725         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
726         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
727         Don't include <sys/types.h>; no longer needed since we assume C89.
728         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
729         * lib/strftime.c: Likewise.
730         * lib/time_r.c: Likewise.
731         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
732         * lib/nanosleep.c: Include <time.h> first, to check interface.
733         * lib/strptime.c: Likewise.
734         * lib/time_r.c: Likewise.
735         * lib/timegm.c: Likewise.
736         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
737         needed.
738         * lib/timegm.c: Don't include timegm.h; no longer needed.
739         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
740         time.h now handles any problems in that area.
741         (struct timespec, nanosleep): Remove; time.h now arranges for these.
742         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
743         that time.h defines struct timespec.
744         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
745         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
746         handles that.
747         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
748         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
749         needed.  Set REPLACE_LOCALTIME.
750         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
751         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
752         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
753         nanosleep; time_h.m4 now does that.  Don't require
754         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
755         module handles this now.
756         * modules/getdate (Depends-on): Remove timespec.  Add time.
757         * modules/nanosleep (Depends-on): Likewise.
758         * modules/stat-time (Depends-on): Likewise.
759         * modules/nanosleep (Include): Include time.h, not timespec.h.
760         * modules/strptime (Files): Remove lib/strptime.h.
761         (Depends-on): Add extensions, time.
762         (Include): Include time.h, not strptime.h.
763         * modules/time_r (Files): Remove lib/time_r.h.
764         (Depends-on): Add time.
765         (Include): Include time.h, not time_r.h.
766         * modules/timegm: Likewise.
767         * modules/timespec (Description): Now does timespec-related decls
768         of our own, instead of struct timespec itself.
769         (Depends-on): Add time; remove extensions.
770         (Maintainer): Add self.
771         * modules/utimecmp (Depends-on): Add time; remove timespec.
772         * modules/utimens (Depends-on): Likewise.
773         * modules/xnanosleep (Depends-on): Likewise.
774
775 2007-02-11  Bruno Haible  <bruno@clisp.org>
776
777         * lib/c-strstr.c: Include allocsa.h.
778         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
779         * lib/c-strcasestr.c: Include allocsa.h.
780         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
781         * lib/strcasestr.c: Include allocsa.h.
782         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
783         * lib/mbsstr.c: Include allocsa.h.
784         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
785         allocsa/freesa instead of malloc/free.
786         * lib/mbscasestr.c: Include allocsa.h.
787         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
788         allocsa/freesa instead of malloc/free.
789         * modules/c-strstr (Depends-on): Add allocsa.
790         * modules/c-strcasestr (Depends-on): Likewise.
791         * modules/strcasestr (Depends-on): Likewise.
792         * modules/mbsstr (Depends-on): Likewise.
793         * modules/mbscasestr (Depends-on): Likewise.
794
795 2007-02-11  Bruno Haible  <bruno@clisp.org>
796
797         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
798
799         * modules/mbsspn-tests: New file.
800         * tests/test-mbsspn.sh: New file.
801         * tests/test-mbsspn.c: New file.
802
803 2007-02-11  Bruno Haible  <bruno@clisp.org>
804
805         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
806
807         * modules/mbspbrk-tests: New file.
808         * tests/test-mbspbrk.sh: New file.
809         * tests/test-mbspbrk.c: New file.
810
811 2007-02-11  Bruno Haible  <bruno@clisp.org>
812
813         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
814         unneeded cast.
815
816         * modules/mbscspn-tests: New file.
817         * tests/test-mbscspn.sh: New file.
818         * tests/test-mbscspn.c: New file.
819
820 2007-02-11  Bruno Haible  <bruno@clisp.org>
821
822         * modules/mbscasecmp-tests: New file.
823         * tests/test-mbscasecmp.sh: New file.
824         * tests/test-mbscasecmp.c: New file.
825
826 2007-02-11  Bruno Haible  <bruno@clisp.org>
827
828         Ensure O(n) worst-case complexity of mbscasestr.
829         * lib/mbscasestr.c: Include stdbool.h.
830         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
831         functions.
832         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
833         the bookkeeping indicates that it's worth it.
834         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
835
836         * modules/mbscasestr-tests: New file.
837         * tests/test-mbscasestr1.c: New file.
838         * tests/test-mbscasestr2.sh: New file.
839         * tests/test-mbscasestr2.c: New file.
840         * tests/test-mbscasestr3.sh: New file.
841         * tests/test-mbscasestr3.c: New file.
842         * tests/test-mbscasestr4.sh: New file.
843         * tests/test-mbscasestr4.c: New file.
844         * m4/locale-tr.m4: New file.
845
846 2007-02-11  Bruno Haible  <bruno@clisp.org>
847
848         Ensure O(n) worst-case complexity of mbsstr.
849         * lib/mbsstr.c: Include stdbool.h.
850         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
851         functions.
852         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
853         bookkeeping indicates that it's worth it.
854         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
855
856         * modules/mbsstr-tests: New file.
857         * tests/test-mbsstr1.c: New file.
858         * tests/test-mbsstr2.sh: New file.
859         * tests/test-mbsstr2.c: New file.
860         * tests/test-mbsstr3.sh: New file.
861         * tests/test-mbsstr3.c: New file.
862         * m4/locale-fr.m4: New file.
863
864 2007-02-11  Bruno Haible  <bruno@clisp.org>
865
866         * lib/mbsrchr.c (mbsrchr): Fix bug.
867
868         * modules/mbsrchr-tests: New file.
869         * tests/test-mbsrchr.sh: New file.
870         * tests/test-mbsrchr.c: New file.
871
872 2007-02-11  Bruno Haible  <bruno@clisp.org>
873
874         * lib/mbschr.c (mbschr): Fix bug.
875
876         * modules/mbschr-tests: New file.
877         * tests/test-mbschr.sh: New file.
878         * tests/test-mbschr.c: New file.
879         * m4/locale-zh.m4: New file.
880
881 2007-02-11  Bruno Haible  <bruno@clisp.org>
882
883         Support for copying multibyte string iterators.
884         * lib/mbiter.h: Include <string.h>.
885         (mbiter_multi_copy): New function.
886         (mbi_copy): New macro.
887         * lib/mbuiter.h: Include <string.h>.
888         (mbuiter_multi_copy): New function.
889         (mbui_copy): New macro.
890
891 2007-02-11  Bruno Haible  <bruno@clisp.org>
892
893         New module mbslen.
894         * modules/mbslen: New file.
895         * lib/mbslen.c: New file.
896         * lib/string_.h (mbslen): New declaration.
897         * m4/mbslen.m4: New file.
898         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
899         GNULIB_MBSLEN.
900         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
901         * MODULES.html.sh (Internationalization functions): Add mbslen.
902
903 2007-02-11  Bruno Haible  <bruno@clisp.org>
904
905         Ensure O(n) worst-case complexity of strcasestr substitute.
906         * lib/strcasestr.c: Include stdbool.h.
907         (knuth_morris_pratt): New function.
908         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
909         bookkeeping indicates that it's worth it.
910         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
911
912         * modules/strcasestr-tests: New file.
913         * tests/test-strcasestr.c: New file.
914
915 2007-02-11  Bruno Haible  <bruno@clisp.org>
916
917         Ensure O(n) worst-case complexity of c_strcasestr.
918         * lib/c-strcasestr.c: Include stdbool.h, string.h.
919         (knuth_morris_pratt): New function.
920         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
921         the bookkeeping indicates that it's worth it.
922         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
923
924         * modules/c-strcasestr-tests: New file.
925         * tests/test-c-strcasestr.c: New file.
926
927 2007-02-11  Bruno Haible  <bruno@clisp.org>
928
929         Ensure O(n) worst-case complexity of c_strstr.
930         * lib/c-strstr.c: Include stdbool.h, string.h.
931         (knuth_morris_pratt): New function.
932         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
933         bookkeeping indicates that it's worth it.
934         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
935
936         * lib/c-strstr.c: Complete rewrite for maintainability.
937
938         * modules/c-strstr-tests: New file.
939         * tests/test-c-strstr.c: New file.
940
941 2007-02-11  Bruno Haible  <bruno@clisp.org>
942
943         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
944         5.2.1 and earlier, whereby \055 was treated just like the range
945         delimiter '-'.
946         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
947
948 2007-02-08  Bruno Haible  <bruno@clisp.org>
949
950         * modules/regex (Depends-on): Add stdbool.
951         Reported by Dalibor Topic <robilad@kaffe.org>.
952
953 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
954
955         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
956         Prefer returning from main to exiting from it.
957         Remove unnecessary parens after sizeof.
958
959 2007-02-05  Bruno Haible  <bruno@clisp.org>
960
961         New module mbssep.
962         * modules/mbssep: New file.
963         * lib/mbssep.c: New file.
964         * lib/string_.h (strsep): Add a conditional link warning.
965         (mbssep): New declaration.
966         * m4/mbssep.m4: New file.
967         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
968         GNULIB_MBSSEP.
969         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
970         * MODULES.html.sh (Internationalization functions): Add mbssep.
971
972 2007-02-05  Bruno Haible  <bruno@clisp.org>
973
974         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
975         Optimize search in case of 1 delimiter.
976
977 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
978
979         * lib/acl.h: Include sys/types.h before sys/acl.h.
980
981 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
982
983         Merge upstream fix for glibc bugzilla #3957:
984
985         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
986
987         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
988         bit for RE_HAT_LISTS_NOT_NEWLINE.
989         (build_charclass_op): Remove bogus comment.
990
991 2007-02-05  Simon Josefsson  <simon@josefsson.org>
992
993         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
994
995 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
996
997         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
998         * lib/memmem.c [!defined _LIBC]: Include config.h.
999
1000 2007-02-04  Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
1003         warning message.
1004
1005 2007-02-04  Bruno Haible  <bruno@clisp.org>
1006
1007         New module mbstok_r.
1008         * modules/mbstok_r: New file.
1009         * lib/mbstok_r.c: New file.
1010         * lib/string_.h (strtok_r): Change argument names to match the
1011         comments. Add a conditional link warning.
1012         (mbstok_r): New declaration.
1013         * m4/mbstok_r.m4: New file.
1014         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1015         GNULIB_MBSTOK_R.
1016         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
1017         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
1018
1019 2007-02-04  Bruno Haible  <bruno@clisp.org>
1020
1021         New module mbsspn.
1022         * modules/mbsspn: New file.
1023         * lib/mbsspn.c: New file.
1024         * lib/string_.h (strspn): Add a conditional link warning.
1025         (mbsspn): New declaration.
1026         * m4/mbsspn.m4: New file.
1027         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1028         GNULIB_MBSSPN.
1029         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
1030         * MODULES.html.sh (Internationalization functions): Add mbsspn.
1031
1032 2007-02-04  Bruno Haible  <bruno@clisp.org>
1033
1034         New module mbspbrk.
1035         * modules/mbspbrk: New file.
1036         * lib/mbspbrk.c: New file.
1037         * lib/string_.h (strpbrk): Add a conditional link warning.
1038         (mbspbrk): New declaration.
1039         * m4/mbspbrk.m4: New file.
1040         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1041         GNULIB_MBSPBRK.
1042         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
1043         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
1044
1045 2007-02-04  Bruno Haible  <bruno@clisp.org>
1046
1047         New module mbscspn.
1048         * modules/mbscspn: New file.
1049         * lib/mbscspn.c: New file.
1050         * lib/string_.h (strcspn): Add a conditional link warning.
1051         (mbscspn): New declaration.
1052         * m4/mbscspn.m4: New file.
1053         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1054         GNULIB_MBSCSPN.
1055         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
1056         * MODULES.html.sh (Internationalization functions): Add mbscspn.
1057
1058 2007-02-04  Bruno Haible  <bruno@clisp.org>
1059
1060         New module mbscasestr, reduced goal of strcasestr.
1061         * modules/mbscasestr: New file.
1062         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
1063         (mbscasestr): Renamed from strcasestr.
1064         * lib/strcasestr.c: Don't include mbuiter.h.
1065         (strcasestr): Remove support for multibyte locales.
1066         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
1067         Change the conditional link warning.
1068         (mbscasestr): New declaration.
1069         * m4/mbscasestr.m4: New file.
1070         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
1071         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
1072         REPLACE_STRCASESTR.
1073         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
1074         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1075         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1076         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
1077         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
1078         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
1079         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
1080         (Depends-on): Remove mbuiter.
1081         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
1082
1083 2007-02-04  Bruno Haible  <bruno@clisp.org>
1084
1085         Simplify handling of strncasecmp.
1086         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
1087         the conditional link warning.
1088         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1089         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
1090         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
1091         * modules/strcase (configure.ac): Don't invoke
1092         gl_STRING_MODULE_INDICATOR.
1093         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
1094
1095 2007-02-04  Bruno Haible  <bruno@clisp.org>
1096
1097         New module mbscasecmp, reduced goal of strcasecmp.
1098         * modules/mbscasecmp: New file.
1099         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
1100         (mbscasecmp): Renamed from strcasecmp.
1101         * lib/strcasecmp.c: Don't include mbuiter.h.
1102         (strcasecmp): Remove support for multibyte locales.
1103         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
1104         Change the conditional link warning.
1105         (mbscasecmp): New declaration.
1106         * m4/mbscasecmp.m4: New file.
1107         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
1108         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
1109         REPLACE_STRCASECMP.
1110         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
1111         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1112         GNULIB_MBSCASECMP.
1113         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
1114         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
1115         * modules/strcase (Files): Remove m4/mbrtowc.m4.
1116         (Depends-on): Remove mbuiter.
1117         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
1118
1119 2007-02-04  Bruno Haible  <bruno@clisp.org>
1120
1121         New module mbsstr. Remove module strstr.
1122         * modules/mbsstr: New file.
1123         * modules/strstr: Remove file.
1124         * lib/mbsstr.c: Renamed from lib/strstr.c.
1125         (mbsstr): Renamed from strstr.
1126         * lib/string_.h (strstr): Remove declaration. Change the conditional
1127         link warning.
1128         (mbsstr): New declaration.
1129         * m4/mbsstr.m4: New file.
1130         * m4/strstr.m4: Remove file.
1131         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1132         REPLACE_STRSTR.
1133         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
1134         Don't initialize GNULIB_STRSTR.
1135         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
1136         substitute GNULIB_STRSTR and REPLACE_STRSTR.
1137         * MODULES.html.sh (Internationalization functions): Add mbsstr.
1138         (Support for systems lacking ANSI C 89): Remove strstr.
1139
1140 2007-02-04  Bruno Haible  <bruno@clisp.org>
1141
1142         New module mbsrchr.
1143         * modules/mbsrchr: New file.
1144         * lib/mbsrchr.c: New file.
1145         * lib/string_.h (strrchr): Add a conditional link warning.
1146         (mbsrchr): New declaration.
1147         * m4/mbsrchr.m4: New file.
1148         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1149         GNULIB_MBSRCHR.
1150         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
1151         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
1152
1153 2007-02-04  Bruno Haible  <bruno@clisp.org>
1154
1155         New module mbschr.
1156         * modules/mbschr: New file.
1157         * lib/mbschr.c: New file.
1158         * lib/string_.h (strchr): Add a conditional link warning.
1159         (mbschr): New declaration.
1160         * m4/mbschr.m4: New file.
1161         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
1162         GNULIB_MBSCHR.
1163         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
1164         * MODULES.html.sh (Internationalization functions): Add mbschr.
1165
1166 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
1167
1168         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
1169
1170         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
1171
1172 2007-02-04  Bruno Haible  <bruno@clisp.org>
1173
1174         New module description section 'configure.ac-early'.
1175         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
1176         (func_get_autoconf_early_snippet): New function.
1177         (func_import, func_create_testdir): Use it. Remove special cases for
1178         modules 'extensions' and 'lock'.
1179         * modules/extensions (configure.ac-early): Require
1180         gl_USE_SYSTEM_EXTENSIONS.
1181         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
1182
1183 2007-02-04  Bruno Haible  <bruno@clisp.org>
1184
1185         Make use of gcj-4.3's -fsource and -ftarget option.
1186         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
1187         and if so try the options -fsource and -ftarget.
1188         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
1189         source_version, ftarget_option, target_version arguments.
1190         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
1191         (is_envjavac_oldgcj_14_14_usable): Renamed from
1192         is_envjavac_gcj_14_14_usable.
1193         (is_envjavac_oldgcj_14_13_usable): Renamed from
1194         is_envjavac_gcj_14_13_usable.
1195         (is_gcj_present): Update.
1196         (is_gcj_43, is_gcj43_usable): New functions.
1197         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
1198         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
1199         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
1200         try the options -fsource and -ftarget.
1201
1202 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1203
1204         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
1205         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
1206         larger value.
1207
1208 2007-02-03  Jim Meyering  <jim@meyering.net>
1209
1210         Give tools a better chance to allocate space for very large buffers.
1211         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
1212
1213         Make pwd and readlink work also when run with an unreadable parent dir
1214         on systems with openat support.
1215         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
1216         provided getcwd function, even when we have openat support.
1217         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
1218
1219 2007-02-02  Bruno Haible  <bruno@clisp.org>
1220
1221         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
1222         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
1223         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
1224         portability problems if one of these functions is only used on specific
1225         platforms.
1226         Reported by Paul Eggert.
1227
1228 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
1229
1230         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
1231         is causing more trouble than it's curing.
1232         * lib/regex_internal.h (__mempcpy): Remove.
1233         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
1234         (and make the code a tad smaller to boot).
1235         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
1236
1237 2007-02-02  Jim Meyering  <jim@meyering.net>
1238
1239         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
1240         section, not in the Makefile.am: one.
1241
1242 2007-02-02  Eric Blake  <ebb9@byu.net>
1243
1244         * lib/strchrnul.c: Always include config.h first.
1245
1246         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
1247         gnulib strstr is not necessary here.
1248
1249 2007-02-02  Simon Josefsson  <simon@josefsson.org>
1250
1251         * m4/socklen.m4: Fix typo.
1252
1253 2007-02-02  Eric Blake  <ebb9@byu.net>
1254
1255         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
1256         * modules/netinet_in (Makefile.am): Likewise.
1257
1258 2007-02-01  Bruno Haible  <bruno@clisp.org>
1259
1260         * lib/string_.h (GL_LINK_WARNING): New macro.
1261         (strcasecmp, strstr, strcasestr): If provided by the system,
1262         conditionally define as a macro that leads to a warning instead of to
1263         an error.
1264         (strncasecmp): Conditionally define as a macro that leads to a warning.
1265
1266 2007-02-01  Karl Berry  <karl@gnu.org>
1267
1268         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
1269
1270 2007-02-01  Bruno Haible  <bruno@clisp.org>
1271
1272         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
1273         renamings.
1274
1275 2007-02-01  Eric Blake  <ebb9@byu.net>
1276
1277         * modules/regex (Depends-on): Revert dependence on mempcpy.
1278         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
1279         module's definition of mempcpy.
1280         Reported by Paul Eggert.
1281
1282 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1283
1284         * lib/string_.h: If the gnulib module XYZ is not present, undefine
1285         the symbol XYZ before redefining it.  This fixes a problem with
1286         programs that don't use XYZ, when compiled on systems that define
1287         XYZ to something else.
1288
1289 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1290
1291         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
1292         occurs when "mkdir -m foo" creates a setgid directory that is (1)
1293         writeable to group or other and (2) is intended to have a special
1294         mode bit that is set or cleared.  In such a case, the directory
1295         should be neither group- nor other-writeable until the special
1296         mode bits are right.
1297
1298 2007-01-31  Eric Blake  <ebb9@byu.net>
1299
1300         * modules/mountlist (Depends-on): Add strstr.
1301
1302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
1303         bug.
1304         * modules/string (Makefile.am): Remove redundant replacement.
1305         * modules/regex (Depends-on): Add mempcpy.
1306
1307 2007-01-31  Bruno Haible  <bruno@clisp.org>
1308
1309         New module description field 'Link'.
1310         * gnulib-tool (func_usage): Document --extract-link-directive.
1311         (sed_extract_prog): Recognize 'Link' directive.
1312         (func_get_link_directive): New function.
1313         (func_import): Show summary of link directives.
1314         Handle --extract-link-directive option.
1315         * modules/acl (Link): New section.
1316         * modules/clock-time (Link): New section.
1317         * modules/euidaccess (Link): New section.
1318         * modules/gettext (Link): New section.
1319         * modules/iconv (Link): New section.
1320         * modules/lock (Link): New section.
1321         * modules/nanosleep (Link): New section.
1322         * modules/readline (Link): New section.
1323
1324 2007-01-27  Bruno Haible  <bruno@clisp.org>
1325
1326         Enforce the use of gnulib modules for unportable <string.h> functions.
1327         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
1328         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
1329         (gl_HEADER_STRING_H_BODY): Require it.
1330         * lib/string_.h: If the gnulib module XYZ is not present, redefine
1331         the symbol XYZ to one that gives a link error.
1332         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
1333         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
1334         * modules/mempcpy (configure.ac): Likewise.
1335         * modules/memrchr (configure.ac): Likewise.
1336         * modules/stpcpy (configure.ac): Likewise.
1337         * modules/stpncpy (configure.ac): Likewise.
1338         * modules/strcase (configure.ac): Likewise.
1339         * modules/strcasestr (configure.ac): Likewise.
1340         * modules/strchrnul (configure.ac): Likewise.
1341         * modules/strdup (configure.ac): Likewise.
1342         * modules/strndup (configure.ac): Likewise.
1343         * modules/strnlen (configure.ac): Likewise.
1344         * modules/strpbrk (configure.ac): Likewise.
1345         * modules/strsep (configure.ac): Likewise.
1346         * modules/strstr (configure.ac): Likewise.
1347         * modules/strtok_r (configure.ac): Likewise.
1348
1349 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
1350
1351         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
1352
1353 2007-01-30  Jim Meyering  <jim@meyering.net>
1354
1355         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
1356
1357 2007-01-29  Bruno Haible  <bruno@clisp.org>
1358
1359         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
1360         * lib/execute.c: Likewise.
1361         * lib/pipe.c: Likewise.
1362         * lib/printf-args.h: Likewise.
1363         * lib/printf-args.c: Likewise.
1364         * lib/printf-parse.c: Likewise.
1365         * lib/vasnprintf.c: Likewise.
1366
1367 2007-01-29  Eric Blake  <ebb9@byu.net>
1368
1369         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
1370         declaration.
1371
1372 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1373
1374         * lib/strptime.h (strptime): Use 'restrict' for args where
1375         POSIX requires this.
1376         * lib/strptime.c (strptime): Likewise.
1377         Change license notice from LGPL to GPL, since gnulib-tool will
1378         change this as needed.
1379         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
1380         defined.
1381         Include "strptime.h" first, to check interface.
1382         Do not #undef _LIBC and _NL_CURRENT.
1383         Do not include <stdlib.h>; no longer needed.
1384         Include "time_r.h" and declare ptime_locale_status
1385         only if _LIBC is not defined.
1386         (__P): Remove unused macro.
1387         (match_string): Bring back glibc version, but use it only if _LIBC
1388         is defined.
1389         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
1390         Remove unnecessary assertion and abort() call.
1391         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
1392         * m4/strptime.m4: Fix serial number comment.
1393         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
1394         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
1395         (Depends-on): Add time_r.
1396
1397 2007-01-29  Bruno Haible  <bruno@clisp.org>
1398
1399         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1400         strptime.
1401         * modules/strptime (Depends-on): Add stdbool.
1402         * lib/strptime.h: Include <time.h> always. Add comments.
1403
1404 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1405
1406         * modules/strptime: New file.
1407         * lib/strptime.h: New file.
1408         * lib/strptime.c: New file.
1409         * m4/strptime.m4: New file.
1410
1411 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1412
1413         * MODULES.html.sh: New module mpsort.
1414         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
1415
1416         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
1417         a circularity problem with HP-UX ia64 reported by Bob Proulx in
1418         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
1419         All uses changed.
1420         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
1421         All uses changed.
1422         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
1423         to _Restrict_.
1424         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
1425         the parameter matches the prototype.
1426
1427 2007-01-28  Jim Meyering  <jim@meyering.net>
1428
1429         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
1430         sys/time.h here, reverting that part of the previous patch:
1431         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
1432
1433 2007-01-28  Bruno Haible  <bruno@clisp.org>
1434
1435         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
1436         value of $(SYS_TIME_H).
1437         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
1438         remove it conditionally, too. [added by Jim Meyering]
1439         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
1440         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1441         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1442         GETTIMEOFDAY_REPLACEMENT to 1.
1443
1444 2007-01-28  Bruno Haible  <bruno@clisp.org>
1445
1446         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1447         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1448         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1449         Set UNISTD_H instead of UNISTD_H2.
1450         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1451
1452 2007-01-28  Bruno Haible  <bruno@clisp.org>
1453
1454         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1455         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1456
1457 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1458
1459         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1460         (func_create_testdir): Ensure C locale for `grep' and `tr'
1461         character ranges.
1462         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1463         ACLOCAL_AMFLAGS parsing state machine.
1464
1465 2007-01-27  Bruno Haible  <bruno@clisp.org>
1466
1467         * modules/unistr/base: Update.
1468
1469 2007-01-27  Bruno Haible  <bruno@clisp.org>
1470
1471         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1472         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1473         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1474         modules/unistr/u32-mbtouc.
1475         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1476         * lib/unistr.h: Update.
1477         * lib/linebreak.c: Update.
1478         * modules/unistr/u32-mbtouc: Renamed from
1479         modules/unistr/u32-mbtouc-safe.
1480         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1481         * lib/unistr.h: Update.
1482         * lib/unistr/u32-to-u8.c: Update.
1483         * lib/unistr/u32-to-u16.c: Update.
1484
1485 2007-01-27  Bruno Haible  <bruno@clisp.org>
1486
1487         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1488         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1489         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1490         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1491         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1492         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1493         modules/unistr/u16-mbtouc.
1494         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1495         * lib/unistr.h: Update.
1496         * lib/linebreak.c: Update.
1497         * modules/linebreak: Update.
1498         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1499         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1500         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1501         * modules/unistr/u16-mbtouc: Renamed from
1502         modules/unistr/u16-mbtouc-safe.
1503         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1504         * lib/unistr.h: Update.
1505         * lib/unistr/u16-to-u8.c: Update.
1506         * modules/unistr/u16-to-u8: Update.
1507         * lib/unistr/u16-to-u32.c: Update.
1508         * modules/unistr/u16-to-u32: Update.
1509
1510 2007-01-27  Bruno Haible  <bruno@clisp.org>
1511
1512         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1513         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1514         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1515         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1516         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1517         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1518         modules/unistr/u8-mbtouc.
1519         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1520         * lib/unistr.h: Update.
1521         * lib/striconveh.c: Update.
1522         * modules/striconveh: Update.
1523         * lib/linebreak.c: Update.
1524         * modules/linebreak: Update.
1525         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1526         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1527         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1528         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1529         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1530         * lib/unistr.h: Update.
1531         * lib/striconveh.c: Update.
1532         * modules/striconveh: Update.
1533         * lib/unistr/u8-to-u16.c: Update.
1534         * modules/unistr/u8-to-u16: Update.
1535         * lib/unistr/u8-to-u32.c: Update.
1536         * modules/unistr/u8-to-u32: Update.
1537
1538 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1539
1540         Sync from Libtool.
1541         * lib/argz.c: Do not include strings.h nor memory.h, include
1542         string.h unconditionally.  Patch by Simon Josefsson.
1543
1544 2007-01-27  Bruno Haible  <bruno@clisp.org>
1545
1546         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1547         from gl_HEADER_STRING_H_BODY.
1548         (gl_HEADER_STRING_H_BODY): Require it.
1549         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1550         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1551         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1552         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1553         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1554         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1555         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1556         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1557         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1558         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1559         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1560         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1561         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1562         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1563         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1564
1565 2007-01-27  Bruno Haible  <bruno@clisp.org>
1566
1567         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1568         check_PROGRAMS into noinst_PROGRAMS.
1569         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1570         check_PROGRAMS in this case.
1571         (func_import): Set for_test to false.
1572         (func_create_testdir): Set for_test to true.
1573
1574 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1575             Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1578         (Depends-on): Add string.
1579         (Includes): Use <string.h> instead of strcasestr.h.
1580         * modules/string (Makefile.am): Also substitute the value of
1581         REPLACE_STRCASESTR.
1582         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1583         assume strcasestr is declared in <string.h> not <strings.h>. Also
1584         set REPLACE_STRCASESTR.
1585         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1586         REPLACE_STRCASESTR.
1587         * lib/strcasestr.h: Remove file.
1588         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1589         * lib/string_.h (strcasestr): New declaration.
1590
1591 2007-01-27  Bruno Haible  <bruno@clisp.org>
1592
1593         * lib/string_.h: Use 'extern'.
1594
1595 2007-01-27  Jim Meyering  <jim@meyering.net>
1596
1597         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1598         of set-but-not-used local, "q".
1599
1600         * lib/mempcpy.c: Include <config.h> before <string.h>.
1601         This fixes a compilation error on HP-UX, due to the system's
1602         "restrict"-using mempcpy prototype.
1603
1604 2007-01-26  Bruno Haible  <bruno@clisp.org>
1605
1606         Small optimization.
1607         * lib/javacomp.c: Include c-strstr.h.
1608          (is_envjavac_gcj): Use c_strstr instead of strstr.
1609         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1610
1611 2007-01-26  Bruno Haible  <bruno@clisp.org>
1612
1613         * MODULES.html.sh (Unicode string functions): Add the new modules.
1614
1615         * modules/uniconv/u32-strconv-to-locale: New file.
1616         * lib/uniconv/u32-strconv-to-locale.c: New file.
1617
1618         * modules/uniconv/u16-strconv-to-locale: New file.
1619         * lib/uniconv/u16-strconv-to-locale.c: New file.
1620
1621         * modules/uniconv/u8-strconv-to-locale: New file.
1622         * lib/uniconv/u8-strconv-to-locale.c: New file.
1623
1624         * modules/uniconv/u32-strconv-from-locale: New file.
1625         * lib/uniconv/u32-strconv-from-locale.c: New file.
1626
1627         * modules/uniconv/u16-strconv-from-locale: New file.
1628         * lib/uniconv/u16-strconv-from-locale.c: New file.
1629
1630         * modules/uniconv/u8-strconv-from-locale: New file.
1631         * lib/uniconv/u8-strconv-from-locale.c: New file.
1632
1633         * modules/uniconv/u32-strconv-to-enc: New file.
1634         * lib/uniconv/u32-strconv-to-enc.c: New file.
1635         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1636         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1637
1638         * modules/uniconv/u16-strconv-to-enc: New file.
1639         * lib/uniconv/u16-strconv-to-enc.c: New file.
1640         * lib/uniconv/u-strconv-to-enc.h: New file.
1641         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1642         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1643
1644         * modules/uniconv/u8-strconv-to-enc: New file.
1645         * lib/uniconv/u8-strconv-to-enc.c: New file.
1646         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1647         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1648
1649         * modules/uniconv/u32-strconv-from-enc: New file.
1650         * lib/uniconv/u32-strconv-from-enc.c: New file.
1651         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1652         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1653
1654         * modules/uniconv/u16-strconv-from-enc: New file.
1655         * lib/uniconv/u16-strconv-from-enc.c: New file.
1656         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1657         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1658
1659         * modules/uniconv/u8-strconv-from-enc: New file.
1660         * lib/uniconv/u8-strconv-from-enc.c: New file.
1661         * lib/uniconv/u-strconv-from-enc.h: New file.
1662         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1663         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1664
1665         * modules/uniconv/u32-conv-from-enc: New file.
1666         * lib/uniconv/u32-conv-from-enc.c: New file.
1667         * modules/uniconv/u32-conv-from-enc-tests: New file.
1668         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1669
1670         * modules/uniconv/u16-conv-from-enc: New file.
1671         * lib/uniconv/u16-conv-from-enc.c: New file.
1672         * lib/uniconv/u-conv-from-enc.h: New file.
1673         * modules/uniconv/u16-conv-from-enc-tests: New file.
1674         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1675
1676         * modules/uniconv/u8-conv-from-enc: New file.
1677         * lib/uniconv/u8-conv-from-enc.c: New file.
1678         * modules/uniconv/u8-conv-from-enc-tests: New file.
1679         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1680
1681         * modules/uniconv/base: New file.
1682         * lib/uniconv.h: New file.
1683
1684 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1685
1686         * doc/gnulib-tool.texi (Initial import): Update to match current
1687         behavior with strdup module.
1688         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1689         * lib/memmem.h: Remove; all uses removed.  This is now done
1690         by <string.h>.
1691         * lib/mempcpy.h: Likewise.
1692         * lib/memrchr.h: Likewise.
1693         * lib/stpcpy.h: Likewise.
1694         * lib/stpncpy.h: Likewise.
1695         * lib/strcase.h: Likewise.
1696         * lib/strchrnul.h: Likewise.
1697         * lib/strdup.h: Likewise.
1698         * lib/strndup.h: Likewise.
1699         * lib/strnlen.h: Likewise.
1700         * lib/strpbrk.h: Likewise.
1701         * lib/strsep.h: Likewise.
1702         * lib/strstr.h: Likewise.
1703         * lib/strtok_r.h: Likewise.
1704         * lib/string_.h: New file.
1705         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1706         Rely on <string.h> instead.
1707         * lib/canon-host.c: Likewise.
1708         * lib/chdir-long.c: Likewise.
1709         * lib/concatpath.c: Likewise.
1710         * lib/exclude.c: Likewise.
1711         * lib/fchdir.c: Likewise.
1712         * lib/getaddrinfo.c: Likewise.
1713         * lib/getcwd.c: Likewise.
1714         * lib/getsubopt.c: Likewise.
1715         * lib/glob.c: Likewise.
1716         * lib/hard-locale.c: Likewise.
1717         * lib/iconvme.c: Likewise.
1718         * lib/javacomp.c: Likewise.
1719         * lib/mempcpy.c: Likewise.
1720         * lib/memrchr.c: Likewise.
1721         * lib/regex_internal.h: Likewise.
1722         * lib/stpncpy.c: Likewise.
1723         * lib/strcasecmp.c: Likewise.
1724         * lib/strchrnul.c: Likewise.
1725         * lib/strdup.c: Likewise.
1726         * lib/striconv.c: Likewise.
1727         * lib/striconveh.c: Likewise.
1728         * lib/striconveha.c: Likewise.
1729         * lib/strncasecmp.c: Likewise.
1730         * lib/strndup.c: Likewise.
1731         * lib/strnlen.c: Likewise.
1732         * lib/strsep.c: Likewise.
1733         * lib/strstr.c: Likewise.
1734         * lib/strtok_r.c: Likewise.
1735         * lib/userspec.c: Likewise.
1736         * lib/w32spawn.h: Likewise.
1737         * lib/xstrndup.c: Likewise.
1738         * lib/mountlist.c (strstr): Remove decl.
1739         * m4/string_h.m4: New file.
1740         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1741         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1742         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1743         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1744         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1745         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1746         Set REPLACE_STRCASECMP if necessary.
1747         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1748         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1749         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1750         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1751         HAVE_DECL_STRDUP if necessary.
1752         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1753         since gl_FUNC_STRNDUP does that now.
1754         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1755         Check for decl here...
1756         (gl_PREREQ_STRNLEN): ... not here.
1757         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1758         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1759         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1760         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1761         necessary.
1762         * modules/string: New file.
1763         * modules/memmem (Files): Remove special-purpose include file.
1764         (Depends-on): Add string.
1765         (Include): Include <string.h>, not the removed file.
1766         * modules/mempcpy: Likewise.
1767         * modules/memrchr: Likewise.
1768         * modules/stpcpy: Likewise.
1769         * modules/stpncpy: Likewise.
1770         * modules/strcase: Likewise.
1771         * modules/strchrnul: Likewise.
1772         * modules/strdup: Likewise.
1773         * modules/strndup: Likewise.
1774         * modules/strnlen: Likewise.
1775         * modules/strpbrk: Likewise.
1776         * modules/strsep: Likewise.
1777         * modules/strstr: Likewise.
1778         * modules/strtok_r: Likewise.
1779         * tests/test-dirname.c: Don't include "strdup.h", since
1780         <string.h> now suffices.
1781         * tests/test-memmem.c: Don't include "memmem.h", since
1782         <string.h> now suffices.
1783
1784 2007-01-25  Bruno Haible  <bruno@clisp.org>
1785
1786         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1787         *resultp is 0.
1788
1789         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1790         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1791         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1792         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1793
1794         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1795         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1796         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1797         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1798         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1799         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1800
1801 2007-01-24  Bruno Haible  <bruno@clisp.org>
1802
1803         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1804         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1805         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1806         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1807         gl_FUNC_FTS_CORE.
1808         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1809         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1810         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1811         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1812         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1813         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1814         gl_FUNC_FCHOWNAT.
1815         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1816         gl_FUNC_STRFTIME.
1817         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1818         Reported by Ralf Wildenhues.
1819
1820 2007-01-24  Bruno Haible  <bruno@clisp.org>
1821
1822         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1823         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1824         gl_GETADDRINFO.
1825         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1826         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1827         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1828
1829 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1830
1831         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1832         Don't use 'exit'; just return from 'main'.
1833         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1834
1835         * lib/fnmatch_.h: Readjust white space and comments to match
1836         glibc, to avoid spurious diffs.
1837
1838 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1839
1840         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1841         2004-12-01 change by Jakub Jelinek, since this code won't compile
1842         if !LIBC.  Problem reported by Bob Proulx.
1843
1844 2007-01-23  Bruno Haible  <bruno@clisp.org>
1845
1846         * lib/striconveh.c: Include c-strcaseeq.h.
1847         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1848         * modules/striconveh (Depends-on): Add c-strcaseeq.
1849
1850 2007-01-23  Bruno Haible  <bruno@clisp.org>
1851
1852         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1853
1854         * modules/c-strcaseeq: New file.
1855         * lib/c-strcaseeq.h: New file.
1856
1857         * modules/streq: New file.
1858         * lib/streq.h: New file.
1859
1860 2007-01-23  Bruno Haible  <bruno@clisp.org>
1861
1862         * modules/striconveha-tests: New file.
1863         * tests/test-striconveha.c: New file.
1864
1865         * lib/striconveha.h: Include <stdbool.h>.
1866         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1867         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1868         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1869         (mem_iconveha): New function.
1870         (str_iconveha_notranslit): Renamed from str_iconveha.
1871         (str_iconveha): New function.
1872         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1873         c-strcase.
1874
1875 2007-01-23  Bruno Haible  <bruno@clisp.org>
1876
1877         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1878         encodings without forgiving before trying any encoding with handler.
1879         (str_iconveha): Try all encodings without forgiving before trying any
1880         encoding with handler.
1881
1882 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1883
1884         Import the following changes from libc.
1885
1886         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1887
1888         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1889
1890         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1891
1892         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1893         normal_bracket label.
1894
1895         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1896
1897         [BZ #361]
1898         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1899         to normal_bracket after fetching the next character.
1900
1901 2007-01-22  Bruno Haible  <bruno@clisp.org>
1902
1903         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1904         argument.
1905         * lib/striconveh.c (iconv_carefully_1): New function.
1906         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1907         argument.
1908         (str_cd_iconveh): Update.
1909         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1910         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1911         * tests/test-striconveh.c (MAGIC): New macro.
1912         (new_offsets): New function.
1913         (main): Test call with and without offsets.
1914
1915 2007-01-22  Bruno Haible  <bruno@clisp.org>
1916
1917         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1918         * modules/sys_select (Makefile.am): Likewise.
1919         * modules/sys_socket (Makefile.am): Likewise.
1920         * modules/sys_time (Makefile.am): Likewise.
1921
1922 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1923
1924         * modules/gettimeofday (License): Change from GPL to LGPL, since
1925         gettimeofday is a library function.
1926
1927 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1928
1929         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1930
1931 2007-01-21  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1934
1935 2007-01-21  Bruno Haible  <bruno@clisp.org>
1936
1937         * modules/striconveha: New file.
1938         * lib/striconveha.h: New file.
1939         * lib/striconveha.c: New file.
1940         * MODULES.html.sh (Internationalization functions): Add striconveha.
1941         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1942         string.
1943         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1944
1945 2007-01-21  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1948         * lib/striconveh.c (str_iconveh): Likewise.
1949
1950 2007-01-21  Bruno Haible  <bruno@clisp.org>
1951
1952         * lib/striconveh.h (mem_iconveh): New declaration.
1953         * lib/striconveh.c (mem_iconveh): New function.
1954         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1955
1956 2007-01-21  Bruno Haible  <bruno@clisp.org>
1957
1958         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1959
1960         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1961         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1962         original result buffer.
1963         (str_cd_iconveh): Update.
1964         * tests/test-striconveh.c (main): Update.
1965
1966         * lib/striconv.h (mem_cd_iconv): Change specification.
1967         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1968         result buffer.
1969         (str_cd_iconv): Update.
1970         * tests/test-striconv.c (main): Update.
1971
1972 2007-01-21  Bruno Haible  <bruno@clisp.org>
1973
1974         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1975
1976 2007-01-20  Jim Meyering  <jim@meyering.net>
1977
1978         * lib/userspec.c (parse_with_separator): If a user or group string
1979         starts with "+", skip the corresponding name-to-ID look-up, since
1980         such a look-up must fail: user and group names may not include "+".
1981
1982 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1983
1984         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1985         since we now assume the sys_time module.
1986         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1987         check for sys/time.h; no longer needed.
1988         * modules/poll (Depends-on): Depend on sys_time.
1989
1990 2007-01-18  Bruno Haible  <bruno@clisp.org>
1991
1992         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1993         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1994
1995         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1996         gettimeofday.
1997
1998         * tests/test-gettimeofday.c: Include <time.h>.
1999         (dummy): Remove variable.
2000
2001         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
2002         gl_HEADER_SYS_TIME_H.
2003         (gl_HEADER_SYS_TIME_H): New macro.
2004
2005         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
2006         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2007         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
2008         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
2009         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2010         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
2011         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
2012         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2013         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
2014         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
2015         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2016
2017         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
2018         last change; it caused a compilation error when cross-compiling to
2019         Cygwin.
2020
2021 2007-01-18  Jim Meyering  <jim@meyering.net>
2022
2023         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
2024         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
2025         than the race-prone "test -d sys || mkdir sys".
2026         (configure.ac): Use AC_PROG_MKDIR_P.
2027         * modules/sys_select: Likewise.
2028         * modules/sys_socket: Likewise.
2029         * modules/sys_time: Likewise.
2030
2031 2007-01-18  Eric Blake  <ebb9@byu.net>
2032
2033         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
2034         replace gettimeofday.
2035         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
2036         name, to avoid infinite recursion.
2037
2038 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
2041         module sys_time.
2042         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
2043         assume timespec.h defines struct timeval.
2044         * lib/settime.c: Likewise.
2045         * lib/utimens.c: Likewise.
2046         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
2047         since we now assume the gettimeofday module.
2048         * lib/tempname.c (__gen_tempname): Likewise.
2049         * lib/gettimeofday.h: Remove.
2050         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
2051         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
2052         Include <time.h>, for 'time()'.
2053         (localtime_buffer_addr): Also use this workaround if
2054         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
2055         to simplify the uses.  All uses changed.
2056         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
2057         that #undef is inside {}, and 'const' follows type name consistently.
2058         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
2059         (gettimeofday): Do not use the maximum possible value for
2060         tv->tv_usec, since that might break usages other than ls.c.
2061         Instead, we'll leave ls.c alone.  This undoes today's patch
2062         by Bruno.  Add a compile-time warning for 1s-clock resolution;
2063         we've never observed the problem but might as well keep the
2064         canary.
2065         * lib/nanosleep.c: Include timespec.h first, for interface check.
2066         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
2067         now assume the sys_time module.
2068         * lib/tempname.c: Likewise.
2069         * lib/timespec.h: Likewise.
2070         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
2071         needed.
2072         * lib/strftime.c: Likewise.
2073         * lib/timespec.h: Likewise.
2074         * lib/posixtm.c: Include posixtm.h first, for interface check.
2075         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
2076         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
2077         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
2078         * lib/sys_time_.h: New file.
2079         * lib/timespec.h (struct timespec): Use long int, not long.
2080         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
2081         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
2082         Remove obsolescent call to AC_HEADER_TIME.
2083         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2084         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
2085         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
2086         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
2087         Likewise.
2088         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
2089         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
2090         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
2091         into the sys_time module.  Check for gettimeofday just once.
2092         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
2093         for gettimeofday signature to just check the signature.  Merely
2094         compile it, since linking doesn't test signature.  Improve test for
2095         whether gettimeofday.o is actually needed.
2096         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
2097         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
2098         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
2099         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2100         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
2101         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
2102         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
2103         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
2104         than worrying about sys/time.h.
2105         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
2106         Don't bother worrying about TIME_WITH_SYS_TIME.
2107         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
2108         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
2109         * m4/sys_time_h.m4: New file.
2110         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
2111         Don't include sys/time.h.  Return from main rather than exiting.
2112         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
2113         all uses changed.
2114         * modules/gethrxtime (Depends-on): Add sys_time.
2115         * modules/gettime (Depends-on): Likewise.
2116         * modules/gettimeofday (Depends-on): Likewise.
2117         * modules/nanosleep (Depends-on): Likewise.
2118         * modules/settime (Depends-on): Likewise.
2119         * modules/tempname (Depends-on): Likewise.
2120         * modules/utimens (Depends-on): Likewise.
2121         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
2122         (Include:) Change back to <sys/time.h>.
2123         (Maintainer:) Add self.
2124         * modules/sys_time: New file.
2125         * modules/tempname (Depends-on): Add gettimeofday.
2126         * tests/test-gettimeofday.c: Include <sys/time.h>
2127         rather than gettimeofday.h.
2128
2129 2007-01-17  Bruno Haible  <bruno@clisp.org>
2130
2131         * gnulib-tool (func_get_license): Revert last patch. Instead, let
2132         the license default to GPL.
2133         (func_create_testdir): Don't complain if a module is LGPL and its
2134         tests module depends on GPLed modules.
2135
2136 2007-01-17  Bruno Haible  <bruno@clisp.org>
2137
2138         * lib/gettimeofday.c (gettimeofday): Add code for the case
2139         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
2140         maximum possible value for tv->tv_usec, rather than the minimum one.
2141
2142 2005-10-08  Martin Lambers  <marlam@marlam.de>
2143 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2144 2007-01-16  Bruno Haible  <bruno@clisp.org>
2145
2146         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
2147         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
2148         gl_FUNC_GETTIMEOFDAY.
2149         (Include): Add gettimeofday.h.
2150         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
2151         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
2152         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
2153         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
2154         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
2155         * lib/gettimeofday.h: New file.
2156         * lib/gettimeofday.c: Include <sys/timeb.h>.
2157         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
2158         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
2159         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
2160         fall back on time().
2161
2162         * tests/test-gettimeofday.c: New file.
2163         * modules/gettimeofday-tests: New file.
2164
2165 2007-01-16  Eric Blake  <ebb9@byu.net>
2166
2167         * modules/fnmatch (Depends-on): Depend on wchar.
2168         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
2169         * m4/fnmatch.m4: Likewise.
2170         * modules/mbchar (Makefile.am): Assume <wchar.h>.
2171         * m4/mbchar.m4: Likewise.
2172         * modules/mbswidth (Depends-on): Depend on wchar.
2173         * lib/mbswidth.c: Assume <wchar.h>.
2174         * m4/mbswidth.m4: Likewise.
2175         * modules/quotearg (Depends-on): Depend on wchar.
2176         * lib/quotearg.c: Assume <wchar.h>.
2177         * m4/quotearg.m4: Likewise.
2178         * modules/regex (Depends-on): Depend on wchar.
2179         * lib/regex_internal.h: Assume <wchar.h>.
2180         * m4/regex.m4: Likewise.
2181         * modules/stdint (Depends-on): Depend on wchar.
2182         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
2183         * m4/stdint.m4: Likewise.
2184         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
2185         * modules/strftime (Depends-on): Depend on wchar.
2186         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
2187         * modules/strtol (Depends-on): Depend on wchar.
2188         * lib/strtol.c: Assume <wchar.h>.
2189         * modules/wcwidth (Depends-on): Depend on wchar.
2190         * lib/wcwidth.h: Assume <wchar.h>.
2191         * m4/wcwidth.m4: Likewise.
2192
2193 2007-01-16  Bruno Haible  <bruno@clisp.org>
2194
2195         * modules/csharpexec-script: New, created from...
2196         * modules/csharpexec: ... this.
2197
2198 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2199
2200         * modules/javaexec-script: New, created from...
2201         * modules/javaexec: ... this.
2202
2203 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2204
2205         * modules/poll (Dependencies): Add sys_select.
2206
2207 2007-01-15  Jim Meyering  <jim@meyering.net>
2208
2209         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
2210         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
2211         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
2212         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
2213
2214 2007-01-15  Bruno Haible  <bruno@clisp.org>
2215
2216         * modules/striconveh: New file.
2217         * lib/striconveh.h: New file.
2218         * lib/striconveh.c: New file.
2219         * MODULES.html.sh (Internationalization functions): Add striconveh.
2220
2221         * modules/striconveh-tests: New file.
2222         * tests/test-striconveh.c: New file.
2223
2224 2007-01-15  Bruno Haible  <bruno@clisp.org>
2225
2226         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
2227         not from GNU libiconv or GNU libc.
2228
2229 2007-01-15  Bruno Haible  <bruno@clisp.org>
2230
2231         * doc/gnulib-intro.texi (Copyright): Explain the different license
2232         terms for module descriptions, autoconf macros, tests, documentation.
2233
2234 2007-01-14  Bruno Haible  <bruno@clisp.org>
2235
2236         * modules/striconv-tests: New file.
2237         * tests/test-striconv.c: New file.
2238
2239 2007-01-14  Bruno Haible  <bruno@clisp.org>
2240
2241         * modules/iconv-tests: New file.
2242         * tests/test-iconv.c: New file.
2243
2244 2007-01-14  Bruno Haible  <bruno@clisp.org>
2245
2246         * gnulib-tool (func_get_license): For test modules, use the license of
2247         the main module.
2248
2249 2007-01-14  Bruno Haible  <bruno@clisp.org>
2250
2251         * modules/iconv (Include): Clarify that <iconv.h> can only be included
2252         if iconv is found to exist.
2253
2254 2007-01-14  Bruno Haible  <bruno@clisp.org>
2255
2256         * modules/c-ctype-tests: New file.
2257         * tests/test-c-ctype.c: New file.
2258
2259 2007-01-14  Bruno Haible  <bruno@clisp.org>
2260
2261         * modules/binary-io-tests: New file.
2262         * tests/test-binary-io.sh: New file.
2263         * tests/test-binary-io.c: New file.
2264
2265 2007-01-14  Bruno Haible  <bruno@clisp.org>
2266
2267         * modules/array-oset-tests: New file.
2268         * tests/test-array_oset.c: New file.
2269
2270 2007-01-14  Bruno Haible  <bruno@clisp.org>
2271
2272         * modules/array-list-tests: New file.
2273         * tests/test-array_list.c: New file.
2274
2275 2007-01-14  Bruno Haible  <bruno@clisp.org>
2276
2277         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
2278         and make.
2279         Reported by Simon Josefsson in
2280         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
2281
2282 2007-01-14  Bruno Haible  <bruno@clisp.org>
2283
2284         * modules/allocsa-tests: New file.
2285         * tests/test-allocsa.c: New file.
2286
2287 2007-01-14  Bruno Haible  <bruno@clisp.org>
2288
2289         * modules/fchdir (Depends-on): Add absolute-header.
2290         * modules/unistd (Depends-on): Likewise.
2291
2292 2006-12-30  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/fchdir: New file.
2295         * modules/unistd (Files): Add lib/unistd_.h.
2296         (Makefile.am): Generate unistd.h from unistd_.h.
2297         * lib/fchdir.c: New file.
2298         * lib/dirent_.h: New file.
2299         * lib/unistd_.h: New file.
2300         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
2301         * m4/fchdir.m4: New file.
2302         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
2303         (gl_HEADER_UNISTD): Invoke it.
2304         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
2305         function.
2306         * lib/backupfile.c (opendir, closedir): Undefine.
2307         * lib/chown.c (open, close): Undefine.
2308         * lib/clean-temp.c (open, close): Undefine.
2309         * lib/copy-file.c (open, close): Undefine.
2310         * lib/execute.c (open, close): Undefine.
2311         * lib/fsusage.c (open, close): Undefine.
2312         * lib/gc-gnulib.c (open, close): Undefine.
2313         * lib/getcwd.c (opendir, closedir): Undefine.
2314         * lib/glob.c (opendir, closedir): Undefine.
2315         * lib/javacomp.c (open, close): Undefine.
2316         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
2317         * lib/openat-proc.c (open, close): Undefine.
2318         * lib/pagealign_alloc.c (open, close): Undefine.
2319         * lib/pipe.c (open, close): Undefine.
2320         * lib/progreloc.c (open, close): Undefine.
2321         * lib/savedir.c (opendir, closedir): Undefine.
2322         * lib/utime.c (open, close): Undefine.
2323         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
2324
2325 2007-01-10  Bruno Haible  <bruno@clisp.org>
2326
2327         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
2328
2329 2007-01-12  Eric Blake  <ebb9@byu.net>
2330
2331         Provide a robust <wchar.h>.  Further simplifications are now
2332         possible in other modules, but not included here.
2333         * modules/wchar: New module.
2334         * m4/wchar.m4: New file.
2335         * lib/wchar_.h: Likewise.
2336         * modules/mbchar (Depends-on): Depend on wchar, as the first use
2337         of the new module.
2338         * MODULES.html.sh (Extended multibyte and wide character utilities):
2339         New section.
2340
2341 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2342
2343         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
2344         to a reasonable default for memory allocation.
2345         (xreadlink): Don't allocate a huge buffer, to work around a buggy
2346         file system that reports garbage st_size values for symlinks.
2347         Problem reported by Liyang Hu.
2348
2349 2007-01-11  Simon Josefsson  <simon@josefsson.org>
2350
2351         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
2352         Emacs .#* auto-save files).
2353
2354 2007-01-11  Bruno Haible  <bruno@clisp.org>
2355
2356         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
2357         directory.
2358
2359 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2360
2361         Use @...@ consistently in lib/wctype_.h.
2362         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
2363         on it being set to 1 or 0.
2364         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
2365         go back to AC_SUBSTing it.
2366         * modules/wctype (Makefile.am): Undo previous change.
2367
2368 2007-01-10  Eric Blake  <ebb9@byu.net>
2369
2370         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
2371         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
2372         * modules/wctype (Makefile.am): Likewise.
2373         Reported by Chris McGuire.
2374
2375 2007-01-10  Jim Meyering  <jim@meyering.net>
2376
2377         fts.c: a small readability/maintainability improvement
2378         * lib/fts.c (fts_read): Make this code slightly more readable and
2379         maintainable by hoisting the "sp->fts_cur = p" assignments to
2380         immediately follow the statements that set P.  Derived from
2381         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
2382
2383 2007-01-10  Eric Blake  <ebb9@byu.net>
2384
2385         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
2386         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
2387         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2388         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
2389         Reported by Chris McGuire.
2390
2391 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2392
2393         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
2394         in sed script.
2395
2396 2007-01-09  Bruno Haible  <bruno@clisp.org>
2397
2398         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
2399         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
2400         variables.
2401         (func_module): Use them.
2402
2403 2007-01-09  Bruno Haible  <bruno@clisp.org>
2404
2405         * modules/unistr/base: New file.
2406         * lib/unistr.h: New file.
2407
2408         * modules/unistr/u8-to-u16: New file.
2409         * lib/unistr/u8-to-u16.c: New file.
2410
2411         * modules/unistr/u8-to-u32: New file.
2412         * lib/unistr/u8-to-u32.c: New file.
2413
2414         * modules/unistr/u16-to-u8: New file.
2415         * lib/unistr/u16-to-u8.c: New file.
2416
2417         * modules/unistr/u16-to-u32: New file.
2418         * lib/unistr/u16-to-u32.c: New file.
2419
2420         * modules/unistr/u32-to-u8: New file.
2421         * lib/unistr/u32-to-u8.c: New file.
2422
2423         * modules/unistr/u32-to-u16: New file.
2424         * lib/unistr/u32-to-u16.c: New file.
2425
2426         * modules/unistr/u8-check: New file.
2427         * modules/unistr/u16-check: New file.
2428         * modules/unistr/u32-check: New file.
2429         * lib/unistr/u8-check.c: New file.
2430         * lib/unistr/u16-check.c: New file.
2431         * lib/unistr/u32-check.c: New file.
2432
2433         * modules/unistr/u8-chr: New file.
2434         * modules/unistr/u16-chr: New file.
2435         * modules/unistr/u32-chr: New file.
2436         * lib/unistr/u8-chr.c: New file.
2437         * lib/unistr/u16-chr.c: New file.
2438         * lib/unistr/u32-chr.c: New file.
2439
2440         * modules/unistr/u8-cmp: New file.
2441         * modules/unistr/u16-cmp: New file.
2442         * modules/unistr/u32-cmp: New file.
2443         * lib/unistr/u8-cmp.c: New file.
2444         * lib/unistr/u16-cmp.c: New file.
2445         * lib/unistr/u32-cmp.c: New file.
2446
2447         * modules/unistr/u8-cpy: New file.
2448         * modules/unistr/u16-cpy: New file.
2449         * modules/unistr/u32-cpy: New file.
2450         * lib/unistr/u8-cpy.c: New file.
2451         * lib/unistr/u16-cpy.c: New file.
2452         * lib/unistr/u32-cpy.c: New file.
2453         * lib/unistr/u-cpy.h: New file.
2454
2455         * modules/unistr/u8-cpy-alloc: New file.
2456         * modules/unistr/u16-cpy-alloc: New file.
2457         * modules/unistr/u32-cpy-alloc: New file.
2458         * lib/unistr/u8-cpy-alloc.c: New file.
2459         * lib/unistr/u16-cpy-alloc.c: New file.
2460         * lib/unistr/u32-cpy-alloc.c: New file.
2461         * lib/unistr/u-cpy-alloc.h: New file.
2462
2463         * modules/unistr/u8-endswith: New file.
2464         * modules/unistr/u16-endswith: New file.
2465         * modules/unistr/u32-endswith: New file.
2466         * lib/unistr/u8-endswith.c: New file.
2467         * lib/unistr/u16-endswith.c: New file.
2468         * lib/unistr/u32-endswith.c: New file.
2469         * lib/unistr/u-endswith.h: New file.
2470
2471         * modules/unistr/u8-mblen: New file.
2472         * modules/unistr/u16-mblen: New file.
2473         * modules/unistr/u32-mblen: New file.
2474         * lib/unistr/u8-mblen.c: New file.
2475         * lib/unistr/u16-mblen.c: New file.
2476         * lib/unistr/u32-mblen.c: New file.
2477
2478         * modules/unistr/u8-mbtouc: New file.
2479         * modules/unistr/u16-mbtouc: New file.
2480         * modules/unistr/u32-mbtouc: New file.
2481         * lib/unistr/u8-mbtouc.c: New file.
2482         * lib/unistr/u16-mbtouc.c: New file.
2483         * lib/unistr/u32-mbtouc.c: New file.
2484
2485         * modules/unistr/u8-mbtouc-safe: New file.
2486         * modules/unistr/u16-mbtouc-safe: New file.
2487         * modules/unistr/u32-mbtouc-safe: New file.
2488         * lib/unistr/u8-mbtouc-safe.c: New file.
2489         * lib/unistr/u16-mbtouc-safe.c: New file.
2490         * lib/unistr/u32-mbtouc-safe.c: New file.
2491
2492         * modules/unistr/u8-move: New file.
2493         * modules/unistr/u16-move: New file.
2494         * modules/unistr/u32-move: New file.
2495         * lib/unistr/u8-move.c: New file.
2496         * lib/unistr/u16-move.c: New file.
2497         * lib/unistr/u32-move.c: New file.
2498         * lib/unistr/u-move.h: New file.
2499
2500         * modules/unistr/u8-next: New file.
2501         * modules/unistr/u16-next: New file.
2502         * modules/unistr/u32-next: New file.
2503         * lib/unistr/u8-next.c: New file.
2504         * lib/unistr/u16-next.c: New file.
2505         * lib/unistr/u32-next.c: New file.
2506
2507         * modules/unistr/u8-prev: New file.
2508         * modules/unistr/u16-prev: New file.
2509         * modules/unistr/u32-prev: New file.
2510         * lib/unistr/u8-prev.c: New file.
2511         * lib/unistr/u16-prev.c: New file.
2512         * lib/unistr/u32-prev.c: New file.
2513
2514         * modules/unistr/u8-set: New file.
2515         * modules/unistr/u16-set: New file.
2516         * modules/unistr/u32-set: New file.
2517         * lib/unistr/u8-set.c: New file.
2518         * lib/unistr/u16-set.c: New file.
2519         * lib/unistr/u32-set.c: New file.
2520         * lib/unistr/u-set.h: New file.
2521
2522         * modules/unistr/u8-startswith: New file.
2523         * modules/unistr/u16-startswith: New file.
2524         * modules/unistr/u32-startswith: New file.
2525         * lib/unistr/u8-startswith.c: New file.
2526         * lib/unistr/u16-startswith.c: New file.
2527         * lib/unistr/u32-startswith.c: New file.
2528         * lib/unistr/u-startswith.h: New file.
2529
2530         * modules/unistr/u8-stpcpy: New file.
2531         * modules/unistr/u16-stpcpy: New file.
2532         * modules/unistr/u32-stpcpy: New file.
2533         * lib/unistr/u8-stpcpy.c: New file.
2534         * lib/unistr/u16-stpcpy.c: New file.
2535         * lib/unistr/u32-stpcpy.c: New file.
2536         * lib/unistr/u-stpcpy.h: New file.
2537
2538         * modules/unistr/u8-stpncpy: New file.
2539         * modules/unistr/u16-stpncpy: New file.
2540         * modules/unistr/u32-stpncpy: New file.
2541         * lib/unistr/u8-stpncpy.c: New file.
2542         * lib/unistr/u16-stpncpy.c: New file.
2543         * lib/unistr/u32-stpncpy.c: New file.
2544         * lib/unistr/u-stpncpy.h: New file.
2545
2546         * modules/unistr/u8-strcat: New file.
2547         * modules/unistr/u16-strcat: New file.
2548         * modules/unistr/u32-strcat: New file.
2549         * lib/unistr/u8-strcat.c: New file.
2550         * lib/unistr/u16-strcat.c: New file.
2551         * lib/unistr/u32-strcat.c: New file.
2552         * lib/unistr/u-strcat.h: New file.
2553
2554         * modules/unistr/u8-strchr: New file.
2555         * modules/unistr/u16-strchr: New file.
2556         * modules/unistr/u32-strchr: New file.
2557         * lib/unistr/u8-strchr.c: New file.
2558         * lib/unistr/u16-strchr.c: New file.
2559         * lib/unistr/u32-strchr.c: New file.
2560
2561         * modules/unistr/u8-strcmp: New file.
2562         * modules/unistr/u16-strcmp: New file.
2563         * modules/unistr/u32-strcmp: New file.
2564         * lib/unistr/u8-strcmp.c: New file.
2565         * lib/unistr/u16-strcmp.c: New file.
2566         * lib/unistr/u32-strcmp.c: New file.
2567
2568         * modules/unistr/u8-strcpy: New file.
2569         * modules/unistr/u16-strcpy: New file.
2570         * modules/unistr/u32-strcpy: New file.
2571         * lib/unistr/u8-strcpy.c: New file.
2572         * lib/unistr/u16-strcpy.c: New file.
2573         * lib/unistr/u32-strcpy.c: New file.
2574         * lib/unistr/u-strcpy.h: New file.
2575
2576         * modules/unistr/u8-strcspn: New file.
2577         * modules/unistr/u16-strcspn: New file.
2578         * modules/unistr/u32-strcspn: New file.
2579         * lib/unistr/u8-strcspn.c: New file.
2580         * lib/unistr/u16-strcspn.c: New file.
2581         * lib/unistr/u32-strcspn.c: New file.
2582         * lib/unistr/u-strcspn.h: New file.
2583
2584         * modules/unistr/u8-strdup: New file.
2585         * modules/unistr/u16-strdup: New file.
2586         * modules/unistr/u32-strdup: New file.
2587         * lib/unistr/u8-strdup.c: New file.
2588         * lib/unistr/u16-strdup.c: New file.
2589         * lib/unistr/u32-strdup.c: New file.
2590         * lib/unistr/u-strdup.h: New file.
2591
2592         * modules/unistr/u8-strlen: New file.
2593         * modules/unistr/u16-strlen: New file.
2594         * modules/unistr/u32-strlen: New file.
2595         * lib/unistr/u8-strlen.c: New file.
2596         * lib/unistr/u16-strlen.c: New file.
2597         * lib/unistr/u32-strlen.c: New file.
2598         * lib/unistr/u-strlen.h: New file.
2599
2600         * modules/unistr/u8-strmblen: New file.
2601         * modules/unistr/u16-strmblen: New file.
2602         * modules/unistr/u32-strmblen: New file.
2603         * lib/unistr/u8-strmblen.c: New file.
2604         * lib/unistr/u16-strmblen.c: New file.
2605         * lib/unistr/u32-strmblen.c: New file.
2606
2607         * modules/unistr/u8-strmbtouc: New file.
2608         * modules/unistr/u16-strmbtouc: New file.
2609         * modules/unistr/u32-strmbtouc: New file.
2610         * lib/unistr/u8-strmbtouc.c: New file.
2611         * lib/unistr/u16-strmbtouc.c: New file.
2612         * lib/unistr/u32-strmbtouc.c: New file.
2613
2614         * modules/unistr/u8-strncat: New file.
2615         * modules/unistr/u16-strncat: New file.
2616         * modules/unistr/u32-strncat: New file.
2617         * lib/unistr/u8-strncat.c: New file.
2618         * lib/unistr/u16-strncat.c: New file.
2619         * lib/unistr/u32-strncat.c: New file.
2620         * lib/unistr/u-strncat.h: New file.
2621
2622         * modules/unistr/u8-strncmp: New file.
2623         * modules/unistr/u16-strncmp: New file.
2624         * modules/unistr/u32-strncmp: New file.
2625         * lib/unistr/u8-strncmp.c: New file.
2626         * lib/unistr/u16-strncmp.c: New file.
2627         * lib/unistr/u32-strncmp.c: New file.
2628
2629         * modules/unistr/u8-strncpy: New file.
2630         * modules/unistr/u16-strncpy: New file.
2631         * modules/unistr/u32-strncpy: New file.
2632         * lib/unistr/u8-strncpy.c: New file.
2633         * lib/unistr/u16-strncpy.c: New file.
2634         * lib/unistr/u32-strncpy.c: New file.
2635         * lib/unistr/u-strncpy.h: New file.
2636
2637         * modules/unistr/u8-strnlen: New file.
2638         * modules/unistr/u16-strnlen: New file.
2639         * modules/unistr/u32-strnlen: New file.
2640         * lib/unistr/u8-strnlen.c: New file.
2641         * lib/unistr/u16-strnlen.c: New file.
2642         * lib/unistr/u32-strnlen.c: New file.
2643         * lib/unistr/u-strnlen.h: New file.
2644
2645         * modules/unistr/u8-strpbrk: New file.
2646         * modules/unistr/u16-strpbrk: New file.
2647         * modules/unistr/u32-strpbrk: New file.
2648         * lib/unistr/u8-strpbrk.c: New file.
2649         * lib/unistr/u16-strpbrk.c: New file.
2650         * lib/unistr/u32-strpbrk.c: New file.
2651         * lib/unistr/u-strpbrk.h: New file.
2652
2653         * modules/unistr/u8-strrchr: New file.
2654         * modules/unistr/u16-strrchr: New file.
2655         * modules/unistr/u32-strrchr: New file.
2656         * lib/unistr/u8-strrchr.c: New file.
2657         * lib/unistr/u16-strrchr.c: New file.
2658         * lib/unistr/u32-strrchr.c: New file.
2659
2660         * modules/unistr/u8-strspn: New file.
2661         * modules/unistr/u16-strspn: New file.
2662         * modules/unistr/u32-strspn: New file.
2663         * lib/unistr/u8-strspn.c: New file.
2664         * lib/unistr/u16-strspn.c: New file.
2665         * lib/unistr/u32-strspn.c: New file.
2666         * lib/unistr/u-strspn.h: New file.
2667
2668         * modules/unistr/u8-strstr: New file.
2669         * modules/unistr/u16-strstr: New file.
2670         * modules/unistr/u32-strstr: New file.
2671         * lib/unistr/u8-strstr.c: New file.
2672         * lib/unistr/u16-strstr.c: New file.
2673         * lib/unistr/u32-strstr.c: New file.
2674         * lib/unistr/u-strstr.h: New file.
2675
2676         * modules/unistr/u8-strtok: New file.
2677         * modules/unistr/u16-strtok: New file.
2678         * modules/unistr/u32-strtok: New file.
2679         * lib/unistr/u8-strtok.c: New file.
2680         * lib/unistr/u16-strtok.c: New file.
2681         * lib/unistr/u32-strtok.c: New file.
2682         * lib/unistr/u-strtok.h: New file.
2683
2684         * modules/unistr/u8-uctomb: New file.
2685         * modules/unistr/u16-uctomb: New file.
2686         * modules/unistr/u32-uctomb: New file.
2687         * lib/unistr/u8-uctomb.c: New file.
2688         * lib/unistr/u16-uctomb.c: New file.
2689         * lib/unistr/u32-uctomb.c: New file.
2690
2691         * MODULES.html.sh (Unicode string functions): Add the new modules.
2692
2693 2007-01-08  Bruno Haible  <bruno@clisp.org>
2694
2695         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2696         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2697         subdirectories.
2698
2699 2007-01-08  Karl Berry  <karl@gnu.org>
2700
2701         * doc/error.texi: mention that main() fns must set program_name
2702         when progname is used.
2703
2704 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2707         WCTYPE_H is empty, for the benefit of builds from non-distclean
2708         directories.  Problem reported by Eric Blake in
2709         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2710
2711 2007-01-08  Bruno Haible  <bruno@clisp.org>
2712
2713         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2714         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2715         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2716         PROVIDE_CANONICALIZE_FILENAME_MODE.
2717         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2718
2719 2007-01-08  Bruno Haible  <bruno@clisp.org>
2720
2721         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2722         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2723         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2724         * lib/fts.c: Likewise.
2725         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2726
2727 2006-12-25  Bruno Haible  <bruno@clisp.org>
2728
2729         * modules/utf8-ucs4-safe: New file.
2730         * lib/utf8-ucs4-safe.h: New file.
2731         * lib/unistr/utf8-ucs4-safe.c: New file.
2732
2733         * modules/utf16-ucs4-safe: New file.
2734         * lib/utf16-ucs4-safe.h: New file.
2735         * lib/unistr/utf16-ucs4-safe.c: New file.
2736
2737         * MODULES.html.sh (Unicode string functions): Add the new modules.
2738
2739 2007-01-08  Bruno Haible  <bruno@clisp.org>
2740
2741         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2742         (Depends-on): Add unitypes.
2743         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2744         (u8_mbtouc_aux): Move out to separate file.
2745         (u8_mbtouc): Use ucs4_t, uint8_t types.
2746         * lib/unistr/utf8-ucs4.c: New file.
2747
2748         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2749         (Depends-on): Add unitypes.
2750         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2751         (u16_mbtouc_aux): Move out to separate file.
2752         (u16_mbtouc): Use ucs4_t, uint16_t types.
2753         * lib/unistr/utf16-ucs4.c: New file.
2754
2755         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2756         (Depends-on): Add unitypes.
2757         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2758         (u8_uctomb_aux): Move out to separate file.
2759         (u8_uctomb): Use ucs4_t, uint8_t types.
2760         * lib/unistr/ucs4-utf8.c: New file.
2761
2762         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2763         (Depends-on): Add unitypes.
2764         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2765         (u16_uctomb_aux): Move out to separate file.
2766         (u16_uctomb): Use ucs4_t, uint16_t types.
2767         * lib/unistr/ucs4-utf16.c: New file.
2768
2769 2006-12-25  Bruno Haible  <bruno@clisp.org>
2770
2771         * modules/unitypes: New file.
2772         * lib/unitypes.h: New file.
2773         * MODULES.html.sh (func_all_modules): New section "Unicode string
2774         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2775         this section. Add unitypes.
2776
2777 2007-01-08  Bruno Haible  <bruno@clisp.org>
2778
2779         Avoid variable names that conflict with those from libtool.
2780         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2781         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2782         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2783         library_names_spec to acl_library_names_spec, hardcode_* to
2784         acl_hardcode_*.
2785         Reported by Ralf Wildenhues.
2786
2787 2007-01-08  Bruno Haible  <bruno@clisp.org>
2788
2789         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2790         definition.
2791         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2792         definition.
2793         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2794         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2795         definition.
2796         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2797         definition.
2798         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2799         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2800         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2801         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2802         definition.
2803         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2804         definition.
2805         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2806         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2807         GC_USE_<algorithm>.
2808         * lib/gc-libgcrypt.c: Likewise.
2809         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2810         * modules/gc-arctwo (configure.ac): Likewise.
2811         * modules/gc-des (configure.ac): Likewise.
2812         * modules/gc-hmac-md5 (configure.ac): Likewise.
2813         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2814         * modules/gc-md2 (configure.ac): Likewise.
2815         * modules/gc-md4 (configure.ac): Likewise.
2816         * modules/gc-md5 (configure.ac): Likewise.
2817         * modules/gc-random (configure.ac): Likewise.
2818         * modules/gc-rijndael (configure.ac): Likewise.
2819         * modules/gc-sha1 (configure.ac): Likewise.
2820
2821 2007-01-08  Bruno Haible  <bruno@clisp.org>
2822
2823         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2824         macro definition.
2825         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2826         definition.
2827         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2828         definition.
2829         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2830         * modules/fcntl-safer (configure.ac): Likewise.
2831         * modules/fopen-safer (configure.ac): Likewise.
2832         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2833         GNULIB_FWRITEERROR macro definition.
2834
2835 2007-01-08  Bruno Haible  <bruno@clisp.org>
2836
2837         * m4/gnulib-common.m4: New file.
2838         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2839         (func_get_filelist): Add m4/gnulib-common.m4.
2840
2841 2007-01-08  Bruno Haible  <bruno@clisp.org>
2842
2843         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2844         command.
2845
2846 2007-01-08  Jim Meyering  <jim@meyering.net>
2847
2848         Use a more robust test for a "can't happen" condition.
2849         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2850         narrowed the st_size value.  Presuming the "can't happen" condition
2851         is true, that narrowing could conceivably convert an invalid st_size
2852         value into a valid one.  Instead, use a change based on Matthew
2853         Woehlke's original patch.
2854
2855         Slight readability improvement: use an assert-like macro
2856         in place of literal "abort ()" uses.
2857         * lib/fts.c (fts_assert): Define.
2858         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2859         Use this macro instead of a bare 'abort'.
2860
2861 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2862
2863         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2864         simply work around them.
2865         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2866         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2867         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
2868         declaring.
2869         Don't bother to define as macros, since the standard doesn't require it.
2870         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2871         longer worry about IRIX 5.3.
2872         (HAVE_WCTYPE_CTMP_BUG): Remove.
2873
2874 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2875
2876         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2877         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2878         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2879         Problems reported by Georg Schwarz for IRIX 5.3.
2880
2881         * gnulib-tool (autoconf_minversion): Take the maximum version number
2882         found, not the minimum.  Problem reported by James Youngman.
2883
2884 2007-01-03  Karl Berry  <karl@gnu.org>
2885
2886         * doc/error.texi: new file, explaining interaction with progname.
2887         * doc/gnulib.texi: include it.  Update copyright.
2888
2889 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2890
2891         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2892         AC_CANONICAL_HOST, to improve autobuild outputs.
2893
2894 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2895             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2896
2897         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2898         sockets, server sockets, and other file descriptors.  Count errors
2899         to compute the return value.  Reorder the code a bit to be easier
2900         to follow.  Don't set event bits that were not requested (except
2901         POLLERR and POLLHUP).
2902
2903 2007-01-01  Bruno Haible  <bruno@clisp.org>
2904
2905         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2906
2907 2007-01-03  Jim Meyering  <jim@meyering.net>
2908
2909         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2910
2911 2007-01-02  Bruno Haible  <bruno@clisp.org>
2912
2913         * modules/settime (Include): Require timespec.h.
2914         * modules/nanosleep (Include): Likewise.
2915
2916 2007-01-01  Bruno Haible  <bruno@clisp.org>
2917
2918         * gnulib-tool (func_emit_copyright_notice): Bump year.
2919         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2920
2921 2007-01-01  Bruno Haible  <bruno@clisp.org>
2922
2923         Improve support for OpenBSD.
2924         * build-aux/config.rpath (libname_spec): Export.
2925         (library_names_spec): New variable. Export.
2926         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2927         library_names_spec from the config.rpath output. Locate shared library
2928         through the name pattern in library_names_spec.
2929
2930 2007-01-01  Eric Blake  <ebb9@byu.net>
2931
2932         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2933
2934 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2937         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2938         assume the C locale, and avoid an "eval" that could cause trouble.
2939         Problem with SORT reported by Bob Proulx.
2940
2941         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2942         Define.  Trivial patch from Henning Nielsen Lund, originally
2943         sent to bug-grep@gnu.org today.
2944
2945 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2946
2947         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2948         struct stat.  Problem reported by Henning Nielsen Lund.
2949         * lib/acl.c: Include acl.h first, to check interface.  Don't
2950         bother to include sys/types.h and sys/stat.h again.
2951
2952 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2953
2954         Import the following change from libc; problem reported by
2955         Sven Verdoolaege.
2956
2957         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2958
2959         [BZ #1373]
2960         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2961
2962 2006-12-28  Jim Meyering  <jim@meyering.net>
2963
2964         * build-aux/announce-gen: Do not assume that the package
2965         builds any of tar.gz, tar.bz2, and .xdelta files.
2966         Suggestion from Simon Josefsson.
2967
2968 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2969
2970         * modules/announce-gen: New file.
2971
2972 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2973
2974         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2975         handles its gotchas now.
2976         * lib/mbswidth.c: Likewise.
2977         * lib/wcwidth.h: Likewise.
2978         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2979         and iswcntrl; the wctype module does this stuff now.
2980         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2981         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2982         * modules/mbchar (Depends-on): Add wctype.
2983         * modules/mbswidth (Depends-on): Likewise.
2984         * modules/wcwidth (Depends-on): Likewise.
2985
2986 2006-12-27  Eric Blake  <ebb9@byu.net>
2987
2988         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2989         module uses more than what <wctype.h> is required to provide.
2990
2991 2006-12-26  Eric Blake  <ebb9@byu.net>
2992
2993         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2994
2995 2006-12-26  Eric Blake  <ebb9@byu.net>
2996
2997         * modules/absolute-header: New module.
2998         * modules/fcntl (Depends-on): Depend on it.
2999         * modules/inttypes (Depends-on): Likewise.
3000         * modules/stdint (Depends-on): Likewise.
3001         * modules/sys_stat (Depends-on): Likewise.
3002         * modules/wctype (Depends-on): Likewise.
3003         * MODULES.html.sh (Support for building libraries and
3004         executables): Document it.
3005
3006 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
3007
3008         * gnulib-tool (SED): Remove, undoing previous change.
3009         The problem was that it broke coreutils on Solaris, because
3010         "sed --posix" leaked into a makefile.
3011         (sed): New alias, if 'alias' and GNU sed.
3012
3013 2006-12-24  Jim Meyering  <jim@meyering.net>
3014
3015         Work around an fchownat bug in glibc-2.4:
3016         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
3017         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
3018         in spite of the -P option.
3019         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
3020         New macros.
3021         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
3022         * modules/openat (Files): Add lib/fchownat.c.
3023         * lib/openat.c (fchownat): Don't define here.  Move to...
3024         * lib/fchownat.c: ...this new file.
3025
3026 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
3027
3028         Fix bug reported by Bruno Haible in
3029         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
3030         where quotearg.c didn't compile on Mac OS X 10.2 because it
3031         lacks <wchar.h> and wint_t.
3032         * lib/wctype_.h (__wctype_wint_t): New type.
3033         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
3034         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
3035         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
3036         Arg is now of type __wctype_wint_t, not wint_t.
3037         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
3038         substitute HAVE_WINT_T.
3039         * modules/wctype (Files): Add m4/wint_t.m4.
3040         (wctype.h): Substitute HAVE_WINT_T.
3041
3042 2006-12-23  Bruno Haible  <bruno@clisp.org>
3043
3044         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
3045
3046 2006-12-23  Bruno Haible  <bruno@clisp.org>
3047
3048         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
3049         S_ISLNK.
3050         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
3051         mingw.
3052
3053 2006-12-22  Bruno Haible  <bruno@clisp.org>
3054
3055         * lib/copy-file.c: Include acl.h.
3056         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
3057         Close the file descriptors only after being done with copy_acl.
3058         * modules/copy-file (Depends-on): Add acl.
3059
3060 2006-12-22  Bruno Haible  <bruno@clisp.org>
3061
3062         * gnulib-tool (SED): New variable.
3063         Use $SED instead of sed everywhere.
3064
3065 2006-12-22  Bruno Haible  <bruno@clisp.org>
3066
3067         * modules/no-c++: New file.
3068         * m4/no-c++.m4: New file.
3069         * MODULES.html.sh (Support for building libraries and executables):
3070         Add no-c++.
3071
3072 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3075         Include <limits.h>, and use its INT_MAX to rewrite the
3076         j loop so that it does not overflow 'int'.  Problem reported by
3077         Ralf Wildenhues in
3078         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
3079         Play it safe by shifting left by 1 rather than multiplying by 2,
3080         as GCC is less likely to optimize this away when the value
3081         is signed (when it assumes overflow leads to undefined behavior).
3082         Also, don't assume time_t uses two's complement.
3083
3084 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         * MODULES.html.sh: New module wctype.
3087         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
3088         * lib/fnmatch.c: Don't bother to include <wchar.h> before
3089         <wctype.h>, since the new wctype module should fix this.
3090         * lib/quotearg.c: Include <wctype.h> unconditionally, since
3091         the wctype module should arrange for it.
3092         * lib/regex_internal.h: Likewise.
3093         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
3094         since the wctype module should handle this now.
3095         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
3096         * modules/fnmatch (Depends-on): Add wctype.
3097         * modules/quotearg (Depends-on): Likewise.
3098         * modules/regex (Depends-on): Likewise.
3099
3100 2006-12-19  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/strdup.h [C++]: Wrap definitions in extern "C".
3103         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
3104
3105 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3106
3107         * modules/savewd (Depends-on): Fix dependency on fcntl.
3108
3109 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3110
3111         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
3112         conforms to C99, rather than relying on the user's environment
3113         setting of STDINT_H.
3114
3115 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3116         and Eric Blake  <ebb9@byu.net>
3117
3118         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
3119         This is more consistent with the other defines here.
3120         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
3121         Port to z/OS.  Problem reported by Paul Gilmartin.
3122         Change local vars to use gl_ prefix rather than ac_.
3123         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
3124         with other defines.
3125         * modules/double-slash-root: New module.
3126         * modules/dirname (Files): Remove m4/double-slash-root.m4.
3127         (Depends-on): Add double-slash-root.
3128         * MODULES.html.sh (File system functions): Mention new module.
3129
3130 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3131
3132         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
3133         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
3134         This is for the benefit of gzip, which doesn't do i18n.
3135
3136 2006-12-12  Jim Meyering  <jim@meyering.net>
3137
3138         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
3139         Reported by Andreas Schwab <schwab@suse.de>.
3140
3141 2006-12-12  Bruno Haible  <bruno@clisp.org>
3142
3143         Merge these changes.
3144         2006-09-05  Bruno Haible  <bruno@clisp.org>
3145         * lib/iconvme.c (iconv_string): No need to save and restore errno when
3146         iconv_alloc succeeded.
3147         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
3148         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
3149         test for " && dest " at the end - dest is always != NULL there. Call
3150         iconv with 4xNULL arguments initially, to reset the state. Call iconv
3151         with 2xNULL arguments, also to flush the state storage. Handle the
3152         IRIX iconv behaviour. Realloc the final result, to throw away unused
3153         memory.
3154
3155 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
3156
3157         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
3158         and fchmodat unconditionally, since glibc 2.4 has them.
3159         Problem reported by Arkadiusz Miskiewicz.
3160
3161 2006-12-10  Bruno Haible  <bruno@clisp.org>
3162
3163         * gnulib-tool (func_import): Show the include files only for those
3164         modules that are copied and specified.
3165         Reported by Karl Berry.
3166
3167 2006-12-08  Jim Meyering  <jim@meyering.net>
3168
3169         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
3170         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
3171
3172         * build-aux/announce-gen: Add two new options, both optional:
3173         --bootstrap-tools=TOOL_LIST
3174               a comma-separated list of tools, e.g.,
3175               autoconf,automake,bison,gnulib
3176         --gnulib-snapshot-date=DATE
3177               if gnulib is in the bootstrap tool list,
3178               then report this as the snapshot date.
3179               If not specified, use the current date/time.
3180               If you specify a date here, be sure it's UTC.
3181
3182 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3183
3184         * tests/test-argp-2.sh: Fix test to match actual output.
3185         (func_compare): Fix sed script to be portable.
3186
3187 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3188
3189         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
3190         workaround for this case.  It is not autoconfigured now; offhand
3191         it's hard to see how to autoconfigure it.
3192
3193 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3194
3195         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
3196         a directory that is about to be chowned.  Such a directory's
3197         initial file permissions should permit the owner only and this
3198         should not be changed until after the chown, since the group and
3199         other bits would be incorrect if they granted permission before
3200         the chown.
3201
3202         Fix porting problem for iswctype reported by Georg Schwarz in:
3203         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
3204         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
3205         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
3206         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
3207         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3208
3209 2006-12-03  Jim Meyering  <jim@meyering.net>
3210
3211         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
3212         p->fts_statp may not yet be defined.
3213         (fts_read): Instead, set it in the caller, once p->fts_statp is
3214         sure to be defined, and corresponds to a top-level directory.
3215         This bug made du -x fail.  Here's the coreutils test case:
3216         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
3217         Reported by Mike Frysinger.
3218
3219 2006-12-01  Jim Meyering  <jim@meyering.net>
3220
3221         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
3222         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
3223         Reported by Simon Josefsson.
3224
3225 2006-11-30  Jim Meyering  <jim@meyering.net>
3226
3227         * m4/warning.m4: Use the all-permissive copyright notice
3228         recommended by RMS (rather than LGPL).
3229         * m4/vararrays.m4: Likewise.
3230         * m4/flexmember.m4: Likewise.
3231
3232 2006-11-29  Bruno Haible  <bruno@clisp.org>
3233
3234         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3235         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
3236         using +=.
3237         Reported by Simon Josefsson <simon@josefsson.org>.
3238
3239 2006-11-28  James Youngman <jay@gnu.org>
3240
3241         * README: Advise users that they might find the bug-gnulib@gnu.org
3242         and autotools-announce@gnu.org mailing lists useful.
3243
3244 2006-11-28  Bruno Haible  <bruno@clisp.org>
3245
3246         * m4/ptrdiff_max.m4: Remove file.
3247
3248 2006-11-21  Bruno Haible  <bruno@clisp.org>
3249
3250         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
3251         _AC_COMPUTE_INT.
3252         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3253         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
3254         _AC_COMPUTE_INT.
3255         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3256         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
3257         _AC_COMPUTE_INT.
3258         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3259
3260 2006-11-28  Jim Meyering  <jim@meyering.net>
3261
3262         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
3263         warning from "gcc -Wshadow" about shadowing the builtin.
3264
3265 2006-11-27  Bruno Haible  <bruno@clisp.org>
3266
3267         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
3268         _AC_COMPUTE_INT.
3269         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
3270
3271 2006-11-27  Bruno Haible  <bruno@clisp.org>
3272             Paul Eggert  <eggert@cs.ucla.edu>
3273
3274         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
3275
3276 2006-11-26  Bruno Haible  <bruno@clisp.org>
3277
3278         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3279         noinst_LTLIBRARIES.
3280
3281 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3282             Bruno Haible  <bruno@clisp.org>
3283
3284         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
3285         if compiling with "gcc -ansi".
3286
3287 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3288
3289         Fix some incompatibilities with gcc -ansi -pedantic.
3290         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
3291         if compiling pedantically with GCC, unless it's C99 or later.
3292         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
3293         it mishandles gcc -ansi -pedantic as well.
3294         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
3295         if gcc -pedantic.
3296         * lib/regexec.c (check_node_accept_bytes): Don't use auto
3297         initializers for struct if -pedantic, unless it's C99 or later.
3298
3299 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
3300
3301         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
3302         Don't close an fd more than once. Identical atimes indicate
3303         success, not failure.
3304
3305 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
3306
3307         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
3308
3309 2006-11-23  Jim Meyering  <jim@meyering.net>
3310
3311         * build-aux/announce-gen: New file.  From coreutils.
3312
3313 2006-11-22  Jim Meyering  <jim@meyering.net>
3314
3315         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
3316         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
3317         (fts_read): Use a temporary to narrow the overused st_size member
3318         before using it in a switch statement.  Reported by Matthew Woehlke.
3319
3320         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
3321         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
3322
3323 2006-11-20  Bruno Haible  <bruno@clisp.org>
3324
3325         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
3326         changequote instead of pairs of brackets.
3327         Reported by Andreas Schwab <schwab@suse.de>.
3328
3329 2006-11-21  Jim Meyering  <jim@meyering.net>
3330
3331         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
3332         so as to remain compatible with older compilers.
3333         Patch from Michael Deutschmann.
3334
3335 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3336
3337         * MODULES.html.sh (File system functions): Add openat.
3338
3339         * lib/openat.h (rpl_fstatat): New macro, if
3340         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
3341         (fstatat): Define to rpl_fstatat under the same conditions,
3342         unless COMPILING_FSTATAT.
3343         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
3344         seems to have the bug.
3345         * lib/fstatat.c: New file.
3346         * modules/openat (Files): Add it.
3347
3348 2006-11-20  Bruno Haible  <bruno@clisp.org>
3349
3350         * Makefile: New file.
3351
3352 2006-11-20  Jim Meyering  <jim@meyering.net>
3353
3354         The beginnings of syntax-related checks for gnulib.
3355         * lib/Makefile: New file.
3356         * lib/t-idcache: New script.  Ensure that the two halves of
3357         idcache.c stay in sync.
3358
3359         * lib/idcache.c: Adjust comments in user- and group- portions to
3360         be more accurate, and to be consistent with one another.
3361
3362 2006-11-20  Jim Meyering  <jim@meyering.net>
3363
3364         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
3365         continue using the flexible array member (thus, this module performs
3366         half as many malloc calls), with the addition that...
3367         (getgroup, getuser): Consistently record a non-match via an empty
3368         "name" string, and map an empty string match to a NULL return value.
3369         * modules/idcache (Depends-on): Re-add flexmember.
3370
3371         * lib/idcache.c (getuser): Remove all uses of the register keyword.
3372         (getuidbyname, getgroup, getgidbyname): Likewise.
3373
3374         Use cleaner syntax: NULL rather than 0.
3375         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
3376
3377 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
3380         It mishandled the case where the group was missing.
3381         Problem reported by Greg Schafer.
3382         * modules/idcache: Likewise.
3383
3384 2006-11-18  Jim Meyering  <jim@meyering.net>
3385
3386         * check-module (%exempt_header): Add exception for some
3387         conditionally-included headers.
3388
3389         * modules/i-ring (Depends-on): Add verify.
3390         (License): Change to LGPL.
3391
3392 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3393
3394         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
3395         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
3396         and inttostr.h.  Use snprintf rather than uinttostr, so that
3397         LGPLed code doesn't depend on GPLed.
3398
3399 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3400
3401         * modules/inline (License): Change from GPL to LGPL.
3402
3403 2006-11-17  Jim Meyering  <jim@meyering.net>
3404
3405         * modules/d-type (License): Switch to LGPL.
3406
3407 2006-11-15  Bruno Haible  <bruno@clisp.org>
3408
3409         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
3410
3411 2006-11-15  Eric Blake  <ebb9@byu.net>
3412
3413         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
3414         the module dependency.
3415
3416 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3417             Bruno Haible  <bruno@clisp.org>
3418
3419         * gnulib-tool (func_create_testdir): Add license consistency check.
3420
3421 2006-11-15  Eric Blake  <ebb9@byu.net>
3422
3423         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
3424         random "(cached)" in configure output.
3425
3426 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3427
3428         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
3429         test for conforming inttypes.h is both announced and cached.
3430
3431         * MODULES.html.sh (seen_modules, seen_files): New variables.
3432         (func_module): Rewrite to use a few less gnulib-tool and sed
3433         invocations.  Avoid a couple of quadratic algorithms for ...
3434         (missed_modules, missed_files): ... these, with ...
3435         (func_append, func_tmpdir): ... these new functions, from
3436         gnulib-tool.  Analogously, install traps for cleanup.
3437
3438         * tests/test-gc.c (main): Remove unused variables.
3439         * tests/test-read-file.c: Include stdlib.h, for 'free'.
3440
3441 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3442
3443         * modules/inttostr (License): Change to LGPL.
3444
3445 2006-11-14  Eric Blake  <ebb9@byu.net>
3446
3447         * modules/tempname (License): Change to LGPL.
3448
3449 2006-11-14  Eric Blake  <ebb9@byu.net>
3450
3451         * doc/functions.texi (Function Portability): *printf functions on
3452         Cygwin now understand all POSIX size specifiers.
3453
3454 2006-11-14  Bruno Haible  <bruno@clisp.org>
3455
3456         * modules/c-ctype (License): Change to LGPL.
3457
3458 2006-11-12  Bruno Haible  <bruno@clisp.org>
3459
3460         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3461         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3462         for GNOME libraries, for which the include files are installed in
3463         subdirectories of $prefix/include.
3464
3465 2006-11-12  Bruno Haible  <bruno@clisp.org>
3466
3467         * m4/lib-link.m4: Require at least autoconf-2.54.
3468         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3469         name to underscores for the --with option.
3470
3471 2006-11-13  Bruno Haible  <bruno@clisp.org>
3472
3473         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3474         the tests directory.
3475         Reported by Ralf Wildenhues.
3476
3477 2006-11-13  Bruno Haible  <bruno@clisp.org>
3478
3479         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3480         (func_emit_initmacro_end): Undo the override here.
3481         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3482         Works around the famous automake error in coreutils.
3483
3484 2006-11-13  Eric Blake  <ebb9@byu.net>
3485
3486         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3487         element, not its node.
3488
3489 2006-11-12  Bruno Haible  <bruno@clisp.org>
3490
3491         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3492         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3493
3494 2006-11-12  Bruno Haible  <bruno@clisp.org>
3495
3496         * gnulib-tool: New option --local-symlink.
3497         (func_usage): Document it.
3498         (lsymbolic): New variable.
3499         (func_import, func_create_testdir): If --symlink was not specified,
3500         test whether --local-symlink was specified and the file comes from
3501         the local_gnulib_dir.
3502
3503 2006-11-12  Bruno Haible  <bruno@clisp.org>
3504
3505         * gnulib-tool (func_ln): New function.
3506         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3507
3508 2006-11-12  Bruno Haible  <bruno@clisp.org>
3509
3510         Finish support for source files in subdirectories.
3511         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3512         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3513         AUTOMAKE_OPTIONS.
3514         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3515
3516 2006-11-12  Bruno Haible  <bruno@clisp.org>
3517
3518         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3519         EXTRA_lib_SOURCES augmentation.
3520         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3521
3522 2006-11-12  Jim Meyering  <jim@meyering.net>
3523
3524         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3525         file descriptors.  This also averts a failure on systems with
3526         native openat support when a traversed directory lacks "x" access.
3527         * lib/fts_.h: Include "i-ring.h"
3528         (struct FTS) [fts_fd_ring]: New member.
3529         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3530         (FCHDIR): Add parentheses.
3531         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3532         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3533         When descending, rather than simply closing the previous
3534         fts_cwd_fd value, push that file descriptor onto the ring.
3535         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3536         (fts_open): Initialize the new fd_ring member.
3537         (fts_close): Clear the ring.
3538         (fts_safe_changedir): When possible, use our new fd_ring to skip
3539         the diropen and fstat and dev/ino comparison that would normally
3540         accompany a virtual `chdir ("..")'.
3541
3542         * modules/fts (Depends-on): Add i-ring.
3543         * modules/i-ring: New module.
3544         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3545         * m4/i-ring.m4: New file.
3546
3547 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3548
3549         * gnulib-tool (func_create_testdir): Fix replacement of
3550         `build-aux' in configure.ac.  Run autotools in gltests
3551         subdirectory.
3552         (func_create_testdir, func_create_megatestdir, test): There is
3553         no need for '--force' in most autotool invocations in a new
3554         tree.  Actually fail the whole test if any of the tools, or the
3555         configure or make stages fail.
3556
3557         Sync from Automake.
3558         * build-aux/gnupload: Revert last change.  Add pointer to upload
3559         instructions of the GNU Maintenance Instructions.
3560         Suggestion by Karl Berry.
3561
3562 2006-11-10  Jim Meyering  <jim@meyering.net>
3563
3564         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3565
3566 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3567
3568         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3569         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3570         (bind_textdomain_codeset) [! ENABLE_NLS]:
3571         Evaluate all the arguments.  That way, callers get compatible behavior
3572         if the arguments have side effects.  Also, it avoids some GCC
3573         diagnostics in some cases; Joel E. Denny reported problems when Bison
3574         was configured with --enable-gcc-warnigs.
3575
3576 2006-11-10  Jim Meyering  <jim@meyering.net>
3577
3578         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3579         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3580         account.
3581
3582 2006-11-10  Jim Meyering  <jim@meyering.net>
3583
3584         * modules/inline: New file/module.
3585         * modules/xalloc (Files): Remove m4/inline.m4.
3586         (Depends-on): Add inline, instead.
3587         * modules/oset: Likewise.
3588         * modules/list: Likewise.
3589
3590 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3591
3592         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3593         Problem reported by Matthew Woehlke.
3594
3595 2006-11-09  Bruno Haible  <bruno@clisp.org>
3596
3597         * lib/tempname.c (gen_tempname): Remove variant that invokes
3598         __gen_tempname.
3599         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3600         __gen_tempname.
3601
3602 2006-11-08  Bruno Haible  <bruno@clisp.org>
3603
3604         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3605         to 'yes' instead of 'cross-compiling'.
3606
3607 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3608
3609         * lib/quotearg.h (quotearg_free): New decl.
3610         * lib/quotearg.c (quotearg_free): New function.
3611         (slot0, nslots, slotvec0, slotvec):
3612         Now file-scope so that quotearg_free can get at them.
3613
3614 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3615
3616         Sync from Automake.
3617         * build-aux/gnupload: Add missing 'gnu' to example URL.
3618         Report by Karl Berry.
3619
3620 2006-11-08  Bruno Haible  <bruno@clisp.org>
3621
3622         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3623         Suggested by Paul Eggert.
3624
3625 2006-11-08  Jim Meyering  <jim@meyering.net>
3626
3627         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3628         It's already included if !_LIBC.
3629         (fts_safe_changedir): Add a comment.
3630
3631 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3632
3633         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3634         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3635         Matthew Woehlke.
3636
3637         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3638         definitions up, to avoid colliding with change below.
3639         (static_inline) [HAVE_INLINE]: New macro.
3640         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3641         Provide extern decls when !HAVE_INLINE.  Do not define unless
3642         static_inline is defined, either by us or by xmalloc.c.  Use
3643         static_inline rather than static inline.
3644         (XCALLOC): Optimize sizeof(T) = 1 case.
3645         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3646
3647 2006-11-07  Bruno Haible  <bruno@clisp.org>
3648
3649         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3650         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3651         AC_C_INLINE.
3652         * modules/xalloc (Files): Add m4/inline.m4.
3653
3654 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3655
3656         * README: Fix typo.
3657         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3658         (Miscellanous Notes): ...from this.
3659
3660 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3661
3662         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3663         Mention that offsetof should be used instead of sizeof.
3664         From Bruno Haible.
3665
3666 2006-11-07  Bruno Haible  <bruno@clisp.org>
3667
3668         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3669
3670 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3671
3672         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3673         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3674         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3675         (gl_tree_add_before, gl_tree_add_after):
3676         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3677         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3678         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3679         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3680         (gl_linked_add_after, gl_linked_add_at): Likewise.
3681         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3682         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3683         (gl_tree_add_before, gl_tree_add_after): Likewise.
3684         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3685         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3686         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3687
3688 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3689
3690         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3691
3692 2006-11-06  Bruno Haible  <bruno@clisp.org>
3693
3694         * m4/inline.m4: New file.
3695         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3696         * modules/list (Files): Add m4/inline.m4.
3697         * modules/oset (Files): Likewise.
3698
3699 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3700
3701         * lib/idcache.c: Include <stddef.h>, for offsetof.
3702         (struct userid.name): Change from char * to a flexible array member.
3703         All uses changed.
3704         * modules/idcache (Depends-on): Add flexmember.
3705
3706         * MODULES.html.sh (Core language properties): New module flexmember.
3707         * modules/flexmember, m4/flexmember.m4: New files.
3708
3709         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3710         inline functions that are identical with the old xnmalloc_inline,
3711         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3712         that we can avoid some unnecessary integer multiplications and
3713         divisions in the common case where the element size is known at
3714         compile time.
3715         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3716         needed.
3717         (xnboundedmalloc): Remove.
3718         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3719         arguments, for consistency with rest of this header.
3720         (xcharalloc): Rewrite using XNMALLOC.
3721         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3722         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3723         versions have been moved to lib/xalloc.h and renamed to be the
3724         non-*_inline versions.
3725         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3726         and xnrealloc functions, since those functions are now inline and
3727         now call us.
3728         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3729         renaming described above.
3730         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3731         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3732         captures the dependency in AC_C_INLINE.
3733
3734         New module canonicalize-lgpl, proposed by Charles Wilson in
3735         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3736         with a few small changes afterwards.
3737         * MODULES.html.sh (File system functions): New module
3738         canonicalize-lgpl.
3739         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3740         and canonicalize_file_name.
3741         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3742         * modules/canonicalize-lgpl: New files.
3743
3744 2006-11-05  Bruno Haible  <bruno@clisp.org>
3745
3746         * gnulib-tool (func_import, func_create_testdir): Create directories
3747         also for files in subdirectories of lib/.
3748
3749 2006-11-05  Bruno Haible  <bruno@clisp.org>
3750
3751         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3752         ANSI C compliant.
3753
3754 2006-11-03  Bruno Haible  <bruno@clisp.org>
3755
3756         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3757         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3758         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3759         (xnboundedmalloc): New inline function.
3760         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3761         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3762         xmalloc.
3763         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3764         xmalloc.
3765         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3766         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3767         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3768         xmalloc.
3769         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3770         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3771         xmalloc.
3772         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3773         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3774         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3775         xmalloc.
3776         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3777         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3778         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3779         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3780         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3781         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3782         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3783
3784 2006-11-03  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/c-ctype.h [C++]: Define functions without name mangling.
3787         * lib/fwriteerror.h [C++]: Likewise.
3788         * lib/gcd.h [C++]: Likewise.
3789         * lib/linebreak.h [C++]: Likewise.
3790
3791 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3792
3793         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3794         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3795         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3796         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3797         Check for functions and headers just once.
3798         Check for declaration of canonicalize_file_name.
3799         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3800
3801 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3802
3803         * gnulib-tool (func_import): Fix typo in actioncmd.
3804
3805 2006-11-02  Bruno Haible  <bruno@clisp.org>
3806
3807         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3808         newline sequence in the Makefile.am snippet as a space, like "make"
3809         does.
3810         Reported by Roger Persson <perrog@gmail.com>.
3811
3812 2006-11-01  Bruno Haible  <bruno@clisp.org>
3813
3814         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3815         already declared in <string.h>.
3816         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3817
3818 2006-11-01  Bruno Haible  <bruno@clisp.org>
3819
3820         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3821         * lib/strcase.h: Include <string.h>.
3822         (strcasecmp): Define to rpl_strcasecmp here.
3823
3824 2006-11-01  Bruno Haible  <bruno@clisp.org>
3825
3826         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3827
3828 2006-11-01  Eric Blake  <ebb9@byu.net>
3829
3830         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3831
3832         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3833
3834 2006-10-29  Bruno Haible  <bruno@clisp.org>
3835
3836         Make it compile in C++ mode.
3837         * lib/full-write.c (full_rw): Add a cast.
3838
3839 2006-11-01  Bruno Haible  <bruno@clisp.org>
3840
3841         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3842         be POSIX compliant.
3843         Reported by Roger Persson <perrog@gmail.com>.
3844
3845 2006-11-01  Eric Blake  <ebb9@byu.net>
3846
3847         * lib/getopt_.h: Fix comments.
3848
3849 2006-10-31  Eric Blake  <ebb9@byu.net>
3850
3851         * modules/tmpdir (Depends-on): Add sys_stat.
3852         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3853         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3854         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3855         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3856         tempname.
3857
3858 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3859
3860         Avoid some C++ diagnostics reported by Bruno Haible.
3861         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3862         xmalloc.
3863         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3864         (struct slotvec): Move to top level.
3865         (quotearg_n_options): Rewrite to avoid xmalloc.
3866         * lib/xalloc.h (xcharalloc): New function.
3867         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3868         [defined __cplusplus]: Add function template that provides result
3869         type propagation.  This part of the change is from Bruno Haible.
3870
3871 2006-10-29  Bruno Haible  <bruno@clisp.org>
3872
3873         Make it compile in C++ mode.
3874         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3875         * lib/strnlen1.c (strnlen1): Cast memchr result.
3876         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3877         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3878         (create_temp_dir): Rename local variable 'template'.
3879         (compile_csharp_using_sscli): Add cast.
3880         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3881         * lib/findprog.c (find_in_path): Likewise.
3882         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3883         * lib/wait-process.c (register_slave_subprocess): Likewise.
3884
3885 2006-10-22  Bruno Haible  <bruno@clisp.org>
3886
3887         * modules/tsearch: New file.
3888         * lib/tsearch.h: New file.
3889         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3890         * m4/tsearch.m4: New file.
3891         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3892
3893 2006-10-29  Eric Blake  <ebb9@byu.net>
3894
3895         * lib/arcfour.c: Assume config.h.
3896         * lib/arctwo.c: Likewise.
3897         * lib/base64.c: Likewise.
3898         * lib/check-version.c: Likewise.
3899         * lib/crc.c: Likewise.
3900         * lib/des.c: Likewise.
3901         * lib/gc-gnulib.c: Likewise.
3902         * lib/gc-libgcrypt.c: Likewise.
3903         * lib/gc-pbkdf2-sha1.c: Likewise.
3904         * lib/getaddrinfo.c: Likewise.
3905         * lib/getdelim.c: Likewise.
3906         * lib/getline.c: Likewise.
3907         * lib/hmac-md5.c: Likewise.
3908         * lib/hmac-sha1.c: Likewise.
3909         * lib/iconvme.c: Likewise.
3910         * lib/md2.c: Likewise.
3911         * lib/md4.c: Likewise.
3912         * lib/memxor.c: Likewise.
3913         * lib/read-file.c: Likewise.
3914         * lib/readline.c: Likewise.
3915         * lib/rijndael-alg-fst.c: Likewise.
3916         * lib/rijndael-api-fst.c: Likewise.
3917         * lib/xgetdomainname.c: Likewise.
3918
3919 2006-10-28  Eric Blake  <ebb9@byu.net>
3920
3921         * lib/xstrndup.c: Assume config.h.
3922
3923 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3924
3925         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3926         stat-macros.h is now for our own macros, whereas stat_h is for
3927         macros in the <sys/stat.h> name space.
3928         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3929         (STAT_MACROS_H): Remove.
3930         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3931         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3932         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3933         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3934         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3935         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3936         Move these macros to ...
3937         * lib/stat_.h: here.  Don't include stat-macros.h.
3938         * lib/canonicalize.c: Don't include stat-macros.h.
3939         * lib/chown.c: Likewise.
3940         * lib/euidaccess.c: Likewise.
3941         * lib/file-type.c: Likewise.
3942         * lib/filemode.c: Likewise.
3943         * lib/glob.c: Likewise.
3944         * lib/isapipe.c: Likewise.
3945         * lib/lchown.c: Likewise.
3946         * lib/lstat.c: Likewise.
3947         * lib/mkdir-p.c: Likewise.
3948         * lib/rmdir.c: Likewise.
3949         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3950         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3951         unless mkdir isn't declared, to speed up 'configure'.
3952         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3953         would define all the S_* symbols.
3954         * modules/canonicalize (Depends-on):
3955         Depend on sys_stat, not stat-macros.
3956         * modules/chown: Likewise.
3957         * modules/euidaccess: Likewise.
3958         * modules/filemode: Likewise.
3959         * modules/file-type: Likewise.
3960         * modules/glob: Likewise.
3961         * modules/isapipe: Likewise.
3962         * modules/lchown: Likewise.
3963         * modules/lstat: Likewise.
3964         * modules/mkancesdirs: Likewise.
3965         * modules/rmdir: Likewise.
3966         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3967         * modules/modechange: Likewise.
3968         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3969         (configure.ac): Remove gl_STAT_MACROS.
3970         * modules/sys_stat (Depends-on): Remove stat-macros.
3971
3972 2006-10-27  Bruno Haible  <bruno@clisp.org>
3973
3974         * m4/signed.m4: Remove file.
3975         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3976         invocation.
3977         * modules/vasnprintf (Files): Remove m4/signed.m4.
3978
3979 2006-10-27  Bruno Haible  <bruno@clisp.org>
3980
3981         Update to GNU gettext 0.16.
3982         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3983         m4/inttypes-h.m4, m4/signed.m4.
3984         * m4/gettext.m4: Update to GNU gettext 0.16.
3985         * m4/intl.m4: New file, from GNU gettext.
3986         * m4/intldir.m4: New file, from GNU gettext.
3987         * config/srclist.txt: Update
3988
3989 2006-10-27  Eric Blake  <ebb9@byu.net>
3990
3991         * MODULES.html.sh: Document tempname.
3992         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3993         dependencies.
3994         (Files): Move lib/tempname.c...
3995         * modules/tempname: ...to this new module.
3996         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3997         (gl_PREREQ_TEMPNAME): Move...
3998         * m4/tempname.m4: ...to this new file.
3999         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
4000         * modules/sys_stat (Depends-on): Add stat-macros.
4001         * lib/stat_.h (includes): Pick up stat macros.
4002         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
4003         if stat macros are broken.
4004         * lib/tempname.c (includes): No need to include "stat-macros.h".
4005         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
4006         (direxists, __path_search) [!_LIBC]: Don't compile these in
4007         gnulib; the tmpdir module covers that.
4008         * lib/tempname.h: New file.
4009
4010 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
4011
4012         * COPYING: Explain how gnulib-tool converts licence headers.
4013         Almost all wording by Eric Blake.
4014
4015 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
4016
4017         * lib/mbchar.h (is_basic_table): Make read-only.
4018         * lib/mbchar.c (is_basic_table): Likewise.
4019         Reported by John Darrington.
4020
4021 2006-10-25  Bruno Haible  <bruno@clisp.org>
4022
4023         * lib/progname.h (set_program_name): Undefine before defining.
4024
4025 2006-10-25  Bruno Haible  <bruno@clisp.org>
4026
4027         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
4028         false for non-gcc C++ compilers.
4029         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4030
4031 2006-10-24  Bruno Haible  <bruno@clisp.org>
4032
4033         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
4034         iconv implementations like Irix iconv.
4035
4036 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4037
4038         * modules/vararrays: New file.
4039         * m4/vararrays.m4: New file, taken from diffutils.
4040         * MODULES.html.sh: New module vararrays.
4041
4042 2006-10-24  Karl Berry  <karl@gnu.org>
4043
4044         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
4045         Don't call GNU Unix.
4046
4047 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4048
4049         * users.txt: Add Libtool.
4050
4051         Sync from Libtool:
4052
4053         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4054
4055         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
4056         to gnulib's policy of including config.h unconditionally.
4057
4058 2006-10-24  Bruno Haible  <bruno@clisp.org>
4059
4060         * modules/wcwidth (Files): Add m4/wint_t.m4.
4061         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
4062         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
4063
4064 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4065
4066         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
4067         to pacify GCC with some -W flags enabled.  Problem reported by
4068         Bruno Haible.
4069
4070 2006-10-24  Jim Meyering  <jim@meyering.net>
4071
4072         * MODULES.html.sh: Remove uinttostr.  It's not a module.
4073         Reported by Karl Berry.
4074
4075 2006-10-23  Bruno Haible  <bruno@clisp.org>
4076
4077         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
4078
4079 2006-10-24  Bruno Haible  <bruno@clisp.org>
4080
4081         * lib/gl_list.h: Use C comment style, not C++ comment style.
4082
4083 2006-10-23  Eric Blake  <ebb9@byu.net>
4084
4085         * lib/getaddrinfo.c (includes): Add missing include.
4086
4087 2006-10-23  Bruno Haible  <bruno@clisp.org>
4088             Paul Eggert  <eggert@cs.ucla.edu>
4089
4090         Ability to rename obstack_free.
4091         * lib/obstack.h (__obstack_free): New macro. Declare instead of
4092         obstack_free.
4093         (obstack_free): Invoke the __obstack_free macro.
4094         * lib/obstack.c (obstack_free): Use __obstack_free macro.
4095
4096 2006-10-23  Bruno Haible  <bruno@clisp.org>
4097             Paul Eggert  <eggert@cs.ucla.edu>
4098
4099         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
4100         __argc, __argv from the declaration. (They are defined as macros on
4101         mingw.)
4102
4103 2006-10-22  Bruno Haible  <bruno@clisp.org>
4104
4105         * doc/gnulib-intro.texi: New file.
4106         * doc/gnulib.texi: Include it.
4107
4108 2006-10-21  Bruno Haible  <bruno@clisp.org>
4109
4110         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
4111         "Introduction", "Miscellanous Notes", "Particular Modules".
4112
4113 2006-10-21  Bruno Haible  <bruno@clisp.org>
4114
4115         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4116         Change mostlyclean-local rule to avoid sh syntax error from bash
4117         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
4118
4119 2006-10-23  Jim Meyering  <jim@meyering.net>
4120
4121         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
4122         in place of snprintf.
4123
4124         * modules/inttostr (Files): Add lib/uinttostr.c.
4125         * lib/uinttostr.c (inttostr): New file/function.
4126         * lib/inttostr.h (uinttostr): Declare.
4127         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
4128         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
4129         Add uinttostr.
4130         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
4131
4132 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4133
4134         * lib/canonicalize.c (ELOOP): Define if not already defined.
4135         Problem reported by Bruno Haible in
4136         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
4137
4138 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
4139
4140         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
4141         Problem reported by Perry Smith and Ville Laurikari.
4142
4143         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
4144         uses.
4145
4146 2006-10-19  Bruno Haible  <bruno@clisp.org>
4147
4148         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
4149         for mingw.
4150
4151 2006-10-19  Bruno Haible  <bruno@clisp.org>
4152
4153         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
4154         Needed for mingw.
4155
4156 2006-10-19  Bruno Haible  <bruno@clisp.org>
4157
4158         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
4159
4160 2006-10-19  Bruno Haible  <bruno@clisp.org>
4161
4162         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
4163         it.
4164
4165 2006-10-19  Bruno Haible  <bruno@clisp.org>
4166
4167         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
4168         invocation.
4169
4170 2006-10-19  Bruno Haible  <bruno@clisp.org>
4171
4172         * gnulib-tool (func_create_testdir): Don't include ftruncate and
4173         mountlist by default.
4174
4175 2006-10-16  Bruno Haible  <bruno@clisp.org>
4176
4177         * lib/c-strstr.c: Include c-strstr.h.
4178
4179 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4180
4181         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
4182         in a slash.
4183
4184 2006-10-18  Bruno Haible  <bruno@clisp.org>
4185
4186         * lib/lock.h [C++]: Wrap definitions in extern "C".
4187
4188 2006-10-18  Bruno Haible  <bruno@clisp.org>
4189
4190         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
4191         gl_LIBOBJS list.
4192
4193 2006-10-18  Bruno Haible  <bruno@clisp.org>
4194
4195         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
4196
4197 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
4198
4199         * lib/xstrtol.h: Include gettext.h.
4200         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
4201         Problem reported by Eric Blake.
4202         * modules/xstrtol (Depends-on): Add gettext-h.
4203
4204 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
4205
4206         * lib/strftime.c (advance): New macro.
4207         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
4208         incomplete type, so you can't add 0 to it.  Problem and patch
4209         reported by Eelco Dolstra for dietlibc.
4210
4211 2006-10-18  Jim Meyering  <jim@meyering.net>
4212
4213         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
4214         type for a local, and rename it: s/up/user_proc/.
4215
4216 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
4217
4218         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
4219         READ_UTMP_USER_PROCESS.
4220         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
4221
4222 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
4223
4224         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
4225         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
4226
4227 2006-10-17  Eric Blake  <ebb9@byu.net>
4228
4229         * lib/sigprocmask.c (sigprocmask): Fix typo.
4230
4231         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
4232
4233         * modules/clean-temp (Makefile.am): Don't add to make output...
4234         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
4235         config.h.
4236
4237 2006-10-17  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
4240         differently if DEFAULT_TEXT_DOMAIN is set.
4241
4242 2006-10-16  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/clean-temp.c: Include fwriteerror.h.
4245
4246 2006-10-16  Bruno Haible  <bruno@clisp.org>
4247
4248         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
4249
4250 2006-10-16  Bruno Haible  <bruno@clisp.org>
4251
4252         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
4253         * lib/sigprocmask.h: Include <sys/types.h>.
4254         (sigset_t): Use the system's definition if present.
4255
4256 2006-10-17  Eric Blake  <ebb9@byu.net>
4257
4258         * lib/xvasprintf.c (includes): Assume config.h.
4259         * lib/xasprintf.c (includes): Likewise.
4260
4261 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4262
4263         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
4264         at least as wide as intmax_t.
4265
4266 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
4267
4268         (Imported from Automake.)
4269         * build-aux/gnupload: Update to version 1.1 of directive file.
4270
4271 2006-10-16  Eric Blake  <ebb9@byu.net>
4272
4273         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
4274         match Automake 1.10a.
4275
4276 2006-10-14  Bruno Haible  <bruno@clisp.org>
4277
4278         * modules/sigprocmask: New file.
4279         * lib/sigprocmask.h: New file.
4280         * lib/sigprocmask.c: New file.
4281         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
4282         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
4283         request sigprocmask.o.
4284         (gl_PREREQ_SIGPROCMASK): New macro.
4285         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
4286         (Depends-on): Add sigprocmask.
4287         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
4288         gt_SIGNALBLOCKING. Test for 'raise' only once.
4289         * lib/fatal-signal.c: Include sigprocmask.h.
4290         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
4291         unblock_fatal_signals): Define always.
4292         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4293         sigprocmask.
4294
4295 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
4296
4297         Sync from Automake.
4298         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
4299         which incorrectly sets the mode of an existing destination
4300         directory.  In some cases the unpatched install-sh could do the
4301         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
4302         system.  We hope this is rare in practice, but it's clearly worth
4303         fixing.  Problem reported by Alex Unleashed in
4304         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
4305         Also, don't bother to check for -m bugs unless we're using -m;
4306         suggested by Stepan Kasal.
4307
4308 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4309
4310         Sync from Automake.
4311         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
4312         `-c' flag, so they appear at the same position as in %FASTDEP%
4313         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
4314         which ignores unknown options only after the first non-option.
4315         Bug report against M4 by Nelson H. F. Beebe.
4316
4317 2006-10-13  Jim Meyering  <jim@meyering.net>
4318
4319         Fix a bug in yesterday's change.
4320         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
4321         p->fts_statp->st_dev would be used uninitialized.
4322         Ensures that we always call fts_stat on the very first entry.
4323         Miklos Szeredi reported that find -xdev stopped working.
4324
4325 2006-10-12  Bruno Haible  <bruno@clisp.org>
4326
4327         * gnulib-tool (func_get_automake_snippet): Append an automatically
4328         computed EXTRA_DIST augmentation.
4329         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
4330         * modules/alloca-opt (Makefile.am): Likewise.
4331         * modules/allocsa (Makefile.am): Likewise.
4332         * modules/arcfour (Makefile.am): Likewise.
4333         * modules/arctwo (Makefile.am): Likewise.
4334         * modules/argmatch (Makefile.am): Likewise.
4335         * modules/argz (Makefile.am): Likewise.
4336         * modules/atexit (Makefile.am): Likewise.
4337         * modules/backupfile (Makefile.am): Likewise.
4338         * modules/byteswap (Makefile.am): Likewise.
4339         * modules/c-strtod (Makefile.am): Likewise.
4340         * modules/c-strtold (Makefile.am): Likewise.
4341         * modules/calloc (Makefile.am): Likewise.
4342         * modules/canon-host (Makefile.am): Likewise.
4343         * modules/canonicalize (Makefile.am): Likewise.
4344         * modules/chdir-long (Makefile.am): Likewise.
4345         * modules/chdir-safer (Makefile.am): Likewise.
4346         * modules/check-version (Makefile.am): Likewise.
4347         * modules/chown (Makefile.am): Likewise.
4348         * modules/cloexec (Makefile.am): Likewise.
4349         * modules/close-stream (Makefile.am): Likewise.
4350         * modules/closeout (Makefile.am): Likewise.
4351         * modules/crc (Makefile.am): Likewise.
4352         * modules/csharpexec (Makefile.am): Likewise.
4353         * modules/cycle-check (Makefile.am): Likewise.
4354         * modules/des (Makefile.am): Likewise.
4355         * modules/dev-ino (Makefile.am): Likewise.
4356         * modules/dirfd (Makefile.am): Likewise.
4357         * modules/dirname (Makefile.am): Likewise.
4358         * modules/dup2 (Makefile.am): Likewise.
4359         * modules/eealloc (Makefile.am): Likewise.
4360         * modules/error (Makefile.am): Likewise.
4361         * modules/euidaccess (Makefile.am): Likewise.
4362         * modules/exclude (Makefile.am): Likewise.
4363         * modules/exitfail (Makefile.am): Likewise.
4364         * modules/fcntl-safer (Makefile.am): Likewise.
4365         * modules/fcntl (Makefile.am): Likewise.
4366         * modules/file-type (Makefile.am): Likewise.
4367         * modules/fileblocks (Makefile.am): Likewise.
4368         * modules/filemode (Makefile.am): Likewise.
4369         * modules/filenamecat (Makefile.am): Likewise.
4370         * modules/fnmatch (Makefile.am): Likewise.
4371         * modules/fopen-safer (Makefile.am): Likewise.
4372         * modules/fpending (Makefile.am): Likewise.
4373         * modules/fprintftime (Makefile.am): Likewise.
4374         * modules/free (Makefile.am): Likewise.
4375         * modules/fsusage (Makefile.am): Likewise.
4376         * modules/ftruncate (Makefile.am): Likewise.
4377         * modules/fts (Makefile.am): Likewise.
4378         * modules/gc-arcfour (Makefile.am): Likewise.
4379         * modules/gc-des (Makefile.am): Likewise.
4380         * modules/gc-hmac-md5 (Makefile.am): Likewise.
4381         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
4382         * modules/gc-md4 (Makefile.am): Likewise.
4383         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4384         * modules/gc-sha1 (Makefile.am): Likewise.
4385         * modules/gc (Makefile.am): Likewise.
4386         * modules/getaddrinfo (Makefile.am): Likewise.
4387         * modules/getcwd (Makefile.am): Likewise.
4388         * modules/getdelim (Makefile.am): Likewise.
4389         * modules/getdomainname (Makefile.am): Likewise.
4390         * modules/getgroups (Makefile.am): Likewise.
4391         * modules/gethostname (Makefile.am): Likewise.
4392         * modules/gethrxtime (Makefile.am): Likewise.
4393         * modules/getline (Makefile.am): Likewise.
4394         * modules/getloadavg (Makefile.am): Likewise.
4395         * modules/getlogin_r (Makefile.am): Likewise.
4396         * modules/getndelim2 (Makefile.am): Likewise.
4397         * modules/getopt (Makefile.am): Likewise.
4398         * modules/getpagesize (Makefile.am): Likewise.
4399         * modules/getpass-gnu (Makefile.am): Likewise.
4400         * modules/getpass (Makefile.am): Likewise.
4401         * modules/getsubopt (Makefile.am): Likewise.
4402         * modules/gettime (Makefile.am): Likewise.
4403         * modules/gettimeofday (Makefile.am): Likewise.
4404         * modules/getugroups (Makefile.am): Likewise.
4405         * modules/getusershell (Makefile.am): Likewise.
4406         * modules/glob (Makefile.am): Likewise.
4407         * modules/group-member (Makefile.am): Likewise.
4408         * modules/hard-locale (Makefile.am): Likewise.
4409         * modules/hash (Makefile.am): Likewise.
4410         * modules/hmac-md5 (Makefile.am): Likewise.
4411         * modules/hmac-sha1 (Makefile.am): Likewise.
4412         * modules/human (Makefile.am): Likewise.
4413         * modules/idcache (Makefile.am): Likewise.
4414         * modules/imaxabs (Makefile.am): Likewise.
4415         * modules/imaxdiv (Makefile.am): Likewise.
4416         * modules/inet_ntop (Makefile.am): Likewise.
4417         * modules/inet_pton (Makefile.am): Likewise.
4418         * modules/intprops (Makefile.am): Likewise.
4419         * modules/inttostr (Makefile.am): Likewise.
4420         * modules/inttypes (Makefile.am): Likewise.
4421         * modules/isapipe (Makefile.am): Likewise.
4422         * modules/javaversion (Makefile.am): Likewise.
4423         * modules/lchmod (Makefile.am): Likewise.
4424         * modules/lchown (Makefile.am): Likewise.
4425         * modules/localcharset (Makefile.am): Likewise.
4426         * modules/long-options (Makefile.am): Likewise.
4427         * modules/lstat (Makefile.am): Likewise.
4428         * modules/malloc (Makefile.am): Likewise.
4429         * modules/mathl (Makefile.am): Likewise.
4430         * modules/mbchar (Makefile.am): Likewise.
4431         * modules/md2 (Makefile.am): Likewise.
4432         * modules/md4 (Makefile.am): Likewise.
4433         * modules/md5 (Makefile.am): Likewise.
4434         * modules/memcasecmp (Makefile.am): Likewise.
4435         * modules/memchr (Makefile.am): Likewise.
4436         * modules/memcmp (Makefile.am): Likewise.
4437         * modules/memcoll (Makefile.am): Likewise.
4438         * modules/memcpy (Makefile.am): Likewise.
4439         * modules/memmem (Makefile.am): Likewise.
4440         * modules/memmove (Makefile.am): Likewise.
4441         * modules/mempcpy (Makefile.am): Likewise.
4442         * modules/memrchr (Makefile.am): Likewise.
4443         * modules/memset (Makefile.am): Likewise.
4444         * modules/memxor (Makefile.am): Likewise.
4445         * modules/mkancesdirs (Makefile.am): Likewise.
4446         * modules/mkdir-p (Makefile.am): Likewise.
4447         * modules/mkdir (Makefile.am): Likewise.
4448         * modules/mkdtemp (Makefile.am): Likewise.
4449         * modules/mkstemp (Makefile.am): Likewise.
4450         * modules/mktime (Makefile.am): Likewise.
4451         * modules/modechange (Makefile.am): Likewise.
4452         * modules/mountlist (Makefile.am): Likewise.
4453         * modules/nanosleep (Makefile.am): Likewise.
4454         * modules/obstack (Makefile.am): Likewise.
4455         * modules/openat (Makefile.am): Likewise.
4456         * modules/pagealign_alloc (Makefile.am): Likewise.
4457         * modules/pathmax (Makefile.am): Likewise.
4458         * modules/physmem (Makefile.am): Likewise.
4459         * modules/poll (Makefile.am): Likewise.
4460         * modules/posixtm (Makefile.am): Likewise.
4461         * modules/posixver (Makefile.am): Likewise.
4462         * modules/putenv (Makefile.am): Likewise.
4463         * modules/quote (Makefile.am): Likewise.
4464         * modules/quotearg (Makefile.am): Likewise.
4465         * modules/raise (Makefile.am): Likewise.
4466         * modules/read-file (Makefile.am): Likewise.
4467         * modules/readline (Makefile.am): Likewise.
4468         * modules/readlink (Makefile.am): Likewise.
4469         * modules/readtokens (Makefile.am): Likewise.
4470         * modules/readutmp (Makefile.am): Likewise.
4471         * modules/realloc (Makefile.am): Likewise.
4472         * modules/regex (Makefile.am): Likewise.
4473         * modules/rename-dest-slash (Makefile.am): Likewise.
4474         * modules/rename (Makefile.am): Likewise.
4475         * modules/rijndael (Makefile.am): Likewise.
4476         * modules/rmdir (Makefile.am): Likewise.
4477         * modules/rpmatch (Makefile.am): Likewise.
4478         * modules/safe-read (Makefile.am): Likewise.
4479         * modules/safe-write (Makefile.am): Likewise.
4480         * modules/same-inode (Makefile.am): Likewise.
4481         * modules/same (Makefile.am): Likewise.
4482         * modules/save-cwd (Makefile.am): Likewise.
4483         * modules/savedir (Makefile.am): Likewise.
4484         * modules/setenv (Makefile.am): Likewise.
4485         * modules/settime (Makefile.am): Likewise.
4486         * modules/sha1 (Makefile.am): Likewise.
4487         * modules/sig2str (Makefile.am): Likewise.
4488         * modules/snprintf (Makefile.am): Likewise.
4489         * modules/stat-macros (Makefile.am): Likewise.
4490         * modules/stat-time (Makefile.am): Likewise.
4491         * modules/stdbool (Makefile.am): Likewise.
4492         * modules/stdint (Makefile.am): Likewise.
4493         * modules/stdlib-safer (Makefile.am): Likewise.
4494         * modules/stpcpy (Makefile.am): Likewise.
4495         * modules/stpncpy (Makefile.am): Likewise.
4496         * modules/strcase (Makefile.am): Likewise.
4497         * modules/strcasestr (Makefile.am): Likewise.
4498         * modules/strchrnul (Makefile.am): Likewise.
4499         * modules/strcspn (Makefile.am): Likewise.
4500         * modules/strdup (Makefile.am): Likewise.
4501         * modules/strerror (Makefile.am): Likewise.
4502         * modules/strftime (Makefile.am): Likewise.
4503         * modules/strndup (Makefile.am): Likewise.
4504         * modules/strnlen (Makefile.am): Likewise.
4505         * modules/strpbrk (Makefile.am): Likewise.
4506         * modules/strsep (Makefile.am): Likewise.
4507         * modules/strstr (Makefile.am): Likewise.
4508         * modules/strtod (Makefile.am): Likewise.
4509         * modules/strtoimax (Makefile.am): Likewise.
4510         * modules/strtok_r (Makefile.am): Likewise.
4511         * modules/strtol (Makefile.am): Likewise.
4512         * modules/strtoll (Makefile.am): Likewise.
4513         * modules/strtoul (Makefile.am): Likewise.
4514         * modules/strtoull (Makefile.am): Likewise.
4515         * modules/strtoumax (Makefile.am): Likewise.
4516         * modules/strverscmp (Makefile.am): Likewise.
4517         * modules/sys_socket (Makefile.am): Likewise.
4518         * modules/sys_stat (Makefile.am): Likewise.
4519         * modules/sysexits (Makefile.am): Likewise.
4520         * modules/time_r (Makefile.am): Likewise.
4521         * modules/timegm (Makefile.am): Likewise.
4522         * modules/timespec (Makefile.am): Likewise.
4523         * modules/tmpfile-safer (Makefile.am): Likewise.
4524         * modules/trim (Makefile.am): Likewise.
4525         * modules/unistd-safer (Makefile.am): Likewise.
4526         * modules/unlinkdir (Makefile.am): Likewise.
4527         * modules/unlocked-io (Makefile.am): Likewise.
4528         * modules/userspec (Makefile.am): Likewise.
4529         * modules/utime (Makefile.am): Likewise.
4530         * modules/utimecmp (Makefile.am): Likewise.
4531         * modules/utimens (Makefile.am): Likewise.
4532         * modules/vasnprintf (Makefile.am): Likewise.
4533         * modules/vasprintf (Makefile.am): Likewise.
4534         * modules/vsnprintf (Makefile.am): Likewise.
4535         * modules/xalloc (Makefile.am): Likewise.
4536         * modules/xgetcwd (Makefile.am): Likewise.
4537         * modules/xnanosleep (Makefile.am): Likewise.
4538         * modules/xreadlink (Makefile.am): Likewise.
4539         * modules/xstrtod (Makefile.am): Likewise.
4540         * modules/xstrtol (Makefile.am): Likewise.
4541         * modules/xstrtold (Makefile.am): Likewise.
4542         * modules/yesno (Makefile.am): Likewise.
4543         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4544
4545 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4546
4547         * modules/error (Makefile.am): Distribute files through
4548         EXTRA_DIST, not lib_SOURCES.
4549
4550 2006-10-12  Eric Blake  <ebb9@byu.net>
4551
4552         * modules/error (Makefile.am): Distribute files in /lib.
4553         * modules/obstack (Makefile.am): Likewise.
4554
4555 2006-10-12  Bruno Haible  <bruno@clisp.org>
4556
4557         * modules/acl (Makefile.am): Distribute all files in lib/ through
4558         EXTRA_DIST.
4559         * modules/arcfour (Makefile.am): Likewise.
4560         * modules/arctwo (Makefile.am): Likewise.
4561         * modules/argmatch (Makefile.am): Likewise.
4562         * modules/argz (Makefile.am): Likewise.
4563         * modules/atexit (Makefile.am): Likewise.
4564         * modules/backupfile (Makefile.am): Likewise.
4565         * modules/c-strtod (Makefile.am): Likewise.
4566         * modules/c-strtold (Makefile.am): Likewise.
4567         * modules/calloc (Makefile.am): Likewise.
4568         * modules/canon-host (Makefile.am): Likewise.
4569         * modules/canonicalize (Makefile.am): Likewise.
4570         * modules/chdir-long (Makefile.am): Likewise.
4571         * modules/chdir-safer (Makefile.am): Likewise.
4572         * modules/check-version (Makefile.am): Likewise.
4573         * modules/chown (Makefile.am): Likewise.
4574         * modules/cloexec (Makefile.am): Likewise.
4575         * modules/close-stream (Makefile.am): Likewise.
4576         * modules/closeout (Makefile.am): Likewise.
4577         * modules/crc (Makefile.am): Likewise.
4578         * modules/cycle-check (Makefile.am): Likewise.
4579         * modules/des (Makefile.am): Likewise.
4580         * modules/dirfd (Makefile.am): Likewise.
4581         * modules/dirname (Makefile.am): Likewise.
4582         * modules/dup2 (Makefile.am): Likewise.
4583         * modules/euidaccess (Makefile.am): Likewise.
4584         * modules/exclude (Makefile.am): Likewise.
4585         * modules/exitfail (Makefile.am): Likewise.
4586         * modules/fcntl-safer (Makefile.am): Likewise.
4587         * modules/file-type (Makefile.am): Likewise.
4588         * modules/fileblocks (Makefile.am): Likewise.
4589         * modules/filemode (Makefile.am): Likewise.
4590         * modules/filenamecat (Makefile.am): Likewise.
4591         * modules/fnmatch (Makefile.am): Likewise.
4592         * modules/fopen-safer (Makefile.am): Likewise.
4593         * modules/fpending (Makefile.am): Likewise.
4594         * modules/fprintftime (Makefile.am): Likewise.
4595         * modules/free (Makefile.am): Likewise.
4596         * modules/fsusage (Makefile.am): Likewise.
4597         * modules/ftruncate (Makefile.am): Likewise.
4598         * modules/fts (Makefile.am): Likewise.
4599         * modules/gc (Makefile.am): Likewise.
4600         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4601         * modules/getaddrinfo (Makefile.am): Likewise.
4602         * modules/getcwd (Makefile.am): Likewise.
4603         * modules/getdelim (Makefile.am): Likewise.
4604         * modules/getdomainname (Makefile.am): Likewise.
4605         * modules/getgroups (Makefile.am): Likewise.
4606         * modules/gethostname (Makefile.am): Likewise.
4607         * modules/gethrxtime (Makefile.am): Likewise.
4608         * modules/getline (Makefile.am): Likewise.
4609         * modules/getloadavg (Makefile.am): Likewise.
4610         * modules/getlogin_r (Makefile.am): Likewise.
4611         * modules/getopt (Makefile.am): Likewise.
4612         * modules/getpass (Makefile.am): Likewise.
4613         * modules/getpass-gnu (Makefile.am): Likewise.
4614         * modules/getsubopt (Makefile.am): Likewise.
4615         * modules/gettime (Makefile.am): Likewise.
4616         * modules/gettimeofday (Makefile.am): Likewise.
4617         * modules/getugroups (Makefile.am): Likewise.
4618         * modules/getusershell (Makefile.am): Likewise.
4619         * modules/glob (Makefile.am): Likewise.
4620         * modules/group-member (Makefile.am): Likewise.
4621         * modules/hard-locale (Makefile.am): Likewise.
4622         * modules/hash (Makefile.am): Likewise.
4623         * modules/hmac-md5 (Makefile.am): Likewise.
4624         * modules/hmac-sha1 (Makefile.am): Likewise.
4625         * modules/human (Makefile.am): Likewise.
4626         * modules/idcache (Makefile.am): Likewise.
4627         * modules/imaxabs (Makefile.am): Likewise.
4628         * modules/imaxdiv (Makefile.am): Likewise.
4629         * modules/inet_ntop (Makefile.am): Likewise.
4630         * modules/inet_pton (Makefile.am): Likewise.
4631         * modules/inttostr (Makefile.am): Likewise.
4632         * modules/isapipe (Makefile.am): Likewise.
4633         * modules/lchown (Makefile.am): Likewise.
4634         * modules/long-options (Makefile.am): Likewise.
4635         * modules/lstat (Makefile.am): Likewise.
4636         * modules/malloc (Makefile.am): Likewise.
4637         * modules/mathl (Makefile.am): Likewise.
4638         * modules/mbchar (Makefile.am): Likewise.
4639         * modules/md2 (Makefile.am): Likewise.
4640         * modules/md4 (Makefile.am): Likewise.
4641         * modules/md5 (Makefile.am): Likewise.
4642         * modules/memcasecmp (Makefile.am): Likewise.
4643         * modules/memchr (Makefile.am): Likewise.
4644         * modules/memcmp (Makefile.am): Likewise.
4645         * modules/memcoll (Makefile.am): Likewise.
4646         * modules/memcpy (Makefile.am): Likewise.
4647         * modules/memmem (Makefile.am): Likewise.
4648         * modules/memmove (Makefile.am): Likewise.
4649         * modules/mempcpy (Makefile.am): Likewise.
4650         * modules/memrchr (Makefile.am): Likewise.
4651         * modules/memset (Makefile.am): Likewise.
4652         * modules/memxor (Makefile.am): Likewise.
4653         * modules/mkancesdirs (Makefile.am): Likewise.
4654         * modules/mkdir (Makefile.am): Likewise.
4655         * modules/mkdir-p (Makefile.am): Likewise.
4656         * modules/mkdtemp (Makefile.am): Likewise.
4657         * modules/mkstemp (Makefile.am): Likewise.
4658         * modules/mktime (Makefile.am): Likewise.
4659         * modules/modechange (Makefile.am): Likewise.
4660         * modules/mountlist (Makefile.am): Likewise.
4661         * modules/nanosleep (Makefile.am): Likewise.
4662         * modules/openat (Makefile.am): Likewise.
4663         * modules/pagealign_alloc (Makefile.am): Likewise.
4664         * modules/physmem (Makefile.am): Likewise.
4665         * modules/poll (Makefile.am): Likewise.
4666         * modules/posixtm (Makefile.am): Likewise.
4667         * modules/posixver (Makefile.am): Likewise.
4668         * modules/putenv (Makefile.am): Likewise.
4669         * modules/quote (Makefile.am): Likewise.
4670         * modules/quotearg (Makefile.am): Likewise.
4671         * modules/raise (Makefile.am): Likewise.
4672         * modules/read-file (Makefile.am): Likewise.
4673         * modules/readline (Makefile.am): Likewise.
4674         * modules/readlink (Makefile.am): Likewise.
4675         * modules/readtokens (Makefile.am): Likewise.
4676         * modules/readutmp (Makefile.am): Likewise.
4677         * modules/realloc (Makefile.am): Likewise.
4678         * modules/regex (Makefile.am): Likewise.
4679         * modules/rename (Makefile.am): Likewise.
4680         * modules/rename-dest-slash (Makefile.am): Likewise.
4681         * modules/rijndael (Makefile.am): Likewise.
4682         * modules/rmdir (Makefile.am): Likewise.
4683         * modules/rpmatch (Makefile.am): Likewise.
4684         * modules/safe-read (Makefile.am): Likewise.
4685         * modules/safe-write (Makefile.am): Likewise.
4686         * modules/same (Makefile.am): Likewise.
4687         * modules/save-cwd (Makefile.am): Likewise.
4688         * modules/savedir (Makefile.am): Likewise.
4689         * modules/setenv (Makefile.am): Likewise.
4690         * modules/settime (Makefile.am): Likewise.
4691         * modules/sha1 (Makefile.am): Likewise.
4692         * modules/sig2str (Makefile.am): Likewise.
4693         * modules/snprintf (Makefile.am): Likewise.
4694         * modules/stdlib-safer (Makefile.am): Likewise.
4695         * modules/stpcpy (Makefile.am): Likewise.
4696         * modules/stpncpy (Makefile.am): Likewise.
4697         * modules/strcase (Makefile.am): Likewise.
4698         * modules/strcasestr (Makefile.am): Likewise.
4699         * modules/strchrnul (Makefile.am): Likewise.
4700         * modules/strcspn (Makefile.am): Likewise.
4701         * modules/strdup (Makefile.am): Likewise.
4702         * modules/strerror (Makefile.am): Likewise.
4703         * modules/strftime (Makefile.am): Likewise.
4704         * modules/strndup (Makefile.am): Likewise.
4705         * modules/strnlen (Makefile.am): Likewise.
4706         * modules/strpbrk (Makefile.am): Likewise.
4707         * modules/strsep (Makefile.am): Likewise.
4708         * modules/strstr (Makefile.am): Likewise.
4709         * modules/strtod (Makefile.am): Likewise.
4710         * modules/strtoimax (Makefile.am): Likewise.
4711         * modules/strtok_r (Makefile.am): Likewise.
4712         * modules/strtol (Makefile.am): Likewise.
4713         * modules/strtoll (Makefile.am): Likewise.
4714         * modules/strtoul (Makefile.am): Likewise.
4715         * modules/strtoull (Makefile.am): Likewise.
4716         * modules/strtoumax (Makefile.am): Likewise.
4717         * modules/strverscmp (Makefile.am): Likewise.
4718         * modules/time_r (Makefile.am): Likewise.
4719         * modules/timegm (Makefile.am): Likewise.
4720         * modules/tmpfile-safer (Makefile.am): Likewise.
4721         * modules/unistd-safer (Makefile.am): Likewise.
4722         * modules/unlinkdir (Makefile.am): Likewise.
4723         * modules/userspec (Makefile.am): Likewise.
4724         * modules/utime (Makefile.am): Likewise.
4725         * modules/utimecmp (Makefile.am): Likewise.
4726         * modules/utimens (Makefile.am): Likewise.
4727         * modules/vasnprintf (Makefile.am): Likewise.
4728         * modules/vasprintf (Makefile.am): Likewise.
4729         * modules/vsnprintf (Makefile.am): Likewise.
4730         * modules/xalloc (Makefile.am): Likewise.
4731         * modules/xgetcwd (Makefile.am): Likewise.
4732         * modules/xnanosleep (Makefile.am): Likewise.
4733         * modules/xreadlink (Makefile.am): Likewise.
4734         * modules/xstrtod (Makefile.am): Likewise.
4735         * modules/xstrtol (Makefile.am): Likewise.
4736         * modules/xstrtold (Makefile.am): Likewise.
4737         * modules/yesno (Makefile.am): Likewise.
4738
4739 2006-10-12  Jim Meyering  <jim@meyering.net>
4740
4741         * m4/getloadavg.m4: Revert the change below.
4742
4743         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4744         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4745         fail with a symlink, which is what coreutils' ./bootstrap now
4746         creates by default.
4747
4748 2006-10-12  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4751         mingw.
4752         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4753         MSVC and mingw explicitly.
4754
4755 2006-10-11  Simon Josefsson  <jas@extundo.com>
4756             Bruno Haible  <bruno@clisp.org>
4757
4758         Add support for multiple gnulib-tool invocations in the scope of a
4759         single configure.ac file.
4760         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4761         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4762         with the same contents as the _LIBADD variable.
4763         (func_emit_initmacro_start, func_emit_initmacro_end,
4764         func_emit_initmacro_done): New functions.
4765         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4766         gl_LIBOBJS and gl_LTLIBOBJS.
4767
4768 2006-10-11  Bruno Haible  <bruno@clisp.org>
4769
4770         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4771         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4772         autoreconf. Instead, invoke autopoint explicitly but move back the
4773         *.m4 files from gnulib.
4774
4775 2006-10-11  Bruno Haible  <bruno@clisp.org>
4776
4777         * gnulib-tool (func_usage): Make module names after --create-testdir
4778         optional.
4779         (func_create_testdir): If no module was specified, use nearly all
4780         modules.
4781
4782 2006-10-12  Jim Meyering  <jim@meyering.net>
4783
4784         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4785         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4786         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4787         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4788         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4789         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4790         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4791         (fts_set_stat_required): New function.
4792         (fts_open): Defer the calls to fts_stat, if possible or requested.
4793         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4794         into fts_stat itself.
4795         (fts_read): Perform any required (deferred) fts_stat call.
4796         (fts_build): Likewise, for the directory we're about to open and read.
4797         In the readdir loop, carefully decide whether each entry will require
4798         an eventual call to fts_stat, using dirent.d_type info if available.
4799         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4800         a command line argument into this function.  Update all callers.
4801         Map a return value of FTS_DOT to FTS_D for a command line argument.
4802         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4803         Thanks to Miklos Szeredi for his tenacity and for the initial
4804         bug report about "find" failing on a FUSE-based file system.
4805
4806         * lib/fts.c (fts_open): Use consistent indentation.
4807
4808 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4809
4810         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4811         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4812         reported by Jim Meyering.  All uses of cache variables renamed
4813         to match Autoconf's.
4814         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4815         the other one.
4816
4817         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4818         Fix misspelling in diagnostic.
4819
4820 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4821
4822         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4823         defined.  Problem reported by Matthew Woehlke.
4824
4825         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4826         Add support for Tandem NonStop R series.
4827         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4828         Use new macro.
4829
4830         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4831         (has_trailing_slash): Omit size arg; all callers changed.
4832         Omit 'inline', since it doesn't help performance and we'd
4833         need to configure it.
4834         Don't count //, ///, etc. as having a trailing slash.
4835         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4836         (rpl_rename_dest_slash): On failure, use rename's errno rather
4837         than (in some cases) an incorrect or junk errno.
4838         Simplify code by removing need to compute length; this does
4839         cause it to make two passes instead of one over the file name,
4840         but it's worth it.
4841
4842         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4843         change, since Autoconf's version may no longer be appropriate now
4844         that we are using CVS Autoconf's version.  Add support for Tandem.
4845
4846 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4847             Bruno Haible  <bruno@clisp.org>
4848
4849         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4850         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4851         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4852         gl_AC_TYPE_LONG_LONG.
4853
4854         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4855         instead of HAVE_LONG_LONG.
4856         * lib/printf-args.c (printf_fetchargs): Likewise.
4857         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4858         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4859         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4860         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4861         gl_AC_TYPE_LONG_LONG.
4862
4863 2006-10-11  Bruno Haible  <bruno@clisp.org>
4864
4865         * m4/longlong.m4: Add comments.
4866         * m4/ulonglong.m4: Likewise.
4867
4868 2006-10-10  Bruno Haible  <bruno@clisp.org>
4869
4870         Make it possible to #define stpcpy, strdup to aliases.
4871         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4872         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4873
4874 2006-10-10  Bruno Haible  <bruno@clisp.org>
4875
4876         Make it possible to #define gcd to an alias.
4877         * lib/gcd.c: Include config.h.
4878
4879 2006-10-10  Bruno Haible  <bruno@clisp.org>
4880
4881         Make it possible to #define c_isascii to an alias.
4882         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4883         defined. Undefine the macros before defining them, to avoid gcc
4884         warnings.
4885         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4886         define NO_C_CTYPE_MACROS early.
4887
4888 2006-10-10  Bruno Haible  <bruno@clisp.org>
4889
4890         Make it possible to #define set_program_name to an alias.
4891         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4892         ENABLE_RELOCATABLE early.
4893
4894 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4895
4896         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4897         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4898         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4899         More generally, don't assume that 64-bit signed int is available
4900         if unsigned int is, and vice versa.
4901         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4902         unsigned symbols, not on their signed counterparts.
4903         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4904         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4905         (UINT64_C, UINTMAX_C):
4906         Likewise.
4907         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4908         unsigned counterparts.
4909         (Have_long_long, Unsigned): New macros.
4910         (Int): Renamed from INT.
4911         (strtoimax): Use the new macros.
4912         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4913         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4914         * modules/inttypes (inttypes.h): Substitute
4915         HAVE_UNSIGNED_LONG_LONG_INT.
4916         * modules/stdint (stdint.h): Likewise.
4917         (Files): Add m4/ulonglong.m4.
4918
4919 2006-10-10  Bruno Haible  <bruno@clisp.org>
4920
4921         Fix a gcc -Wshadow warning.
4922         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4923         to 'bucket'.
4924         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4925         gl_linked_indexof_from_to): Likewise.
4926         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4927         Likewise.
4928         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4929         Likewise.
4930         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4931         Reported by Eric Blake.
4932
4933 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4934
4935         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4936         for NetBSD.  Problem reported by Bruno Haible.
4937
4938 2006-10-09  Jim Meyering  <jim@meyering.net>
4939
4940         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4941         Patch from Bruno Haible.
4942
4943 2006-10-09  Jim Meyering  <jim@meyering.net>
4944
4945         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4946         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4947         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4948
4949 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4950
4951         Don't include <config.h> twice; this doesn't work in some cases,
4952         e.g., when config.h has "#define intmax_t long long int" and
4953         we include <config.h>, <inttypes.h>, <config.h> in that order.
4954         Problem reported by Matthew Woehlke in:
4955         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4956         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4957         * lib/fts-cycle.c: Don't include config.h.
4958         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4959         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4960         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4961         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4962         inttypes.h.
4963         * lib/xstrtoumax.c: Likewise.
4964         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4965         __strtol and the like, so that this module is more like its siblings.
4966         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4967         Remove; no longer needed now that we assume gnulib inttypes.h.
4968
4969 2006-10-08  Bruno Haible  <bruno@clisp.org>
4970
4971         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4972         option.
4973
4974 2006-10-07  Jim Meyering  <jim@meyering.net>
4975
4976         * modules/inttypes (inttypes.h): Revert what seems to have been
4977         an inadvertent part of today's change: use "|", not "/" in the
4978         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4979
4980 2006-10-07  Bruno Haible  <bruno@clisp.org>
4981
4982         * modules/sublist: New file.
4983
4984 2006-10-07  Bruno Haible  <bruno@clisp.org>
4985
4986         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4987         * modules/argz (argz.h): Likewise.
4988         * modules/arpa_inet (arpa/inet.h): Likewise.
4989         * modules/byteswap (byteswap.h): Likewise.
4990         * modules/configmake (configmake.h): Likewise.
4991         * modules/fcntl (fcntl.h): Likewise.
4992         * modules/fnmatch (fnmatch.h): Likewise.
4993         * modules/getopt (getopt.h): Likewise.
4994         * modules/glob (glob.h): Likewise.
4995         * modules/inttypes (inttypes.h): Likewise.
4996         * modules/netinet_in (netinet/in.h): Likewise.
4997         * modules/poll (poll.h): Likewise.
4998         * modules/stdbool (stdbool.h): Likewise.
4999         * modules/stdint (stdint.h): Likewise.
5000         * modules/sys_select (sys/select.h): Likewise.
5001         * modules/sys_socket (sys/socket.h): Likewise.
5002         * modules/sys_stat (sys/stat.h): Likewise.
5003         * modules/sysexits (sysexits.h): Likewise.
5004         * modules/unistd (unistd.h): Likewise.
5005         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5006         Add a "DO NOT EDIT" comment to the generated file.
5007         (func_import): Likewise for gnulib-comp.m4.
5008
5009 2006-10-07  Bruno Haible  <bruno@clisp.org>
5010
5011         * lib/gl_sublist.h: New file.
5012         * lib/gl_sublist.c: New file.
5013
5014 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
5015
5016         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
5017         name (relative to the original working directory) and the file
5018         name component (relative to the temporary working directory).  All
5019         callers changed.
5020         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
5021         * lib/mkdir-p.c (make_dir_parents): Likewise.
5022         * lib/mkdir-p.h (make_dir_parents): Likewise.
5023
5024 2006-10-06  Eric Blake  <ebb9@byu.net>
5025
5026         Define several macros for use by the clean-temp module.
5027         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
5028         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
5029         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
5030
5031         * lib/clean-temp.h (close_stream_temp): New declaration.
5032         * lib/clean-temp.c (includes): Pull in headers according to what
5033         other modules are in use.
5034         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
5035
5036 2006-10-06  Bruno Haible  <bruno@clisp.org>
5037
5038         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
5039         instead of fopen, fwriteerror.
5040
5041 2006-10-06  Bruno Haible  <bruno@clisp.org>
5042
5043         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
5044         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
5045         int.
5046         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
5047         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
5048         Return an error indicator.
5049         Suggested by Eric Blake.
5050
5051 2006-10-06  Bruno Haible  <bruno@clisp.org>
5052
5053         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
5054         Reported by Eric Blake.
5055
5056 2006-10-06  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/closeout (Description): Mention stderr too.
5059
5060 2006-10-06  Bruno Haible  <bruno@clisp.org>
5061         and Paul Eggert  <eggert@cs.ucla.edu>
5062
5063         * lib/closeout.c (close_stdout): Also close stderr.
5064         * lib/closeout.h: Update comment.
5065
5066 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5067
5068         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
5069         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
5070         * lib/dirchownmod.c: Include lchown.h.
5071         * lib/lchown.c: Don't include files that lchown.h now includes.
5072         Don't declare chown, since lchown.h now does that.
5073         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
5074         (lchown): Define to rpl_chown if lchown is declared but
5075         does not exist.  Declare using a prototype if lchown is not
5076         declared.  Add a copyright notice.
5077         * lib/mkstemp.h: Include <unistd.h>.
5078         * lib/openat.c: Include lchown.h.
5079
5080         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
5081         we now test for that separately.
5082         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
5083         rather than O_NOFOLLOW, when testing whether it's possible to
5084         avoid a race condition reliably.
5085         * lib/savewd.c (savewd_chdir): Likewise.
5086
5087         Remove macros that are no longer needed now that stdint.h is
5088         reliable.
5089         * lib/fsusage.c (UINTMAX_MAX): Remove.
5090         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
5091         * lib/utimecmp.c (SIZE_MAX): Remove.
5092
5093         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
5094
5095         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
5096         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
5097         O_NOATIME works.
5098
5099 2006-10-05  Bruno Haible  <bruno@clisp.org>
5100
5101         * lib/gl_list.h (gl_sortedlist_search_from_to,
5102         gl_sortedlist_indexof_from_to): New declarations.
5103         (gl_list_implementation): New fields sortedlist_search_from_to,
5104         sortedlist_indexof_from_to.
5105         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
5106         inline functions.
5107         * lib/gl_list.c (gl_sortedlist_search_from_to,
5108         gl_sortedlist_indexof_from_to): New functions.
5109         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
5110         function.
5111         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
5112         (gl_array_sortedlist_search_from_to): New function.
5113         (gl_array_list_implementation): Update.
5114         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
5115         function.
5116         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
5117         (gl_carray_sortedlist_search_from_to): New function.
5118         (gl_carray_list_implementation): Update.
5119         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
5120         gl_linked_sortedlist_indexof_from_to): New functions.
5121         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5122         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5123         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
5124         gl_tree_sortedlist_indexof_from_to): New functions.
5125         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5126         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5127         Update.
5128         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5129         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
5130         Update.
5131
5132 2006-10-05  Bruno Haible  <bruno@clisp.org>
5133
5134         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
5135         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
5136         (struct gl_list_implementation): Add fields search_from_to,
5137         indexof_from_to. Remove fields search, indexof.
5138         (gl_list_search): Use the search_from_to method.
5139         (gl_list_search_from, gl_list_search_from_to): New functions.
5140         (gl_list_indexof): Use the indexof_from_to method.
5141         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5142         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
5143         (gl_list_search_from, gl_list_search_from_to): New functions.
5144         (gl_list_indexof): Use the indexof_from_to method.
5145         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
5146         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
5147         gl_array_indexof. Add start_index, end_index arguments.
5148         (gl_array_search_from_to): Renamed from gl_array_search. Add
5149         start_index, end_index arguments.
5150         (gl_array_remove, gl_array_list_implementation): Update.
5151         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
5152         gl_carray_indexof. Add start_index, end_index arguments.
5153         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
5154         start_index, end_index arguments.
5155         (gl_carray_remove, gl_carray_list_implementation): Update.
5156         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
5157         gl_linked_search. Add start_index, end_index arguments.
5158         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
5159         start_index, end_index arguments.
5160         (gl_linked_remove): Update.
5161         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5162         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5163         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
5164         field to 'size_t'.
5165         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
5166         gl_tree_search. Add start_index, end_index arguments.
5167         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5168         start_index, end_index arguments.
5169         (gl_tree_remove): Update.
5170         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5171         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5172         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
5173         function.
5174         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
5175         gl_tree_search. Add start_index, end_index arguments.
5176         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
5177         start_index, end_index arguments.
5178         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5179         Update.
5180         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5181
5182 2006-10-05  Bruno Haible  <bruno@clisp.org>
5183
5184         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
5185
5186         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
5187         fwriteerror_temp): New declarations.
5188         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
5189         (descriptors): New variable.
5190         (cleanup): First, close the descriptors.
5191         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
5192         fclose_temp, fwriteerror_temp): New functions.
5193
5194 2006-10-04  Jim Meyering  <jim@meyering.net>
5195
5196         * lib/fts.c (fts_open): Tiny comment change.
5197
5198 2006-10-04  Bruno Haible  <bruno@clisp.org>
5199
5200         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
5201         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
5202         gl_LOCK_BODY.
5203         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
5204         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
5205         gl_LOCK_EARLY_BODY.
5206         (gl_LOCK): Require gl_LOCK_BODY.
5207
5208 2006-10-04  Bruno Haible  <bruno@clisp.org>
5209
5210         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
5211         (gl_oset_search_atleast): New declaration.
5212         (struct gl_oset_implementation): Add field 'search_atleast'.
5213         (gl_oset_search_atleast): New inline function.
5214         * lib/gl_oset.c (gl_oset_search_atleast): New function.
5215         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
5216         (gl_array_oset_implementation): Update.
5217         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
5218         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
5219         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
5220
5221 2006-10-04  Bruno Haible  <bruno@clisp.org>
5222
5223         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
5224
5225 2006-10-03  Bruno Haible  <bruno@clisp.org>
5226
5227         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
5228         from gl_avltreehash_list_implementation.
5229
5230 2006-10-03  Bruno Haible  <bruno@clisp.org>
5231
5232         * lib/gl_oset.c (gl_oset_add): Fix return type.
5233
5234 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5235
5236         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
5237
5238 2006-10-02  Eric Blake  <ebb9@byu.net>
5239
5240         * modules/strnlen (Depends-on): Add extensions.
5241
5242 2006-10-02  Eric Blake  <ebb9@byu.net>
5243
5244         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
5245         definition in 2.60+.
5246
5247 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5248
5249         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
5250         checks.
5251
5252 2006-10-02  Bruno Haible  <bruno@clisp.org>
5253
5254         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
5255         to the AUTOMAKE_OPTIONS.
5256         Reported by Jim Meyering.
5257
5258 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         Work around bug in Solaris 10 /proc file system:
5261         /proc/self/fd/NNN/.. isn't the parent directory of
5262         the directory whose file descriptor is NNN.  This needs to
5263         be worked around at run time, not compile time, since a
5264         program might be built on Solaris 8, where things work, and
5265         run on Solaris 10.
5266         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
5267         to use the following interface instead:
5268         (OPENAT_BUFFER_SIZE): New macro.
5269         (openat_proc_name): New function.
5270         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
5271         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
5272         Likewise.
5273         * lib/openat-proc.c: New file.
5274         * modules/openat (Files): Add lib/openat-proc.c.
5275         (Depends-on): Add same-inode, stdbool.
5276         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
5277
5278 2006-09-29  Bruno Haible  <bruno@clisp.org>
5279
5280         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
5281         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
5282         argument. Set stdout_closed before testing for ferror, not after.
5283         (fwriteerror, fwriteerror_no_ebadf): New functions.
5284
5285 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5286
5287         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
5288
5289 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
5290
5291         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
5292         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
5293
5294 2006-09-28  Jim Meyering  <jim@meyering.net>
5295
5296         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
5297         Include <unistd.h>.
5298
5299 2006-09-28  Bruno Haible  <bruno@clisp.org>
5300
5301         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
5302         * modules/linkedhash-list (Depends-on): Likewise.
5303         * modules/rbtreehash-list (Depends-on): Likewise.
5304
5305 2006-09-28  Bruno Haible  <bruno@clisp.org>
5306
5307         * lib/strndup.h: Simplify the redefinition of strndup.
5308         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
5309         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
5310
5311 2006-09-28  Bruno Haible  <bruno@clisp.org>
5312
5313         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
5314         * lib/gl_linkedhash_list.c: Likewise.
5315         * lib/gl_rbtreehash_list.c: Likewise.
5316
5317 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
5320         getaddrinfo.
5321
5322         * lib/__fpending.h: Don't include <stdio_ext.h> unless
5323         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
5324         it causes <stdio_ext.h> to cause a compile-time error.
5325         Problem reported by Nelson H. F. Beebe.
5326         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
5327         of HAVE_DECL___PENDING.
5328
5329         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
5330         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
5331         declaration.
5332
5333 2006-09-27  Jim Meyering  <jim@meyering.net>
5334
5335         This file could end up with a definition for a function
5336         named __strndup, rather than rpl_strndup on a system with
5337         incomplete weak_alias support.
5338         * lib/strndup.c (strndup): Rename from __strndup.
5339         Remove #defines that used to map __strndup to strndup.
5340         Don't use K&R prototypes.
5341         Remove LIBC-related code, since this file is not sync'd with glibc.
5342         * lib/strndup.h: Revamp, accordingly.
5343         * m4/strndup.m4: Modernize.
5344
5345 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * modules/savewd (Depends-on): Add 'raise'.
5348         * lib/savewd.c: Include <signal.h>, for 'raise'.
5349
5350 2006-09-26  Jim Meyering  <jim@meyering.net>
5351
5352         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
5353         when we detect Darwin 8.7.0's acl_get_file bug.
5354         Rearrange to perform the new (below) run-test while $LIBS
5355         contains any acl-related library.  Set USE_ACL at the end.
5356         (gl_ACL_GET_FILE): New function.
5357
5358 2006-09-26  Eric Blake  <ebb9@byu.net>
5359
5360         * lib/verror.c: Include <config.h> unconditionally.
5361
5362 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
5363
5364         * modules/clock-time (Maintainer): Add self.
5365         * modules/getlogin_r (Depends-on): Add extensions.
5366
5367 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5368
5369         * modules/clock-time: New module.
5370         * modules/nanosleep (Depends-on): Add clock-time.
5371         * modules/gethrxtime (Depends-on): Likewise.
5372         * modules/gettime (Depends-on): Likewise.
5373         * modules/settime (Depends-on): Likewise.
5374
5375         * modules/fts-lgpl: Depend on openat.
5376         * modules/mkancesdirs: Depend on savewd.
5377         * modules/mkdir-p: Likewise.
5378
5379 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5380
5381         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
5382
5383         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
5384         `gl_have_arbitrary_file_name_length_limit' to
5385         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
5386         actually works between configure runs.
5387
5388 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5389             Bruno Haible  <bruno@clisp.org>
5390
5391         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
5392
5393 2006-09-25  Jim Meyering  <jim@meyering.net>
5394
5395         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
5396         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
5397
5398 2006-09-25  Eric Blake  <ebb9@byu.net>
5399
5400         * gnulib-tool (func_import, func_create_testdir): Fix typos in
5401         exec's in 2006-09-18 patch when shuffling fds.
5402
5403 2006-09-25  Bruno Haible  <bruno@clisp.org>
5404
5405         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
5406         Reported by Jim Meyering.
5407
5408 2006-09-24  Jim Meyering  <jim@meyering.net>
5409
5410         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
5411         compare a pointer against a literal "0".  That caused failures with
5412         at least HP-UX's hpcc.
5413
5414 2006-09-22  Simon Josefsson  <jas@extundo.com>
5415
5416         * modules/gc-sha1:
5417         * modules/gc-md4:
5418         * modules/gc-hmac-sha1:
5419         * modules/gc-hmac-md5:
5420         * modules/gc-des:
5421         * modules/gc-arcfour: Distribute more files.
5422
5423 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5424
5425         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
5426         (gl_linked_iterator_from_to): Initialize struct completely.
5427         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
5428         (gl_tree_iterator_from_to): Likewise
5429         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
5430         * lib/gl_array_list.c [lint] (gl_array_iterator)
5431         (gl_array_iterator_from_to): Likewise.
5432         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
5433         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
5434         (gl_carray_iterator_from_to): Likewise.
5435
5436         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
5437         * lib/md4.c (md4_process_block): Remove unused variable.
5438         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
5439         parentheses for clarity.
5440
5441 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5442
5443         * modules/bison-i18n (Depends-on): Add gettext.
5444
5445 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5446
5447         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5448         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5449         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5450         also add missing comma that caused broken test.
5451         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5452         stdlib.h, for `abort'.
5453         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5454         variables.
5455         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5456         include unistd.h if present, for `rmdir'.
5457         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5458         variables.
5459         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5460         in the process include standard headers for prototypes.
5461         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5462         gets declared on GNU/Linux.
5463         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5464         unistd.h, for `rmdir'.
5465         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5466
5467         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5468         always true.
5469         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5470
5471         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5472
5473 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5474
5475         * gnulib-tool (func_version): Create output all at once.  This
5476         may help avoid triggering unnecessary SIGPIPEs, and at any
5477         rate it doesn't hurt.
5478
5479 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5480             Bruno Haible  <bruno@clisp.org>
5481
5482         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5483         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5484         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5485
5486         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5487         (gl_FUNC_VASPRINTF): Invoke it.
5488
5489 2006-09-22  Bruno Haible  <bruno@clisp.org>
5490
5491         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5492         getloadavg.c as first argument.
5493
5494 2006-09-22  Bruno Haible  <bruno@clisp.org>
5495
5496         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5497         at the beginning of the gl_INIT macro.
5498         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5499         gl_GETLOADAVG.
5500
5501 2006-09-22  Bruno Haible  <bruno@clisp.org>
5502
5503         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5504         module.
5505         Suggested by Ralf Wildenhues.
5506
5507 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5508
5509         Import this patch from libc:
5510
5511         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5512
5513         * lib/regex_internal.c (re_string_reconstruct): Handle
5514         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5515         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5516         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5517         re_string_context_at.
5518
5519         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5520         now requires it.
5521         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5522         gl_REGEX now does it for us.
5523         (gl_REGEX): Add test taken from
5524         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5525
5526         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5527         Check that large offsets work.  Modernize Autoconf usages.
5528         Prefer "yes" to mean a good thing rather than a bad.
5529         Don't put "#define mkstemp" in config.h, as this might interfere
5530         with standard system headers that "#define mkstemp mkstemp64".
5531
5532         * modules/mkstemp (Depends-on): Add extensions, so that
5533         mkstemp is visible on some platforms.
5534         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5535         (Include): Change to "mkstemp.h" from <stdlib.h>.
5536         (Files): Add mkstemp.h.
5537
5538         * lib/mkstemp.h: New file, since some standard headers
5539         #define mkstemp.
5540         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5541         Include "mkstemp.h".
5542         Make the _LIBC code resemble glibc original more,
5543         e.g., use K&R style.
5544         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5545         (mkstemp): Remove, since mkstemp.h does this for us.
5546         * lib/stdlib--.h: Include mkstemp.h.
5547
5548         Import this patch from libc:
5549
5550         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5551
5552         * lib/tempname.c (__gen_tempname): Change attempts_min
5553         into a macro.  Use preprocessor to decide how to initialize
5554         attempts [Coverity CID 67].
5555
5556 2006-09-20  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/mkdtemp.c: Import from libc.
5559         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5560                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5561                 attempts_min into a macro.  Use preprocessor to decide how to
5562                 initialize attempts [Coverity CID 67].
5563         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5564                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5565                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5566
5567 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5568
5569         * gnulib-tool (func_exit): New function, to allow to pass the
5570         exit status portably through the trap.  Use everywhere.
5571         (--help, --version): Signal a write error.
5572         (trap): catch SIGPIPE, for write errors.
5573         Exit at the end of the trap, with the correct exit status.
5574
5575 2006-09-19  Karl Berry  <karl@gnu.org>
5576
5577         * doc/gnulib.texi: note about the license texinfo files.
5578
5579 2006-09-19  Eric Blake  <ebb9@byu.net>
5580
5581         * gnulib-tool: Avoid space-tab.
5582
5583 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5586         that prevented coreutils 6.1 from building.  Problem reported
5587         by Petter Reinholdtsen.
5588
5589 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5590
5591         * gnulib-tool (avoidlist): Fix typo that broke options like
5592         --avoid=lock that are used by coreutils bootstrap.
5593
5594 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5595
5596         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5597         more systematically.
5598
5599 2006-09-18  Jim Meyering  <jim@meyering.net>
5600
5601         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5602
5603 2006-09-18  Bruno Haible  <bruno@clisp.org>
5604
5605         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5606
5607 2006-09-18  Bruno Haible  <bruno@clisp.org>
5608
5609         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5610         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5611         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5612         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5613         * m4/gettext.m4: Require autoconf >= 2.52.
5614         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5615         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5616         of gl_cv_header_inttypes_h.
5617
5618 2006-09-18  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/javaversion.c: Include configmake.h.
5621
5622 2006-09-18  Bruno Haible  <bruno@clisp.org>
5623
5624         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5625         avoid that the while loops be executed in a subshell.
5626
5627 2006-09-18  Bruno Haible  <bruno@clisp.org>
5628
5629         * MODULES.html.sh (func_module): Break long lines.
5630         Suggested by Bruce Korb <bkorb@gnu.org>.
5631
5632 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5633
5634         Speed up by a factor of 1.12.
5635         * gnulib-tool (nl): New variable.
5636         (func_import): Rewrite include directive extraction to only read each
5637         directive once.
5638
5639 2006-09-17  Bruno Haible  <bruno@clisp.org>
5640
5641         * modules/javaversion (Makefile.am): Remove DEFS setting.
5642         (Depends-on): Add configmake, for PKGDATADIR definition.
5643
5644 2006-09-17  Bruno Haible  <bruno@clisp.org>
5645
5646         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5647
5648 2006-09-17  Bruno Haible  <bruno@clisp.org>
5649
5650         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5651         (func_modules_transitive_closure, func_modules_add_dummy,
5652         func_modules_to_filelist, func_import, func_create_testdir,
5653         func_create_megatestdir, ...): Use it wherever possible.
5654         Suggested by Ralf Wildenhues.
5655
5656 2006-09-16  Karl Berry  <karl@gnu.org>
5657
5658         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5659         to avoid sectioning errors.
5660         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5661         [ifinfo]: blank line after @center-ed titles.
5662         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5663         Spell FSF address consistently with others.
5664         (These changes approved by rms.)
5665
5666 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5667
5668         Speed up by a factor of 1.61.
5669         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5670         already checked module names again.
5671
5672 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5673
5674         Speed up by a factor of 1.13.
5675         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5676         for new_files, and the input to func_add_or_update.
5677
5678 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5679
5680         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5681         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5682
5683 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5684
5685         * modules/mkancesdirs (Depends-on): Add fcntl.
5686         * modules/savewd: New file.
5687         * MODULES.html.sh (File system functions): Add savewd.
5688
5689         * modules/configmake (Makefile.am): Add support for the
5690         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5691
5692 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5693
5694         * m4/savewd.m4: New file.
5695
5696 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5697
5698         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5699         (dirchownmod): New arg FD.  All callers changed.
5700         Use FD rather than opening the directory ourself, as opening is
5701         now the caller's responsibility.
5702         * lib/dirchownmod.h: Likewise.
5703         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5704         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5705         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5706         (test_dir): Remove.
5707         (mkancesdirs): Return length of prefix of FILE that has already
5708         been made, or -2 if there is a child doing the work.  Redo
5709         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5710         ".", and treat ".." specially since it might stray back into
5711         already-created areas.  Use a subprocess if necessary.  New arg
5712         WD; all users changed.  MAKE_DIR function should now return 1
5713         if it creates a directory that is not readable.  Return -2 if
5714         a child process is spun off.
5715         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5716         Adjust signature to match code.
5717         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5718         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5719         all users changed.
5720         * lib/savewd.c, lib/savewd.h: New files.
5721
5722 2006-09-15  Jim Meyering  <jim@meyering.net>
5723
5724         * modules/rename-dest-slash: New module.
5725         * MODULES.html.sh (posix_compat): Add it here.
5726
5727         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5728
5729 2006-09-15  Jim Meyering  <jim@meyering.net>
5730
5731         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5732         file.
5733
5734         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5735
5736 2006-09-15  Jim Meyering  <jim@meyering.net>
5737
5738         * lib/rename-dest-slash.c (has_trailing_slash): Use
5739         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5740         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5741         test before testing whether SRC is a directory.
5742         Suggestions from Bruno Haible.
5743
5744         Avoid a warning about an unused variable.
5745         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5746         into the #ifdef block where it's used.
5747
5748         * lib/rename-dest-slash.c: New file.
5749
5750 2006-09-14  Bruno Haible  <bruno@clisp.org>
5751
5752         * lib/allocsa.c: Include <config.h> unconditionally.
5753         * lib/asnprintf.c: Likewise.
5754         * lib/asprintf.c: Likewise.
5755         * lib/c-strcasecmp.c: Likewise.
5756         * lib/c-strcasestr.c: Likewise.
5757         * lib/c-strncasecmp.c: Likewise.
5758         * lib/c-strstr.c: Likewise.
5759         * lib/classpath.c: Likewise.
5760         * lib/clean-temp.c: Likewise.
5761         * lib/concatpath.c: Likewise.
5762         * lib/copy-file.c: Likewise.
5763         * lib/csharpcomp.c: Likewise.
5764         * lib/csharpexec.c: Likewise.
5765         * lib/execute.c: Likewise.
5766         * lib/fatal-signal.c: Likewise.
5767         * lib/findprog.c: Likewise.
5768         * lib/fwriteerror.c: Likewise.
5769         * lib/gl_array_list.c: Likewise.
5770         * lib/gl_array_oset.c: Likewise.
5771         * lib/gl_avltree_list.c: Likewise.
5772         * lib/gl_avltree_oset.c: Likewise.
5773         * lib/gl_avltreehash_list.c: Likewise.
5774         * lib/gl_carray_list.c: Likewise.
5775         * lib/gl_linked_list.c: Likewise.
5776         * lib/gl_linkedhash_list.c: Likewise.
5777         * lib/gl_list.c: Likewise.
5778         * lib/gl_oset.c: Likewise.
5779         * lib/gl_rbtree_list.c: Likewise.
5780         * lib/gl_rbtree_oset.c: Likewise.
5781         * lib/gl_rbtreehash_list.c: Likewise.
5782         * lib/imaxabs.c: Likewise.
5783         * lib/imaxdiv.c: Likewise.
5784         * lib/javacomp.c: Likewise.
5785         * lib/javaexec.c: Likewise.
5786         * lib/javaversion.c: Likewise.
5787         * lib/linebreak.c: Likewise.
5788         * lib/localcharset.c: Likewise.
5789         * lib/lock.c: Likewise.
5790         * lib/mbchar.c: Likewise.
5791         * lib/mbswidth.c: Likewise.
5792         * lib/mkdtemp.c: Likewise.
5793         * lib/pipe.c: Likewise.
5794         * lib/printf-args.c: Likewise.
5795         * lib/printf-parse.c: Likewise.
5796         * lib/progname.c: Likewise.
5797         * lib/progreloc.c: Likewise.
5798         * lib/readlink.c: Likewise.
5799         * lib/sh-quote.c: Likewise.
5800         * lib/stpcpy.c: Likewise.
5801         * lib/stpncpy.c: Likewise.
5802         * lib/strcasecmp.c: Likewise.
5803         * lib/strcasestr.c: Likewise.
5804         * lib/strcspn.c: Likewise.
5805         * lib/striconv.c: Likewise.
5806         * lib/strncasecmp.c: Likewise.
5807         * lib/strnlen1.c: Likewise.
5808         * lib/strstr.c: Likewise.
5809         * lib/strtok_r.c: Likewise.
5810         * lib/tls.c: Likewise.
5811         * lib/tmpdir.c: Likewise.
5812         * lib/unicodeio.c: Likewise.
5813         * lib/unsetenv.c: Likewise.
5814         * lib/vasnprintf.c: Likewise.
5815         * lib/vasprintf.c: Likewise.
5816         * lib/wait-process.c: Likewise.
5817         * lib/xallocsa.c: Likewise.
5818         * lib/xsetenv.c: Likewise.
5819         * lib/xstriconv.c: Likewise.
5820
5821 2006-09-13  Simon Josefsson  <jas@extundo.com>
5822
5823         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5824         that internally, suggested by Ralf Wildenhues
5825         <Ralf.Wildenhues@gmx.de>.
5826
5827 2006-09-13  Simon Josefsson  <jas@extundo.com>
5828
5829         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5830         @LIBOBJS@.
5831         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5832
5833 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5834
5835         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5836         longer worry about uses that don't define HAVE_CONFIG_H.
5837         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5838         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5839         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5840         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5841         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5842         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5843         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5844         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5845         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5846         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5847         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5848         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5849         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5850         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5851         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5852         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5853         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5854         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5855         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5856         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5857         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5858         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5859         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5860         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5861         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5862         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5863         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5864         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5865         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5866         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5867         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5868         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5869         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5870         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5871         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5872         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5873         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5874         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5875         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5876         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5877         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5878         Likewise.
5879
5880 2006-09-13  Eric Blake  <ebb9@byu.net>
5881
5882         * lib/getopt.c: Fix typo in last commit.
5883
5884 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5885
5886         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5887         dgettext.
5888
5889 2006-09-12  Jim Meyering  <jim@meyering.net>
5890
5891         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5892         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5893         Reported by Nelson H. F. Beebe.
5894
5895 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5896
5897         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5898         program_invocation_name and program_invocation_short_name are
5899         initialized.
5900         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5901         and program_invocation_short_name to argp.h, so they are visible
5902         to user programs.
5903         * lib/argp.h: Likewise
5904
5905 2006-09-10  Bruno Haible  <bruno@clisp.org>
5906
5907         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5908         m4/inttypes_h.m4, m4/uintmax_t.m4.
5909
5910 2006-09-10  Bruno Haible  <bruno@clisp.org>
5911
5912         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5913         gl_AC_TYPE_UINTMAX_T.
5914
5915 2006-09-10  Bruno Haible  <bruno@clisp.org>
5916
5917         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5918
5919 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5920
5921         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5922         convention.  Text proposed by Bruno Haible.
5923         (struct argp_option): Document the use of N_() wrappers.
5924
5925         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5926         '\v', and translate the two parts separately, instead of feeding
5927         the whole string to gettext.  This allows to exclude
5928         '\v' from the strings visible to the translator by writing doc
5929         strings as N_("..") "\v" N_("..").
5930
5931 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5932
5933         * config/srclist.txt: Undo latest change; the bug was fixed.
5934
5935 2006-09-09  Bruno Haible  <bruno@clisp.org>
5936
5937         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5938         assignments if building a library without libtool.
5939         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5940         in func_emit_lib_Makefile_am.
5941         (func_import): When building a static library libfoo.a, arrange to
5942         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5943         (func_create_testdir): Likewise.
5944         * modules/gc (configure.ac, Makefile.am): If building statically,
5945         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5946         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5947         * modules/striconv (configure.ac, Makefile.am): Likewise.
5948         Based on a suggestion by Ralf Wildenhues.
5949
5950 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5951
5952         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5953         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5954         Also:
5955
5956         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5957         Add year_2050_test to catch glibc bug 2821
5958         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5959
5960         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5961         Prefer #ifdef to #if.
5962
5963         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5964         Return from 'main' instead of calling 'exit'.
5965
5966 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5967
5968         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5969         returned the maximum time_t value rather than (time_t) -1.
5970         Problem originally reported by William Bardwell
5971         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5972
5973         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5974         Moved to here ...
5975         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5976         ... from here.
5977
5978 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5979
5980         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5981         2821 is fixed.
5982
5983 2006-09-08  Jim Meyering  <jim@meyering.net>
5984
5985         Don't make generated files read-only.  That would bother too many
5986         people.  However, do retain the ability to work when targets are
5987         read-only: remove the destination and temporary files before writing
5988         them (when generated via sed or echo), or by using the -f option for
5989         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5990         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5991         * modules/byteswap, modules/configmake, modules/fcntl:
5992         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5993         * modules/localcharset, modules/netinet_in, modules/poll:
5994         * modules/stdbool, modules/stdint, modules/sys_select:
5995         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5996
5997 2006-09-08  Jim Meyering  <jim@meyering.net>
5998
5999         Avoid new build failure on FreeBSD 6.0.
6000         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
6001         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
6002         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
6003
6004 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6005
6006         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
6007
6008 2006-09-07  Jim Meyering  <jim@meyering.net>
6009
6010         Fix global typo in last change: use chmod u-w, not chmod u-x.
6011         Spotted by Paul Eggert and Bruce Korb.
6012         * modules/alloca-opt, modules/argz, modules/arpa_inet:
6013         * modules/byteswap, modules/configmake, modules/fcntl:
6014         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
6015         * modules/localcharset, modules/netinet_in, modules/poll:
6016         * modules/stdbool, modules/stdint, modules/sys_select:
6017         * modules/sys_socket, modules/sys_stat, modules/sysexits:
6018
6019 2006-09-06  Jim Meyering  <jim@meyering.net>
6020
6021         Make generated files be read-only.
6022         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
6023         Ensure that each generated file is now read-only.
6024         * modules/argz: Likewise.
6025         * modules/arpa_inet: Likewise.
6026         * modules/byteswap: Likewise.
6027         * modules/configmake: Likewise.
6028         * modules/fcntl: Likewise.
6029         * modules/fnmatch: Likewise.
6030         * modules/getopt: Likewise.
6031         * modules/glob: Likewise.
6032         * modules/inttypes: Likewise.
6033         * modules/netinet_in: Likewise.
6034         * modules/poll: Likewise.
6035         * modules/stdbool: Likewise.
6036         * modules/stdint: Likewise.
6037         * modules/sys_select: Likewise.
6038         * modules/sys_socket: Likewise.
6039         * modules/sys_stat: Likewise.
6040         * modules/sysexits: Likewise.
6041         * modules/localcharset: Same as above, but continue using temporary
6042         file named "t-$@" (why different?) rather than the "$@-t" used
6043         everywhere else.
6044
6045         * modules/sysexits (Makefile.am): Replace literal occurrences
6046         of "sysexit.h" more readable, and more consistent, "$@".
6047
6048 2006-09-06  Bruno Haible  <bruno@clisp.org>
6049
6050         * modules/striconv: New file.
6051         * modules/xstriconv: New file.
6052         * MODULES.html.sh (Internationalization functions): Add striconv,
6053         xstriconv.
6054
6055 2006-09-06  Bruno Haible  <bruno@clisp.org>
6056
6057         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
6058         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
6059         not using libtool correctly.
6060
6061 2006-09-06  Bruno Haible  <bruno@clisp.org>
6062
6063         * lib/striconv.h: New file.
6064         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
6065         iconvstring.c.
6066         * lib/xstriconv.h: New file.
6067         * lib/xstriconv.c: New file.
6068
6069 2006-09-06  Bruno Haible  <bruno@clisp.org>
6070
6071         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6072         lib_..._LDFLAGS.
6073
6074 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6075
6076         * lib/argz_.h: Sync from Libtool.
6077
6078         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
6079                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6080
6081         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
6082
6083 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6084
6085         * modules/trim: New file.
6086
6087 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
6088
6089         * lib/trim.h: New file.
6090         * lib/trim.c: New file.
6091
6092 2006-09-05  Bruno Haible  <bruno@clisp.org>
6093
6094         * MODULES.html.sh (String handling): Add trim.
6095
6096 2006-09-04  Karl Berry  <karl@gnu.org>
6097
6098         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
6099         until next release.
6100
6101 2006-09-03  Bruno Haible  <bruno@clisp.org>
6102
6103         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
6104         correctly.
6105
6106 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6107
6108         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
6109         not gl_GETLOADAVG.  Omit unneeded semicolons.
6110         Problems reported by Ralf Wildenhues in
6111         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6112         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
6113         at the end, which is the usual gnulib style.
6114
6115         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
6116         of doing all the work ourselves.
6117         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
6118         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
6119
6120 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6121
6122         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
6123         Problem reported by Ralf Wildenhues in
6124         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
6125
6126         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
6127         HAVE_STRUCT_STATFS_F_FSTYPENAME.
6128
6129 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
6130
6131         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
6132         yesterday's patch by changing test -n to test -z.
6133
6134 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6135
6136         * modules/getloadavg (Files): Add m4/getloadavg.m4.
6137         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
6138         the former is now obsolescent.
6139
6140         * modules/chdir-long (Depends-on): Add fcntl.
6141
6142 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6143
6144         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
6145         obsolescent, and programs should use gnulib instead.
6146         * m4/getloadavg.m4: New file, with contents taken from Autoconf
6147         but with prefixes changed.
6148
6149 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
6150
6151         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
6152         or stdbool.h, because they might not exist while configuring.
6153
6154         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
6155         Don't include unistd.h or limits.h; not needed, since chdir-long.h
6156         does that for us.
6157         (O_DIRECTORY): Remove.
6158
6159 2006-08-31  Eric Blake  <ebb9@byu.net>
6160
6161         * gnulib-tool: Don't let emacs change spaces to TAB.
6162
6163 2006-08-31  Bruno Haible  <bruno@clisp.org>
6164
6165         * gnulib-tool: When calling func_import more than once, do it in a
6166         subshell.
6167         Reported by Eric Blake <ebb9@byu.net>.
6168
6169 2006-08-31  Bruno Haible  <bruno@clisp.org>
6170
6171         * gnulib-tool (nl): Remove variable.
6172         (sed_transform_lib_file): Use more robust test for config-h module.
6173         (func_import): Fix typo in 2006-08-25 patch.
6174
6175 2006-08-31  Bruno Haible  <bruno@clisp.org>
6176
6177         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
6178         specified, augment Makefile.am variables instead of assigning them.
6179
6180 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6181
6182         Work around a bug in both the Linux and SunOS 64-bit kernels:
6183         nanosleep mishandles sleeps for longer than 2**31 seconds.
6184         Problem reported by Frank v Waveren in
6185         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6186         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
6187         Check for nanosleep bug.
6188         (LIB_NANOSLEEP): Append clock_gettime library if needed.
6189
6190 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6191
6192         Work around a bug in both the Linux and SunOS 64-bit kernels:
6193         nanosleep mishandles sleeps for longer than 2**31 seconds.
6194         Problem reported by Frank v Waveren in
6195         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
6196         * lib/nanosleep.c (BILLION): New constant.
6197         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
6198         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
6199         implementation.
6200
6201 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6202
6203         * modules/nanosleep (Depends-on): Add gettime.
6204
6205 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
6206         and Simon Josefsson  <jas@extundo.com>
6207         and Oskar Liljeblad  <oskar@osk.mine.nu>
6208
6209         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
6210         * gnulib-tool (func_import): New license type 'unmodifiable license
6211         text'.
6212         * modules/fdl: Use it.  Longer description.
6213         * module/gpl, module/lgpl: New files.
6214
6215 2006-08-30  Jim Meyering  <jim@meyering.net>
6216
6217         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
6218         shadowing the parameter.
6219
6220 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6221
6222         Sync from Libtool:
6223
6224         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6225
6226         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
6227         sharing with gnulib.  Report by Eric Blake.
6228
6229 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6230
6231         * modules/isapipe: New file.
6232         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
6233
6234 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6235
6236         * modules/configmake (Makefile.am): Add a comment, and omit
6237         the CONFIGMAKE_ prefix from generated macro names.  Suggested
6238         by Bruno Haible.
6239
6240 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6241
6242         * m4/isapipe.m4: New file.
6243
6244 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
6245
6246         * lib/isapipe.c, lib/isapipe.h: New files.
6247
6248 2006-08-29  Jim Meyering  <jim@meyering.net>
6249
6250         * modules/configmake (Makefile.am): Make configmake.h depend on
6251         Makefile.  Otherwise, a stale configmake.h could hang around.
6252
6253 2006-08-29  Eric Blake  <ebb9@byu.net>
6254
6255         * lib/error.c (error_at_line, print_errno_message): Match libc, after
6256         resolution of upstream bug 3044.
6257
6258 2006-08-29  Bruno Haible  <bruno@clisp.org>
6259
6260         * modules/localcharset (Depends-on): Add configmake.
6261         (Makefile.am): Remove setting of LIBDIR through DEFS.
6262
6263 2006-08-29  Bruno Haible  <bruno@clisp.org>
6264
6265         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
6266         defined.
6267
6268 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         * modules/fcntl: New file.
6271         * modules/chdir-safer (Depends-on): Add fcntl.
6272         * modules/fts: Likewise.
6273         * modules/mkdir-p: Likewise.
6274
6275         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
6276         This undoes the most recent change, since we're now addressing the
6277         problem in a different way.
6278
6279         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
6280         into output, since the output might be called Makefile.am even
6281         if $makefile_name is something different.
6282         (func_import): Use $makefile_am rather than
6283         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
6284         empty.
6285
6286         * modules/inttypes (Files): Add m4/inttypes-h.m4.
6287
6288 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6289
6290         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
6291         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
6292         recent change to stdint.m4, since we're now addressing the problem in a
6293         different way.
6294
6295 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         * m4/fcntl_h.m4: New file.
6298
6299 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * lib/fcntl_.h: New file.
6302         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
6303         the fcntl module.
6304         * lib/dirchownmod.c: Likewise.
6305         * lib/fts.c: Likewise.
6306
6307         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
6308         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
6309         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
6310         just before including <inttypes.h>, to avoid circular inclusion.
6311
6312 2006-08-28  Jim Meyering  <jim@meyering.net>
6313
6314         * doc/visibility.texi: Actually read and correct the grammar of the
6315         sentence affected by yesterday's change.
6316
6317 2006-08-28  Eric Blake  <ebb9@byu.net>
6318
6319         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
6320         needs wrapper.
6321
6322 2006-08-28  Eric Blake  <ebb9@byu.net>
6323
6324         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
6325
6326 2006-08-28  Eric Blake  <ebb9@byu.net>
6327
6328         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
6329
6330 2006-08-28  Bruno Haible  <bruno@clisp.org>
6331
6332         * modules/c-strstr: New file, from GNU gettext.
6333         * MODULES.html.sh (String handling): Add c-strstr.
6334
6335 2006-08-28  Bruno Haible  <bruno@clisp.org>
6336
6337         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
6338         macros.
6339         Reported by Eric Blake.
6340
6341 2006-08-28  Bruno Haible  <bruno@clisp.org>
6342
6343         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
6344         (VASNPRINTF): Return a string of length > INT_MAX without failing.
6345         * lib/vasprintf.c: Include errno.h, limits.h.
6346         (EOVERFLOW): New fallback definition.
6347         (vasprintf): Test here whether the string length is > INT_MAX.
6348         * lib/vsnprintf.c: Include errno.h, limits.h.
6349         (EOVERFLOW): New fallback definition.
6350         (vsnprintf): Fix bug when generated string was too long for the buffer.
6351         Test here whether the string length is > INT_MAX.
6352
6353 2006-08-28  Bruno Haible  <bruno@clisp.org>
6354
6355         * lib/inttypes_.h (SCNX*): Remove definitions.
6356         Reported by Eric Blake.
6357
6358 2006-08-28  Bruno Haible  <bruno@clisp.org>
6359
6360         * lib/c-strstr.h: New file, from GNU gettext.
6361         * lib/c-strstr.c: New file, from GNU gettext.
6362
6363 2006-08-28  Bruno Haible  <bruno@clisp.org>
6364
6365         * gnulib-tool: Reorder some statements.
6366
6367 2006-08-28  Bruno Haible  <bruno@clisp.org>
6368
6369         * gnulib-tool: New option --makefile-name.
6370         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
6371         $makefile_name.
6372         (func_import): Write $makefile_name to the cache file, and read it from
6373         there unless explicitly specified. Use $makefile_name as file name
6374         instead of Makefile.am. Adjust the recommendations accordingly.
6375
6376 2006-08-28  Bruno Haible  <bruno@clisp.org>
6377
6378         * gnulib-tool (func_verify_module): Check against misapplying patch.
6379
6380 2006-08-28  Bruno Haible  <bruno@clisp.org>
6381
6382         * gnulib-tool (func_relativize, func_relconcat): New functions.
6383         Give an error if --local-dir is given with --update.
6384         Remove trailing slashes from $local_gnulib_dir.
6385         (func_import): Store the relativized $local_gnulib_dir in
6386         gnulib-cache.m4, and read it from there if not specified explicitly.
6387
6388 2006-08-28  Bruno Haible  <bruno@clisp.org>
6389
6390         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
6391         is the current directory. Respect also $local_gnulib_dir.
6392
6393 2006-08-28  Bruno Haible  <bruno@clisp.org>
6394             Simon Josefsson  <jas@extundo.com>
6395
6396         BeOS portability.
6397         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
6398
6399 2006-08-27  Jim Meyering  <jim@meyering.net>
6400
6401         * doc/visibility.texi: Remove duplicate word: "pointer".
6402
6403 2006-08-26  Bruno Haible  <bruno@clisp.org>
6404
6405         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
6406         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
6407         (Makefile.am): Create inttypes.h from inttypes_.h.
6408         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
6409
6410         * modules/imaxabs: New file.
6411
6412         * modules/imaxdiv: New file.
6413
6414 2006-08-26  Bruno Haible  <bruno@clisp.org>
6415
6416         * m4/inttypes.m4: New file.
6417         * m4/_inttypes_h.m4: Remove file.
6418         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
6419         PRI_MACROS_BROKEN.
6420         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
6421
6422         * m4/imaxabs.m4: New file.
6423
6424         * m4/imaxdiv.m4: New file.
6425
6426 2006-08-26  Bruno Haible  <bruno@clisp.org>
6427
6428         * lib/inttypes_.h: New file.
6429         * lib/inttypes.h: Remove file.
6430         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
6431
6432         * lib/imaxabs.c: New file.
6433
6434         * lib/imaxdiv.c: New file.
6435
6436 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6437
6438         New config-h module, so that "make" output needn't be cluttered
6439         by -DHAVE_CONFIG_H.
6440         * MODULES.html.sh (Support for building libraries and executables):
6441         Add config-h.
6442         * modules/config-h: New file.
6443         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6444         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6445         the config-h module is used.
6446
6447         New configmake module, so that "make" output needn't be cluttered
6448         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6449         * MODULES.html.sh (Support for building libraries and executables):
6450         Add configmake.
6451         * modules/configmake: New file.
6452
6453 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6454
6455         * m4/config-h.m4: New file.
6456
6457 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6458
6459         * config/srclist.txt: Add elisp-comp.
6460
6461 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         * MODULES.html.sh (Support for building libraries and executables):
6464         Add elisp-comp.
6465         * build-aux/elisp-comp: New file.
6466         * modules/elisp-comp: New file.
6467
6468 2006-08-24  Bruno Haible  <bruno@clisp.org>
6469
6470         * gnulib-tool (func_create_testdir): Use non-default values of
6471         sourcebase and m4base.
6472
6473 2006-08-24  Bruno Haible  <bruno@clisp.org>
6474
6475         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6476         HTML structure.
6477
6478 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6479
6480         * modules/openat (Depends-on): Add lchown.
6481
6482 2006-08-23  Bruno Haible  <bruno@clisp.org>
6483
6484         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6485         of gl_LOCK_EARLY instead of gl_LOCK.
6486
6487 2006-08-23  Bruno Haible  <bruno@clisp.org>
6488
6489         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6490         on OSF/1 to no.
6491         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6492
6493 2006-08-23  Bruno Haible  <bruno@clisp.org>
6494
6495         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6496         as unusable.
6497
6498         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6499         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6500         (gl_LOCK): New macro.
6501
6502 2006-08-22  Simon Josefsson  <jas@extundo.com>
6503
6504         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6505         to md5 module.
6506
6507 2006-08-22  Simon Josefsson  <jas@extundo.com>
6508
6509         * MODULES.html.sh: Add "Support for maintaining and release
6510         projects".
6511
6512         * build-aux/gnupload: New file, from coreutils.
6513
6514 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6515
6516         Avoid the need for AC_LIBSOURCES in m4 macros.
6517         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6518         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6519         * modules/check-version (EXTRA_DIST): Add check-version.h.
6520         * modules/crc (EXTRA_DIST): Add crc.h.
6521         * modules/des (EXTRA_DIST): Add des.h.
6522         * modules/gc (EXTRA_DIST): Add gc.h.
6523         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6524         * modules/getline (EXTRA_DIST): Add getline.h.
6525         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6526         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6527         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6528         * modules/md2 (EXTRA_DIST): Add md2.h.
6529         * modules/md4 (EXTRA_DIST): Add md4.h.
6530         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6531         * modules/read-file (EXTRA_DIST): Add read-file.h.
6532         * modules/readline (EXTRA_DIST): Add readline.h.
6533         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6534         rijndael-api-fst.h.
6535
6536 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6537
6538         * m4/rijndael.m4 (gl_ARCFOUR):
6539         * m4/arctwo.m4 (gl_ARCTWO):
6540         * m4/check-version.m4 (gl_CHECK_VERSION):
6541         * m4/crc.m4 (gl_CRC):
6542         * m4/des.m4 (gl_DES):
6543         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6544         * m4/gc.m4 (gl_GC):
6545         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6546         * m4/getline.m4 (gl_FUNC_GETLINE):
6547         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6548         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6549         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6550         * m4/md2.m4 (gl_MD2):
6551         * m4/md4.m4 (gl_MD4):
6552         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6553         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6554         * m4/readline.m4 (gl_FUNC_READLINE):
6555         * m4/rijndael.m4 (gl_RIJNDAEL):
6556         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6557         to get the necessary .h files and whatnot.
6558
6559 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6560
6561         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6562         gnulib rather than the other way around.
6563         * config/srclistvars.sh (COREUTILS): Remove.
6564
6565 2006-08-22  Jim Meyering  <jim@meyering.net>
6566
6567         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6568
6569         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6570
6571 2006-08-22  Eric Blake  <ebb9@byu.net>
6572
6573         * modules/regexprops-generic: New file.
6574         * MODULES.html.sh (Support for building documentation): List it.
6575
6576 2006-08-22  Eric Blake  <ebb9@byu.net>
6577
6578         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6579         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6580         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6581         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6582
6583 2006-08-22  Bruno Haible  <bruno@clisp.org>
6584
6585         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6586         and lib_LTLIBRARIES like the other lib_* variables.
6587
6588 2006-08-22  Bruno Haible  <bruno@clisp.org>
6589
6590         * build-aux/x-to-1.in: New file, from GNU gettext.
6591
6592 2006-08-22  Bruno Haible  <bruno@clisp.org>
6593
6594         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6595         <utmpx.h> exists.
6596
6597 2006-08-22  Bruno Haible  <bruno@clisp.org>
6598
6599         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6600         <utmpx.h> exists.
6601
6602 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6603
6604         BeOS portability.
6605         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6606         exist.
6607         Problem reported by Bruno Haible.
6608
6609 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         Avoid the need for AC_LIBSOURCES in m4 macros.
6612         * modules/acl (EXTRA_DIST): Add acl.h.
6613         * modules/argmatch (Files): Add m4/argmatch.m4.
6614         (configure.ac): Add gl_ARGMATCH.
6615         (EXTRA_DIST): Renamed from lib_SOURCES, for
6616         consistency with the other modules.  Remove argmatch.c.
6617         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6618         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6619         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6620         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6621         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6622         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6623         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6624         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6625         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6626         * modules/closeout (EXTRA_DIST): Add closeout.h.
6627         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6628         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6629         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6630         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6631         dirname.h; remove basename.c and stripslash.c.
6632         * modules/exclude (EXTRA_DIST): Add exclude.h.
6633         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6634         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6635         * modules/file-type (EXTRA_DIST): Add file-type.h.
6636         * modules/filemode (EXTRA_DIST): Add filemode.h.
6637         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6638         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6639         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6640         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6641         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6642         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6643         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6644         * modules/getdate (EXTRA_DIST): Add getdate.c.
6645         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6646         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6647         * modules/getpass (EXTRA_DIST): Add getpass.h.
6648         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6649         * modules/group-member (EXTRA_DIST): Add group-member.h.
6650         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6651         * modules/hash (EXTRA_DIST): Add hash.h.
6652         * modules/human (EXTRA_DIST): Add human.h.
6653         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6654         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6655         * modules/lchown (EXTRA_DIST): Add lchown.h.
6656         * modules/long-options (EXTRA_DIST): Add long-options.h.
6657         * modules/lstat (EXTRA_DIST): Add lstat.h.
6658         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6659         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6660         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6661         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6662         * modules/memxor (EXTRA_DIST): Add memxor.h.
6663         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6664         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6665         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6666         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6667         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6668         * modules/physmem (EXTRA_DIST): Add physmem.h.
6669         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6670         * modules/posixver (EXTRA_DIST): Add posixver.h.
6671         * modules/quote (EXTRA_DIST): Add quote.h.
6672         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6673         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6674         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6675         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6676         regex_internal.h regexec.c.
6677         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6678         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6679         * modules/same (EXTRA_DIST): Add same.h.
6680         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6681         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6682         * modules/savedir (EXTRA_DIST): Add savedir.h.
6683         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6684         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6685         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6686         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6687         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6688         * modules/strdup (EXTRA_DIST): Add strdup.h.
6689         * modules/strftime (EXTRA_DIST): Add strftime.h.
6690         * modules/strndup (EXTRA_DIST): Add strndup.h.
6691         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6692         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6693         * modules/time_r (EXTRA_DIST): Add time_r.h.
6694         * modules/timespec (EXTRA_DIST): Add timespec.h.
6695         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6696         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6697         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6698         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6699         * modules/userspec (EXTRA_DIST): Add userspec.h.
6700         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6701         * modules/utimens (EXTRA_DIST): Add utimens.h.
6702         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6703         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6704         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6705         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6706         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6707         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6708         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6709         * modules/yesno (EXTRA_DIST): Add yesno.h.
6710
6711 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6712
6713         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6714
6715         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6716         * m4/dev-ino.m4, same-inode.m4: Remove.
6717
6718         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6719         * m4/acl.m4 (AC_FUNC_ACL):
6720         * m4/backupfile.m4 (gl_BACKUPFILE):
6721         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6722         * m4/canon-host.m4 (gl_CANON_HOST):
6723         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6724         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6725         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6726         * m4/cloexec.m4 (gl_CLOEXEC):
6727         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6728         * m4/closeout.m4 (gl_CLOSEOUT):
6729         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6730         * m4/dirname.m4 (gl_DIRNAME):
6731         * m4/exclude.m4 (gl_EXCLUDE):
6732         * m4/exitfail.m4 (gl_EXITFAIL):
6733         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6734         * m4/file-type.m4 (gl_FILE_TYPE):
6735         * m4/filemode.m4 (gl_FILEMODE):
6736         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6737         * m4/fpending.m4 (gl_FUNC_FPENDING):
6738         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6739         * m4/fts.m4 (gl_FUNC_FTS):
6740         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6741         * m4/getdate.m4 (gl_GETDATE):
6742         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6743         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6744         * m4/getpass.m4 (gl_FUNC_GETPASS):
6745         * m4/gettime.m4 (gl_GETTIME):
6746         * m4/getugroups.m4 (gl_GETUGROUPS):
6747         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6748         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6749         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6750         * m4/hash.m4 (gl_HASH):
6751         * m4/idcache.m4 (gl_IDCACHE):
6752         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6753         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6754         * m4/long-options.m4 (gl_LONG_OPTIONS):
6755         * m4/lstat.m4 (gl_FUNC_LSTAT):
6756         * m4/md5.m4 (gl_MD5):
6757         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6758         * m4/memcoll.m4 (gl_MEMCOLL):
6759         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6760         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6761         * m4/memxor.m4 (gl_MEMXOR):
6762         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6763         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6764         * m4/modechange.m4 (gl_MODECHANGE):
6765         * m4/mountlist.m4 (gl_MOUNTLIST):
6766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6767         * m4/openat.m4 (gl_FUNC_OPENAT):
6768         * m4/pathmax.m4 (gl_PATHMAX):
6769         * m4/physmem.m4 (gl_PHYSMEM):
6770         * m4/posixtm.m4 (gl_POSIXTM):
6771         * m4/posixver.m4 (gl_POSIXVER):
6772         * m4/quote.m4 (gl_QUOTE):
6773         * m4/quotearg.m4 (gl_QUOTEARG):
6774         * m4/readtokens.m4 (gl_READTOKENS):
6775         * m4/readutmp.m4 (gl_READUTMP):
6776         * m4/regex.m4 (gl_REGEX):
6777         * m4/safe-read.m4 (gl_SAFE_READ):
6778         * m4/safe-write.m4 (gl_SAFE_WRITE):
6779         * m4/same.m4 (gl_SAME):
6780         * m4/save-cwd.m4 (gl_SAVE_CWD):
6781         * m4/savedir.m4 (gl_SAVEDIR):
6782         * m4/settime.m4 (gl_SETTIME):
6783         * m4/sha1.m4 (gl_SHA1):
6784         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6785         * m4/stat-macros.m4 (gl_STAT_MACROS):
6786         * m4/stat-time.m4 (gl_STAT_TIME):
6787         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6788         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6789         * m4/strdup.m4 (gl_FUNC_STRDUP):
6790         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6791         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6792         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6793         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6794         * m4/time_r.m4 (gl_TIME_R):
6795         * m4/timespec.m4 (gl_TIMESPEC):
6796         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6797         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6798         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6799         * m4/userspec.m4 (gl_USERSPEC):
6800         * m4/utimecmp.m4 (gl_UTIMECMP):
6801         * m4/utimens.m4 (gl_UTIMENS):
6802         * m4/xalloc.m4 (gl_XALLOC):
6803         * m4/xgetcwd.m4 (gl_XGETCWD):
6804         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6805         * m4/xreadlink.m4 (gl_XREADLINK):
6806         * m4/xstrtod.m4 (gl_XSTRTOD):
6807         * m4/yesno.m4 (gl_YESNO):
6808         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6809         to get the necessary .h files and whatnot.
6810
6811 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6812             Bruno Haible  <bruno@clisp.org>
6813
6814         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6815         /bin/sh understanding of '!' conditional negation.
6816
6817 2006-08-21  Jim Meyering  <jim@meyering.net>
6818
6819         * modules/openat (Depends-on): Really alphabetize.
6820
6821         * modules/acl (Depends-on): Add error and quote.
6822
6823         * check-module (find_included_lib_files): Add at-func.c to the
6824         ok-to-include-more-than-once white list.
6825
6826         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6827
6828 2006-08-21  Bruno Haible  <bruno@clisp.org>
6829
6830         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6831         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6832         Reported by Martin Lambers <marlam@marlam.de>.
6833
6834 2006-08-21  Bruno Haible  <bruno@clisp.org>
6835
6836         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6837         specify an installation location, don't emit a noinst_LIBRARIES or
6838         noinst_LTLIBRARIES assignment.
6839
6840 2006-08-21  Bruno Haible  <bruno@clisp.org>
6841
6842         BeOS portability.
6843         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6844         BeOS has mbrtowc() but no <wctype.h>.
6845
6846 2006-08-21  Bruno Haible  <bruno@clisp.org>
6847
6848         BeOS portability.
6849         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6850         exist.
6851
6852 2006-08-21  Bruno Haible  <bruno@clisp.org>
6853
6854         BeOS portability.
6855         * lib/mbchar.h: Include <wctype.h> only if it exists.
6856
6857 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6858
6859         Remove files that are no longer needed by their respective modules.
6860         * m4/obstack.m4: Remove.
6861         * m4/strerror_r.m4: Remove.
6862         * m4/uint32_t.m4: Remove.
6863         * m4/uintptr_t.m4: Remove.
6864         * m4/ullong_max.m4: Remove.
6865         * m4/xstrtoimax.m4: Remove.
6866         * m4/xstrtoumax.m4: Remove.
6867
6868         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6869         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6870         dependencies now capture this.
6871
6872         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6873         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6874         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6875         * m4/human.m4 (gl_HUMAN): Likewise.
6876         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6877         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6878
6879         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6880
6881         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6882         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6883         stdint.
6884         * m4/human.m4 (gl_HUMAN): Likewise.
6885         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6886         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6887         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6888         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6889         * m4/xstrtol (gl_XSTRTOL): Likewise.
6890
6891         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6892         AC_TYPE_LONG_LONG_INT.
6893         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6894         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6895         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6896         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6897
6898         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6899         on stdbool.
6900
6901         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6902         (gl_PREREQ_XSTRTOUL): Remove.
6903
6904         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6905
6906         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6907         mode.
6908
6909 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6910
6911         Add and change modules to make it easier for coreutils to use
6912         gnulib-tool.
6913         * modules/backupfile (Files): Remove m4/d-ino.m4.
6914         (Depends-on): Add d-ino.
6915         * modules/cycle-check (Depends-on): Add stdint.
6916         (lib_SOURCES): Add cycle-check.h.
6917         * modules/d-ino: New module.
6918         * modules/d-type: New module.
6919         * modules/error (Files): Remove m4/strerror_r.m4.
6920         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6921         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6922         m4/inttypes_h.m4, m4/uintmax_t.m4.
6923         (Depends-on): Add stdint.
6924         (lib_SOURCES): Add fsusage.h.
6925         * modules/getcwd (Files): Remove d-ino.m4.
6926         (Depends-on): Add d-ino.
6927         * modules/getndelim2 (Depends-on): Add stdint.
6928         * modules/glob (Files): Remove m4/d-type.m4.
6929         (Depends-on): Add d-type.
6930         * modules/host-os: New module.
6931         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6932         m4/inttypes_h.m4, m4/uintmax_t.m4.
6933         * Depends-on: Add stdint.
6934         (lib_SOURCES): Add human.h.
6935         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6936         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6937         m4/uintmax_t.m4, m4/ulonglong.m4.
6938         (Depends-on): Add stdint.
6939         (EXTRA_DIST): Add inttostr.h.
6940         * modules/lchmod: New module.
6941         * modules/link-follow: New module.
6942         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6943         (Depends-on): Add lchmod.
6944         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6945         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6946         (Depends-on): Add stdint.
6947         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6948         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6949         (Depends-on): Add stdint.
6950         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6951         * modules/perl: New module.
6952         * modules/regex (Depends-on): Add stdint.
6953         * modules/rmdir-errno: New module.
6954         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6955         m4/intmax_t.m4.
6956         (Depends-on): Add stdint.
6957         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6958         m4/uintmax_t.m4.
6959         (Depends-on): Add stdint.
6960         * modules/unlink-busy: New module.
6961         * modules/utimecmp (Depends-on): Add stdint.
6962         * modules/uptime: New module.
6963         * modules/winsz-ioctl: New module.
6964         * modules/winsz-termios: New module.
6965         * modules/xnanosleep (Depends-on): Add nanosleep.
6966         * modules/ullong_max: Remove.
6967         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6968         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6969         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6970         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6971         (Depends-on): Add inttypes.
6972         (lib_SOURCES): Add xstrtol.h.
6973         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6974         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6975         * MODULES.html.sh: Move 'assert' into the assert section.
6976         Move 'dummy' into the linking section.
6977         Remove ullong_max.
6978         Add section for compatibility checks for POSIX:2001 functions,
6979         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6980         winsz-ioctl, and winsz-termios into it.
6981         Add lchmod.
6982         Add top-level Misc section and put host-os, perl, and uptime
6983         into it.
6984
6985 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6986
6987         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6988         now assume the stdint module.  Do not include inttypes.h.
6989         * lib/fsusage.h: Likewise.
6990         * lib/getndelim2.c: Likewise.
6991         * lib/human.h: Likewise.
6992         * lib/inttostr.h: Likewise.
6993         * lib/obstack.c: Likewise.
6994         * lib/regex_internal.h: Likewise.
6995         * lib/tempname.c: Likewise.
6996         * lib/utimecmp.c: Likewise.
6997         * lib/xstrtol.h: Likewise.
6998
6999         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
7000
7001         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
7002         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
7003         * lib/xtime.h: Likewise.
7004
7005 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7006
7007         * modules/openat (Files): Add lib/fchmodat.c.
7008         Fixes problem reported by Jay Youngman.
7009
7010 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
7011
7012         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
7013         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
7014
7015 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
7016             Bruno Haible  <bruno@clisp.org>
7017
7018         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
7019         and is a script that invokes bison. Tighten the code. Add comments.
7020
7021 2006-08-18  Jim Meyering  <jim@meyering.net>
7022
7023         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
7024         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
7025         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
7026         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
7027
7028 2006-08-18  Bruno Haible  <bruno@clisp.org>
7029
7030         * modules/bison-i18n: New file.
7031         * MODULES.html.sh (Internationalization functions): Add it.
7032
7033 2006-08-18  Bruno Haible  <bruno@clisp.org>
7034
7035         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
7036         sys/statvfs.h. When getmntinfo was found, check its declaration and
7037         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
7038
7039 2006-08-18  Bruno Haible  <bruno@clisp.org>
7040
7041         * m4/bison-i18n.m4: New file, from bison.
7042
7043 2006-08-18  Bruno Haible  <bruno@clisp.org>
7044
7045         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
7046         (ME_DUMMY): Treat "kernfs" as a dummy.
7047         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
7048
7049 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7050
7051         Update from coreutils.
7052
7053         2006-08-15  Jim Meyering  <jim@meyering.net>
7054
7055         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
7056
7057         2006-01-17  Jim Meyering  <jim@meyering.net>
7058
7059         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
7060
7061         2006-01-11  Jim Meyering  <jim@meyering.net>
7062
7063         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
7064         Check for the lchmod function.
7065
7066 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
7067
7068         Update from coreutils.
7069
7070         * lib/__fpending.h: Add copyright notice.
7071         * lib/fprintftime.h: Likewise.
7072         * lib/savedir.c: Use (C) in copyright notice.
7073         * lib/savedir.h: Likewise.
7074
7075         2006-08-15  Jim Meyering  <jim@meyering.net>
7076
7077         * lib/at-func.c: New file, with the logic of all emulated at-functions.
7078         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
7079         in support of the EXPECTED_ERRNO macro.
7080         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
7081         definitions.  Instead, define the appropriate symbols and include
7082         "at-func.c".
7083         * lib/mkdirat.c (mkdirat): Likewise.
7084         * lib/fchmodat.c (fchmodat): Likewise.
7085         (ENOSYS): Remove definition.
7086         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
7087         it.  Don't include "unistd--.h" -- it wasn't ever used.
7088
7089         2006-01-17  Jim Meyering  <jim@meyering.net>
7090
7091         Rewrite fts.c not to change the current working directory,
7092         by using openat, fstatat, fdopendir, etc..
7093
7094         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
7095         (HAVE_OPENAT_SUPPORT): Define.
7096         [_LIBC] (fchdir): Don't undef or define; no longer used.
7097         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
7098         Now, this `function' always succeeds, and consumes its file descriptor
7099         parameter -- so callers must not close such FDs.  Update callers.
7100         (diropen_fd, opendirat, cwd_advance_fd): New functions.
7101         (diropen): Add parameter, SP.  Adjust all callers.
7102         Implement using diropen_fd, rather than open.
7103         (fts_open): Initialize new member, fts_cwd_fd.
7104         Remove fts_rft-setting code.
7105         (fts_close): Close fts_cwd_fd, if necessary.
7106         (__opendir2): Define in terms of opendir or opendirat,
7107         depending on whether the FST_NOCHDIR flag is set.
7108         (fts_build): Since fts_safe_changedir consumes its FD, and since
7109         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
7110         and close the dup'd file descriptor upon failure.
7111         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
7112         (fts_safe_changedir): Tweak semantics to reflect that this function
7113         now calls cwd_advance_fd and hence consumes its FD argument.
7114         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
7115         [struct FTS] (fts_rft): Remove now-unused member.
7116         [struct FTS] (fts_cycle.state): Improve comment.
7117
7118         * lib/openat.c (openat_needs_fchdir): New function.
7119         * lib/openat.h (openat_needs_fchdir): Declare it.
7120
7121 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
7122
7123         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
7124         Problem and fix reported by Pádraig Brady in
7125         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
7126
7127 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7128
7129         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
7130
7131 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7132
7133         * lib/memcoll.c (memcoll): Optimize for the common case where the
7134         arguments are bytewise equal.
7135
7136 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7137
7138         * doc/regexprops-generic.texi: Add a copyright notice.
7139
7140 2006-08-15  Bruno Haible  <bruno@clisp.org>
7141
7142         * modules/tmpdir (License): Change to LGPL.
7143
7144 2006-08-15  Bruno Haible  <bruno@clisp.org>
7145
7146         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
7147         module.
7148
7149 2006-08-14  Simon Josefsson  <jas@extundo.com>
7150
7151         * config/srclist.txt: Add gnupload.
7152
7153 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7154
7155         Change copyright notice from LGPL 2 to GPL 2, since that's the
7156         standard form used in the gnulib repository.
7157         * tests/test-lock.c: Likewise.
7158         * tests/test-stdint.c: Likewise.
7159         * tests/test-tls.c: Likewise.
7160
7161         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
7162         prelude-manager.  User shorter URLs for GNU projects, without '?'.
7163         Add copyright notice.
7164
7165         * check-module: Add copyright notice.  Output a copyright
7166         notice if "--version" is specified.
7167         * modules/COPYING: New file.
7168         * tests/test-getaddrinfo.c: Add copyright notice.
7169         * tests/test-verify.c: Likewise.
7170
7171 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7172
7173         Change copyright notice from LGPL 2 to GPL 2, since that's the
7174         standard form used in the gnulib repository.
7175         * lib/lock.c: LGPL -> GPL.
7176         * lib/lock.h: Likewise.
7177         * lib/strnlen1.c: Likewise.
7178         * lib/strnlen1.h: Likewise.
7179         * lib/tls.c: Likewise.
7180         * lib/tls.h: Likewise.
7181         * lib/tmpdir.c: Likewise.
7182
7183         * lib/TODO: Remove; this belongs only in coreutils.
7184
7185 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7186
7187         Add copyright notices to long-enough files that lack them, since
7188         otherwise the files aren't clearly free.  Use the same notice that
7189         getdate.texi already uses.
7190         * doc/alloca-opt.texi: Add copyright notice.
7191         * doc/alloca.texi: Likewise.
7192         * doc/ctime.texi: Likewise.
7193         * doc/functions.texi: Likewise.
7194         * doc/gcd.texi: Likewise.
7195         * doc/gnulib-tool.texi: Likewise.
7196         * doc/inet_ntoa.texi: Likewise.
7197         * doc/visibility.texi: Likewise.
7198
7199         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
7200         * doc/quote.texi: Add copyright notice.
7201
7202         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
7203         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
7204         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
7205         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
7206         is now obsolete, and give a pointer to the Sun list.
7207         Add copyright notice.
7208
7209 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7210
7211         * config/srclistvars.sh: Add copyright notice.
7212
7213 2006-08-14  Eric Blake  <ebb9@byu.net>
7214
7215         Import the following change from libc:
7216
7217         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
7218
7219         Upstream bug 2997.
7220         * lib/misc/error.c: Add space between program name and message if file
7221         name is missing.
7222
7223 2006-08-12  Karl Berry  <karl@gnu.org>
7224
7225         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
7226         remove, these originate in gnulib now.
7227
7228 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7229
7230         * doc/Makefile (standards.info standards.html standards.dvi):
7231         Also depend on make-stds.texi.
7232
7233 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7234
7235         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
7236         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
7237
7238         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
7239         in wchar_t.  Problem reported by Eric Blake.
7240
7241         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
7242         LEN is smaller than SIZE.  Suggested by Bruno Haible.
7243         Also, help the compiler to keep LEN in a register.
7244
7245 2006-08-11  Eric Blake  <ebb9@byu.net>
7246
7247         * users.txt: Sort.  Add tar.
7248
7249 2006-08-11  Bruno Haible  <bruno@clisp.org>
7250
7251         * users.txt: New file.
7252
7253 2006-08-11  Bruno Haible  <bruno@clisp.org>
7254
7255         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
7256         before <wchar.h>. Needed for OSF/1 and BSD/OS.
7257
7258 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7259
7260         * modules/snprintf (Depends-on): Remove minmax.
7261         (Maintainer): Add self and Bruno.
7262
7263 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7264
7265         * lib/.cppi-disable: Add snprintf.h, socket_.h.
7266         * lib/snprintf.c: Include <errno.h> and <limits.h>.
7267         (EOVERFLOW): Define if the system does not.
7268         Do not include "minmax.h"; it wasn't used.
7269         (snprintf): Don't assume size_t promotes to an unsigned type.
7270         Fix bug when generated string was too long for the buffer: the
7271         buffer's contents are supposed to be the initial prefix of the
7272         output.  Don't assume vasnprintf returns EOVERFLOW if the size
7273         exceeds INT_MAX; do the check ourselves.
7274
7275         Import the following changes from libc:
7276
7277         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
7278
7279         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
7280         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
7281         set wc to the byte which couldn't be converted.
7282         (re_string_reconstruct): Don't clear valid_raw_len before calling
7283         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
7284         tip_context using re_string_context_at.
7285
7286         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
7287
7288         * lib/posix/regex.h: g++ still cannot handled [restrict].
7289
7290         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
7291
7292         * lib/posix/regex.h: Remove special handling for VMS.
7293
7294 2006-08-10  Jim Meyering  <jim@meyering.net>
7295
7296         * modules/same-inode: New module.
7297         * modules/dev-ino: New module.
7298         * modules/cycle-check: Depend on these modules, rather than simply
7299         including their .h files.
7300         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
7301         required via m4/cycle-check.m4.
7302         * modules/same: Depend on new same-inode module, rather than
7303         including same-inode.h.
7304         * modules/chdir-safer: New file.
7305
7306         * modules/chown (Depends-on): Add stat-macros.
7307
7308 2006-08-10  Jim Meyering  <jim@meyering.net>
7309
7310         * m4/cycle-check.m4: New file.
7311         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
7312         * m4/dev-ino.m4, m4/same-inode.m4: New files.
7313
7314 2006-08-10  Eric Blake  <ebb9@byu.net>
7315
7316         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
7317         in from original proposal.
7318
7319 2006-08-10  Eric Blake  <ebb9@byu.net>
7320         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7321
7322         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
7323         namespace.
7324
7325 2006-08-10  Bruno Haible  <bruno@clisp.org>
7326
7327         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
7328         as well.
7329
7330 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7331
7332         Sync from coreutils.
7333
7334         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
7335
7336         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
7337         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
7338
7339 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7340
7341         * modules/restrict: Remove; no longer needed now that we assume
7342         Autoconf 2.59 or later.
7343         * MODULES.html.sh: Remove 'restrict'.
7344         * modules/argp (Depends-on): Remove 'restrict'.
7345         * modules/base64 (Depends-on): Likewise.
7346         * modules/gc (Depends-on): Likewise.
7347         * modules/getaddrinfo (Depends-on): Likewise.
7348         * modules/glob (Depends-on): Likewise.
7349         * modules/inet_ntop (Depends-on): Likewise.
7350         * modules/inet_pton (Depends-on): Likewise.
7351         * modules/memxor (Depends-on): Likewise.
7352         * modules/regex (Depends-on): Likewise.
7353         * modules/strtok_r (Depends-on): Likewise.
7354         * modules/time_r (Depends-on): Likewise.
7355
7356 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
7357
7358         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
7359         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
7360         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7361         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7362         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
7363         * m4/memxor.m4 (gl_MEMXOR): Likewise.
7364         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
7365         gl_C_RESTRICT replaced by AC_C_RESTRICT.
7366
7367         Merge from coreutils.
7368         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
7369         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
7370         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7371         * m4/time_r.m4 (gl_TIME_R): Likewise.
7372
7373 2006-08-09  Karl Berry  <karl@gnu.org>
7374
7375         * config/srclist.txt: no more gettext-tools, per Bruno.
7376
7377 2006-08-08  Eric Blake  <ebb9@byu.net>
7378
7379         * modules/verror: New module.
7380         * MODULES.html.sh: Document it.
7381
7382 2006-08-08  Eric Blake  <ebb9@byu.net>
7383
7384         * lib/verror.h, lib/verror.c: New files.
7385
7386 2006-08-08  Eric Blake  <ebb9@byu.net>
7387
7388         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
7389         verror_at_line output complies with GNU Coding Standards even when
7390         file is NULL.
7391
7392 2006-08-07  Bruno Haible  <bruno@clisp.org>
7393
7394         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
7395         versions of AIX.
7396         Reported by Ralf Wildenhues.
7397
7398 2006-08-07  Bruno Haible  <bruno@clisp.org>
7399
7400         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
7401         in an AC_DEFUN. Needed so that the autoconf snippets can use
7402         AC_REQUIRE.
7403
7404 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7405
7406         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7407         Initialize pkgdata_DATA.
7408         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
7409         overriding it.
7410
7411 2006-08-06  Eric Blake  <ebb9@byu.net>
7412
7413         * lib/error.h: Fold in some upstream changes from glibc.
7414         * lib/error.c: Likewise.
7415
7416 2006-08-04  Bruno Haible  <bruno@clisp.org>
7417
7418         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7419         Make the mostlyclean-local rule depend on mostlyclean-generic.
7420         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
7421
7422 2006-07-31  Bruno Haible  <bruno@clisp.org>
7423
7424         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
7425         <stdlib.h>, <string.h>.
7426
7427 2006-07-30  Bruno Haible  <bruno@clisp.org>
7428
7429         * modules/readlink (License): Change to LGPL.
7430
7431 2006-07-30  Bruno Haible  <bruno@clisp.org>
7432
7433         * modules/javaversion (Makefile.am): Distribute javaversion.java and
7434         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
7435         set PKGDATADIR to point to it.
7436
7437 2006-07-30  Bruno Haible  <bruno@clisp.org>
7438
7439         * modules/csharpexec (configure.ac): Comment out macro invocation.
7440         * modules/javaexec (configure.ac): Likewise.
7441         * modules/javacomp-script (configure.ac): Likewise.
7442
7443         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7444
7445 2006-07-30  Bruno Haible  <bruno@clisp.org>
7446
7447         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7448         linked-list.
7449
7450 2006-07-30  Bruno Haible  <bruno@clisp.org>
7451
7452         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7453
7454 2006-07-30  Bruno Haible  <bruno@clisp.org>
7455
7456         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7457         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7458         get removed.
7459
7460 2006-07-29  Bruno Haible  <bruno@clisp.org>
7461
7462         Make it possible for gnulib-tool to work with locally modified or
7463         augmented gnulib repositories.
7464         * gnulib-tool (func_usage): Document --local-dir option.
7465         (local_gnulib_dir): New variable.
7466         Handle --local-dir option.
7467         (func_lookup_file): New function.
7468         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7469         (func_get_description, func_get_filelist, func_get_description,
7470         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7471         func_get_automake_snippet, func_get_include_directive,
7472         func_get_license, func_get_maintainer): Use func_lookup_file.
7473         (func_import, func_create_testdir): Use func_lookup_file.
7474
7475 2006-07-29  Bruno Haible  <bruno@clisp.org>
7476
7477         * modules/setenv (Depends-on): Add unistd.
7478
7479 2006-07-29  Bruno Haible  <bruno@clisp.org>
7480
7481         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7482
7483 2006-07-29  Bruno Haible  <bruno@clisp.org>
7484
7485         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7486
7487 2006-07-29  Bruno Haible  <bruno@clisp.org>
7488
7489         * gnulib-tool (import, update): If there is no Makefile.am, look at
7490         aclocal.m4, instead of bailing out.
7491
7492 2006-07-29  Bruno Haible  <bruno@clisp.org>
7493
7494         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7495         Categorize the options by when they are useful.
7496
7497 2006-07-29  Bruno Haible  <bruno@clisp.org>
7498
7499         * gnulib-tool (func_usage): Document option --no-libtool.
7500         Handle option --no-libtool.
7501         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7502         for changed semantics of $libtool variable.
7503         (func_import): Likewise. If libtool is not used, show this through
7504         an option --no-libtool.
7505         (func_create_testdir): Update.
7506
7507 2006-07-29  Bruno Haible  <bruno@clisp.org>
7508
7509         * gnulib-tool (func_import): Extend error message about missing
7510         --doc-base.
7511
7512 2006-07-29  Bruno Haible  <bruno@clisp.org>
7513
7514         * gnulib-tool (func_import): Don't create the $docbase directory if
7515         there is no file to store there.
7516
7517 2006-07-29  Bruno Haible  <bruno@clisp.org>
7518
7519         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7520         relevant, look for configure.ac there, not in the current directory.
7521         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7522
7523 2006-07-29  Bruno Haible  <bruno@clisp.org>
7524
7525         * gnulib-tool (SORT): New variable.
7526         (func_usage): Undocument --assume-autoconf option.
7527         Remove --assume-autoconf option handling.
7528         (autoconf_minversion): Determine from the contents of configure.ac.
7529         (func_import): Remove autoconf_minversion handling.
7530         Suggested by Eric Blake.
7531
7532 2006-07-29  Bruno Haible  <bruno@clisp.org>
7533
7534         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7535
7536 2006-07-29  Bruno Haible  <bruno@clisp.org>
7537
7538         * config/srclist.txt (*setenv.[ch]): Remove rules.
7539
7540 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7541
7542         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7543
7544 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7545
7546         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7547         arpa/inet.h.
7548
7549 2006-07-28  Simon Josefsson  <jas@extundo.com>
7550
7551         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7552         * modules/inet_pton (Depends-on): Likewise.
7553
7554 2006-07-28  Simon Josefsson  <jas@extundo.com>
7555
7556         * m4/netinet_in_h.m4: New file.
7557
7558 2006-07-28  Simon Josefsson  <jas@extundo.com>
7559
7560         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7561         #include's.
7562
7563 2006-07-28  Simon Josefsson  <jas@extundo.com>
7564
7565         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7566         #include's.
7567
7568 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7569
7570         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7571         setgid on directories only if they set these bits.
7572         * lib/modechange.h: Remove obsolete comment about masks.
7573
7574 2006-07-28  Eric Blake  <ebb9@byu.net>
7575
7576         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7577         macro expansion.
7578
7579 2006-07-28  Bruno Haible  <bruno@clisp.org>
7580
7581         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7582
7583 2006-07-28  Bruno Haible  <bruno@clisp.org>
7584
7585         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7586
7587 2006-07-28  Bruno Haible  <bruno@clisp.org>
7588
7589         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7590         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7591         Define fallbacks.
7592         Avoids link error on FreeBSD 4.x.
7593         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7594
7595         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7596         encoding.
7597         * lib/mbswidth.c (iswcntrl): Likewise.
7598
7599 2006-07-27  Bruno Haible  <bruno@clisp.org>
7600
7601         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7602         test.
7603
7604 2006-07-27  Bruno Haible  <bruno@clisp.org>
7605
7606         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7607         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7608         defined.
7609
7610 2006-07-26  Eric Blake  <ebb9@byu.net>
7611
7612         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7613
7614 2006-07-26  Eric Blake  <ebb9@byu.net>
7615
7616         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7617         like mingw that lack mkstemp.
7618         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7619         avoid compilation warning on mingw.
7620
7621 2006-07-26  Bruno Haible  <bruno@clisp.org>
7622
7623         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7624         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7625         INT_FAST*_MIN, INTPTR_MIN.
7626
7627 2006-07-25  Bruno Haible  <bruno@clisp.org>
7628
7629         * modules/version-etc (Depends-on): Add stdarg.
7630
7631 2006-07-25  Bruno Haible  <bruno@clisp.org>
7632
7633         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7634         complex commands.
7635
7636 2006-07-25  Bruno Haible  <bruno@clisp.org>
7637
7638         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7639         defined in <stdarg.h> or config.h.
7640
7641 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7642
7643         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7644         (gl_STDIO_SAFER): Remove.
7645
7646 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         * MODULES.html.sh (File stream based Input/Output):
7649         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7650         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7651         * modules/fopen-safer, modules/tmpfile-safer: New files.
7652         * modules/stdio-safer: Remove.
7653
7654 2006-07-24  Bruno Haible  <bruno@clisp.org>
7655
7656         * modules/tmpdir: New file.
7657         * MODULES.html.sh (File system functions): Add it.
7658
7659 2006-07-24  Bruno Haible  <bruno@clisp.org>
7660
7661         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7662         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7663
7664 2006-07-24  Bruno Haible  <bruno@clisp.org>
7665
7666         * modules/clean-temp: New file.
7667
7668 2006-07-24  Bruno Haible  <bruno@clisp.org>
7669
7670         * m4/tmpdir.m4: New file, from GNU gettext.
7671
7672 2006-07-24  Bruno Haible  <bruno@clisp.org>
7673
7674         * lib/tmpdir.h: New file, from GNU gettext.
7675         * lib/tmpdir.c: New file, from GNU gettext.
7676
7677 2006-07-24  Bruno Haible  <bruno@clisp.org>
7678
7679         * lib/clean-temp.h: New file, from GNU gettext.
7680         * lib/clean-temp.c: New file, from GNU gettext.
7681
7682 2006-07-23  Eric Blake  <ebb9@byu.net>
7683
7684         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7685         (Depends-on): Add binary-io.
7686
7687 2006-07-23  Eric Blake  <ebb9@byu.net>
7688
7689         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7690
7691 2006-07-23  Eric Blake  <ebb9@byu.net>
7692
7693         * lib/tmpfile-safer.c: New file.
7694         * lib/stdio-safer.h (fopen_safer): Add prototype.
7695         * lib/stdio--.h (tmpfile): Make safer.
7696
7697 2006-07-23  Bruno Haible  <bruno@clisp.org>
7698
7699         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7700         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7701         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7702         gl_linked_remove_at): Use it.
7703
7704 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7705         and Simon Josefsson <jas@extundo.com>
7706
7707         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7708
7709         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7710
7711 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * modules/close-stream: New file.
7714         * modules/closeout (Description): Make it clear that it exits
7715         with a diagnostic on error.
7716         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7717         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7718
7719 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7720
7721         * m4/close-stream.m4: New file.
7722
7723 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7724
7725         * lib/close-stream.c, lib/close-stream.h: New files.
7726
7727 2006-07-22  Bruno Haible  <bruno@clisp.org>
7728
7729         Merge from GNU gettext 0.15.
7730
7731         2006-05-01  Bruno Haible  <bruno@clisp.org>
7732
7733                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7734
7735         2006-07-22  Bruno Haible  <bruno@clisp.org>
7736
7737                 * modules/javaversion: New file.
7738                 * MODULES.html.sh (Java): Add javaversion.
7739
7740         2006-03-12  Bruno Haible  <bruno@clisp.org>
7741
7742                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7743
7744         2005-12-04  Bruno Haible  <bruno@clisp.org>
7745
7746                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7747                 (untested).
7748
7749         2006-06-21  Bruno Haible  <bruno@clisp.org>
7750
7751                 Avoid warnings from recent versions of mcs.
7752                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7753                 -o, -L, -r any more. Use options documented since mcs-1.0
7754                 instead. Similarly for -g.
7755
7756         2005-12-04  Bruno Haible  <bruno@clisp.org>
7757
7758                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7759                 .resources, not .resource.
7760
7761         2005-07-09  Bruno Haible  <bruno@clisp.org>
7762
7763                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7764                 add a .dll suffix.
7765                 Reported by Mark Junker <mjscod@gmx.de>.
7766
7767         2006-07-22  Bruno Haible  <bruno@clisp.org>
7768
7769                 * modules/gettext: Upgrade to gettext-0.15.
7770                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7771                 m4/visibility.m4.
7772                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7773
7774 2006-07-22  Bruno Haible  <bruno@clisp.org>
7775
7776         Merge from GNU gettext 0.15.
7777
7778         2006-03-25  Bruno Haible  <bruno@clisp.org>
7779
7780                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7781
7782         2006-07-21  Bruno Haible  <bruno@clisp.org>
7783
7784                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7785                 "1.1".
7786
7787         2006-05-09  Bruno Haible  <bruno@clisp.org>
7788
7789                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7790                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7791                 for the conftestver execution.
7792
7793         2006-05-01  Bruno Haible  <bruno@clisp.org>
7794
7795                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7796                 optional target-version argument. Verify that the compiler
7797                 groks source of the specified source-version, or add -source
7798                 option as necessary. Verify that the compiler produces
7799                 bytecode in the specified target-version, or add -target and
7800                 -source options as necessary. Make the result of the test
7801                 available as variable CONF_JAVAC. Also log error output in
7802                 config.log.
7803
7804         2006-03-11  Bruno Haible  <bruno@clisp.org>
7805
7806                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7807
7808         2006-05-09  Bruno Haible  <bruno@clisp.org>
7809
7810                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7811                 CLASSPATH_SEPARATOR to a semicolon.
7812
7813         2006-03-12  Bruno Haible  <bruno@clisp.org>
7814
7815                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7816                 available as variable CONF_JAVA, for subsequent autoconf
7817                 tests. Also log error output in config.log.
7818
7819         2006-07-19  Bruno Haible  <bruno@clisp.org>
7820
7821                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7822                 that getline works on glibc2 systems. Needed to avoid trouble
7823                 in relocatable.c.
7824                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7825
7826         2005-12-04  Bruno Haible  <bruno@clisp.org>
7827
7828                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7829                 launcher (untested).
7830
7831         2005-12-04  Bruno Haible  <bruno@clisp.org>
7832
7833                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7834
7835         2006-07-22  Bruno Haible  <bruno@clisp.org>
7836
7837                 * gettext.m4: Update from GNU gettext-0.15.
7838                 * nls.m4: Likewise.
7839                 * po.m4: Likewise.
7840                 * inttypes-pri.m4: Likewise.
7841                 * inttypes-h.m4: Renamed from inttypes.m4.
7842                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7843
7844 2006-07-22  Bruno Haible  <bruno@clisp.org>
7845
7846         Merge from GNU gettext 0.15.
7847
7848         2005-07-05  Bruno Haible  <bruno@clisp.org>
7849
7850                 * printf-args.c (printf_fetchargs): Work around broken
7851                 definition of wint_t on mingw.
7852
7853         2005-02-12  Bruno Haible  <bruno@clisp.org>
7854
7855                 * xallocsa.h: Add extern "C" for C++.
7856
7857         2006-05-17  Bruno Haible  <bruno@clisp.org>
7858
7859                 Cygwin portability.
7860                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7861
7862         2006-04-30  Bruno Haible  <bruno@clisp.org>
7863
7864                 * progreloc.c: Include <mach-o/dyld.h> if available.
7865                 (find_executable): Use _NSGetExecutablePath when possible.
7866
7867         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7868
7869                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7870                 function.
7871
7872         2005-12-29  Bruno Haible  <bruno@clisp.org>
7873
7874                 * progreloc.c (set_program_name_and_installdir): Fix
7875                 compilation error.
7876
7877         2005-12-04  Bruno Haible  <bruno@clisp.org>
7878
7879                 Cygwin portability.
7880                 * progreloc.c: Include <windows.h> also on Cygwin.
7881                 (find_executable): Add support for Cygwin.
7882                 (set_program_name_and_installdir): Handle also platforms with
7883                 nonempty EXEEXT.
7884
7885         2006-07-11  Bruno Haible  <bruno@clisp.org>
7886
7887                 * javacomp.c: Fix a comment.
7888                 Reported by Jim Meyering.
7889
7890         2006-04-30  Bruno Haible  <bruno@clisp.org>
7891
7892                 * javacomp.h (compile_java_class): Add source_version,
7893                 target_version arguments.
7894                 * javacomp.c: Rewritten to choose only a compiler that
7895                 respects the specified source_version and target_version.
7896
7897         2006-06-27  Bruno Haible  <bruno@clisp.org>
7898
7899                 Assume correct S_ISDIR macro.
7900                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7901
7902         2006-07-22  Bruno Haible  <bruno@clisp.org>
7903
7904                 * javaversion.h: New file, from GNU gettext.
7905                 * javaversion.c: New file, from GNU gettext.
7906                 * javaversion.java: New file, from GNU gettext.
7907                 * javaversion.class: New file, from GNU gettext.
7908
7909         2006-05-17  Bruno Haible  <bruno@clisp.org>
7910
7911                 Cygwin portability.
7912                 * javaexec.c (execute_java_class): Test for jview program
7913                 also on Cygwin.
7914
7915         2006-04-09  Bruno Haible  <bruno@clisp.org>
7916
7917                 * fatal-signal.c: Don't include string.h.
7918                 (at_fatal_signal): Use a copying loop instead of memcpy.
7919
7920         2005-12-04  Bruno Haible  <bruno@clisp.org>
7921
7922                 * csharpexec.c: Add support for 'clix' launcher (untested).
7923                 (execute_csharp_using_sscli): New function.
7924                 (execute_csharp_program): Call it.
7925
7926         2006-06-21  Bruno Haible  <bruno@clisp.org>
7927
7928                 Avoid warnings from recent versions of mcs.
7929                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7930                 -o, -L, -r any more. Use options documented since mcs-1.0
7931                 instead. Similarly for -g.
7932
7933         2005-07-09  Bruno Haible  <bruno@clisp.org>
7934
7935                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7936                 add a .dll suffix.
7937                 Reported by Mark Junker <mjscod@gmx.de>.
7938
7939         2006-06-17  Bruno Haible  <bruno@clisp.org>
7940
7941                 * config.charset: Update for NetBSD 3.0.
7942
7943         2006-05-17  Bruno Haible  <bruno@clisp.org>
7944
7945                 Cygwin portability.
7946                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7947
7948         2006-05-16  Bruno Haible  <bruno@clisp.org>
7949
7950                 * localcharset.c [CYGWIN]: Include <windows.h>.
7951                 (get_charset_aliases): For Cygwin, return the same CPxxx
7952                 aliases list as under WIN32.
7953                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7954                 the environment variables. Fall back to GetACP().
7955
7956         2006-04-05  Bruno Haible  <bruno@clisp.org>
7957
7958                 * config.charset: Update Juan Manuel Guerrero's address.
7959
7960         2005-02-12  Bruno Haible  <bruno@clisp.org>
7961
7962                 * allocsa.h: Add extern "C" for C++.
7963
7964         2005-02-10  Bruno Haible  <bruno@clisp.org>
7965
7966                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7967                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7968
7969         2006-07-22  Bruno Haible  <bruno@clisp.org>
7970
7971                 * gettext.h: Update to GNU gettext-0.15.
7972
7973 2006-07-22  Bruno Haible  <bruno@clisp.org>
7974
7975         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7976         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7977         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7978
7979 2006-07-21  Eric Blake  <ebb9@byu.net>
7980
7981         * modules/stdlib-safer: New file.
7982         * MODULES.html.sh (File stream based Input/Output): Add
7983         stdlib-safer.
7984
7985 2006-07-21  Eric Blake  <ebb9@byu.net>
7986
7987         * lib/stdlib-safer.h: New file from coreutils, required by
7988         stdlib--.h.
7989
7990 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7991
7992         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7993
7994 2006-07-20  Bruno Haible  <bruno@clisp.org>
7995
7996         * gnulib-tool: Recognize new option --assume-autoconf.
7997         (autoconf_minversion): New variable.
7998         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7999
8000 2006-07-20  Bruno Haible  <bruno@clisp.org>
8001
8002         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
8003
8004 2006-07-19  Derek R. Price  <derek@ximbiot.com>
8005
8006         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
8007         Reindent and repaginate.
8008
8009 2006-07-19  Derek Price  <derek@ximbiot.com>
8010
8011         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
8012         Correct grammar.
8013
8014 2006-07-17  Bruno Haible  <bruno@clisp.org>
8015
8016         * modules/list: New file.
8017         * modules/array-list: New file.
8018         * modules/carray-list, modules/carray-list-tests: New files.
8019         * modules/linked-list, modules/linked-list-tests: New files.
8020         * modules/avltree-list, modules/avltree-list-tests: New files.
8021         * modules/rbtree-list, modules/rbtree-list-tests: New files.
8022         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
8023         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
8024         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
8025         * modules/oset: New file.
8026         * modules/array-oset: New file.
8027         * modules/avltree-oset, modules/avltree-oset-tests: New files.
8028         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
8029         * tests/test-carray_list.c: New file.
8030         * tests/test-linked_list.c: New file.
8031         * tests/test-avltree_list.c: New file.
8032         * tests/test-rbtree_list.c: New file.
8033         * tests/test-linkedhash_list.c: New file.
8034         * tests/test-avltreehash_list.c: New file.
8035         * tests/test-rbtreehash_list.c: New file.
8036         * tests/test-avltree_oset.c: New file.
8037         * tests/test-rbtree_oset.c: New file.
8038         * MODULES.html.sh (Container data structures): New section.
8039
8040 2006-07-17  Bruno Haible  <bruno@clisp.org>
8041
8042         * m4/gl_list.m4: New file.
8043
8044 2006-07-17  Bruno Haible  <bruno@clisp.org>
8045
8046         * lib/gl_list.h: New file.
8047         * lib/gl_list.c: New file.
8048         * lib/gl_array_list.h: New file.
8049         * lib/gl_array_list.c: New file.
8050         * lib/gl_carray_list.h: New file.
8051         * lib/gl_carray_list.c: New file.
8052         * lib/gl_linked_list.h: New file.
8053         * lib/gl_linked_list.c: New file.
8054         * lib/gl_anylinked_list1.h: New file.
8055         * lib/gl_anylinked_list2.h: New file.
8056         * lib/gl_avltree_list.h: New file.
8057         * lib/gl_avltree_list.c: New file.
8058         * lib/gl_anyavltree_list1.h: New file.
8059         * lib/gl_anyavltree_list2.h: New file.
8060         * lib/gl_rbtree_list.h: New file.
8061         * lib/gl_rbtree_list.c: New file.
8062         * lib/gl_anyrbtree_list1.h: New file.
8063         * lib/gl_anyrbtree_list2.h: New file.
8064         * lib/gl_anytree_list1.h: New file.
8065         * lib/gl_anytree_list2.h: New file.
8066         * lib/gl_linkedhash_list.h: New file.
8067         * lib/gl_linkedhash_list.c: New file.
8068         * lib/gl_anyhash_list1.h: New file.
8069         * lib/gl_anyhash_list2.h: New file.
8070         * lib/gl_avltreehash_list.h: New file.
8071         * lib/gl_avltreehash_list.c: New file.
8072         * lib/gl_rbtreehash_list.h: New file.
8073         * lib/gl_rbtreehash_list.c: New file.
8074         * lib/gl_anytreehash_list1.h: New file.
8075         * lib/gl_anytreehash_list2.h: New file.
8076
8077         * lib/gl_oset.h: New file.
8078         * lib/gl_oset.c: New file.
8079         * lib/gl_array_oset.h: New file.
8080         * lib/gl_array_oset.c: New file.
8081         * lib/gl_avltree_oset.h: New file.
8082         * lib/gl_avltree_oset.c: New file.
8083         * lib/gl_rbtree_oset.h: New file.
8084         * lib/gl_rbtree_oset.c: New file.
8085         * lib/gl_anytree_oset.h: New file.
8086
8087 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8088
8089         * m4/mkancesdirs.m4: New file.
8090         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
8091         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
8092         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
8093         it.
8094
8095 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
8098         * lib/mkancesdirs.h: New files.
8099         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
8100         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
8101         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
8102         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
8103         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
8104         callers changed.  Revamp internals significantly, by not
8105         attempting to create directories that are temporarily more
8106         permissive than the final results.  Do not attempt to use
8107         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
8108         This removes some race conditions, fixes some bugs, and simplifies
8109         things.  Use new dirchownmod function to do owner and mode changes.
8110         * lib/mkdir-p.h: Likewise.
8111         * lib/modechange.c (octal_to_mode): New function.
8112         (struct mode_change): New member mentioned.
8113         (make_node_op_equals): New arg mentioned.  All callers changed.
8114         (mode_compile): Keep track of which mode bits the user has explicitly
8115         mentioned.
8116         (mode_adjust): New arg DIR, so that we implement the X op correctly.
8117         New arg PMODE_BITS, to keep track of which mode bits the user
8118         mentioned; it treats S_ISUID and S_ISGID speciall.
8119         All callers changed.
8120         * lib/modechange.h: Likewise.
8121
8122 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
8123
8124         * MODULES.html.sh: Add mkancestors.
8125         * modules/mkancesdirs: New module.
8126         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
8127         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
8128         The chdir-safer and afs files are now orphans; I'll remove them
8129         unless someone speaks up.
8130         Add lib/dirchownmod.c, lib/dirchownmod.h.
8131         (Depends-on): Remove alloca, chown, save-cwd, dirname.
8132         Add lchown, mkancesdirs.
8133         (Maintainer): Add self.
8134
8135 2006-07-15  Karl Berry  <karl@gnu.org>
8136
8137         * gnulib-tool: help message wording/arrangement.
8138
8139 2006-07-14  Simon Josefsson  <jas@extundo.com>
8140
8141         * doc/gnulib.texi (Libtool and Windows): New section.
8142
8143 2006-07-12  Simon Josefsson  <jas@extundo.com>
8144
8145         * modules/gendocs (License): Fix license, approved by Karl.
8146
8147 2006-07-12  Eric Blake  <ebb9@byu.net>
8148
8149         * MODULES.html.sh: Add gendocs.
8150
8151 2006-07-11  Eric Blake  <ebb9@byu.net>
8152
8153         * modules/fdl: New module, to install doc/fdl.texi.
8154         * MODULES.html.sh: Add new section for documentation modules.
8155         * gnulib-tool: Avoid space-tab.
8156         (--doc-base): New option, to manage files from doc.
8157
8158 2006-07-11  Eric Blake  <ebb9@byu.net>
8159
8160         * m4/absolute-header.m4: Fix comments to match recent change.
8161
8162 2006-07-11  Eric Blake  <ebb9@byu.net>
8163
8164         * gnulib-tool: List --doc-base before --tests-base.
8165
8166 2006-07-11  Derek R. Price  <derek@ximbiot.com>
8167
8168         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
8169
8170 2006-07-11  Bruno Haible  <bruno@clisp.org>
8171
8172         * README: Mention where to put documentation.
8173
8174 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8175
8176         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
8177
8178 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
8181         to stdint.m4.
8182
8183 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8184
8185         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
8186         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
8187         "no/such/file/stdint.h" when there is no such file, so that
8188         the resulting C code can be parsed by dodgy compilers.
8189         Problems reported by Bob Proulx.
8190
8191 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8192
8193         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
8194         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8195         macros into the GNU _D_EXACT_NAMLEN.
8196         * lib/savedir.c:  Likewise.
8197         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
8198
8199 2006-07-10  Derek R. Price  <derek@ximbiot.com>
8200         and Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
8203         * m4/savedir.m4:
8204         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
8205         macros into the GNU _D_EXACT_NAMLEN.
8206
8207 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8208
8209         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
8210         around the absolute name, to work around a problem with the HP-UX
8211         11.23 native C compiler, reported by Bob Proulx.
8212
8213 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8214
8215         * doc/maintain.texi, make-stds.texi: Sync from
8216         <http://savannah.gnu.org/projects/gnustandards>.
8217
8218 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
8219
8220         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
8221
8222 2006-07-09  Jim Meyering  <jim@meyering.net>
8223
8224         * m4/glob.m4: Remove a doubled word in a comment.
8225
8226 2006-07-09  Jim Meyering  <jim@meyering.net>
8227
8228         * lib/argp-pv.c: Remove a doubled word in a comment.
8229         * lib/check-version.c (check_version): Likewise.
8230         * lib/javacomp.c (compile_java_class): Likewise.
8231
8232 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
8233
8234         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
8235         for the benefit of people using Autoconf 2.60.  If you want to
8236         support older Autoconf versions you can copy m4/onceonly_2_57.m4
8237         (or m4/onceonly.m4, if pre-2.57) manually.
8238
8239 2006-07-08  Jim Meyering  <jim@meyering.net>
8240
8241         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
8242         comment.
8243         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
8244         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
8245         comment.
8246
8247 2006-07-08  Jim Meyering  <jim@meyering.net>
8248
8249         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
8250
8251 2006-07-07  Simon Josefsson  <jas@extundo.com>
8252
8253         * tests/test-crc.c: Change expected crc value, the test vector
8254         were probably computed using the old broken crc.c?
8255
8256 2006-07-06  Simon Josefsson  <jas@extundo.com>
8257
8258         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
8259         now the canonical place for the M4 file).
8260
8261         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
8262         from the sys_socket dependency now.
8263
8264         * modules/inet_pton (Files): Ditto.
8265
8266         * modules/inet_ntop (Files): Ditto.
8267
8268 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8269
8270         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
8271         not gl_PREREQ_GETUSERSHELL.
8272
8273 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8274
8275         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
8276         with only one argument, for Autoconf 2.60.
8277         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
8278         expand to nothing, so add a shell command to avoid syntax error.
8279         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8280
8281 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8282
8283         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
8284
8285 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
8288         no longer needed.  Check for isblank decl.
8289         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
8290         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
8291         of existence.
8292
8293 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8294
8295         * lib/getloadavg.c: Use __VMS, not VMS.
8296         * lib/getopt.c: Likewise.
8297         * lib/getpagesize.h: Likewise.
8298         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
8299         and probably does not work.
8300
8301 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8302
8303         * lib/.cppi-disable: Add wcwidth.
8304         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
8305         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
8306         (ISGRAPH): Remove.  All uses changed to isgraph.
8307         (FOLD) [!defined _LIBC]: Remove special case.
8308         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
8309         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
8310         HAVE_ISBLANK.
8311         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
8312         case.
8313
8314 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8315
8316         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
8317         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
8318         brackets.  Other minor changes to suppress some compiler
8319         warnings.
8320
8321 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8322         and Paul Eggert  <eggert@cs.ucla.edu>
8323
8324         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
8325         of invoking obsolescent AC_HEADER_DIRENT macro.
8326         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
8327         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
8328         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
8329         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
8330         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
8331         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
8332         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
8333         * m4/readdir.m4: Remove; no longer needed.
8334
8335 2006-07-06  Derek R. Price  <derek@ximbiot.com>
8336         and Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
8339         Don't worry about this obsolete case any more.
8340         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
8341         directories.
8342         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
8343         worry about this obsolete case any more.
8344         * lib/fts.c: Likewise.
8345         * lib/getcwd.c: Likewise.
8346         * lib/glob.h: Likewise.
8347         * lib/savedir.c: Likewise.
8348
8349 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8350
8351         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
8352         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
8353         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
8354         needed.
8355         All uses removed.
8356         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8357         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8358         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
8359         needed.
8360         * m4/getdate.m4 (gl_GETDATE): Likewise.
8361         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8362         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8363         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8364         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8365         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
8366         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8367         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
8368         needed.
8369
8370 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
8371
8372         * lib/memcasecmp.c: Include <limits.h>.
8373         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
8374         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
8375         Don't assume isdigit succeeds only on '0' through '9'.
8376
8377 2006-07-05  Eric Blake  <ebb9@byu.net>
8378
8379         * modules/getaddrinfo (Depends-on): Add snprintf.
8380
8381 2006-07-05  Eric Blake  <ebb9@byu.net>
8382
8383         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
8384         to avoid 'header present but could not be compiled' on cygwin.
8385
8386 2006-07-05  Eric Blake  <ebb9@byu.net>
8387
8388         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
8389         missing from netdb.h.
8390         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
8391
8392 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8393
8394         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
8395         no longer needed.
8396         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
8397         * m4/getdate.m4 (gl_GETDATE): Likewise.
8398         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
8399         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
8400         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
8401         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
8402         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
8403
8404 2006-07-05  Derek R. Price  <derek@ximbiot.com>
8405
8406         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
8407         All uses of is_space replaced by isspace.
8408         * lib/exit.h: Don't talk about STDC_HEADERS.
8409         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
8410         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
8411         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
8412         replaced by isprint etc.
8413         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
8414         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8415         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
8416         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
8417         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
8418         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
8419
8420 2006-07-05  Bruno Haible  <bruno@clisp.org>
8421
8422         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
8423         the function exists, before testing against AIX.
8424         Reported by Martin Lambers <marlam@marlam.de>.
8425
8426 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8427
8428         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
8429         From Mark D. Baushke.
8430
8431 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
8434         to the absolute name, not just one, to bypass Sun C 5.8's
8435         "warning: #include of /usr/include/... may be non-portable".
8436
8437 2006-07-04  Eric Blake  <ebb9@byu.net>
8438
8439         * modules/dirname-tests: New test module.
8440         * tests/test-dirname.c: New file, replacing dirname.c
8441         TEST_DIRNAME section that was recently deleted.
8442
8443 2006-07-04  Bruno Haible  <bruno@clisp.org>
8444
8445         Assume ANSI C header files and <ctype.h> functions.
8446         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8447         (mbsnwidth): Use isprint, iscntrl instead.
8448
8449 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8450
8451         Merge from coreutils.
8452         * MODULES.html.sh: Add xstrtold.
8453         * modules/xstrtold: New file.
8454         * modules/cycle-check (Files): Add lib/same-inode.h.
8455         * modules/dirname (Files): Add m4/double-slash-root.m4.
8456         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8457         * modules/mkdir-p (Files): Add lib/same-inode.h.
8458         * modules/same (Files): Add lib/same-inode.h.
8459
8460 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8461
8462         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8463         This is to keep the terminology clean; POSIX talks about
8464         "absolute pathnames", not "full pathnames", but the GNU
8465         Coding Standards say to use "path" for something else;
8466         so use "absolute" to keep both sides happy.
8467         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8468         Set gl_absolute_header, not gl_full_header_path.
8469         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8470         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8471         All uses changed.
8472
8473         Merge from coreutils.
8474
8475         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8478         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8479         want to require the building of c-strtod.o.
8480         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8481         needs -lm directly.
8482         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8483
8484         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8485
8486         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8487         --as-needed option if available.  Problem reported by Albert Chin in
8488         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8489         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8490         cc merely issues a bunch of annoying warnings for --as-needed
8491         (this problem was reported by Bob Proulx).  Also, try linking with
8492         -lm to detect a bug in binutils 2.16 (this problem was reported
8493         by Ralf Wildenhues).
8494
8495         2006-06-18  Jim Meyering  <jim@meyering.net>
8496
8497         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8498         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8499         macro.
8500         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8501         also check for glibc-2.4's abort-inducing bug.
8502
8503         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8504         Low-probability clean-up should be to use rmdir to get rid of
8505         the just-created directory, not unlink.
8506
8507         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8508         configure fail, and request a bug report to inform us about it.
8509         Add a comment that, barring reports to the contrary, in 2007 we'll
8510         assume ftruncate is universally available.
8511
8512         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8513
8514         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8515
8516         2006-03-12  Jim Meyering  <jim@meyering.net>
8517
8518         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8519         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8520         * m4/same.m4 (gl_SAME): Likewise.
8521         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8522
8523         2006-03-11  Eric Blake  <ebb9@byu.net>
8524
8525         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8526         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8527         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8528         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8529
8530 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8533         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8534         reported by Mark D. Baushke, one in
8535         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8536
8537         Merge from coreutils.
8538
8539         * lib/.cppi-disable: Add stdint_.h.
8540         * lib/.cvsignore: Add stdint.h.
8541
8542         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8543
8544         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8545         both double and long double versions.
8546         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8547         * lib/xstrtold.c: New file.
8548         * lib/xstrtod.h (xstrtold): New decl.
8549
8550         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8551
8552         * lib/filemode.c (setst): Remove.
8553         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8554         (arguably) clearer, and the generated code is a bit smaller on my
8555         Debian GNU/Linux stable x86 host.
8556
8557         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8558
8559         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8560         Assume that filemode.h includes sys/types.h and sys/stat.h.
8561         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8562         (ftypelet): Reorder to put common cases first, for efficiency.
8563         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8564         to do 'M'.
8565         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8566         of 10, for compatibility with FreeBSD.  All callers changed.
8567         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8568         types that can't be deduced solely from st_mode.  First arg is now a
8569         const pointer.
8570         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8571         (strmode): Renamed from mode_string.
8572         (filemodestring): New decl.
8573         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8574         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8575         needed.
8576         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8577
8578         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8579
8580         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8581         fsusage.h now does that.  Include fsusage.h first, to test interface.
8582         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8583         at most one method (the old code could have generated decls that
8584         didn't conform to C89, not that this was ever exercised).
8585         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8586
8587         2006-03-19  Jim Meyering  <jim@meyering.net>
8588
8589         Work even in a chroot where d_ino values for entries in "/"
8590         don't match the stat.st_ino values for the same names.
8591         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8592         number, iterate through all entries again, using lstat instead.
8593         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8594         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8595
8596         * lib/getcwd.c (__getcwd): Clarify a comment.
8597         Use memcpy in place of a call to strcpy.
8598
8599         2006-03-12  Jim Meyering  <jim@meyering.net>
8600
8601         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8602         matches that of the current directory (which we're about to chdir ".."
8603         out of), then save the dev-ino of the parent, instead.
8604
8605         * lib/same-inode.h (SAME_INODE): New file/macro.
8606         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8607         Include "same-inode.h", instead.
8608         * lib/same.c: Likewise.
8609         * lib/cycle-check.h: Include "same-inode.h".
8610         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8611         * lib/cycle-check.c (SAME_INODE): Remove definition.
8612         * lib/root-dev-ino.h: Include "same-inode.h".
8613
8614         2006-03-11  Eric Blake  <ebb9@byu.net>
8615
8616         * lib/same.c (same_name): s/base_name/last_component/
8617         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8618         * lib/filenamecat.c (file_name_concat): Likewise.
8619
8620         2006-03-11  Eric Blake  <ebb9@byu.net>,
8621                     Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8624         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8625         drive prefix.
8626         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8627         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8628         (last_component): New method.
8629         * lib/dirname.c (dir_len): Determine when drive letters need a
8630         subsequent slash.  Preserve // when it is special.
8631         (dir_name): Don't append dot when drive letter is absolute.
8632         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8633         * lib/basename.c (base_name): New semantics - malloc the result.
8634         Preserve // when it is special.  Preserve relative files that look
8635         like drive letters.
8636         (base_len): Preserve // when it is special.
8637         (last_component): New method, similar to old base_name semantics.
8638         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8639         base_name.  Strip redundant slashes from ///.
8640
8641 2006-07-03  Jim Meyering  <jim@meyering.net>
8642
8643         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8644         macro is used before the first cycle_check call.
8645
8646 2006-07-03  Eric Blake  <ebb9@byu.net>
8647
8648         * modules/dirname (Depends-on): Add xstrndup.
8649
8650 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8651
8652         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8653         test cases, so that config.log is a bit easier to follow.
8654
8655 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8656
8657         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8658         both are 64 bits, since this seems to be the tradition, and this
8659         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8660         we ever run into a host that prefers long long to long in this
8661         case, we'll need another configure-time test.  Problem reported by
8662         Jim Meyering.
8663
8664 2006-07-02  Eric Blake  <ebb9@byu.net>
8665
8666         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8667
8668 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * modules/inttypes (Depends-on): No longer depends on stdint.
8671         * modules/stdint (Description): Say more about assumptions.
8672         Say that the fast types might differ.  Say macros are used.
8673         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8674         (Makefile.am): Revise list of substituted symbols to match
8675         new stdint.m4.
8676         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8677         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8678         * tests/test-stdint.c (verify_same_types)
8679         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8680         the code conforms to C99/C89.
8681         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8682         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8683
8684 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8685
8686         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8687         but fix a bug, by requiring at least 64 bits.
8688         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8689         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8690         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8691         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8692
8693         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8694         changes.  Make 2.59 a prerequisite.  Check and substitute for
8695         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8696         inttypes.h.  Do not use special include files; just use the
8697         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8698         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8699         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8700         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8701         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8702         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8703         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8704         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8705         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8706         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8707         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8708         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8709         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8710         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8711         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8712         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8713         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8714         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8715         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8716         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8717         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8718         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8719         not check for things that C99 does not require, e.g., int8_t.  If
8720         a test isn't needed unless <stdint.h> isn't working, and is
8721         unlikely to be needed for any other reason, then don't do it
8722         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8723         size_t, since we assume C89 freestanding at least.  Do not check
8724         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8725         the right thing even if the types are not defined.  Instead use:
8726         (gl_STDINT_TYPE_PROPERTIES): New macro.
8727         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8728         testing whether <sys/types.h> clashes, as Autoconf does this for
8729         us now.  All uses removed.
8730         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8731         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8732         (gl_CHECK_TYPE_SAME):
8733         Remove; no longer needed.
8734         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8735         exists, since we'll return 0 anyway in that case.
8736         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8737
8738 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8739
8740         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8741         possible collision with system files.
8742         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8743         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8744         WCHAR_MIN and WCHAR_MAX in this case.
8745         (<stddef.h>): Do not include; no longer needed.
8746         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8747         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8748         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8749         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8750         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8751         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8752         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8753         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8754         !defined(__c99))]: Include in this case too, since it's harmless
8755         now.
8756         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8757         dangerous to do so.
8758         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8759         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8760         (_STDINT_MIN, _STDINT_MAX): New macros.
8761         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8762         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8763         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8764         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8765         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8766         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8767         macros, not typedefs; this simplifies things quite a bit.
8768         Use long int for all types narrower than int64_t.
8769         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8770         Define in terms of long long int or int64_t or long int,
8771         not int64_t or int32_t.  This saves some compile-time testing.
8772         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8773         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8774         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8775         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8776         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8777         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8778         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8779         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8780         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8781         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8782         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8783         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8784         undef any previous version and define our own version, for
8785         simplicity and consistency with the new macros for types.
8786         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8787         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8788         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8789         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8790         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8791         @WINT_T_SUFFIX@ to keep things simple here.
8792         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8793         Simplify by assuming typical 8/16/32/64 host, since we're
8794         already doing that elsewhere anyway.
8795         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8796         and assume long long int is 64 bits if available.  This
8797         speeds up 'configure'.
8798
8799 2006-07-01  Eric Blake  <ebb9@byu.net>
8800
8801         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8802         Reported by Andreas Buening.
8803
8804 2006-07-01  Eric Blake  <ebb9@byu.net>
8805
8806         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8807
8808 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8809
8810         * lib/getaddrinfo.c: fixed typo
8811
8812 2006-06-29  Jim Meyering  <jim@meyering.net>
8813
8814         * modules/strftime (Maintainer): Add my name, since with the
8815         FPRINTFTIME changes strftime.c has forked from glibc.
8816
8817 2006-06-29  Eric Blake  <ebb9@byu.net>
8818
8819         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8820
8821 2006-06-29  Eric Blake  <ebb9@byu.net>
8822
8823         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8824
8825 2006-06-29  Eric Blake  <ebb9@byu.net>
8826
8827         * lib/stat_.h: New file.
8828
8829 2006-06-29  Eric Blake  <ebb9@byu.net>
8830
8831         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8832         unused static function.
8833
8834 2006-06-29  Eric Blake  <ebb9@byu.net>
8835
8836         * doc/functions.texi (Function Portability): Document missing lstat
8837         on mingw.
8838
8839 2006-06-29  Eric Blake  <ebb9@byu.net>
8840
8841         * MODULES.html.sh: Add sys_stat.
8842         * modules/sys_stat: New module.
8843         * modules/mkstemp (Depends-on): Add sys_stat.
8844
8845 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8846
8847         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8848
8849 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8850
8851         * m4/c-bs-a.m4: Removed.
8852
8853 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8854
8855         * lib/strftime.c: Assume strftime() exists.
8856
8857 2006-06-29  Derek Price  <derek@ximbiot.com>
8858
8859         * modules/c-bs-a: Removed - \a is C89.
8860         * MODULES.html.sh: Remove c-bs-a.
8861
8862 2006-06-29  Bruno Haible  <bruno@clisp.org>
8863
8864         * modules/wcwidth (License): Change to LGPL.
8865
8866 2006-06-28  Simon Josefsson  <jas@extundo.com>
8867
8868         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8869         on _WIN32.
8870
8871         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8872         getnameinfo.
8873
8874 2006-06-28  Simon Josefsson  <jas@extundo.com>
8875
8876         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8877
8878 2006-06-28  Simon Josefsson  <jas@extundo.com>
8879
8880         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8881         functions there.  It will succeed on Windows XP, but on Windows
8882         2000 and (presumably) earlier, it will fail, and use the internal
8883         re-implementation.
8884         (use_win32_p): New function.
8885         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8886         Support AI_NUMERICSERV to disable getservbyname.
8887         (getnameinfo): New function, only supports
8888         NI_NUMERICHOST|NI_NUMERICSERV for now.
8889
8890         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8891         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8892         getnameinfo.
8893
8894 2006-06-28  Eric Blake  <ebb9@byu.net>
8895
8896         * modules/wcwidth: New file.
8897         * modules/mbchar (Depends-on): Add wcwidth.
8898         * modules/mbswidth (Depends-on): Add wcwidth.
8899         * MODULES.html.sh: Add wcwidth.
8900
8901 2006-06-28  Eric Blake  <ebb9@byu.net>
8902
8903         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8904         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8905
8906 2006-06-28  Eric Blake  <ebb9@byu.net>
8907
8908         * lib/xvasprintf.h: Fix comments.
8909
8910 2006-06-28  Eric Blake  <ebb9@byu.net>
8911
8912         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8913         * lib/mbswidth.c (wcwidth): Move from here...
8914         * lib/wcwidth.h: ...to this new file.
8915
8916 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8917
8918         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8919
8920         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8921         it's obsolete.
8922         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8923
8924 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8925
8926         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8927         Autoconf 2.60 says this stuff was obsolete.
8928
8929 2006-06-28  Bruno Haible  <bruno@clisp.org>
8930
8931         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8932
8933 2006-06-28  Bruno Haible  <bruno@clisp.org>
8934
8935         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8936         gt_TYPE_WCHAR_T.
8937
8938 2006-06-28  Bruno Haible  <bruno@clisp.org>
8939
8940         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8941         declaration for wcwidth.
8942         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8943
8944 2006-06-28  Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8947         (mkdir): Define using _mkdir.
8948
8949 2006-06-28  Bruno Haible  <bruno@clisp.org>
8950
8951         * lib/getaddrinfo.h: Fix POSIX URL.
8952         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8953         _WIN32.
8954         (use_win32_p): Make static.
8955         (getaddrinfo): Reject service name if it is empty or does not consist
8956         solely of decimal digits, or if its value is > 65535.
8957         (getnameinfo): Remove useless casts.
8958
8959 2006-06-27  Simon Josefsson  <jas@extundo.com>
8960
8961         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8962         Eggert and Martin Lambers.
8963
8964 2006-06-27  Simon Josefsson  <jas@extundo.com>
8965
8966         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8967         Eggert and Martin Lambers.
8968
8969 2006-06-27  Bruno Haible  <bruno@clisp.org>
8970
8971         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8972         result to 0, not to empty.
8973         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8974
8975 2006-06-27  Bruno Haible  <bruno@clisp.org>
8976
8977         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8978
8979 2006-06-26  Simon Josefsson  <jas@extundo.com>
8980
8981         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8982         present.
8983
8984 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8985
8986         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8987         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8988         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8989
8990 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8991
8992         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8993
8994 2006-06-26  Bruno Haible  <bruno@clisp.org>
8995
8996         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8997
8998 2006-06-26  Bruno Haible  <bruno@clisp.org>
8999
9000         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
9001
9002 2006-06-26  Bruno Haible  <bruno@clisp.org>
9003
9004         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
9005         SGI C compiler in pre-C99 mode.
9006         Suggested by Mark D. Baushke and Larry Jones.
9007
9008 2006-06-26  Bruno Haible  <bruno@clisp.org>
9009
9010         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
9011         WCHAR_MAX.
9012         Reported by Mark D. Baushke and Larry Jones.
9013
9014 2006-06-26  Bruno Haible  <bruno@clisp.org>
9015
9016         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
9017         in pre-C99 mode.
9018         Suggested by Mark D. Baushke and Larry Jones.
9019
9020 2006-06-23  Simon Josefsson  <jas@extundo.com>
9021             Bruno Haible  <bruno@clisp.org>
9022
9023         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
9024         Emit mostlyclean-local rule.
9025         (func_emit_tests_Makefile_am): Likewise.
9026         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
9027
9028 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
9029
9030         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
9031
9032 2006-06-23  Bruno Haible  <bruno@clisp.org>
9033
9034         * tests/test-stdint.c: Update to match ISO C 99 Technical
9035         Corrigendum 1.
9036
9037 2006-06-23  Bruno Haible  <bruno@clisp.org>
9038
9039         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
9040
9041 2006-06-23  Bruno Haible  <bruno@clisp.org>
9042
9043         * lib/stdint_.h: Treat IRIX like OpenBSD.
9044
9045 2006-06-23  Bruno Haible  <bruno@clisp.org>
9046
9047         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
9048         ISO C 99 Technical Corrigendum 1.
9049
9050 2006-06-22  Simon Josefsson  <jas@extundo.com>
9051
9052         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
9053         MinGW.
9054
9055 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9056
9057         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
9058         needed.  Some compiler complained about some of them.  Problem reported
9059         by Larry Jones in
9060         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
9061
9062 2006-06-21  Simon Josefsson  <jas@extundo.com>
9063
9064         * tests/test-getaddrinfo.c: New file.
9065
9066         * modules/getaddrinfo-tests: New file.
9067
9068         * MODULES.html.sh: Add inet_pton.
9069
9070         * modules/inet_pton: New file.
9071
9072 2006-06-21  Simon Josefsson  <jas@extundo.com>
9073
9074         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
9075         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
9076         of using the (limited) gnulib implementation on Windows XP.
9077
9078         * m4/inet_pton.m4: New file.
9079
9080 2006-06-21  Simon Josefsson  <jas@extundo.com>
9081
9082         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
9083         variable.
9084
9085         * lib/socket_.h: Don't define WINVER.
9086
9087         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
9088         slightly modified to work in gnulib.
9089
9090 2006-06-21  Simon Josefsson  <jas@extundo.com>
9091
9092         * doc/gnulib.texi (Windows sockets): Add.
9093
9094 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
9095
9096         * lib/read-file.c (fread_file): Start with buffer allocation of
9097         0 bytes rather than 1 byte; this simplifies the code.
9098         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
9099         code to free buffer and save/restore errno.
9100         (internal_read_file): Remove unused local.
9101
9102 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9103
9104         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
9105         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
9106         Problem reported by Denis Excoffier in
9107         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
9108
9109 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9110
9111         * modules/sys_socket, modules/socklen: Include sys/types since
9112         FreeBSD 4.x's sys/socket.h needs it.
9113
9114 2006-06-19  Simon Josefsson  <jas@extundo.com>
9115
9116         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
9117
9118 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
9119
9120         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
9121
9122 2006-06-19  Bruno Haible  <bruno@clisp.org>
9123
9124         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
9125         and FULL_PATH_INTTYPES_H in angle brackets.
9126         Reported by Mark D. Baushke <mdb@gnu.org>.
9127
9128 2006-06-17  Eric Blake  <ebb9@byu.net>
9129
9130         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
9131         errno.
9132
9133 2006-06-17  Bruno Haible  <bruno@clisp.org>
9134
9135         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
9136         <sys/inttypes.h>.
9137
9138 2006-06-17  Bruno Haible  <bruno@clisp.org>
9139
9140         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
9141         whether errno is declared. Assume <errno.h> declares errno.
9142
9143 2006-06-17  Bruno Haible  <bruno@clisp.org>
9144
9145         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
9146
9147 2006-06-17  Bruno Haible  <bruno@clisp.org>
9148
9149         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
9150         problem on Solaris 2.5.1.
9151
9152 2006-06-16  Eric Blake  <ebb9@byu.net>
9153
9154         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
9155         * lib/unicodeio.c [!defined errno]: Likewise.
9156         * lib/strtol.c [!defined errno]: Likewise.
9157         * lib/strtod.c [!defined errno]: Likewise.
9158
9159 2006-06-15  Eric Blake  <ebb9@byu.net>
9160
9161         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
9162
9163 2006-06-15  Eric Blake  <ebb9@byu.net>
9164
9165         * config/srclist.txt (ssize_t.m4): Lose sync.
9166
9167 2006-06-15  Bruno Haible  <bruno@clisp.org>
9168
9169         * modules/stdint (Files): Include m4/full-header-path.m4,
9170         m4/size_max.m4, m4/wchar_t.m4.
9171         (Makefile.am): Many more substitutions.
9172         * modules/stdint-tests: New file.
9173         * tests/test-stdint.c: New file.
9174
9175 2006-06-15  Bruno Haible  <bruno@clisp.org>
9176
9177         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
9178         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
9179         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
9180         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
9181         gl_CHECK_TYPE_SAME): New macros.
9182
9183 2006-06-15  Bruno Haible  <bruno@clisp.org>
9184
9185         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
9186
9187 2006-06-15  Bruno Haible  <bruno@clisp.org>
9188
9189         * lib/stdint_.h: Rewritten to be fully auto-configured.
9190         Fixes bug on HP-UX/IA64.
9191
9192 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * lib/getdate.y (__attribute__): Don't define if already defined.
9195         Problem reported by Larry Jones.
9196         * lib/utimens.c (__attribute__): Likewise.
9197
9198 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
9199
9200         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
9201         reported by Andreas Schwab.
9202
9203 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9204             Bruno Haible  <bruno@clisp.org>
9205
9206         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
9207         check for the declaration of strnlen and a run test that exposes the
9208         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
9209         rpl_strndup.
9210
9211 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9212             Bruno Haible  <bruno@clisp.org>
9213
9214         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
9215
9216 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9217
9218         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
9219         compile test, for Tru64 4.0D.
9220
9221 2006-05-28  Karl Berry  <karl@gnu.org>
9222
9223         * config/srclist.txt (printf-args.c): lose sync.
9224
9225 2006-05-26  Martin Lambers  <marlam@marlam.de>
9226
9227         * lib/getpass.c: Updates the test for the native W32 API, and adds
9228         missing includes, thus fixing compilation warnings.
9229
9230 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9231
9232         * lib/exclude.c (exclude_fnmatch): New function.
9233         (excluded_file_name): Call exclude_fnmatch.
9234         * lib/exclude.h (excluded_file_name): New prototype
9235
9236 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9237
9238         * lib/tempname.c (small_open, large_open): New macros.
9239         (__open, __open64) [!_LIBC]: Remove.
9240         (__gen_tempname): Use small_open and large_open instead of __open
9241         and __open64.  This fixes a portability bug on HP-UX 11.11i
9242         reported by Simon Wing-Tang in
9243         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
9244
9245 2006-05-24  Bruno Haible  <bruno@clisp.org>
9246
9247         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
9248         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
9249         Reported by Thorsten Maerz <torte@netztorte.de> via
9250         Aaron Stone <aaron@serendipity.cx>.
9251
9252 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9253
9254         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
9255         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
9256         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
9257         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
9258         not really conditional on the cache.
9259         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
9260
9261 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
9262
9263         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
9264         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
9265         (my_usleep): Don't mishandle maximum value.
9266
9267 2006-05-19  Jim Meyering  <jim@meyering.net>
9268
9269         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
9270
9271 2006-05-17  Bruno Haible  <bruno@clisp.org>
9272
9273         Cygwin portability.
9274         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
9275
9276 2006-05-17  Bruno Haible  <bruno@clisp.org>
9277
9278         * lib/stdint_.h: Fix recognition of Cygwin.
9279
9280 2006-05-15  Bruno Haible  <bruno@clisp.org>
9281
9282         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
9283         on libtool patch by Ralf Wildenhues.
9284
9285 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9286
9287         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
9288         test for C99 conformance; (bool) 0.5 is an integer constant
9289         expression, but (bool) -0.5 is not.  Problem reported by Fedor
9290         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
9291
9292 2006-05-11  Simon Josefsson  <jas@extundo.com>
9293
9294         * m4/xvasprintf.m4: Fix obvious typo.
9295
9296 2006-05-11  Jim Meyering  <jim@meyering.net>
9297
9298         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
9299         James Lemley.
9300
9301 2006-05-10  Simon Josefsson  <jas@extundo.com>
9302
9303         * lib/md4.c: Typo fix, update copyright years.
9304         (K1, K2): Don't use L because it turn computations into 64-bit on
9305         64-bit platforms.
9306
9307 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
9308
9309         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
9310         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
9311         unwanted sign propagation, e.g., on hosts with 64-bit int.
9312         There still are some problems with reeelly weird theoretical hosts
9313         (e.g., 33-bit int) but it's not worth worrying about now.
9314         * lib/sha1.c (rol): Likewise.
9315         (K1, K2, K3, K4): Remove unnecessary L suffix.
9316
9317 2006-05-10  Bruno Haible  <bruno@clisp.org>
9318
9319         * lib/des.c: Cast to avoid warnings.
9320
9321 2006-05-09  Bruno Haible  <bruno@clisp.org>
9322
9323         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
9324         (Depends-on): Depend also on xsize, stdarg.
9325         (configure.ac): Add gl_XVASPRINTF.
9326
9327 2006-05-09  Bruno Haible  <bruno@clisp.org>
9328
9329         * m4/xvasprintf.m4: New file.
9330
9331 2006-05-09  Bruno Haible  <bruno@clisp.org>
9332
9333         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
9334         (EOVERFLOW): Define fallback value.
9335         (xstrcat): New function.
9336         (xvasprintf): Recognize the special case of a string concatenation.
9337
9338 2006-05-08  Eric Blake  <ebb9@byu.net>
9339
9340         * gnulib-tool (func_version): Base copyright year on CVS date.
9341         (func_emit_copyright_notice): New function.
9342         (func_emit_lib_Makefile_am): Use it.
9343         (func_emit_tests_Makefile_am): Likewise.
9344         (func_import): Likewise.
9345
9346 2006-05-08  Bruno Haible  <bruno@clisp.org>
9347
9348         * modules/stdarg: New file.
9349         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
9350
9351 2006-05-08  Bruno Haible  <bruno@clisp.org>
9352
9353         * m4/stdarg.m4: New file, from GNU gettext.
9354
9355 2006-05-08  Bruno Haible  <bruno@clisp.org>
9356
9357         * config/srclist.txt (build-aux/config.rpath): different from latest
9358         release.
9359
9360 2006-05-08  Bruno Haible  <bruno@clisp.org>
9361
9362         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
9363
9364 2006-05-05  Jim Meyering  <jim@meyering.net>
9365
9366         * m4/warning.m4: New file, derived from bison's file by the same name.
9367
9368 2006-05-03  Bruno Haible  <bruno@clisp.org>
9369
9370         * lib/stdint_.h: Shorter URL.
9371         * lib/inttypes.h: Likewise.
9372
9373 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
9376
9377 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9378
9379         * lib/verify.h: Document the internals better.  Most of this change
9380         was written by Bruno Haible.
9381
9382 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         * doc/verify.texi: New file, partly based on a proposal by
9385         Bruno Haible.
9386
9387 2006-05-02  Bruno Haible  <bruno@clisp.org>
9388
9389         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
9390         test from here...
9391         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
9392
9393 2006-04-29  Bruno Haible  <bruno@clisp.org>
9394
9395         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
9396         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
9397
9398 2006-04-29  Bruno Haible  <bruno@clisp.org>
9399
9400         * gnulib-tool: Make --update option actually work.
9401
9402 2006-04-29  Bruno Haible  <bruno@clisp.org>
9403
9404         * doc/gcd.texi: New file.
9405         * doc/gnulib.texi: Include it.
9406
9407 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9408
9409         * lib/getdate.y (get_date): When adding relative date, start with the
9410         initial time, not with the result of the first mktime call.
9411
9412 2006-04-25  Bruno Haible  <bruno@clisp.org>
9413
9414         * gnulib-tool (func_import): Output the include directives in three
9415         blocks, sorted separately.
9416         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9417
9418 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9419
9420         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
9421         to define main with arguments, for C++.  Reported by Eric Blake.
9422         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
9423         Prefer 'int main ()' to 'int main (void)', for C++.
9424         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
9425         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
9426         for 'main', for C99 and C++.
9427
9428 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9429
9430         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
9431         Don't assume that exit status -1 is valid.
9432         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9433         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
9434         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9435         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
9436         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
9437         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
9438         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
9439         functions can be used without declaring them, or that you can
9440         exit with status -1.
9441         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9442
9443 2006-04-24  Karl Berry  <karl@gnu.org>
9444
9445         * config/srclist.txt (longdouble.m4): sync lost.
9446
9447 2006-04-24  Eric Blake  <ebb9@byu.net>
9448
9449         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9450
9451 2006-04-24  Bruno Haible  <bruno@clisp.org>
9452
9453         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9454         poll() implementation in AIX.
9455         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9456
9457 2006-04-24  Bruno Haible  <bruno@clisp.org>
9458
9459         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9460         assigned exactly once.
9461
9462 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9463             Bruno Haible  <bruno@clisp.org>
9464
9465         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9466         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9467         for AM_CPPFLAGS.
9468
9469 2006-04-23  Bruno Haible  <bruno@clisp.org>
9470
9471         * modules/copy-file: Depend on unistd.
9472         * modules/execute: Likewise.
9473         * modules/fatal-signal: Likewise.
9474         * modules/findprog: Likewise.
9475         * modules/mkdtemp : Likewise.
9476         * modules/pipe: Likewise.
9477         * modules/wait-process: Likewise.
9478
9479 2006-04-23  Bruno Haible  <bruno@clisp.org>
9480
9481         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9482         condition was already detected.
9483         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9484
9485 2006-04-23  Bruno Haible  <bruno@clisp.org>
9486
9487         * lib/copy-file.c: Include <unistd.h> unconditionally.
9488         * lib/execute.c: Likewise.
9489         * lib/fatal-signal.c: Likewise.
9490         * lib/findprog.c: Likewise.
9491         * lib/mkdtemp.c: Likewise.
9492         * lib/pipe.h: Likewise.
9493         * lib/pipe.c: Likewise.
9494         * lib/wait-process.h: Likewise.
9495
9496 2006-04-23  Bruno Haible  <bruno@clisp.org>
9497
9498         * gnulib-tool (func_usage): Fix --import description. Document
9499         --update.
9500         (func_import): Create temporary file in a temporary directory, if
9501         --dry-run is specified. Silence errors from 'grep' when there are no
9502         m4 files in $m4dir.
9503         (func_create_testdir): Silence errors from 'grep' when there are no
9504         m4 files in $m4dir.
9505         Reported by Karl Berry <karl@freefriends.org>.
9506
9507 2006-04-20  Bruno Haible  <bruno@clisp.org>
9508
9509         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9510         one argument, so that the code will be portable to Autoconf 2.60.
9511         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9512         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9513         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9514
9515 2006-04-19  Derek Price  <derek@ximbiot.com>
9516             Eric Blake  <ebb9@byu.net>
9517
9518         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9519         rather than "/full/path.h".  Update comment to match.  Shorten &
9520         generalize m4_translit call via AS_TR_CPP.
9521
9522 2006-04-19  Derek Price  <derek@ximbiot.com>
9523             Eric Blake  <ebb9@byu.net>
9524
9525         * lib/inttypes.h: Correct grammar in comment.
9526
9527 2006-04-18  Derek Price  <derek@ximbiot.com>
9528             Paul Eggert  <eggert@cs.ucla.edu>
9529
9530         * modules/inttypes: New file.
9531         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9532
9533 2006-04-18  Derek Price  <derek@ximbiot.com>
9534             Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9537         New files.
9538
9539 2006-04-18  Derek Price  <derek@ximbiot.com>
9540             Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * lib/inttypes.h: New file.
9543         * lib/strtoimax.c: Assume <inttypes.h>.
9544
9545 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9548         isn't mounted.  Problem reported by Kir Kolyshkin.
9549
9550 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9551
9552         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9553         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9554         Derek R. Price.
9555         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9556         implementation.
9557
9558 2006-04-12  Eric Blake  <ebb9@byu.net>
9559
9560         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9561         is now done automatically by the corresponding Autoconf macro.
9562
9563 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9566         time_r.h.
9567
9568 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9569
9570         Merge regex changes from libc, removing some of our
9571         POSIX-conformance changes that were rejected and redoing them in a
9572         less-intrusive way.
9573
9574         * lib/regcomp.c (re_compile_internal, init_dfa):
9575         Length arg is now size_t, not Idx.  All uses changed.
9576         (peek_token): Forward decl now says internal_function.
9577         (__re_error_msgid, __re_error_msgid_idx):
9578         Now static rather than extern with attribute_hidden.
9579         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9580         For some reason libc prefers K&R style defns for external functions.
9581         (regerror) [!defined _LIBC]: Likewise.
9582         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9583         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9584         (build_range_exp, build_collating_symbol):
9585         Use K&R-style defn.
9586         (re_compile_fastmap): Use '\0' to memset, not 0.
9587         (utf8_sb_map): Make the calculations more obvious.
9588         (init_dfa, parse_bracket_exp, build_charclass_op):
9589         Call calloc and cast result, as glibc does.
9590         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9591         (build_range_exp, build_collating_symbol):
9592         Now internal functions.
9593
9594         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9595
9596         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9597         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9598         Don't depend on VMS; depend on __VMS instead, for POSIX
9599         namespace cleanness.
9600         (regoff_t): Define to ssize_t, not long int.
9601
9602         Remove the REG_ macros named below.  Instead, make the old names
9603         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9604         __USE_GNU_REGEX.
9605         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9606         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9607         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9608         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9609         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9610         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9611         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9612         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9613         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9614         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9615         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9616         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9617         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9618         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9619         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9620         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9621         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9622         (REG_NREGS):
9623         Remove.  All uses replaced by the old RE_* names.
9624         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9625         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9626         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9627         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9628         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9629         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9630         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9631         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9632         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9633         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9634         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9635         Don't bother having these macros be independent of each others'
9636         values, since they no longer exist in the POSIX name space.
9637
9638         Rename the following member names back to their old names,
9639         unless !__USE_GNU_REGEX.  All uses changed back.
9640         (buffer): Renamed from re_buffer.
9641         (allocated): Renamed from re_allocated.
9642         (used): Renamed from re_used.
9643         (syntax): Renamed from re_syntax.
9644         (fastmap): Renamed from re_fastmap.
9645         (translate): Renamed from re_translate.
9646         (can_be_null): Renamed from re_can_be_null.
9647         (regs_allocated): Renamed from re_regs_allocated.
9648         (fastmap_accurate): Renamed from re_fastmap_accurate.
9649         (no_sub): Renamed from re_no_sub.
9650         (not_bol): Renamed from re_not_bol.
9651         (not_eol): Renamed from re_not_eol.
9652         (newline_anchor): Renamed from re_newline_anchor.
9653         (num_regs): Renamed from rm_num_regs.
9654         (start): Renamed from rm_start.
9655         (end): Renamed from rm_end.
9656
9657         (free_state): Move up a bit.
9658
9659         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9660         #define to be empty.
9661         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9662         when that is what is intended.
9663         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9664         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9665         (MAX): New macro.
9666         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9667         All uses changed back to re_malloc, etc.  It's now the caller's
9668         responsibility to check for overflow; all callers changed.
9669         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9670         (re_x2nrealloc): Remove.
9671         (free_state): Remove decl.
9672
9673         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9674         (re_set_registers, re_exec):
9675         Use K&R-style defn.
9676
9677         2006-01-31  Roland McGrath  <roland@redhat.com>
9678
9679         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9680         Reported by Mike Frysinger <vapier@gentoo.org>.
9681
9682         2006-01-15  Andreas Jaeger  <aj@suse.de>
9683
9684         [BZ #1950]
9685         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9686         build_wcs_upper_buffer change.
9687         (build_wcs_upper_buffer): Change return type.
9688
9689         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9690
9691         * lib/regex_internal.h: Include <stdint.h> if available.
9692
9693         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9694
9695         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9696
9697         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9698
9699         * lib/regcomp.c: Adjust for changed secondary hash function.
9700
9701         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9702
9703         * lib/regex.h: Pretty printing.
9704         Clean up namespace a bit.
9705
9706         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9707
9708         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9709         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9710
9711         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9712                     Ulrich Drepper  <drepper@redhat.com>
9713
9714         [BZ #1302]
9715         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9716         changed.
9717         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9718
9719         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9720
9721         [BZ #281]
9722         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9723         * lib/regcomp.c: Remove unnecessary uses of
9724         unsigned RE_TRANSLATE_TYPE.
9725         * lib/regex_internal.h: Likewise.
9726         * lib/regex_internal.c: Likewise.
9727         * lib/regexec.c: Likewise.
9728         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9729
9730         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9731
9732         * lib/regexec.c (find_recover_state): Remove unnecessary
9733         initialization.
9734         (transit_state_bkref): Make DFA a const pointer.
9735         (get_subexp): Likewise.
9736         (check_arrival): Likewise.
9737         (update_cur_sifted_state): Likewise.
9738         (re_search_internal): Likewise.
9739         (prune_impossible_nodes): Likewise.
9740         (acquire_init_state_context): Likewise.
9741         (proceed_next_node): Likewise.
9742         (set_regs): Likewise.
9743         (free_fail_stack_return): Likewise.
9744         (check_arrival_expand_ecl): Mark DFA parameter as const.
9745         (check_arrival_expand_ecl_sub): Likewise.
9746         (check_subexp_limits): Likewise.
9747         (sub_epsilon_src_nodes):  Likewise.
9748         (add_epsilon_src_nodes):  Likewise.
9749         (merge_state_array): Likewise.
9750         (update_regs): Likewise.
9751         (build_trtable): Likewise.
9752         (sift_states_backward): Mark MCTX parameter as const.
9753         (build_sifted_states): Likewise.
9754         (update_cur_sifted_state): Likewise.
9755         (sift_states_mkref): Likewise.
9756         (check_arrival_expand_ecl): Mark eclosure as const.
9757         (check_dst_limits_calc_pos_1): Likewise.
9758         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9759         pointer.
9760
9761         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9762
9763         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9764         (transit_state_sb): Likewise.
9765         (transit_state_mb): Likewise.
9766         (sift_states_iter_mb): Likewise.
9767         (check_arrival_add_next_nodes): Likewise.
9768         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9769         [_LIBC] (re_search_2_stub): Use mempcpy.
9770
9771         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9772         mbrtowc for very simple UTF-8 case.
9773
9774         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9775         a pointer-to-const.
9776         (re_acquire_state_context): Likewise.
9777         * lib/regex_internal.h: Adjust prototypes.
9778
9779         * lib/regex.c: Prevent using C++ compilers.
9780
9781         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9782         (re_acquire_state_context): Likewise.
9783
9784 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9785
9786         * modules/regex (Depends-on): Add ssize_t.
9787
9788 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9789
9790         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9791         translation table.
9792
9793 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9794
9795         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9796
9797 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9798             Bruno Haible  <bruno@clisp.org>
9799
9800         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9801         <sys/types.h> and <inttypes.h>.
9802
9803 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9804
9805         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9806         `__error_t_defined', so argp.h will not typedef the former.
9807
9808 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9809
9810         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9811         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9812         glibc names.  Even if glibc is changed to conform to POSIX, the
9813         traditional names will be available anyway, since regex depends on
9814         the extensions module.  Also, fix a longstanding typo in the
9815         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9816         reported by Emanuele Giaquinta.  Also, change sense of cached
9817         variable, so that the message makes sense.
9818
9819 2006-03-24  Simon Josefsson  <jas@extundo.com>
9820
9821         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9822         including some doc fixes.
9823         (base64_encode_alloc): Fix +1 bug on allocation failures.
9824
9825 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9826
9827         * lib/base64.c (base64_encode): Do not read past end of array with
9828         unsanitized input on systems with CHAR_BIT > 8.
9829
9830 2006-03-24  Eric Blake  <ebb9@byu.net>
9831
9832         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9833
9834 2006-03-22  Karl Berry  <karl@gnu.org>
9835
9836         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9837         * config/srclistvars.sh (COREUTILS): new var.
9838
9839 2006-03-17  Jim Meyering  <jim@meyering.net>
9840
9841         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9842         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9843
9844 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9845
9846         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9847         no longer needs it.  Instead, check that regoff_t is as least
9848         as wide as ptrdiff_t.
9849
9850         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9851         so that our regex.h stays compatible with the installed regex.
9852         This is helpful for installers who configure --without-included-regex.
9853         Problem reported by Emanuele Giaquinta.
9854
9855 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9856
9857         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9858         Typedef to long int, not to off_, as POSIX will likely change
9859         in that direction.
9860
9861 2006-03-15  Eric Blake  <ebb9@byu.net>
9862
9863         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9864
9865 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9866
9867         * lib/argp-help.c (validate_uparams): Fix typo
9868         * lib/argp-parse.c (argp_default_options): Consistently begin help
9869         messages with a lowercase letter.
9870
9871 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9874         overrun buffers and shouldn't be used (much as gets shouldn't be
9875         used).
9876         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9877
9878 2006-03-08  Simon Josefsson  <jas@extundo.com>
9879
9880         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9881         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9882
9883 2006-03-08  Simon Josefsson  <jas@extundo.com>
9884
9885         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9886         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9887
9888 2006-03-08  Simon Josefsson  <jas@extundo.com>
9889
9890         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9891         signal that configure disabled the device.
9892
9893 2006-03-08  Simon Josefsson  <jas@extundo.com>
9894
9895         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9896         languages.
9897
9898 2006-03-07  Simon Josefsson  <jas@extundo.com>
9899
9900         * modules/getopt (Depends-on): Add unistd.
9901
9902         * modules/unistd: New file.
9903
9904 2006-03-07  Simon Josefsson  <jas@extundo.com>
9905
9906         * modules/gc-random: New file.
9907
9908 2006-03-07  Simon Josefsson  <jas@extundo.com>
9909
9910         * m4/unistd_h.m4: New file.
9911
9912 2006-03-07  Simon Josefsson  <jas@extundo.com>
9913
9914         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9915         test to be side-effect free by storing the result in the cache
9916         variable gl_cv_lib_readline, and moving the assignment of
9917         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9918         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9919
9920 2006-03-07  Simon Josefsson  <jas@extundo.com>
9921
9922         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9923         error on missing devices (the functions will return an error).
9924
9925         * m4/gc.m4: Move random stuff to gc-random.m4
9926
9927 2006-03-07  Simon Josefsson  <jas@extundo.com>
9928
9929         * lib/unistd_.h: New file.
9930
9931 2006-03-07  Simon Josefsson  <jas@extundo.com>
9932
9933         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9934
9935 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9936
9937         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9938         Problem reported by Juan Manuel Guerrero.
9939
9940 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9943         the unistd module.
9944         * lib/getlogin_r.c: Likewise.
9945         * lib/getlogin_r.h: Likewise.
9946         * lib/glob.c: Likewise.
9947         * lib/pagealign_alloc.c: Likewise.
9948         * lib/unistd_.h: Remove; no longer needed.
9949
9950 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9951
9952         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9953         Add unistd.
9954         * modules/c-stack (Depends-on): Add unistd.
9955         * modules/getlogin_r: Likewise.
9956         * modules/glob: Likewise.
9957         * modules/pagealign_alloc: Likewise.
9958         * modules/unistd (Files): Remove lib/unistd_.h.
9959         (EXTRA_DIST): Remove.
9960         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9961         need unistd_.h.
9962         (MOSTLYCLEANFILES): Remove unistd.h-t.
9963
9964 2006-03-03  Simon Josefsson  <jas@extundo.com>
9965
9966         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9967
9968 2006-03-03  Simon Josefsson  <jas@extundo.com>
9969
9970         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9971         libidn and bison.
9972
9973 2006-03-03  Simon Josefsson  <jas@extundo.com>
9974
9975         * build-aux/maint.mk: Add indent target.
9976
9977 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9978
9979         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9980         our replacement poll.h in any case, to avoid a differing
9981         declaration from a system header.  Seen on AIX.
9982
9983 2006-03-01  Simon Josefsson  <jas@extundo.com>
9984
9985         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9986         <kasal@ucw.cz>.
9987
9988 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9989
9990         * modules/gettime (Depends-on): Add extensions module.
9991         * modules/nanosleep (Depends-on): Likewise.
9992         * modules/settime (Depends-on): Likewise.
9993
9994 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9997         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9998         pedantically.
9999         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10000         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
10001
10002         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
10003         not "==".  Reported by Ralf Wildenhues.
10004
10005 2006-03-01  Karl Berry  <karl@gnu.org>
10006
10007         * doc/Copyright/request-*: new files, synced from gnuorg.
10008
10009 2006-03-01  Karl Berry  <karl@gnu.org>
10010
10011         * config/srclist.txt (Copyright/*): new entries.
10012
10013 2006-02-28  Simon Josefsson  <jas@extundo.com>
10014
10015         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
10016
10017 2006-02-27  Simon Josefsson  <jas@extundo.com>
10018
10019         * lib/base64.h: Indent #define's.  From Jim Meyering
10020         <jim@meyering.net>.
10021
10022 2006-02-27  Jim Meyering  <jim@meyering.net>
10023
10024         Revert the change of 2006-02-24, so these files can continue
10025         to be sync'd from gettext.
10026         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
10027         of `config.h'.
10028
10029 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10030
10031         * modules/intprops: New file.
10032         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10033         Add intprops.
10034         * modules/getloadavg (Files): Remove lib/intprops.h.
10035         (Depends-on): Add intprops.
10036         * modules/human: Likewise.
10037         * modules/inttostr: Likewise.
10038         * modules/openat: Likewise.
10039         * modules/sig2str: Likewise.
10040         * modules/userspec: Likewise.
10041         * modules/utimecmp: Likewise.
10042         * modules/xnanosleep: Likewise.
10043         * modules/xstrtol: Likewise.
10044
10045 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
10046
10047         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
10048         * modules/lock-tests (TESTS): Use $(EXEEXT).
10049         * modules/tls-tests: Likewise.
10050         * modules/argp-tests: Likewise.
10051         (check_PROGRAMS): New var, replacing...
10052         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
10053
10054 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10055
10056         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
10057         `config.h'.
10058
10059 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
10060
10061         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
10062
10063 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10064
10065         Sync from coreutils.
10066         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
10067         gl_CHDIR_SAFER.
10068
10069 2006-02-22  Jim Meyering  <jim@meyering.net>
10070
10071         Sync from coreutils.
10072         * m4/chdir-safer.m4: New file.
10073
10074 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
10075
10076         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
10077         AT_FDCWD exceeds INT_MAX.
10078         * lib/openat.h (AT_FDCWD): Likewise.
10079
10080 2006-02-17  Eric Blake  <address@hidden>
10081
10082         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
10083
10084 2006-02-16  Simon Josefsson  <jas@extundo.com>
10085
10086         * modules/getaddrinfo (Depends-on): Add sys_socket.
10087
10088 2006-02-15  Simon Josefsson  <jas@extundo.com>
10089
10090         * build-aux/maint.mk: Add dsyntax-check rule.
10091
10092 2006-02-15  Eric Blake  <ebb9@byu.net>
10093
10094         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
10095         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
10096         'present but cannot compile' warnings on cygwin.
10097         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
10098         use ws2tcpip.h if sys/socket.h works.
10099         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
10100         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
10101
10102 2006-02-14  Simon Josefsson  <jas@extundo.com>
10103
10104         * modules/maintainer-makefile (Files): Rename.
10105
10106         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
10107         and (the local) Makefile.cfg to maint-cfg.mk.
10108
10109         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
10110         to the latter.
10111
10112         * modules/maintainer-makefile: New module.
10113
10114         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
10115         severaly stripped to make it possible to build it up from scratch
10116         with reliable tests.
10117
10118         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
10119         fixes to permit overriding the default actions when configure and
10120         makefile are not available.
10121
10122 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         Sync from coreutils.
10125         * modules/lstat (Depends-on): Don't depend on xalloc.
10126         (License): Change from GPL to LGPL, since this is now simply a
10127         replacement for a libc function.
10128
10129 2006-02-14  Jim Meyering  <jim@meyering.net>
10130
10131         Sync from coreutils.
10132
10133         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
10134         failure on deficient systems, and simplify gnulib lgpl dependencies.
10135         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
10136         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
10137
10138         * lib/xalloc-die.c: Remove unused definition of N_.
10139
10140 2006-02-14  Jim Meyering  <jim@meyering.net>
10141
10142         Sync from coreutils.
10143         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
10144         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
10145         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
10146         double-quote uses of that variable, to accommodate the rare case in
10147         which getmntent is available in none of the libraries checked.  This
10148         happens at least on FreeBSD 5.0.
10149
10150 2006-02-13  Simon Josefsson  <jas@extundo.com>
10151
10152         * gnulib-tool (Usage): Fix --import, from
10153         karl@freefriends.org (Karl Berry).
10154
10155 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
10156
10157         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
10158
10159 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
10160
10161         * lib/argp-namefrob.h: Restore changes accidentally lost during the
10162         "autoupdate" on 2005-12-12.
10163
10164 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10165
10166         * modules/closeout (Depends-on): Remove atexit.
10167
10168 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
10171         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
10172
10173 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
10176         __EXTENSIONS__ if this causes compilation to fail.  Problem
10177         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
10178         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
10179
10180 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
10181
10182         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
10183         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
10184         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
10185         All uses changed.
10186
10187 2006-01-26  Simon Josefsson  <jas@extundo.com>
10188
10189         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
10190         prototype is visible on mingw32.
10191
10192         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
10193         for mingw32.
10194
10195         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
10196         mingw32).
10197
10198 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
10201         attempt to open for write; this always fails, at least on POSIX
10202         hosts.  This reinstates the 2006-01-09 change, which was
10203         inadvertently removed.
10204
10205 2006-01-26  Bruno Haible  <bruno@clisp.org>
10206
10207         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
10208         Reported by Paul Eggert.
10209
10210 2006-01-26  Bruno Haible  <bruno@clisp.org>
10211             Paul Eggert  <eggert@cs.ucla.edu>
10212
10213         * lib/stdbool_.h (_Bool)
10214         [(! (defined __cplusplus || defined __BEOS__)
10215           && !defined __GNUC__
10216           && !(defined __HP_cc || defined __xlc__
10217                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
10218                || defined __sgi))]:
10219         #define to signed char in these cases too; this simplifies
10220         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
10221         etc., separately) and makes it more conservative.
10222
10223 2006-01-25  Simon Josefsson  <jas@extundo.com>
10224
10225         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
10226         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
10227         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
10228
10229 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
10230
10231         * lib/argp-namefrob.h: Bugfix. Remove stray #
10232
10233 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
10236         so that we test the test.
10237         Check for yet another HP-UX cc bug involving *bool |= bool.
10238
10239 2006-01-25  Karl Berry  <karl@gnu.org>
10240
10241         * config/srclist.txt (vasnprintf.c): sync lost.
10242
10243 2006-01-25  Jim Meyering  <jim@meyering.net>
10244
10245         Sync from the stable (b5) branch of coreutils:
10246
10247         * lib/fts.c (fts_children): Don't let close() clobber errno from
10248         failed fchdir().
10249
10250         * lib/fts.c (fts_stat): When following a symlink-to-directory,
10251         don't necessarily interpret stat-fails+lstat-succeeds as indicating
10252         a dangling symlink.  That can also happen at least for ELOOP.
10253         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
10254         FYI, this bug predates the inclusion of fts.c in coreutils.
10255
10256         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
10257         in their own block, so pre-c99 compilers don't object.
10258
10259         Avoid the double-free (first in fts_read, second in fts_close) that
10260         would occur when an `active' directory is made inaccessible (e.g.,
10261         via chmod a-x) during a traversal.
10262         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10263         before returning.  Reproduce this failure by
10264         mkdir -p a/b; cd a; chmod a-x . b
10265         Reported by Stavros Passas.
10266
10267 2006-01-25  Jim Meyering  <jim@meyering.net>
10268
10269         * lib/fileblocks.c: Remove more useless parentheses.
10270         * lib/readutmp.h: Likewise.
10271
10272 2006-01-25  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
10275         warnings.
10276         Reported by Paul Eggert.
10277
10278 2006-01-25  Bruno Haible  <bruno@clisp.org>
10279
10280         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
10281         rid of a trap command. For Solaris sh.
10282         Reported by Mark D. Baushke <mdb@gnu.org>.
10283
10284 2006-01-24  Simon Josefsson  <jas@extundo.com>
10285
10286         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
10287         Bruno.
10288
10289 2006-01-24  Karl Berry  <karl@gnu.org>
10290
10291         * config/srclist.txt (argp-namefrob.h): sync lost.
10292
10293 2006-01-24  Jim Meyering  <jim@meyering.net>
10294
10295         * modules/openat (Files): Add lib/intprops.h.
10296         From Mark D. Baushke.
10297
10298 2006-01-24  Jim Meyering  <jim@meyering.net>
10299
10300         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
10301         Reported by Mark D. Baushke.
10302
10303 2006-01-24  Jim Meyering  <jim@meyering.net>
10304
10305         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
10306
10307 2006-01-24  Bruno Haible  <bruno@clisp.org>
10308
10309         * modules/strnlen (Maintainer): Change from glibc to all.
10310
10311 2006-01-24  Bruno Haible  <bruno@clisp.org>
10312
10313         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
10314         Patch by Paul Eggert.
10315
10316 2006-01-24  Bruno Haible  <bruno@clisp.org>
10317
10318         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
10319         already has it.
10320         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
10321         2005-11-26.
10322
10323         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
10324         'signed char' to avoid problems with the built-in _Bool type.
10325         Reported by Paul Eggert on 2005-11-26.
10326
10327 2006-01-24  Bruno Haible  <bruno@clisp.org>
10328
10329         * gnulib-tool (func_import): Avoid constructing complicated sed
10330         expressions inside backquote.
10331         Report and solution by Mark D. Baushke <mdb@gnu.org>.
10332
10333 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
10334
10335         These changes imported from libc.
10336         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
10337         test and two separate function calls.
10338         * lib/strndup.c (__strndup): Add libc_hidden_def.
10339
10340 2006-01-23  Simon Josefsson  <jas@extundo.com>
10341
10342         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
10343         Remove the test_*_SOURCES variable: automake infers it by default.
10344         * modules/tls-tests: Likewise.
10345
10346 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10347
10348         Work around porting bugs reported by Dieter in
10349         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
10350         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
10351         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
10352         Include "getopt.h" first, to check interface.
10353         (getenv): Declare only if defined HAVE_DECL_GETENV &&
10354         !HAVE_DECL_GETENV.
10355         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
10356         (__strndup): Revert to K&R-style function dfns, the glibc style.
10357         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
10358         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
10359         Include strnlen.h first, to get prototype properly.
10360         (strnlen): Renamed from __strnlen.
10361         Remove weak alias.
10362
10363 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
10366
10367 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10368
10369         * config/srclist.txt: Adjust to reflect glibc reorganization.
10370         This affects only comments.
10371
10372 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10373
10374          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
10375          Reported by Bruce Korb <bkorb@gnu.org>.
10376
10377 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
10380         to pacify gcc -Wswitch-default.
10381
10382 2006-01-22  Bruno Haible  <bruno@clisp.org>
10383
10384         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
10385         temporary buffer for sprintf, take into account the precision also
10386         for 'd', 'i', 'u', 'o', 'x', 'X'.
10387
10388 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10389
10390         * modules/argp-tests: New module
10391         * tests/test-argp.c: New file
10392         * tests/test-argp-2.sh: New file
10393
10394 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
10395
10396         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
10397         (__argp_base_name): Removed
10398         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
10399         typo.
10400         (__argp_base_name): Provide macro definition or extern declaration
10401         depending on the configuration
10402
10403 2006-01-20  Simon Josefsson  <jas@extundo.com>
10404
10405         * modules/inet_ntop (Depends-on): Depend on sys_socket.
10406
10407 2006-01-20  Simon Josefsson  <jas@extundo.com>
10408
10409         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
10410
10411 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
10414         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
10415         Suggested by Bruno Haible.
10416
10417 2006-01-20  Karl Berry  <karl@gnu.org>
10418
10419         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
10420         until changes propagate, I guess.
10421
10422 2006-01-19  Simon Josefsson  <jas@extundo.com>
10423
10424         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
10425
10426 2006-01-19  Simon Josefsson  <jas@extundo.com>
10427
10428         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
10429
10430 2006-01-19  Simon Josefsson  <jas@extundo.com>
10431
10432         * gnulib-tool: Set check_PROGRAMS.
10433
10434         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10435         modules/des-tests, modules/gc-arcfour-tests,
10436         modules/gc-arctwo-tests, modules/gc-des-tests,
10437         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10438         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10439         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10440         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10441         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10442         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10443         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10444         test_*_SOURCES.
10445
10446 2006-01-18  Simon Josefsson  <jas@extundo.com>
10447
10448         * modules/socklen (Depends-on): Depend on sys_socket.
10449
10450 2006-01-18  Simon Josefsson  <jas@extundo.com>
10451
10452         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10453         modules/des-tests, modules/gc-arcfour-tests,
10454         modules/gc-arctwo-tests, modules/gc-des-tests,
10455         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10456         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10457         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10458         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10459         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10460         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10461         $(EXEEXT) to automake TESTS variable, for mingw32.
10462
10463 2006-01-17  Simon Josefsson  <jas@extundo.com>
10464
10465         * modules/socklen (Include): Need sys/socket.h.
10466
10467 2006-01-17  Bruno Haible  <bruno@clisp.org>
10468
10469         * modules/ssize_t (Include): Add <sys/types.h>.
10470
10471 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10472
10473         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10474         it's not portable and it doesn't work with cross-compiles.
10475         Problem reported by Bruno Haible.  Fix missing-$ typo in
10476         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10477         -zignore from being used with Sun's C compiler.
10478
10479 2006-01-12  Simon Josefsson  <jas@extundo.com>
10480
10481         * lib/base64.c: Fix warning, reported by Bruno Haible
10482         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10483
10484 2006-01-12  Bruno Haible  <bruno@clisp.org>
10485
10486         * modules/ldd: New file.
10487         * build-aux/ldd.sh.in: New file.
10488         * MODULES.html.sh (Support for building libraries and executables): Add
10489         ldd.
10490
10491 2006-01-12  Bruno Haible  <bruno@clisp.org>
10492
10493         * m4/ldd.m4: New file.
10494
10495 2006-01-12  Bruno Haible  <bruno@clisp.org>
10496
10497         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10498         endless loop while replacing $auxdir with build-aux.
10499
10500 2006-01-11  Simon Josefsson  <jas@extundo.com>
10501
10502         * lib/stdint_.h (SIZE_MAX): Add missing (.
10503
10504 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10505
10506         Sync from coreutils.
10507         * lib/md5.c: Fix commentary typos.
10508         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10509         * lib/md5.h (__attribute__): Remove; unused.
10510         * lib/sha1.c: Fix commentary to match md5 better.
10511         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10512         so that we don't need to worry about alignment.  All uses changed.
10513         This merges the 2005-10-28 md5 change into sha1.
10514
10515 2006-01-11  Jim Meyering  <jim@meyering.net>
10516
10517         Sync from coreutils.
10518         * lib/md5.c (OP): Fix spacing.
10519
10520 2006-01-11  Bruno Haible  <bruno@clisp.org>
10521
10522         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10523         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10524         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10525
10526 2006-01-11  Bruno Haible  <bruno@clisp.org>
10527
10528         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10529         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10530         the "early" section as well.
10531
10532 2006-01-11  Bruno Haible  <bruno@clisp.org>
10533
10534         Avoid "ar: no archive members specified" error on MacOS X.
10535         * gnulib-tool (func_modules_add_dummy): New function.
10536         (func_import, func_create_testdir): Invoke it.
10537
10538 2006-01-11  Bruno Haible  <bruno@clisp.org>
10539
10540         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10541         with $auxdir in AC_CONFIG_FILES statements.
10542
10543 2006-01-11  Bruno Haible  <bruno@clisp.org>
10544
10545         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10546         Initialize also noinst_HEADERS to empty.
10547
10548 2006-01-11  Bruno Haible  <bruno@clisp.org>
10549
10550         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10551         variables.
10552         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10553         autoreconf.
10554
10555 2006-01-11  Bruno Haible  <bruno@clisp.org>
10556
10557         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10558         overridable by the user.
10559         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10560
10561 2006-01-10  Simon Josefsson  <jas@extundo.com>
10562
10563         * modules/sys_socket: New file.
10564
10565 2006-01-10  Simon Josefsson  <jas@extundo.com>
10566
10567         * m4/sys_socket_h.m4: New file.
10568
10569 2006-01-10  Simon Josefsson  <jas@extundo.com>
10570
10571         * lib/socket_.h: New file.
10572
10573 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         * modules/readutmp (Maintainer): Add myself.
10576
10577 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10578
10579         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10580         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10581         People who are still concerned with buggy memcmp implementations
10582         can invoke gl_FUNC_MEMCMP themselves.
10583
10584 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10585
10586         * lib/regex_internal.h (BITSET_WORD_BITS):
10587         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10588         preprocessor mishandles large unsigned values as if they were signed.
10589         Problem reported by Claudio Fontana in
10590         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10591
10592 2006-01-10  Jim Meyering  <jim@meyering.net>
10593
10594         Avoid the double-free (first in fts_read, second in fts_close) that
10595         would occur when an `active' directory is made inaccessible (e.g.,
10596         via chmod a-x) during a traversal.
10597         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10598         before returning.  Reproduce this failure by
10599         mkdir -p a/b; cd a; chmod a-x . b
10600         Reported by Stavros Passas.
10601
10602         Sync from coreutils.
10603         * lib/sha1.c: Tweak grammar in a comment.
10604
10605 2006-01-10  Jim Meyering  <jim@meyering.net>
10606
10607         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10608         Patch by Joerg Sonnenberger.
10609
10610 2006-01-10  Bruno Haible  <bruno@clisp.org>
10611
10612         * modules/readutmp: Depend on module free.
10613         * modules/strtok_r: Depend on module restrict.
10614
10615 2006-01-10  Bruno Haible  <bruno@clisp.org>
10616
10617         * modules/gettext (configure.ac): Add an invocation of
10618         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10619
10620 2006-01-10  Bruno Haible  <bruno@clisp.org>
10621
10622         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10623         Reported by Werner Lemberg <wl@gnu.org>.
10624
10625 2006-01-10  Bruno Haible  <bruno@clisp.org>
10626
10627         * lib/localcharset.c: Update from GNU gettext.
10628
10629 2006-01-10  Bruno Haible  <bruno@clisp.org>
10630
10631         * lib/argp.h (__const): Remove macro. Use const instead.
10632         * lib/argp-fmtstream.h (__const): Likewise.
10633         * lib/glob_.h (__const): Remove macro.
10634         * lib/glob-libc.h: Use const instead of __const.
10635
10636 2006-01-10  Bruno Haible  <bruno@clisp.org>
10637
10638         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10639         variable.
10640         Needed to avoid an automake error regarding the 'gettext' module.
10641
10642 2006-01-09  Simon Josefsson  <jas@extundo.com>
10643
10644         * modules/inet_ntop (Depends-on): Add restrict.
10645
10646 2006-01-09  Simon Josefsson  <jas@extundo.com>
10647
10648         * modules/gc-rijndael-tests (License): Put under LGPL.
10649
10650         * modules/gc-des-tests (License): Likewise.
10651
10652         * modules/gc-arcfour-tests (License): Likewise.
10653
10654         * modules/gc-arctwo-tests (License): Likewise.
10655
10656         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10657
10658         * modules/gc-hmac-sha1-tests (Files): Likewise.
10659
10660         * modules/gc-hmac-md5-tests (License): Likewise.
10661
10662         * modules/gc-sha1-tests (License): Likewise.
10663
10664         * modules/gc-md5-tests (License): Likewise.
10665
10666         * modules/gc-md4-tests (License): Likewise.
10667
10668         * modules/gc-md2-tests (License): Likewise.
10669
10670         * modules/gc-tests (License): Likewise.
10671
10672         * modules/des-tests (License): Likewise.
10673
10674         * modules/md4-tests (License): Likewise.
10675
10676         * modules/md2-tests (License): Likewise.
10677
10678 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         Sync from coreutils:
10681
10682         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10683         * modules/lib-ignore: New file.
10684         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10685         chdir-safer.m4, lchmod.m4.
10686         * modules/openat: Add mkdirat.c, openat-priv.h.
10687
10688 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10689
10690         Sync from coreutils.
10691         * m4/lib-ignore.m4: New file.
10692         * m4/lchmod.m4: New file.
10693
10694 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10695
10696         Sync from coreutils.
10697         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10698         for write access: POSIX says that must fail.
10699         * lib/fts.c (diropen): Likewise.
10700         * lib/save-cwd.c (save_cwd): Likewise.
10701         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10702         well, for minor improvements on hosts that lack O_DIRECTORY.
10703         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10704         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10705         Fall back on chown if open failed with EACCES.
10706
10707         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10708         Report an error at compile-time if only a 1-second nominal clock
10709         resolution is found.
10710
10711         * lib/lchmod.h: New file.
10712         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10713         (make_dir_parents): Use lchown rather than chown, and
10714         lchmod rather than chmod.
10715
10716         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10717         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10718         "proc" reported by n0dalus.
10719
10720         * lib/mountlist.c: Include <limits.h>.
10721         (dev_from_mount_options)
10722         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10723         New function.  It no longer assumes "dev=" has the System V meaning
10724         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10725         (read_file_system_list)
10726         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10727         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10728         dev= in that case.
10729
10730         * lib/posixtm.h (PDS_PRE_2000): New macro.
10731         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10732         allow_century.  All usages changed.  Reject dates outside the range
10733         1969-1999 if PDS_PRE_2000 is used.
10734
10735 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10736
10737         Sync from coreutils.
10738         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10739         (Time of day items): Mention the possibility of leap seconds.
10740         Problem reported by Dr. David Alan Gilbert.
10741
10742 2006-01-09  Jim Meyering  <jim@meyering.net>
10743
10744         Sync from coreutils.
10745
10746         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10747
10748         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10749
10750         * lib/modechange.c (mode_compile): Reject an invalid mode string
10751         that starts with an octal digit.  From Andreas Gruenbacher.
10752
10753         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10754         and dup to open_safer and dup_safer, respectively.
10755         (openat_permissive): Fix typo in comment.
10756
10757         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10758         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10759         (_): Remove; no longer needed.
10760         (openat): Renamed from rpl_openat; no need for rpl_openat
10761         since openat.h renames openat for us.
10762         Replace most of the body with a call to openat_permissive,
10763         to avoid duplicate code.
10764         Port to (probably hypothetical) environments were mode_t is
10765         wider than int.
10766         (openat_permissive): Require mode arg, so that we can check
10767         types better.  Put it just after flags.  Change cwd failure
10768         indicator from pointer-to-bool to pointer-to-errno-value.
10769         All callers changed.
10770         Invoke openat_save_fail and/or openat_restore_fail if
10771         cwd_errno is null, so that openat can call us.
10772         (openat_permissive, fdopendir, fstatat, unlinkat):
10773         Simplify errno handling to avoid some duplicate code,
10774         as it's OK to set errno on success.
10775         * lib/openat.h: Revamp code so that function macros depend on
10776         __OPENAT_PREFIX only, not also on AT_FDCWD.
10777         (openat_ro): Remove.  Caller changed to use openat_permissive.
10778         (openat_permissive): Now a macro, if not a function.
10779         (openat_restore_fail, openat_save_fail): Now always functions,
10780         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10781
10782         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10783         and openat.c.
10784         * lib/mkdirat.c: Include openat-priv.h.
10785         Remove definitions of macros defined therein.
10786         * lib/openat.c: Likewise.
10787
10788         * lib/mkdirat.c (mkdirat): New file and function.
10789         * lib/openat.h (mkdirat): Declare.
10790
10791         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10792
10793         * lib/openat.h (openat_permissive): Declare.
10794         (openat_ro): Define.
10795
10796         * lib/openat.c (EXPECTED_ERRNO): New macro.
10797         (openat_permissive): New function -- used in remove.c rewrite.
10798         (all functions): Set errno just before returning, only if there
10799         was an actual failure.
10800         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10801
10802         Emulate openat-family functions using Linux's procfs, if possible.
10803         Idea and some code based on Ulrich Drepper's glibc changes.
10804
10805         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10806         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10807         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10808         before falling back on save_cwd and restore_cwd.
10809         (fdopendir, fstatat, unlinkat): Likewise.
10810
10811         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10812         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10813
10814         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10815         as second argument to va_arg.  Otherwise, some versions of gcc
10816         warn that `if this code is reached, the program will abort'.
10817
10818 2006-01-09  Jim Meyering  <jim@meyering.net>
10819
10820         Sync from coreutils.
10821         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10822         Require openat-priv.h.
10823
10824 2006-01-09  Bruno Haible  <bruno@clisp.org>
10825
10826         * modules/strnlen (Include): Use strnlen.h.
10827
10828 2006-01-09  Bruno Haible  <bruno@clisp.org>
10829
10830         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10831
10832 2006-01-09  Bruno Haible  <bruno@clisp.org>
10833
10834         * lib/sysexit_.h (EX_OK): New macro.
10835         Suggested by Martin Lambers <marlam@marlam.de>.
10836
10837 2006-01-09  Bruno Haible  <bruno@clisp.org>
10838
10839         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10840         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10841
10842 2006-01-09  Bruno Haible  <bruno@clisp.org>
10843
10844         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10845         numbers.
10846
10847 2006-01-09  Bruno Haible  <bruno@clisp.org>
10848
10849         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10850         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10851         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10852         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10853
10854 2006-01-09  Bruno Haible  <bruno@clisp.org>
10855
10856         * build-aux/javacomp.sh.in: New file, moved from lib/.
10857         * modules/javacomp-script (Files): Update.
10858         (configure.ac): Add AC_CONFIG_FILES invocation.
10859         (EXTRA_DIST): Remove variable.
10860
10861         * build-aux/javaexec.sh.in: New file, moved from lib/.
10862         * modules/javaexec (Files): Update.
10863         (configure.ac): Add AC_CONFIG_FILES invocation.
10864         (EXTRA_DIST): Remove javaexec.sh.in.
10865
10866         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10867         * modules/csharpcomp-script (Files): Update.
10868         (configure.ac): Add AC_CONFIG_FILES invocation.
10869         (EXTRA_DIST): Remove variable.
10870
10871         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10872         * modules/csharpexec (Files): Update.
10873         (configure.ac): Add AC_CONFIG_FILES invocation.
10874         (EXTRA_DIST): Remove csharpexec.sh.in.
10875
10876 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10877
10878         Sync from coreutils.
10879
10880         Add POSIX ACL support
10881         * lib/acl.h (copy_acl, set_acl): Add declarations.
10882         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10883         systems other than Linux.
10884         (chmod_or_fchmod): New function: use fchmod when possible,
10885         and chmod otherwise.
10886         (file_has_acl): Add a POSIX ACL implementation, with a
10887         Linux-specific subcase.
10888         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10889         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10890         acls are unsupported.
10891         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10892         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10893         are unsupported.
10894
10895 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10896
10897         Sync from coreutils.
10898         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10899
10900 2006-01-07  Bruno Haible  <bruno@clisp.org>
10901
10902         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10903         gl_EARLY.
10904
10905 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10906
10907         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10908         Problem reported for Mingw by Mark Junker.
10909
10910 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10911
10912         * README: Gnulib normally doesn't generate a tarball.
10913
10914 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10915
10916         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10917         long int, not int, for nanosecond counts, so that people who are
10918         used to POSIX struct timespec won't be surprised.  Reported by Jim
10919         Meyering.
10920
10921 2005-12-28  Bruno Haible  <bruno@clisp.org>
10922
10923         * build-aux/config.rpath: Update from GNU gettext.
10924
10925 2005-12-16  Jim Meyering  <jim@meyering.net>
10926
10927         * modules/fprintftime: New module.
10928         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10929
10930 2005-12-16  Jim Meyering  <jim@meyering.net>
10931
10932         * m4/fprintftime.m4: New file.
10933
10934 2005-12-16  Jim Meyering  <jim@meyering.net>
10935
10936         * lib/fprintftime.c, lib/fprintftime.h: New files.
10937
10938 2005-12-15  Simon Josefsson  <jas@extundo.com>
10939
10940         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10941         new m4/socklen.m4.
10942
10943 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10944
10945         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10946         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10947
10948 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10949
10950         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10951         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10952         struct uparams is valid. Fall back to the default values if it is
10953         not.
10954
10955 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10956
10957         * modules/argp (Files): Add argp-pin.c
10958         (Depends-on): dirname
10959         (lib_SOURCES): Add argp-pin.c
10960
10961 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10962
10963         * m4/argp.m4:  Check if program_invocation_name and
10964         program_invocation_short_name are declared and define appropriate
10965         macros if they are not.
10966
10967 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10968
10969         * lib/argp-help.c (__argp_base_name): New function
10970         (__argp_short_program_name): Rewrite using __argp_base_name
10971         * lib/argp-namefrob.h: Define program_invocation_name and
10972         program_invocation_short_name if requested
10973         (__argp_base_name): Add prototype
10974         * lib/argp-parse.c (argp_def): Use gettext wrappers
10975         (argp_default_parser): Use __argp_base_name
10976         * lib/argp-pin.c: New file. Defines program_invocation_name and
10977         program_invocation_short_name on systems that lack them.
10978
10979 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10980
10981         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10982         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10983         porting problem reported by Georg Schwarz in
10984         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10985
10986 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10987
10988         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10989         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10990         porting problem reported by Georg Schwarz in
10991         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10992
10993 2005-12-05  Bruno Haible  <bruno@clisp.org>
10994
10995         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10996         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10997         Reported by Mark Junker <mjscod@gmx.de>.
10998
10999 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
11000
11001         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
11002         Use implementation from Albert Chin, with some
11003         comments/corrections by Stepan Kasal and myself.
11004
11005 2005-12-02  Bruno Haible  <bruno@clisp.org>
11006
11007         * gnulib-tool (func_import): Accept GPLed build tool modules when
11008         --lgpl is given.
11009         * modules/csharpcomp-script: New file.
11010         * modules/csharpcomp: Depend on it.
11011         * modules/javacomp-script: New file.
11012         * modules/javacomp: Depend on it.
11013         Suggested by Simon Josefsson.
11014
11015 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
11016
11017         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
11018         statement, to work around an HP-UX 10.20 compiler bug reported by
11019         Peter O'Gorman.
11020
11021 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         * modules/savedir (Depends-on): Add openat.
11024
11025 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
11026
11027         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
11028         (uintmax_t) [defined uintmax_t]: Do not declare.
11029         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
11030         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
11031         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
11032         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
11033         sake of portability to weird hosts that C allows (though we don't
11034         know of any practical examples).
11035
11036         * lib/savedir.h (fdsavedir): New decl.
11037         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
11038         contains most of the former guts of savedir.
11039         (savedir): Use savedirstream.
11040         Include "openat.h".
11041
11042 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11043
11044         * modules/obstack (Files): Add m4/ulonglong.m4.
11045         Problem reported by Davide Angelocola.
11046
11047 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
11048
11049         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
11050         coreutils no longer futzes with rounding modes.
11051
11052 2005-11-14  Jim Meyering  <jim@meyering.net>
11053
11054         * lib/mkstemp-safer.c: Include <config.h>, required for possible
11055         replacement of mkstemp.
11056
11057 2005-11-10  Simon Josefsson  <jas@extundo.com>
11058
11059         * lib/readline.c: Remove EOL.
11060
11061 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11062
11063         * modules/gethrxtime (Depends-on): Add gettime.
11064
11065 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11066
11067         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
11068         or gettimeofday; no longer needed.
11069
11070 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11071
11072         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
11073         time business.
11074         (gethrxtime) [! (HAVE_NANOUPTIME
11075         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
11076         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
11077         our own approximation.
11078
11079 2005-11-08  Eric Blake  <ebb9@byu.net>
11080
11081         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11082
11083 2005-11-08  Eric Blake  <ebb9@byu.net>
11084
11085         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
11086
11087 2005-11-04  Bruno Haible  <bruno@clisp.org>
11088
11089         * gnulib-tool: Implement --update mode.
11090
11091 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11092
11093         Fix porting problem reported by Theodoros V. Kalamatianos.
11094         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
11095         Don't assume that futimes failing means we must fail.
11096
11097 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
11100         variables to suggest the intended function of the PATH_MAX check.
11101
11102 2005-10-30  Kean Johnston  <jkj@sco.com>
11103
11104         Trivial changes to support SCO systems.
11105         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
11106         as PATH_MAX.
11107         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
11108         where __ptr is null when no I/O is pending.
11109
11110 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
11113         leave errno alone.  Problem reported by Dmitry V. Levin.
11114
11115 2005-10-28  Simon Josefsson  <jas@extundo.com>
11116
11117         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
11118         Test more.
11119
11120         * tests/test-gc-md2.c, tests/test-md2.c: New files.
11121
11122         * modules/md2, modules/md2-tests: New files.
11123
11124 2005-10-28  Simon Josefsson  <jas@extundo.com>
11125
11126         * m4/inet_ntop.m4: More tests.
11127
11128         * m4/gc-md2.m4, md2.m4: New file.
11129
11130 2005-10-28  Simon Josefsson  <jas@extundo.com>
11131
11132         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
11133         "restrict" keywords, as per POSIX.  Protect the function
11134         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
11135         Don't use K&R prototypes.  Check the sprintf return values.
11136         Re-define EAFNOSUPPORT if not present.  Indent.
11137
11138         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
11139         suggested by Bruno Haible <bruno@clisp.org>.
11140
11141         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
11142
11143         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
11144
11145         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
11146         libgcrypt).
11147
11148         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
11149
11150         * lib/md2.h, lib/md2.c: New files.
11151
11152 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
11153
11154         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
11155         errno alone.  Problem reported by Frederic Jolliton.
11156
11157 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11158
11159         * modules/verify (License): Change from GPL to LGPL.  This is a
11160         tiny module and there are apparently near-equivalents that are
11161         under the BSD license.
11162
11163 2005-10-24  Simon Josefsson  <jas@extundo.com>
11164
11165         * modules/sha1: Relicense to LGPL.
11166
11167 2005-10-24  Simon Josefsson  <jas@extundo.com>
11168
11169         * lib/md4.h: Shrink buffer size, now that we changed the type.
11170
11171 2005-10-23  Simon Josefsson  <jas@extundo.com>
11172
11173         * gnulib-tool (func_import): Fix --tests-base.
11174
11175 2005-10-22  Simon Josefsson  <jas@extundo.com>
11176
11177         * modules/arcfour (Depends-on): Need stdint.
11178
11179 2005-10-22  Simon Josefsson  <jas@extundo.com>
11180
11181         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
11182         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
11183
11184 2005-10-22  Simon Josefsson  <jas@extundo.com>
11185
11186         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
11187         suggested by Bruno Haible <bruno@clisp.org>.
11188
11189 2005-10-22  Simon Josefsson  <jas@extundo.com>
11190
11191         * lib/crc.h: Include stddef.h, for size_t.
11192
11193 2005-10-22  Simon Josefsson  <jas@extundo.com>
11194
11195         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
11196         arcfour_context struct (simplify test vector testing in GNU
11197         Shishi).
11198
11199 2005-10-21  Simon Josefsson  <jas@extundo.com>
11200
11201         * modules/des, modules/des-tests: New files.
11202
11203         * modules/gc-des, modules/gc-des-tests: New files.
11204
11205         * tests/test-des.c, tests/test-gc-des.c: New file.
11206
11207 2005-10-21  Simon Josefsson  <jas@extundo.com>
11208
11209         * modules/arctwo, modules/arctwo-tests: New files.
11210
11211         * tests/test-arctwo.c: New file.
11212
11213         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
11214
11215         * tests/test-gc-arctwo.c: New file.
11216
11217 2005-10-21  Simon Josefsson  <jas@extundo.com>
11218
11219         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
11220         Bruno Haible <bruno@clisp.org>.
11221
11222         * m4/gc-des.m4: New file.
11223
11224 2005-10-21  Simon Josefsson  <jas@extundo.com>
11225
11226         * m4/arctwo.m4: New file.
11227
11228         * m4/gc-arctwo.m4: New file.
11229
11230 2005-10-21  Simon Josefsson  <jas@extundo.com>
11231
11232         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
11233         block.
11234
11235 2005-10-21  Simon Josefsson  <jas@extundo.com>
11236
11237         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
11238         <bruno@clisp.org>.
11239
11240         * lib/hmac-sha1.c (hmac_sha1): Likewise.
11241
11242         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
11243         Bruno Haible <bruno@clisp.org>.
11244
11245         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
11246         <bruno@clisp.org>.
11247
11248 2005-10-21  Simon Josefsson  <jas@extundo.com>
11249
11250         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
11251
11252 2005-10-21  Simon Josefsson  <jas@extundo.com>
11253
11254         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
11255
11256 2005-10-21  Simon Josefsson  <jas@extundo.com>
11257
11258         * lib/des.h, lib/des.c: New files.
11259
11260         * lib/gc-gnulib.c: Support DES.c
11261
11262 2005-10-21  Simon Josefsson  <jas@extundo.com>
11263
11264         * lib/arctwo.h, lib/arctwo.c: New files.
11265
11266         * lib/gc-gnulib.c: Support ARCTWO.
11267
11268 2005-10-21  Simon Josefsson  <jas@extundo.com>
11269
11270         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
11271         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11272
11273 2005-10-21  Simon Josefsson  <jas@extundo.com>
11274
11275         * gnulib-tool (func_import, func_create_testdir): Define automake
11276         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
11277         Makefile.am snippet),
11278         suggested by Bruno Haible <bruno@clisp.org>.
11279
11280         * modules/gc (Makefile.am): Use it.
11281
11282 2005-10-21  Bruno Haible  <bruno@clisp.org>
11283
11284         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
11285         patch.
11286
11287 2005-10-19  Simon Josefsson  <jas@extundo.com>
11288
11289         * tests/test-gc-rijndael.c: New file.
11290
11291         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
11292
11293 2005-10-19  Simon Josefsson  <jas@extundo.com>
11294
11295         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
11296         interface too.
11297
11298 2005-10-19  Simon Josefsson  <jas@extundo.com>
11299
11300         * tests/test-gc-arcfour.c: New file.
11301
11302         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
11303
11304 2005-10-19  Simon Josefsson  <jas@extundo.com>
11305
11306         * modules/gc-md4, modules/gc-md4-tests: New file.
11307
11308         * tests/test-gc-md4.c: New file.
11309
11310 2005-10-19  Simon Josefsson  <jas@extundo.com>
11311
11312         * m4/gc-md4.m4: New file.
11313
11314 2005-10-19  Simon Josefsson  <jas@extundo.com>
11315
11316         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
11317         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
11318         <kasal@ucw.cz>.
11319
11320 2005-10-19  Simon Josefsson  <jas@extundo.com>
11321
11322         * m4/gc-arcfour.m4: New file.
11323
11324         * m4/gc-rijndael.m4: New file.
11325
11326 2005-10-19  Simon Josefsson  <jas@extundo.com>
11327
11328         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
11329
11330 2005-10-19  Simon Josefsson  <jas@extundo.com>
11331
11332         * lib/gc-gnulib.c: Support ARCFOUR.
11333
11334 2005-10-19  Simon Josefsson  <jas@extundo.com>
11335
11336         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
11337         support.
11338
11339         * lib/gc.h: Add ECB enum type.
11340
11341         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
11342
11343 2005-10-18  Simon Josefsson  <jas@extundo.com>
11344
11345         * tests/test-md5.c: New file.
11346
11347         * modules/md5-tests: New file.
11348
11349 2005-10-18  Simon Josefsson  <jas@extundo.com>
11350
11351         * tests/test-md4.c: New file.
11352
11353         * modules/md4, modules/md4-tests: New files.
11354
11355 2005-10-18  Simon Josefsson  <jas@extundo.com>
11356
11357         * m4/md4.m4: New file.
11358
11359 2005-10-18  Simon Josefsson  <jas@extundo.com>
11360
11361         * lib/md4.h, lib/md4.c: New files, based on md5.?.
11362
11363 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
11364
11365         * gnulib-tool (func_create_testdir): Omit the second check whether
11366         BUILT_SOURCES in nonempty.
11367
11368 2005-10-17  Simon Josefsson  <jas@extundo.com>
11369
11370         * tests/test-rijndael.c: New file.
11371
11372 2005-10-17  Simon Josefsson  <jas@extundo.com>
11373
11374         * modules/sha1: Depend on stdint instead of md5.
11375
11376         * modules/md5: Depend on stdint, remove uint32_t.
11377
11378 2005-10-17  Simon Josefsson  <jas@extundo.com>
11379
11380         * modules/gc-sha1-tests: New file.
11381
11382         * tests/test-gc-sha1.c: New file.
11383
11384 2005-10-17  Simon Josefsson  <jas@extundo.com>
11385
11386         * m4/md5.m4: Remove call to uint32_t.m4.
11387
11388 2005-10-17  Simon Josefsson  <jas@extundo.com>
11389
11390         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
11391
11392         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
11393         md5.h.
11394
11395         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
11396
11397         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
11398
11399 2005-10-17  Simon Josefsson  <jas@extundo.com>
11400
11401         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
11402
11403 2005-10-17  Simon Josefsson  <jas@extundo.com>
11404
11405         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
11406
11407 2005-10-17  Simon Josefsson  <jas@extundo.com>
11408
11409         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
11410
11411         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
11412
11413 2005-10-17  Bruno Haible  <bruno@clisp.org>
11414
11415         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
11416         that it can also be used in a test.
11417
11418 2005-10-16  Bruno Haible  <bruno@clisp.org>
11419
11420         * gnulib-tool (func_emit_tests_Makefile_am): Also define
11421         TESTS_ENVIRONMENT, so that individual tests can augment it.
11422
11423         * gnulib-tool (func_create_testdir): Use an intermediate target for
11424         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
11425         macros, like $(ALLOCA_H), which cannot be passed through the command
11426         line.
11427
11428 2005-10-15  Simon Josefsson  <jas@extundo.com>
11429
11430         * modules/rijndael-tests: New file.
11431
11432         * modules/rijndael: New file.
11433
11434 2005-10-15  Simon Josefsson  <jas@extundo.com>
11435
11436         * m4/rijndael.m4: New file.
11437
11438 2005-10-15  Simon Josefsson  <jas@extundo.com>
11439
11440         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
11441
11442         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11443
11444 2005-10-14  Simon Josefsson  <jas@extundo.com>
11445
11446         * tests/test-arcfour.c: New file.
11447
11448         * modules/arcfour, modules/arcfour-tests: New files.
11449
11450 2005-10-14  Simon Josefsson  <jas@extundo.com>
11451
11452         * m4/arcfour.m4: New file.
11453
11454 2005-10-14  Simon Josefsson  <jas@extundo.com>
11455
11456         * lib/arcfour.h, lib/arcfour.c: New files.
11457
11458 2005-10-14  Roland McGrath  <roland@redhat.com>
11459
11460         Import from libc.  [BZ #1331]
11461         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11462         macro argument.
11463         Reported by Matej Vela <vela@debian.org>.
11464
11465 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11466
11467         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11468         include <wchar.h>; no longer needed.
11469
11470 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11473
11474 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11475         and  Ulrich Drepper  <drepper@redhat.com>
11476
11477         Import from libc.
11478         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11479         instead of inline stream orientation test and two separate
11480         function calls.  Pay no attention to USE_IN_LIBIO.
11481
11482 2005-10-13  Simon Josefsson  <jas@extundo.com>
11483
11484         * modules/gc-hmac-md5-tests: New file.
11485
11486         * tests/test-gc-hmac-sha1.c: New file.
11487
11488         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11489
11490         * modules/gc-hmac-md5-tests: New file.
11491
11492         * tests/test-gc-md5.c: New file.
11493
11494         * modules/gc-md5-tests: New file.
11495
11496 2005-10-13  Simon Josefsson  <jas@extundo.com>
11497
11498         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11499         Move memory allocation outside of loop.
11500
11501 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11504         intermediate directory is in a read-only file system.  Problem
11505         reported by Eric Blake.
11506
11507 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11508
11509         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11510
11511 2005-10-12  Simon Josefsson  <jas@extundo.com>
11512
11513         * tests/test-hmac-sha1.c: New file.
11514
11515         * modules/hmac-sha1-tests: New file.
11516
11517         * modules/hmac-sha1: New file.
11518
11519 2005-10-12  Simon Josefsson  <jas@extundo.com>
11520
11521         * modules/gc-sha1: New file.
11522
11523 2005-10-12  Simon Josefsson  <jas@extundo.com>
11524
11525         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11526
11527         * tests/test-gc-pbkdf2-sha1.c: New file.
11528
11529 2005-10-12  Simon Josefsson  <jas@extundo.com>
11530
11531         * modules/gc-md5, modules/gc-hmac-md5: New files.
11532
11533         * modules/gc (Files): Remove md5, memxor and hmac files.
11534
11535 2005-10-12  Simon Josefsson  <jas@extundo.com>
11536
11537         * m4/gc-pbkdf2-sha1.m4: New file.
11538
11539         * m4/gc-hmac-sha1.m4: New file.
11540
11541         * m4/gc-sha1: New file.
11542
11543         * m4/hmac-sha1.m4: New file.
11544
11545 2005-10-12  Simon Josefsson  <jas@extundo.com>
11546
11547         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11548
11549         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11550
11551 2005-10-12  Simon Josefsson  <jas@extundo.com>
11552
11553         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11554         suggested by Bruno Haible <bruno@clisp.org>.
11555
11556 2005-10-12  Simon Josefsson  <jas@extundo.com>
11557
11558         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11559
11560 2005-10-12  Simon Josefsson  <jas@extundo.com>
11561
11562         * lib/gc-pbkdf2-sha1.c: New file.
11563
11564         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11565
11566 2005-10-12  Simon Josefsson  <jas@extundo.com>
11567
11568         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11569
11570         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11571
11572 2005-10-12  Simon Josefsson  <jas@extundo.com>
11573
11574         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11575         GC_USE_HMAC_MD5, respectively.
11576
11577         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11578         (gc_md5): Fix typo.
11579
11580         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11581
11582         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11583
11584         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11585
11586 2005-10-12  Bruno Haible  <bruno@clisp.org>
11587
11588         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11589         Reported by Stepan Kasal <kasal@ucw.cz>.
11590
11591 2005-10-11  Simon Josefsson  <jas@extundo.com>
11592
11593         * tests/test-crc.c: New file.
11594
11595         * modules/crc, modules/crc-tests: New files.
11596
11597 2005-10-11  Simon Josefsson  <jas@extundo.com>
11598
11599         * m4/crc.m4: New file.
11600
11601 2005-10-11  Simon Josefsson  <jas@extundo.com>
11602
11603         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11604
11605         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11606
11607         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11608
11609 2005-10-11  Simon Josefsson  <jas@extundo.com>
11610
11611         * lib/crc.h, lib/crc.c: New files.
11612
11613         * lib/gc.h (gc_hash_buffer): Add doc.
11614
11615 2005-10-11  Bruno Haible  <bruno@clisp.org>
11616
11617         * modules/c-strcasestr: New file.
11618         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11619
11620 2005-10-11  Bruno Haible  <bruno@clisp.org>
11621
11622         * modules/c-strcase: New file.
11623         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11624
11625 2005-10-11  Bruno Haible  <bruno@clisp.org>
11626
11627         * lib/strcasecmp.c: Include limits.h.
11628         (strcasecmp): Avoid integer overflow on exotic platforms.
11629         * lib/strncasecmp.c: Include limits.h.
11630         (strncasecmp): Avoid integer overflow on exotic platforms.
11631         Reported by Paul Eggert.
11632
11633 2005-10-11  Bruno Haible  <bruno@clisp.org>
11634
11635         * lib/c-strcasestr.h: New file, from GNU gettext.
11636         * lib/c-strcasestr.c: New file, from GNU gettext.
11637
11638 2005-10-11  Bruno Haible  <bruno@clisp.org>
11639
11640         * lib/c-strcase.h: New file, from GNU gettext.
11641         * lib/c-strcasecmp.c: New file, from GNU gettext.
11642         * lib/c-strncasecmp.c: New file, from GNU gettext.
11643
11644 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11645
11646         * modules/mempcpy (License): GPL -> LGPL.
11647         * modules/strchrnul (License): Likewise.
11648         * modules/sysexits (License): Likewise.
11649
11650 2005-10-08  Simon Josefsson  <jas@extundo.com>
11651
11652         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11653
11654 2005-10-07  Simon Josefsson  <jas@extundo.com>
11655
11656         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11657
11658 2005-10-06  Simon Josefsson  <jas@extundo.com>
11659
11660         * tests/test-hmac-md5.c: New file.
11661
11662         * modules/hmac-md5-tests: New file.
11663
11664         * modules/hmac-md5: New file.
11665
11666 2005-10-06  Simon Josefsson  <jas@extundo.com>
11667
11668         * m4/hmac-md5.m4: New file.
11669
11670         * m4/memxor.m4: Require gl_C_RESTRICT.
11671
11672 2005-10-06  Simon Josefsson  <jas@extundo.com>
11673
11674         * lib/memxor.c (memxor): Avoid casts and warnings.
11675
11676 2005-10-06  Simon Josefsson  <jas@extundo.com>
11677
11678         * lib/hmac-md5.c: New file.
11679
11680         * lib/hmac.h: New file.
11681
11682 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11683
11684         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11685         promotes to int, not unsigned int, to catch the AIX 5.3
11686         compiler bug.
11687
11688 2005-10-05  Simon Josefsson  <jas@extundo.com>
11689
11690         * modules/memxor: New file.
11691
11692         * modules/iconv (Files): Move config.rpath to havelib, it is used
11693         there.
11694
11695         * modules/havelib (Files): Add config.rpath.
11696
11697 2005-10-05  Simon Josefsson  <jas@extundo.com>
11698
11699         * m4/memxor.m4: New file.
11700
11701 2005-10-05  Simon Josefsson  <jas@extundo.com>
11702
11703         * lib/memxor.c (memxor): Fix compiler error.
11704
11705         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11706         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11707
11708         * lib/memxor.h, lib/memxor.c: New files.
11709
11710         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11711         we assume all systems have it, suggested by Jim Meyering
11712         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11713         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11714         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11715         same reasons.
11716
11717 2005-10-05  Simon Josefsson  <jas@extundo.com>
11718
11719         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11720
11721 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11724         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11725         needed, since the source code now assumes these .h files.
11726
11727 2005-10-05  Derek Price  <derek@ximbiot.com>
11728
11729         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11730
11731 2005-10-05  Bruno Haible  <bruno@clisp.org>
11732
11733         * modules/stdint (License): Change to LGPL.
11734
11735 2005-10-04  Simon Josefsson  <jas@extundo.com>
11736
11737         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11738         D. Baushke" <mdb@gnu.org>.
11739
11740 2005-10-04  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/verify.h (verify_true): Provide alternative definition for C++.
11743
11744 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11745
11746         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11747         (SSIZE_MAX): New macro, if not already defined.
11748         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11749         than 2 GiB.
11750
11751 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11752
11753         Sync from coreutils.
11754         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11755         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11756         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11757         ULLONG_MAX doesn't work with 2.7.2.1.
11758
11759 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11762         From Ben Pfaff.
11763
11764         * modules/exclude (Depends-on): Depend on verify.
11765         * modules/strtoimax (Depends-on): Likewise.
11766         * modules/utimecmp (Depends-on): Likewise.
11767
11768 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * lib/exclude.c: Include verify.h.
11771         (verify): Remove.  All callers changed to use verify.h's version.
11772         * lib/strtoimax.c: Likewise.
11773         * lib/utimecmp.c: Likewis.e
11774
11775         Sync from coreutils.
11776         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11777         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11778         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11779         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11780         bother returning ENOSYS if settimeofday or stime fails; just let
11781         them return whatever errno they want to return.
11782         * lib/utimens.c: Include unistd.h, for dup2.
11783         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11784         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11785
11786 2005-10-02  Jim Meyering  <jim@meyering.net>
11787
11788         Sync from coreutils.
11789         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11790         from glibc-2.2.5 that fails for read-only files.
11791
11792 2005-10-02  Jim Meyering  <jim@meyering.net>
11793
11794         Sync from coreutils.
11795         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11796         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11797         `#if HAVE_CONFIG_H'.
11798         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11799         Remove AT_FDCWD test.
11800         Do not consume the fd unless successful.
11801         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11802         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11803         block, so that we don't even try to compile it if settimeofday is
11804         available.  This works around a compilation failure on OSF1 V5.1,
11805         due to stime requiring a `long int*' while tv_sec is `int'.
11806
11807 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11808
11809         Sync from coreutils.
11810         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11811         against `yes', rather than just testing for nonempty.
11812
11813 2005-10-01  Simon Josefsson  <jas@extundo.com>
11814
11815         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11816         and Darwin.
11817
11818         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11819         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11820         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11821         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11822         Check if struct addrinfo is declared.
11823
11824 2005-10-01  Simon Josefsson  <jas@extundo.com>
11825
11826         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11827         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11828         AI_* and EAI_* definitions.  Protect function declarations.
11829
11830 2005-10-01  Jim Meyering  <jim@meyering.net>
11831
11832         Sync from coreutils.
11833
11834         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11835         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11836         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11837         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11838         in the inet and nsl libraries.  Required on Solaris 5.7.
11839
11840 2005-10-01  Jim Meyering  <jim@meyering.net>
11841
11842         Sync from coreutils.
11843         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11844         in the inet and nsl libraries.  Required on Solaris 5.7.
11845
11846 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11847
11848         * lib/getdelim.c (getdelim): Remove unused variables.
11849
11850 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11851
11852         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11853         so that the code works even with ancient cpp.  Portability problem
11854         with GCC 2.7.2.1 reported by Thomas M.Ott.
11855
11856 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * modules/regex (Depends-on): Add strcase.
11859
11860         * modules/gethostname (Licence): Change from GPL to LGPL, since
11861         gethostname.c is a trivial implementation of a standard library
11862         function.
11863         * modules/poll (License): Change from GPL to LGPL, since it's
11864         derived from LGPL code.
11865
11866 2005-09-27  Jim Meyering  <jim@meyering.net>
11867
11868         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11869         HAVE_CONFIG_H.
11870
11871         * lib/intprops.h (signed_type_or_expr__): Define.
11872         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11873         for unsigned types.
11874
11875 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/verify.h (verify_expr): Remove, replacing with:
11878         (verify_true): New macro that returns true instead of void.
11879         (verify_type__): Remove.
11880         (verify): Use verify_true rather than verify_type__.
11881
11882 2005-09-26  Bruno Haible  <bruno@clisp.org>
11883
11884         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11885         is necessary.
11886         (lib_SOURCES): Remove mbchar.c.
11887         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11888         (Files): Add m4/mbrtowc.m4.
11889         * modules/mbiter: Likewise.
11890         * modules/mbuiter: Likewise.
11891
11892 2005-09-26  Bruno Haible  <bruno@clisp.org>
11893
11894         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11895         compile mbchar.c if they are not both present.
11896         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11897         * m4/mbiter.m4 (gl_MBITER): Likewise.
11898         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11899         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11900         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11901
11902 2005-09-25  Jim Meyering  <jim@meyering.net>
11903
11904         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11905         also uses socklen_t.
11906
11907 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11908
11909         * lib/utimens.c (ENOSYS): Define if not already defined.
11910         (futimens): Support having a null PATH if the file descriptor
11911         is nonnegative.
11912
11913         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11914         Remove.
11915         (__attribute): Define to empty unless GCC 3.1 or later.
11916         This works around a core dump on OpenBSD 3.4, which has GCC
11917         2.95.3, which dumps core when given __attribute__(()).  It also
11918         simplifies other tests, since we really don't want to bother with
11919         worrying about which ancient version of GCC supported what.
11920         Original problem reported by Yoann Vandoorselaere, with part of
11921         the fix suggested by Derek Price.
11922
11923 2005-09-24  Jim Meyering  <jim@meyering.net>
11924
11925         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11926         so we can once again use a positive bitfield width of 1 -- now we
11927         don't have to explain why we were using a bitfield width of 2.
11928
11929 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11930
11931         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11932         and similarly for the other external symbols.  Problem reported
11933         by James Gallager.
11934
11935         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11936         bug reported by Jim Meyering.
11937
11938         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11939         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11940         not needed, since socklen is a prerequisite module.
11941
11942 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11945         Problem reported by Eric Blake.
11946         (getaddrinfo): Initialize se so that it's not garbage.
11947         Redo internal storage allocation so that it doesn't make unportable
11948         assumptions about alignment.
11949         Fix a memory leak.
11950
11951         * lib/utimens.c (futimens): Use futimesat if available.
11952         Prefer it to futimes since it doesn't have the futimes bug.
11953
11954         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11955         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11956         Instead, declare a function that returns a pointer to an array,
11957         and use verify_type__ to declare the size of the array.
11958         Problem and germ of a solution reported by Bruno Haible.
11959         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11960         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11961
11962 2005-09-23  Jim Meyering  <jim@meyering.net>
11963
11964         Sync from coreutils.
11965         Correct build failure (socklen_t not defined) on at least
11966         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11967         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11968
11969 2005-09-23  Jim Meyering  <jim@meyering.net>
11970
11971         * modules/getaddrinfo (Depends-on): Add socklen.
11972
11973 2005-09-23  Bruno Haible  <bruno@clisp.org>
11974
11975         * tests/test-verify.c: New file.
11976
11977 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11978
11979         Sync from coreutils.
11980
11981         * modules/argmatch (Depends-on): Add verify.
11982         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11983         unistd-safer.
11984         * modules/save-cwd (Depends-on): Likewise.
11985
11986         * modules/openat (Files): Add lib/openat-die.c.
11987         (Depends-on): Remove error, exitfail.
11988         Add dirname.
11989
11990         * modules/verify: New file.
11991         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11992         with "verify" module.
11993
11994 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         Sync from coreutils.
11997
11998         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11999         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
12000         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
12001         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
12002         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
12003         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
12004         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
12005         Don't bother checking for string.h, stdlib.h, unistd.h.
12006         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
12007         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
12008         module's job.
12009         * m4/jm-macros.m4 (gl_MACROS): Likewise.
12010         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
12011
12012         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
12013         (gl_GETDATE): Use it.
12014
12015         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
12016
12017 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12018
12019         Sync from coreutils.
12020
12021         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
12022         stat-time.h.
12023         * lib/argmatch.h: Include verify.h
12024         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
12025         (ARGMATCH_ASSERT): Remove; unused.
12026         * lib/canonicalize.c: Assume STDC_HEADERS.
12027         * lib/exclude.c: Include "strcase.h".
12028         * lib/regex_internal.h [!defined _LIBC]: Likewise.
12029         * lib/getusershell.c: Include stdio--.h rather than stdio.h
12030         and stdio-safer.h.
12031         (getusershell): Call fopen, not fopen_safer.
12032         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
12033         Do not include unistd-safer.h.
12034         (save_cwd): Don't call fd_safer; no longer needed
12035         now that we include fcntl--.h.
12036
12037         * lib/getdate.y (relative_time): New type.
12038         (RELATIVE_TIME_0): New constant.
12039         (parser_control): Use relative_time instead of doing it ourselves.
12040         (%union): Add new relative_time rel member.
12041         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
12042         Now typeless.
12043         (relunit, relunit_snumber): Now of type rel.
12044         (zone, rel, relunit, get_date): Adjust to above changes.
12045
12046         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
12047         Do not include unistd-safer.h.
12048         (getloadavg): Don't call fd_safer; no longer needed
12049         now that we include fcntl--.h.
12050
12051         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
12052         (make_dir_parents): Treat ENOSYS like EEXIST.
12053
12054         Improve quality of diagnostics on restore_cwd failure.
12055         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
12056         (make_dir_parents): Last arg is now int * (for errno), not bool *.
12057         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
12058         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
12059         each time through the loop.  Do not diagnose restore_cwd failure;
12060         that is the caller's job (and perhaps the caller does not care).
12061
12062         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
12063         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
12064         If the file already exists but is not a directory, don't bother
12065         to try to make its parents.
12066         Close potential file descriptor leak if we can't chdir("/") (!).
12067         Don't always return true if chdir($PWD) fails; return true only
12068         if the requested action was done successfully (except for the
12069         chdir($PWD)).
12070         Don't log final directory unless we actually made it.
12071         Refactor to avoid duplicate code to fix up permissions.
12072         Don't attempt to fix up parent permissions if chdir($PWD) fails.
12073
12074         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
12075         to make it a bit faster and (I hope) clearer.
12076         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
12077         Fix bug in formats like %2N.
12078
12079         * lib/verify.h: New file.
12080
12081 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
12082
12083         Sync from coreutils.
12084         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
12085
12086 2005-09-22  Jim Meyering  <jim@meyering.net>
12087
12088         Sync from coreutils.
12089
12090         * m4/lstat.m4 (gl_FUNC_LSTAT):
12091         Use AC_LIBSOURCES to require lstat.c and lstat.h.
12092         Remove obsolete comment.
12093         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
12094         * m4/xstrtod.m4: Likewise.
12095
12096         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
12097
12098 2005-09-22  Jim Meyering  <jim@meyering.net>
12099
12100         Sync from coreutils.
12101
12102         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
12103
12104         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
12105         the .tm_year member, since otherwise gcc-4.0 would now warn about
12106         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
12107
12108         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
12109         order to avoid an unsuppressible warning from gcc on 64-bit systems.
12110
12111         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
12112         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
12113         when run in a time zone for which daylight savings time is in effect
12114         for the starting date.
12115
12116         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
12117         stop us from restricting permissions of just-created absolute-named
12118         directories.
12119         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
12120         to restore initial working directory.
12121         * lib/mkdir-p.c (make_dir_parents): New parameter:
12122         different_working_dir, to tell caller if/when we change the working
12123         directory and are unable to return to the initial one.
12124         * lib/mkdir-p.h (make_dir_parents): Update prototype.
12125         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
12126         `return false'.  This fixes a bug introduced on 2004-07-30.
12127
12128         * lib/openat.c (fdopendir): Be sure to close the supplied
12129         file descriptor before returning.  This makes our replacement
12130         implementation a little closer to Solaris's, where fdopendir
12131         ties the file descriptor to the returned DIR* pointer.
12132         * lib/openat.c (unlinkat): New function.
12133         * lib/openat.h (unlinkat): Add prototype.
12134         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
12135         (openat_restore_fail): Rename from openat_restore_die.
12136         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
12137
12138         Provide an alternative to exiting immediately upon save_cwd or
12139         restore_cwd failure.  Now, an application can arrange e.g.,
12140         to perform a longjump in that case.
12141         * lib/openat.c: Include dirname.h.
12142         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
12143         (rpl_openat, fdopendir, fstatat): Call openat_save_die
12144         and openat_restore_die rather than calling error directly.
12145         Don't include "error.h" or "exitfail.h"; they're no longer needed.
12146
12147         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
12148         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
12149         define.
12150
12151         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
12152         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
12153                             int utc, int nanoseconds);
12154         Background:
12155         date should not have to allocate a megabyte of virtual memory to
12156         handle a format argument like +%1048575T.  When implemented with
12157         strftime, it must allocate such a buffer, use strftime to fill it
12158         in, print it, then free it.
12159         With fprintftime, it simply prints everything and exits.
12160         With no need for memory allocation, that's one fewer way to fail.
12161         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
12162         optional field width, not before, so we accept %9:z, not %:9z.
12163         (my_strftime): Be sure to use L_('x') for literals.
12164
12165         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
12166         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
12167         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
12168         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
12169         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
12170         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
12171         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
12172         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
12173         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
12174         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
12175         * lib/xgethostname.c, lib/xreadlink.c:
12176         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
12177
12178         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
12179         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
12180         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
12181         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12182         and don't include <sys/file.h>).
12183
12184 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
12185
12186         Sync from coreutils.
12187
12188         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
12189         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
12190         [!LDAV_DONE]: Avoid unused variable warning.
12191
12192 2005-09-21  Bruno Haible  <bruno@clisp.org>
12193
12194         * lib/unicodeio.h (unicode_to_mb): New declaration.
12195
12196 2005-09-20  Derek Price  <derek@ximbiot.com>
12197
12198         * lib/getaddrinfo.c: Don't include <netdb.h> included from
12199         getaddrinfo.h.
12200
12201 2005-09-20  Bruno Haible  <bruno@clisp.org>
12202
12203         * gnulib-tool: Remove trailing slashes from the values specified for
12204         --source-base, --m4-base, --tests-base, --aux-dir.
12205         Suggested by Simon Josefsson <jas@extundo.com>.
12206
12207 2005-09-20  Bruno Haible  <bruno@clisp.org>
12208
12209         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
12210         func_modules_to_filelist, func_import, func_create_testdir): Make all
12211         sorting results locale-independent, so that gnulib-cache.m4 doesn't
12212         change when gnulib-tool is invoked in a different locale.
12213
12214 2005-09-19  Simon Josefsson  <jas@extundo.com>
12215
12216         * m4/socklen.m4: Fix typo.
12217
12218 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12219
12220         Use a consistent style for including <config.h>.
12221         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
12222         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
12223         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
12224         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
12225         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
12226         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
12227         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
12228         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
12229         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
12230         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
12231         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
12232         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
12233         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
12234         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
12235         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
12236         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
12237         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
12238         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
12239         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
12240         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
12241         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
12242         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
12243         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
12244         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
12245         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
12246         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
12247         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
12248         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
12249         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
12250         lib/xstrtoumax.c, lib/yesno.c:
12251         Standardize inclusion of config.h.
12252         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
12253         lib/inttostr.h:  Removed inclusion of config.h from header files.
12254         * lib/inttostr.c:  Adjusted in-tree users.
12255         * lib/timespec.h: Remove superfluous warning to include config.h.
12256         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
12257         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
12258         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
12259         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
12260         config.h with HAVE_CONFIG_H.
12261
12262 2005-09-19  Jim Meyering  <jim@meyering.net>
12263
12264         * modules/pathmax (License): Change to LGPL.
12265
12266 2005-09-19  Derek Price  <derek@ximbiot.com>
12267
12268         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
12269
12270 2005-09-19  Bruno Haible  <bruno@clisp.org>
12271
12272         * gnulib-tool (import): Provide default for --tests-base.
12273
12274 2005-09-19  Bruno Haible  <bruno@clisp.org>
12275
12276         * doc/quote.texi: New file, extracted from gnulib.texi.
12277         * doc/ctime.texi: New file, extracted from gnulib.texi.
12278         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
12279         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
12280         * doc/gnulib.texi: Include them.
12281
12282 2005-09-18  Bruno Haible  <bruno@clisp.org>
12283
12284         Portability fix.
12285         * gnulib-tool (func_readlink): New function.
12286         (func_ln_if_changed): Use it.
12287
12288 2005-09-18  Bruno Haible  <bruno@clisp.org>
12289
12290         * gnulib-tool: Support --with-tests also with --import.
12291         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
12292         (func_import): Use variables $testsbase and $inctests. Emit a
12293         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
12294         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
12295         SUBDIRS += $testsdir.
12296         (func_create_testdir): Update.
12297
12298 2005-09-18  Bruno Haible  <bruno@clisp.org>
12299
12300         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
12301         instead of $dry_run.
12302         (func_cp_if_changed, func_mv_if_changed): Remove functions.
12303         (func_ln_if_changed): Don't handle dry-run here.
12304         (func_import): In dry-run mode, detect more precisely which actions
12305         would be performed, and don't use "...ing" verbs.
12306
12307 2005-09-18  Bruno Haible  <bruno@clisp.org>
12308
12309         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
12310         (func_import): Use join on two temporary files instead of three nested
12311         loops, in order to determine which files are new or old.
12312
12313 2005-09-18  Bruno Haible  <bruno@clisp.org>
12314
12315         * gnulib-tool (func_import): Comment out code that spits out the
12316         new files with --dry-run.
12317
12318 2005-09-18  Bruno Haible  <bruno@clisp.org>
12319
12320         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
12321
12322 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12323
12324         * lib/stat-time.h: New file.
12325         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
12326         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
12327         in a different way.
12328         (timespec_cmp): New function.
12329         * lib/utimecmp.c: Include stat-time.h.
12330         (SYSCALL_RESOLUTION): Depend on whether various struct stat
12331         members exist, not on the obsolescent ST_MTIM_NSEC.
12332         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
12333
12334 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12335
12336         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
12337
12338 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
12339
12340         * MODULES.html.sh (File system functions): Add stat-time.
12341         * modules/stat-time: New file.
12342         * modules/timespec (Files): Remove m4/st_mtim.m4; this
12343         is now done in a different way, by the stat-time module.
12344         * modules/utimecmp (Depends-on): Add stat-time.
12345
12346 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * m4/st_mtim.m4: Remove.  Superseded by...
12349         * m4/stat-time.m4: New file.
12350         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
12351         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
12352
12353 2005-09-15  Derek Price  <derek@ximbiot.com>
12354
12355         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
12356
12357 2005-09-15  Derek Price  <derek@ximbiot.com>
12358
12359         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
12360         * lib/regex_internal.c: Ditto, using this...
12361         (__GNUC_PREREQ): ...new macro.
12362         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
12363         using...
12364         (__GNUC_PREREQ): ...this new macro.
12365
12366         * lib/strstr.h: Include string.h. Define strstr as a macro here.
12367
12368 2005-09-15  Derek Price  <derek@ximbiot.com>
12369             Paul Eggert  <eggert@cs.ucla.edu>
12370
12371         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
12372         changes, consolidating in...
12373         * lib/regex_internal.h: ...this file.
12374
12375 2005-09-13  Jim Meyering  <jim@meyering.net>
12376
12377         * lib/canon-host.c: Filter through gnu indent and reword comments
12378         slightly.
12379         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
12380
12381 2005-09-13  Derek Price  <derek@ximbiot.com>
12382
12383         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
12384         failure.
12385         Reported by Jim Meyering  <jim@meyering.net>.
12386
12387 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12388
12389         * lib/base64.c: Typo.
12390         (base64_encode): Put b64str in initialized data section.
12391
12392 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
12393
12394         Merge glibc and coreutils changes into gnulib, plus a few
12395         extra fixes.
12396         * lib/md5.c: Use #error rather than a string.
12397         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
12398         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
12399         (__attribute__): Define to empty for non recent-GCC.
12400         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
12401         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
12402         Renamed from their non-__ counterparts, with new macros replacing
12403         them if not _LIBC.  Add __THROW attribute.
12404         (rol): Remove.
12405         (struct md5_ctx): Align buffer if using GCC.
12406         * lib/sha1.h (struct sha1_ctx): Likewise.
12407         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
12408         The old name was backwards.
12409         (NOTSWAP): Remove; not used.
12410         (rol): New macro, moved here from md5.h.
12411         (sha1_process_block): Remove a FIXME that doesn't make sense.
12412
12413 2005-09-12  Derek Price  <derek@ximbiot.com>
12414
12415         Return usable errors from canon-host.
12416         * lib/canon-host.h: New file.
12417         * lib/canon-host.c (canon_host): Wrap...
12418         (canon_host_r): ...this new function, which now relies exclusively on
12419         getaddrinfo.
12420         (ch_strerror): New function.
12421         (last_cherror): New global.
12422         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
12423         interface.
12424         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
12425         void *.
12426         (freeaddrinfo): Free ai->ai_canonname when set.
12427
12428 2005-09-12  Derek Price  <derek@ximbiot.com>
12429
12430         Make canon-host require getaddrinfo.
12431         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
12432         AC_LIBSOURCE canon-host.h.  Call...
12433         (gl_PREREQ_CANON_HOST): ...this new function, which requires
12434         gl_GETADDRINFO.
12435         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
12436
12437 2005-09-12  Derek Price  <derek@ximbiot.com>
12438
12439         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
12440         LGPL.
12441         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
12442
12443 2005-09-12  Derek Price  <derek@ximbiot.com>
12444
12445         * lib/gai_strerror.c: Include config.h when available.  Include
12446         getaddrinfo.h before other headers to test interface.
12447         Reported by Larry Jones <lawrence.jones@ugs.com>.
12448
12449 2005-09-12  Derek Price  <derek@ximbiot.com>
12450             Paul Eggert  <eggert@cs.ucla.edu>
12451
12452         * modules/glob (Files): Add glob-libc.h.
12453
12454 2005-09-12  Derek Price  <derek@ximbiot.com>
12455             Paul Eggert  <eggert@cs.ucla.edu>
12456
12457         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12458         glob_.h, glob-libc.h.
12459         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12460
12461 2005-09-12  Derek Price  <derek@ximbiot.com>
12462             Paul Eggert  <eggert@cs.ucla.edu>
12463
12464         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12465         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12466         protecting things that should be done only in gnulib contexts.
12467         * lib/glob_.h: New file, containing only the glob things needed for
12468         gnulib.
12469         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12470         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12471         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12472         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12473         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12474         and to respect the namespace rules better.
12475
12476 2005-09-08  Simon Josefsson  <jas@extundo.com>
12477
12478         * modules/socklen: New file.
12479
12480 2005-09-08  Simon Josefsson  <jas@extundo.com>
12481
12482         * m4/socklen.m4: New file.
12483
12484 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12485
12486         * modules/utimens (Files): Add m4/utimbuf.m4, since
12487         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12488         Reported by Sergey Poznyakoff.
12489
12490 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12491
12492         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12493         definitions, since that's the preferred style in glibc.
12494         Fix a minor spacing issue, and update copyright notice to match
12495         glibc's.
12496
12497 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12498
12499         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12500
12501 2005-09-06  Simon Josefsson  <jas@extundo.com>
12502
12503         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12504         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12505
12506 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12507
12508         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12509         warning.
12510
12511 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12512
12513         * config/srclist.txt: Add glibc bug 1302.
12514
12515 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         Change bitset word type from unsigned int to unsigned long int,
12518         as this has better performance on typical 64-bit hosts.
12519         Port bitset code to hosts with unusual word sizes.
12520         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12521         (build_collating_symbol):
12522         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12523         argument is a bitset.  This is merely a style issue, but it makes
12524         it clearer that an entire array is expected.
12525         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12526         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12527         Port to the case where bitset_word is not the same as unsigned int.
12528         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12529         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12530         Likewise.
12531         * lib/regexec.c (check_dst_limits_calc_pos_1,
12532         check_subexp_matching_top):
12533         (build_trtable, group_nodes_into_DFAstates):
12534         Likewise.
12535         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12536         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12537         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12538         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12539         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12540         * lib/regcomp.c (optimize_subexps, lower_subexp):
12541         Work even if bitset_word has holes in its bitwise representation.
12542         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12543         * lib/regexec.c (check_dst_limits_calc_pos_1,
12544         check_subexp_matching_top):
12545         Likewise.
12546         * lib/regex_internal.c (re_string_reconstruct):
12547         Don't assume UCHAR_MAX == 255.
12548         * lib/regex_internal.h (bitset_set_all): Likewise.
12549         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12550         All uses changed.
12551         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12552         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12553         All uses changed.
12554         (BITSET_WORD_MAX): New macro.
12555         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12556         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12557         (bitset_empty, bitset_copy):
12558         Prefer sizeof (bitset) to multiplying it out ourselves.
12559         (bitset_not_merge): Remove; unused.
12560         (bitset_contain): Return bool, not unsigned int with one bit on.
12561         All callers changed.
12562         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12563         alignment than re_node_set; do this by defining a new internal
12564         type struct dests_alloc and using it to allocate memory.
12565
12566 2005-09-05  Bruno Haible  <bruno@clisp.org>
12567
12568         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12569         links.
12570
12571 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12572
12573         * modules/size_max (Makefile.am): Add size_max.h
12574
12575 2005-09-04  Derek Price  <derek@ximbiot.com>
12576
12577         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12578
12579 2005-09-03  Simon Josefsson  <jas@extundo.com>
12580
12581         * gnulib-tool: Fix typo.
12582
12583 2005-09-03  Simon Josefsson  <jas@extundo.com>
12584
12585         * config/srclist.txt: Add glibc bug 1293.
12586
12587 2005-09-03  Derek Price  <derek@ximbiot.com>
12588
12589         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12590         From Larry Jones <lawrence.jones@ugs.com>.
12591
12592 2005-09-02  Simon Josefsson  <jas@extundo.com>
12593
12594         * modules/socklen: New file.
12595
12596 2005-09-02  Simon Josefsson  <jas@extundo.com>
12597
12598         * modules/havelib: New module.
12599
12600         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12601         Use havelib.
12602
12603 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12604
12605         Check for arithmetic overflow when calculating sizes, to prevent
12606         some buffer-overflow issues.  These patches are conservative, in the
12607         sense that when I couldn't determine whether an overflow was possible,
12608         I inserted a run-time check.
12609         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12610         macros.
12611         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12612         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12613         (re_xnrealloc, re_x2nrealloc): New inline functions.
12614         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12615         parse_bracket_exp):
12616         (build_equiv_class, build_charclass): Check for arithmetic overflow
12617         in size expression calculations.
12618         * lib/regex_internal.c (re_string_realloc_buffers):
12619         (build_wcs_upper_buffer, re_node_set_add_intersect):
12620         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12621         (re_dfa_add_node, register_state): Likewise.
12622         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12623         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12624         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12625         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12626
12627 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12630         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12631
12632 2005-09-02  Bruno Haible  <bruno@clisp.org>
12633
12634         Support for lib vs. lib64 distinction on biarch platforms.
12635         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12636         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12637         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12638
12639 2005-09-02  Bruno Haible  <bruno@clisp.org>
12640
12641         * gnulib-tool (import): In the other first-use case, provide defaults
12642         as well.
12643
12644 2005-09-02  Bruno Haible  <bruno@clisp.org>
12645
12646         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12647         patches not yet found in the latest gettext release.
12648
12649 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12652         to avoid a collision with bits/local_lim.h in glibc.
12653         All uses changed.  Problem reported by Dmitry V. Levin in
12654         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12655
12656         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12657         bugs in int versus size_t comparisons.
12658         (re_string_context_at): Fix bug where the code assumed that
12659         Idx is signed.
12660
12661         Use bool where appropriate.
12662         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12663         All callers changed.
12664         (calc_eclosure_iter): Likewise, for ROOT arg.
12665         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12666         (build_charclass_op): Likewise, for NON_MATCH arg.
12667         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12668         (re_string_construct_common): Likewise, for ICASE arg.
12669         * lib/regexec.c (re_search_2_stub, re_search_stub):
12670         Likewise, for RET_LEN arg.
12671         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12672         (set_regs): Likewise, for FL_BACKTRACK arg.
12673         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12674         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12675         (calc_eclosure_iter, parse_bracket_exp):
12676         Use bool for internal variables that are booleans.
12677         * lib/regexec.c (re_search_internal, check_matching,
12678         proceed_next_node):
12679         (set_regs, build_sifted_states, sift_states_bkref):
12680         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12681         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12682         (find_collation_sequence_value):
12683         Likewise.
12684         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12685         (re_node_set_compare):
12686         Return bool, not int. All callers changed.
12687         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12688         (build_trtable, check_node_accept): Likewise.
12689         * lib/regex_internal.h: Include stdbool.h.
12690
12691         Fix bugs uncovered when converting to bool.
12692         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12693         failure instead of charging ahead blindly.
12694         * lib/regex_internal.c (register_state): Likewise.
12695         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12696         for freeing internal storage.
12697         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12698         bitset pieces used as boolean, to avoid undefined behavior
12699         on hosts that do int overflow checking.
12700
12701 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * config/srclist.txt: Add glibc bugs 1285-1287.
12704
12705 2005-09-01  Jim Meyering  <jim@meyering.net>
12706
12707         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12708         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12709         Require gl_STAT_MACROS, too.
12710
12711 2005-09-01  Bruno Haible  <bruno@clisp.org>
12712
12713         * gnulib-tool (import): In the first-use case, provide defaults.
12714
12715 2005-09-01  Bruno Haible  <bruno@clisp.org>
12716
12717         * gnulib-tool (func_import): Remove the .tmp files.
12718
12719 2005-09-01  Bruno Haible  <bruno@clisp.org>
12720
12721         * gnulib-tool (func_import): Fix handling of symbolic links.
12722
12723 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12726         old glibc regex code mishandles strings longer than 2**31 bytes.
12727         This patch fixes this when the regex code is used in gnulib
12728         (i.e., outside glibc).
12729
12730         This patch should not affect the use of the regex code inside
12731         glibc.  No doubt this problem also needs to be handled for glibc
12732         as well, but the result will be an incompatible change to the
12733         glibc ABI, and the old ABI will have to be supported too.  That
12734         can be the the subject for another patch.
12735
12736         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12737         governing whether the rest of this patch is active.  By default,
12738         the macro is disabled and the patch has no effect.
12739         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12740         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12741         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12742         (re_match_2, re_set_registers): Use the new types.
12743         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12744         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12745         New macros.
12746         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12747         (re_string_context_at, bin_tree_t, re_dfastate_t):
12748         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12749         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12750         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12751         (re_string_char_size_at, re_string_wchar_at):
12752         (re_string_elem_size_at):
12753         Use the new types and macros to port to 64-bit hosts.
12754         Use unsigned types for internal values, so that the code
12755         mostly works even for arrays larger than SSIZE_MAX.
12756         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12757         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12758         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12759         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12760         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12761         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12762         (calc_inveclosure, parse_dup_op, build_range_exp):
12763         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12764         (fetch_number, create_token_tree, mark_opt_subexp):
12765         Likewise.
12766         * lib/regex_internal.c (re_string_construct_common,
12767         create_ci_newstate):
12768         (create_cd_newstate, re_string_allocate, re_string_construct):
12769         (re_string_realloc_buffers, build_wcs_upper_buffer):
12770         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12771         (re_string_reconstruct, re_string_peek_byte_case):
12772         (re_string_fetch_byte_case, re_string_context_at):
12773         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12774         (re_node_set_init_copy, re_node_set_add_intersect):
12775         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12776         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12777         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12778         (re_acquire_state, re_acquire_state_context, register_state):
12779         Likewise.
12780         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12781         search_cur_bkref_entry):
12782         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12783         (re_search_internal, re_search_2_stub, re_search_stub)
12784         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12785         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12786         (update_cur_sifted_state, check_dst_limits):
12787         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12788         (check_subexp_limits, sift_states_bkref, merge_state_array):
12789         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12790         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12791         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12792         (expand_bkref_cache, check_node_accept_bytes):
12793         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12794         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12795         (acquire_init_state_context, check_halt_node_context):
12796         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12797         (sift_states_backward, clean_state_log_if_needed):
12798         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12799         (find_recover_state, transit_state_sb, transit_state_mb):
12800         (transit_state_bkref, build_trtable, match_ctx_clean):
12801         Likewise.
12802         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12803         to work around an assumption that REG_MISSING is negative.
12804
12805         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12806         (seek_collating_symbol_entry) [defined _LIBC]:
12807         (lookup_collation_sequence_value) [defined _LIBC]:
12808         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12809         Use prototypes rather than old-style function definitions.
12810         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12811         (transit_state_sb) [0]:
12812         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12813
12814         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12815         rm_eo.
12816
12817         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12818         (optimize_subexps, lower_subexp):
12819         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12820         since the signed shift might overflow.  Use 1u<<31 instead.
12821         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12822         Likewise.
12823         * lib/regexec.c (check_dst_limits_calc_pos_1,
12824         check_subexp_matching_top): Likewise.
12825
12826         * lib/regcomp.c (optimize_subexps, lower_subexp):
12827         Use CHAR_BIT rather than 8, for clarity.
12828         * lib/regexec.c (check_dst_limits_calc_pos_1):
12829         (check_subexp_matching_top): Likewise.
12830         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12831         have to worry about portability issues when shifting it left.
12832         Remove no-longer-needed test for table_size > 0.
12833         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12834         in a word, as the resulting behavior is undefined.
12835         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12836         in one case, a <= should have been an <, and in another case the
12837         whole test was missing.
12838         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12839         the standard name CHAR_BIT.
12840         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12841         this is not true on one's complement and signed-magnitude hosts.
12842
12843         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12844         next_last_offset.
12845         (struct re_dfa_t): Remove unused member states_alloc.
12846         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12847
12848 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12851         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12852         and large-file glibc and in 32-bit large-file Solaris.
12853
12854 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12855
12856         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12857         lengths fit in regoff_t; this isn't true if regoff_t is the same
12858         width as size_t.
12859         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12860         (= START + RANGE) instead of RANGE.  This avoids overflow
12861         problems when regoff_t is the same width as size_t.
12862         All callers changed.
12863         (re_search_2_stub): Check for overflow when adding the
12864         sizes of the two strings.
12865         (re_search_stub): Check for overflow when adding START
12866         to RANGE; if it occurs, substitute the extreme value.
12867
12868 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12871
12872 2005-08-31  Jim Meyering  <jim@meyering.net>
12873
12874         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12875         a pointer-to-const.
12876         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12877         (register_state): Likewise.
12878         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12879         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12880         (group_nodes_into_DFAstates): Likewise.
12881
12882 2005-08-31  Jim Meyering  <jim@meyering.net>
12883
12884         * check-module: Add a FIXME comment.
12885
12886 2005-08-31  Eric Blake  <ebb9@byu.net>
12887
12888         * modules/unistd-safer (Files): Add unistd--.h.
12889         * modules/stdio-safer (Files): Add stdio--.h.
12890
12891 2005-08-31  Derek Price  <derek@ximbiot.com>
12892
12893         * lib/getdelim.c (getdelim): Return EOF on EOF.
12894         Reported by Larry Jones <lawrence.jones@ugs.com>.
12895
12896 2005-08-31  Bruno Haible  <bruno@clisp.org>
12897
12898         Avoid unnecessary diffs in the generated lib/Makefile.am.
12899         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12900         the generated files.
12901         (func_import): Don't set cmd.
12902
12903 2005-08-31  Bruno Haible  <bruno@clisp.org>
12904
12905         * lib/strstr.c: Include <stddef.h>, for NULL.
12906         * lib/strcasestr.c: Likewise.
12907         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12908
12909 2005-08-31  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool: New option --macro-prefix.
12912         (func_import): Use macro_prefix.
12913         (import): Handle option --macro-prefix.
12914
12915 2005-08-31  Bruno Haible  <bruno@clisp.org>
12916
12917         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12918         Also use new variables cached_lgpl, cached_libtool.
12919
12920 2005-08-31  Bruno Haible  <bruno@clisp.org>
12921
12922         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12923         always instantiating them.
12924
12925 2005-08-31  Bruno Haible  <bruno@clisp.org>
12926
12927         * gnulib-tool (func_import): Read the previous cached settings
12928         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12929         earlier added by gnulib but are now dropped. Warn when a gnulib file
12930         overwrites a non-gnulib file.
12931
12932 2005-08-31  Bruno Haible  <bruno@clisp.org>
12933
12934         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12935         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12936         projects that don't keep autogenerated files in CVS. Put into
12937         actioncmd only the specified modules, not the transitive closure.
12938
12939 2005-08-31  Bruno Haible  <bruno@clisp.org>
12940
12941         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12942         Create directories that shall be filled.
12943         (import): Don't look for gl_* macros in configure.ac. Recurse across
12944         all directories containing a gnulib-cache.m4 files, if meaningful.
12945
12946 2005-08-31  Bruno Haible  <bruno@clisp.org>
12947
12948         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12949         (import): Set seen_libtool when we see gl_LIBTOOL.
12950
12951 2005-08-31  Bruno Haible  <bruno@clisp.org>
12952
12953         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12954         declaration macro definitions from generated gnulib.m4.
12955
12956 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12957
12958         * lib/iconvme.h: Add prototype for iconv_alloc.
12959
12960 2005-08-29  Simon Josefsson  <jas@extundo.com>
12961
12962         * lib/iconvme.c: Fix errno.
12963
12964 2005-08-29  Bruno Haible  <bruno@clisp.org>
12965
12966         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12967         that it works when the directory contains spaces.
12968
12969 2005-08-29  Bruno Haible  <bruno@clisp.org>
12970
12971         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12972
12973 2005-08-29  Bruno Haible  <bruno@clisp.org>
12974
12975         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12976         Emit more advice.
12977
12978 2005-08-29  Bruno Haible  <bruno@clisp.org>
12979         and Stepan Kasal  <kasal@ucw.cz>
12980
12981         * check-module: If more parameters are given, check each of them
12982         separately; add more exceptions, as noted by Jim Meyering.
12983         (check_module): New procedure.
12984         (%exempt_header): Now contains all exceptions.
12985
12986 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12987
12988         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12989
12990 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12991
12992         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12993
12994 2005-08-28  Bruno Haible  <bruno@clisp.org>
12995
12996         * m4/gnulib-tool.m4: New file.
12997
12998 2005-08-27  Jim Meyering  <jim@meyering.net>
12999
13000         * modules/unistd-safer (Files): Add pipe-safer.c.
13001         * modules/fcntl-safer (Files): Add creat-safer.c.
13002
13003 2005-08-27  Jim Meyering  <jim@meyering.net>
13004
13005         * m4/stdlib-safer.m4: New file.  From coreutils.
13006         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
13007         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
13008         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
13009         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
13010         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
13011
13012 2005-08-27  Jim Meyering  <jim@meyering.net>
13013
13014         * lib/fopen-safer.c: Merge minor changes from coreutils.
13015         * lib/dup-safer.c: Likewise.
13016         * lib/fd-safer.c: Likewise.
13017
13018         Merge from coreutils.
13019         * lib/stdio--.h: New file.
13020         * lib/stdlib--.h: New file.
13021         * lib/mkstemp-safer.c: New file.
13022
13023         GNU tar needs these.
13024         * lib/pipe-safer.c: New file.
13025         * lib/creat-safer.c: New file.
13026         * lib/fcntl--.h (creat): Define to creat_safer.
13027         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
13028         * lib/unistd--.h (pipe): Define to pipe_safer.
13029         * lib/unistd-safer.h: Declare pipe_safer.
13030
13031 2005-08-26  Simon Josefsson  <jas@extundo.com>
13032
13033         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
13034         Haible <bruno@clisp.org>.
13035
13036 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
13037
13038         * lib/regex_internal.h: Remove all references to
13039         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
13040         or better.
13041         (bitset_not, bitset_merge, bitset_not_merge):
13042         (bitset_mask, re_string_allocate, re_string_construct):
13043         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
13044         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
13045         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
13046         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
13047         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13048         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13049         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
13050         (re_acquire_state_context):
13051         Remove unnecessary forward decls.
13052         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
13053         Put __attribute at function definition,
13054         now that the function decl has been removed.
13055         * lib/regex_internal.c (re_string_peek_byte_case):
13056         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
13057         Likewise.
13058
13059 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
13060
13061         * m4/regex.m4: Add AC_PREREQ(2.50).
13062         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
13063
13064 2005-08-25  Simon Josefsson  <jas@extundo.com>
13065
13066         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
13067         __fsetlocking.
13068
13069 2005-08-25  Simon Josefsson  <jas@extundo.com>
13070
13071         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
13072         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
13073         GLIBC specific code.
13074
13075 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13076
13077         Make regex safe for g++.  This fixes one real bug (an "err"
13078         that should have been "*err").  g++ problem reported by
13079         Sam Steingold.
13080         * lib/regex_internal.h (re_calloc): New macro, consistent with
13081         re_malloc etc.  All callers of calloc changed to use re_calloc.
13082         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
13083         not int.  All callers changed.
13084         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
13085         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
13086         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
13087         (find_recover_state): Change "err" to "*err"; this fixes what
13088         appears to be a real bug.
13089         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
13090         versus int.
13091
13092 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * modules/regex (Depends-on): Add malloc, since the code
13095         assumes that !malloc(0) means failure.
13096
13097 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
13100
13101         alloca modernization/simplification for regex.
13102         * lib/regex.c: Remove portability cruft for alloca.  This no longer
13103         needs to be at the start of the file, and can be moved into
13104         regex_internal.h and simplified.
13105         * lib/regex_internal.h: Include <alloca.h>.
13106         (__libc_use_alloca) [!defined _LIBC]: New macro.
13107         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
13108         now works outside glibc.
13109
13110 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13111
13112         * config/srclist.txt: Add glibc bugs 1241, 1245.
13113
13114 2005-08-25  Jim Meyering  <jim@meyering.net>
13115
13116         * lib/open-safer.c: Include <config.h>.
13117         Otherwise, we'd lose LARGEFILE support in any file using
13118         e.g. "fcntl--.h"
13119
13120 2005-08-25  Bruno Haible  <bruno@clisp.org>
13121
13122         * m4/minmax.m4: Require autoconf 2.52.
13123         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
13124         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
13125         alternatives of translit over the alphabet.
13126         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
13127
13128 2005-08-24  Simon Josefsson  <jas@extundo.com>
13129
13130         * tests/test-getpass.c: New file.
13131
13132 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
13135         for GNU regex features.
13136
13137 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13138
13139         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
13140         * lib/regex.h (regerror): Likewise.
13141
13142         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
13143         requires this.  (The code never needed it.)
13144
13145         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
13146         All uses of recently-renamed identifiers changed to use the new,
13147         POSIX-compliant names.  The code will build and run just fine
13148         without these changes, but it's better to eat our own dog food
13149         and use the standard-conforming names.
13150
13151         * lib/regex.h: Fix a multitude of POSIX name space violations.
13152         These changes have an effect only for programs that define
13153         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
13154         do not change anything for programs compiled in the normal way.
13155         Also, there is no effect on the ABI.
13156
13157         (_REGEX_SOURCE): New macro.
13158         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
13159         defined and _GNU_SOURCE is not; this fixes a name space violation.
13160
13161         Rename the following macros to obey POSIX requirements.
13162         The old names are still visible as macros if _REGEX_SOURCE is defined.
13163         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
13164         RE_BACKSLASH_ESCAPE_IN_LISTS.
13165         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
13166         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
13167         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
13168         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
13169         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
13170         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
13171         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
13172         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
13173         (REG_INTERVALS): renamed from RE_INTERVALS.
13174         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
13175         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
13176         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
13177         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
13178         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
13179         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
13180         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
13181         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
13182         RE_UNMATCHED_RIGHT_PAREN_ORD.
13183         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
13184         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
13185         (REG_DEBUG): renamed from RE_DEBUG.
13186         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
13187         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
13188         unusual, since we can't clash with the POSIX REG_ICASE.
13189         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
13190         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
13191         (REG_NO_SUB): renamed from RE_NO_SUB.
13192         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
13193         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
13194         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
13195         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
13196         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
13197         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
13198         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
13199         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
13200         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
13201         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
13202         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
13203         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
13204         RE_SYNTAX_POSIX_MINIMAL_BASIC.
13205         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
13206         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
13207         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
13208         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
13209         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
13210         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
13211         (REG_FIXED): Renamed from REGS_FIXED.
13212         (REG_NREGS): Renamed from RE_NREGS.
13213
13214         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
13215         of other REG_* macros, since POSIX says the user is allowed to
13216         #undef these macros selectively.
13217
13218         (reg_errcode_t): Update comment stating what other tables need
13219         to be consistent.
13220
13221         Rename the following enum values to obey POSIX requirements.
13222         The old names are still visible as macros.
13223         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
13224         is not defined, since GNU is supposed to be a superset of POSIX as
13225         much as possible, and since we want reg_errcode_t to be a signed
13226         type for implementation consistency.
13227         (_REG_NOERROR): Renamed from REG_NOERROR.
13228         (_REG_NOMATCH): Renamed from REG_NOMATCH.
13229         (_REG_BADPAT): Renamed from REG_BADPAT.
13230         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
13231         (_REG_ECTYPE): Renamed from REG_ECTYPE.
13232         (_REG_EESCAPE): Renamed from REG_EESCAPE.
13233         (_REG_ESUBREG): Renamed from REG_ESUBREG.
13234         (_REG_EBRACK): Renamed from REG_EBRACK.
13235         (_REG_EPAREN): Renamed from REG_EPAREN.
13236         (_REG_EBRACE): Renamed from REG_EBRACE.
13237         (_REG_BADBR): Renamed from REG_BADBR.
13238         (_REG_ERANGE): Renamed from REG_ERANGE.
13239         (_REG_ESPACE): Renamed from REG_ESPACE.
13240         (_REG_BADRPT): Renamed from REG_BADRPT.
13241         (_REG_EEND): Renamed from REG_EEND.
13242         (_REG_ESIZE): Renamed from REG_ESIZE.
13243         (_REG_ERPAREN): Renamed from REG_ERPAREN.
13244         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
13245         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
13246         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
13247         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
13248
13249         (_REG_RE_NAME, _REG_RM_NAME): New macros.
13250         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
13251         changed.  But support the old name if the new one is not defined
13252         and if _REGEX_SOURCE.
13253
13254         Change the following member names in struct re_pattern_buffer.
13255         The old names are still supported if !_REGEX_SOURCE.
13256         The new names are always supported, regardless of _REGEX_SOURCE.
13257         (re_buffer): Renamed from buffer.
13258         (re_allocated): Renamed from allocated.
13259         (re_used): Renamed from used.
13260         (re_syntax): Renamed from syntax.
13261         (re_fastmap): Renamed from fastmap.
13262         (re_translate): Renamed from translate.
13263         (re_can_be_null): Renamed from can_be_null.
13264         (re_regs_allocated): Renamed from regs_allocated.
13265         (re_fastmap_accurate): Renamed from fastmap_accurate.
13266         (re_no_sub): Renamed from no_sub.
13267         (re_not_bol): Renamed from not_bol.
13268         (re_not_eol): Renamed from not_eol.
13269         (re_newline_anchor): Renamed from newline_anchor.
13270
13271         Change the following member names in struct re_registers.
13272         The old names are still supported if !_REGEX_SOURCE.
13273         The new names are always supported, regardless of _REGEX_SOURCE.
13274         (rm_num_regs): Renamed from num_regs.
13275         (rm_start): Renamed from start.
13276         (rm_end): Renamed from end.
13277
13278         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
13279         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
13280         Prepend __ to parameter names.
13281
13282         Undo yesterday's changes.
13283
13284 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
13287         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
13288         lib/regex.c.
13289
13290 2005-08-24  Jim Meyering  <jim@meyering.net>
13291
13292         Sync from coreutils.
13293         * m4/fcntl-safer.m4: New file.
13294
13295         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
13296         and object files for this module.
13297
13298 2005-08-24  Jim Meyering  <jim@meyering.net>
13299
13300         Sync from coreutils.
13301         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
13302
13303 2005-08-24  Jim Meyering  <jim@meyering.net>
13304
13305         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
13306         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
13307
13308 2005-08-24  Jim Meyering  <jim@meyering.net>
13309
13310         * modules/fcntl-safer: New module.
13311         * modules/fts (Depends-on): Add fcntl-safer.
13312         * MODULES.html.sh (File descriptor based Input/Output):
13313         Add fcntl-safer.
13314
13315 2005-08-24  Bruno Haible  <bruno@clisp.org>
13316
13317         Support for unit test modules.
13318         * modules/README: Mention tests modules.
13319         * modules/TEMPLATE-TESTS: New file.
13320         * gnulib-tool: New options --extract-tests-module, --with-tests and
13321         --tests-base (unused for the moment).
13322         (testsbase, inctests): New variables.
13323         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
13324         (func_verify_module): Exclude TEMPLATE-TESTS.
13325         (func_verify_nontests_module, func_verify_tests_module): New functions.
13326         (func_get_dependencies): Add implicit dependency for tests modules.
13327         (func_get_tests_module): New function.
13328         (func_modules_transitive_closure): When --with-tests was specified,
13329         include the unit tests as well, unless explicitly avoided.
13330         (func_emit_lib_Makefile_am): Ignore the tests modules here.
13331         (func_emit_tests_Makefile_am): New function.
13332         (func_create_testdir): When --with-tests was specified, emit a
13333         tests/ directory.
13334         * MODULES.html.sh (Future developments): Update.
13335
13336 2005-08-24  Bruno Haible  <bruno@clisp.org>
13337
13338         * modules/tls-tests: New file.
13339         * tests/test-tls.c: New file, from GNU gettext.
13340
13341 2005-08-24  Bruno Haible  <bruno@clisp.org>
13342
13343         * modules/lock-tests: New file.
13344         * tests/test-lock.c: New file, from GNU gettext.
13345
13346 2005-08-24  Bruno Haible  <bruno@clisp.org>
13347
13348         * lib/lock.h: Add multiple inclusion guard.
13349         * lib/tls.h: Add multiple inclusion guard.
13350
13351 2005-08-24  Bruno Haible  <bruno@clisp.org>
13352
13353         * gnulib-tool: Add support for the --aux-dir option to
13354         --create-testdir, --create-megatestdir, --test, --megatest.
13355         (func_create_testdir, func_create_megatestdir): Optionally emit a
13356         AC_CONFIG_AUX_DIR directive.
13357         (create-testdir, create-megatestdir, test, megatest): Provide a
13358         default value for $auxdir.
13359
13360 2005-08-24  Bruno Haible  <bruno@clisp.org>
13361
13362         * gnulib-tool (import): Use compound statement instead of subshell
13363         where possible.
13364
13365 2005-08-24  Bruno Haible  <bruno@clisp.org>
13366
13367         * gnulib-tool (import): Change --aux-dir default to "build-aux".
13368
13369 2005-08-24  Bruno Haible  <bruno@clisp.org>
13370
13371         * gnulib-tool (func_version): Update.
13372
13373 2005-08-24  Bruno Haible  <bruno@clisp.org>
13374
13375         * gnulib-tool (func_import, func_create_testdir,
13376         func_create_megatestdir): Quote all autoconf macro arguments.
13377
13378 2005-08-24  Bruno Haible  <bruno@clisp.org>
13379
13380         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
13381         option --force, because --force causes the aclocal.m4 of each
13382         subdirectory to be newer than the corresponding config.h.in.
13383
13384 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13385
13386         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
13387         All contents moved to gl_REGEX.
13388         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
13389         assume that it does.
13390
13391 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         * lib/regex.h (REG_NOSYS)
13394         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
13395         Define, since POSIX requires it as of 2001.
13396         (_REG_ENOSYS)
13397         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
13398         New private symbol, used to keep the enum signed in all cases.
13399         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
13400         Youngman in
13401         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
13402
13403         * lib/regex_internal.c (re_string_skip_chars, register_state):
13404         (calc_state_hash):
13405         Remove forward decls; no longer needed now that we use prototypes.
13406         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
13407         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
13408         (clean_state_log_if_needed): Likewise.
13409
13410 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13411
13412         * config/srclist.txt: Add glibc bugs 1231-1233.
13413
13414 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13415
13416         Fix problems reported by Sam Steingold in
13417         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
13418         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
13419         assumed that reg_errcode_t is a signed type, which is not
13420         necessarily true if _XOPEN_SOURCE is not defined.
13421         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
13422         since some compilers warn about it otherwise.
13423
13424 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
13427         (init_word_char, create_initial_state, duplicate_node_closure):
13428         (fetch_token, peek_token_bracket, build_range_exp):
13429         (build_collating_symbol): Remove forward decls; no longer needed
13430         now that we use prototypes.
13431
13432         * lib/regcomp.c:
13433         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
13434         (re_compile_fastmap_iter, regcomp, regerror, regfree):
13435         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
13436         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
13437         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
13438         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
13439         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
13440         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
13441         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
13442         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13443         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13444         (build_charclass, build_charclass_op, fetch_number, create_tree):
13445         (create_token_tree, mark_opt_subexp, duplicate_tree):
13446         Use prototypes rather than old-style definitions.
13447
13448         * lib/regex_internal.c:
13449         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13450         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13451         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13452         (re_string_reconstruct, re_string_peek_byte_case):
13453         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13454         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13455         (re_node_set_init_copy, re_node_set_add_intersect):
13456         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13457         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13458         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13459         (re_acquire_state, re_acquire_state_context, register_state):
13460         (create_ci_newstate, create_cd_newstate, free_state):
13461         Likewise.
13462         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13463         re_search_2):
13464         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13465         (re_search_internal, prune_impossible_nodes):
13466         (acquire_init_state_context, check_matching, static):
13467         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13468         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13469         (update_regs, sift_states_backward, build_sifted_states):
13470         (clean_state_log_if_needed, merge_state_array):
13471         (update_cur_sifted_state, add_epsilon_src_nodes):
13472         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13473         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13474         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13475         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13476         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13477         (check_arrival, check_arrival_add_next_nodes):
13478         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13479         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13480         (check_node_accept_bytes, check_node_accept, extend_buffers):
13481         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13482         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13483         (sift_ctx_init):
13484         Likewise.
13485
13486         * lib/regex_internal.h:
13487         (re_string_allocate, re_string_construct, re_string_reconstruct):
13488         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13489         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13490         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13491         (re_string_context_at, re_string_peek_byte_case):
13492         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13493         is defined, since we now use prototypes always.
13494
13495         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13496         C89 or better.  All uses removed.
13497
13498 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         * config/srclist.txt: Add glibc bugs 1220-1227.
13501
13502 2005-08-20  Jim Meyering  <jim@meyering.net>
13503
13504         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13505         of unused local, dfa.
13506
13507 2005-08-20  Bruno Haible  <bruno@clisp.org>
13508
13509         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13510
13511 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13514         (re_node_set_insert_last, re_dfa_add_node):
13515         Rename local variables to avoid GCC shadowing warnings.
13516
13517 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13520         [defined lint]: Suppress bogus uninitialized-variable warnings.
13521
13522         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13523         and let the caller return REG_ESPACE if out of space.  This
13524         removes an uninitialied-variable warning with GCC 4.0.1, and also
13525         avoids taking the address of a local variable.  All callers
13526         changed.
13527
13528 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13529
13530         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13531         $LIBCSRC/posix/regexec.c.
13532         Add glibc bug 1217 for regcomp.c.
13533
13534 2005-08-19  Jim Meyering  <jim@meyering.net>
13535
13536         * lib/regexec.c (proceed_next_node): Redo local variables to
13537         avoid GCC shadowing warnings.
13538
13539 2005-08-18  Bruno Haible  <bruno@clisp.org>
13540
13541         * lib/strstr.c (strstr): Fix return value in multibyte case.
13542         * lib/strcasestr.c (strcasestr): Likewise.
13543
13544 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13545
13546         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13547
13548 2005-08-17  Jim Meyering  <jim@meyering.net>
13549
13550         Make the %s format (seconds since the epoch) work for a negative
13551         number and when used with a zero-padded field width, e.g. %015s.
13552
13553         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13554         label so that it precedes the code to set `digits'.  Otherwise,
13555         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13556         print `00-22'.  Now, it prints `-0022', as it should.
13557
13558 2005-08-17  Bruno Haible  <bruno@clisp.org>
13559
13560         * modules/strstr (Files): Add m4/mbrtowc.m4.
13561         (Depends-on): Add mbuiter.
13562
13563 2005-08-17  Bruno Haible  <bruno@clisp.org>
13564
13565         * modules/strcasestr: New file.
13566         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13567         strcasestr.
13568
13569 2005-08-17  Bruno Haible  <bruno@clisp.org>
13570
13571         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13572
13573 2005-08-17  Bruno Haible  <bruno@clisp.org>
13574
13575         * modules/mbuiter: New file.
13576         * MODULES.html.sh (Extended multibyte and wide character utilities):
13577         Add mbuiter.
13578
13579 2005-08-17  Bruno Haible  <bruno@clisp.org>
13580
13581         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13582         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13583
13584 2005-08-17  Bruno Haible  <bruno@clisp.org>
13585
13586         * m4/strcasestr.m4: New file.
13587
13588 2005-08-17  Bruno Haible  <bruno@clisp.org>
13589
13590         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13591         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13592
13593 2005-08-17  Bruno Haible  <bruno@clisp.org>
13594
13595         * lib/strcasestr.h: New file.
13596         * lib/strcasestr.c: New file.
13597
13598 2005-08-17  Bruno Haible  <bruno@clisp.org>
13599
13600         * lib/strcasecmp.c: Use mbuiter.h.
13601
13602 2005-08-17  Bruno Haible  <bruno@clisp.org>
13603
13604         * lib/mbuiter.h: New file.
13605
13606 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13609         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13610         and gl_GETOPT are both invoked via different paths (as happens
13611         with GNU tar CVS because it uses both argp and getopt), the former
13612         wins.
13613
13614 2005-08-16  Bruno Haible  <bruno@clisp.org>
13615
13616         * modules/tls: New file.
13617         * MODULES.html.sh (Multithreading): Add tls.
13618
13619 2005-08-16  Bruno Haible  <bruno@clisp.org>
13620
13621         * modules/strnlen1: New file.
13622         * MODULES.html.sh (String handling): Add strnlen1.
13623
13624 2005-08-16  Bruno Haible  <bruno@clisp.org>
13625
13626         * modules/strcase (Files): Add m4/mbrtowc.m4.
13627         (Depends-on): Add strnlen1, mbchar.
13628
13629 2005-08-16  Bruno Haible  <bruno@clisp.org>
13630
13631         * modules/mbiter: New file.
13632         * MODULES.html.sh (Extended multibyte and wide character utilities):
13633         Add mbiter.
13634
13635 2005-08-16  Bruno Haible  <bruno@clisp.org>
13636
13637         * modules/mbfile: New file.
13638         * MODULES.html.sh (Extended multibyte and wide character utilities):
13639         Add mbfile.
13640
13641 2005-08-16  Bruno Haible  <bruno@clisp.org>
13642
13643         * modules/mbchar: New file.
13644         * MODULES.html.sh (Extended multibyte and wide character utilities):
13645         New section.
13646
13647 2005-08-16  Bruno Haible  <bruno@clisp.org>
13648
13649         * m4/tls.m4: New file, from GNU gettext.
13650
13651 2005-08-16  Bruno Haible  <bruno@clisp.org>
13652
13653         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13654         always.
13655         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13656
13657 2005-08-16  Bruno Haible  <bruno@clisp.org>
13658
13659         * m4/mbiter.m4: New file.
13660
13661 2005-08-16  Bruno Haible  <bruno@clisp.org>
13662
13663         * m4/mbfile.m4: New file.
13664
13665 2005-08-16  Bruno Haible  <bruno@clisp.org>
13666
13667         * m4/mbchar.m4: New file.
13668
13669 2005-08-16  Bruno Haible  <bruno@clisp.org>
13670
13671         * lib/tls.h: New file, from GNU gettext.
13672         * lib/tls.c: New file, from GNU gettext.
13673
13674 2005-08-16  Bruno Haible  <bruno@clisp.org>
13675
13676         * lib/strnlen1.h: New file.
13677         * lib/strnlen1.c: New file.
13678
13679 2005-08-16  Bruno Haible  <bruno@clisp.org>
13680
13681         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13682         (mbi_init): Update.
13683         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13684         NUL byte, not after it.
13685
13686 2005-08-16  Bruno Haible  <bruno@clisp.org>
13687
13688         * lib/strcase.h (strcasecmp): Add note in comments.
13689         * lib/strncasecmp.c: Use code from strcasecmp.c.
13690         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13691         (strcasecmp): Work correctly in multibyte locales.
13692
13693 2005-08-16  Bruno Haible  <bruno@clisp.org>
13694
13695         * lib/mbiter.h: New file.
13696
13697 2005-08-16  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/mbfile.h: New file.
13700
13701 2005-08-16  Bruno Haible  <bruno@clisp.org>
13702
13703         * lib/mbchar.h: New file.
13704         * lib/mbchar.c: New file.
13705
13706 2005-08-16  Bruno Haible  <bruno@clisp.org>
13707
13708         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13709         the valid ones. Makes the comparison operations transitive:
13710         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13711         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13712
13713 2005-08-15  Simon Josefsson  <jas@extundo.com>
13714
13715         * modules/ssize_t (License): Change to 'unlimited'.
13716
13717         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13718
13719 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13720
13721         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13722         Add comments for each pending glibc patch.
13723
13724 2005-08-15  Bruno Haible  <bruno@clisp.org>
13725
13726         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13727         __cplusplus is defined.
13728
13729 2005-08-14  Jim Meyering  <jim@meyering.net>
13730
13731         Sync from coreutils.
13732
13733         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13734         Use the hash-table-based cycle-detection code not just when
13735         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13736         Reported by James Youngman in
13737         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13738         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13739         FTS_TIGHT_CYCLE_CHECK.
13740         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13741         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13742         once again.
13743         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13744         * lib/fts.c (fd_safer): Remove decl.
13745         Include fcntl--.h rather than unistd-safer.h
13746         (fts_safe_changedir): Don't call fd_safer; no longer needed
13747         now that we include fcntl--.h.
13748
13749 2005-08-12  Simon Josefsson  <jas@extundo.com>
13750
13751         * modules/getndelim2: Use ssize_t module.
13752         * modules/getnline: Likewise.
13753         * modules/safe-read: Likewise.
13754         * modules/xreadlink: Likewise.
13755
13756         * modules/ssize_t: New file.
13757
13758 2005-08-12  Simon Josefsson  <jas@extundo.com>
13759
13760         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13761
13762 2005-08-12  Simon Josefsson  <jas@extundo.com>
13763
13764         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13765         ssize_t.
13766
13767 2005-08-12  Simon Josefsson  <jas@extundo.com>
13768
13769         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13770         readline, getdelim and check_version.
13771         (Support for systems lacking ISO C 99: Sizes of integer types):
13772         Add size_max.
13773
13774 2005-08-12  Bruno Haible  <bruno@clisp.org>
13775
13776         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13777
13778 2005-08-11  Simon Josefsson  <jas@extundo.com>
13779
13780         * modules/readline: New file.
13781
13782         * modules/strnlen (Files): Add strnlen.h.
13783
13784 2005-08-11  Simon Josefsson  <jas@extundo.com>
13785
13786         * m4/readline.m4: New file.
13787
13788 2005-08-11  Simon Josefsson  <jas@extundo.com>
13789
13790         * lib/readline.h, readline.c: New file.
13791
13792 2005-08-11  Simon Josefsson  <jas@extundo.com>
13793
13794         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13795         gl_AVOID.
13796
13797 2005-08-11  Bruno Haible  <bruno@clisp.org>
13798
13799         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13800
13801 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13802
13803         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13804
13805 2005-08-10  Simon Josefsson  <jas@extundo.com>
13806
13807         * tests/test-iconvme.c: New file.
13808
13809 2005-08-10  Simon Josefsson  <jas@extundo.com>
13810
13811         * m4/strnlen.m4: New file.
13812
13813         * m4/strndup.m4: Don't check for strnlen declaration, done in
13814         strnlen.m4.
13815
13816 2005-08-10  Simon Josefsson  <jas@extundo.com>
13817
13818         * lib/strndup.c: Use strnlen.h.
13819
13820         * lib/strnlen.h: New file.
13821
13822 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13823
13824         * README: Typos.
13825
13826 2005-08-02  Simon Josefsson  <jas@extundo.com>
13827
13828         * modules/readline: New file.
13829
13830 2005-08-02  Simon Josefsson  <jas@extundo.com>
13831
13832         * modules/getdelim: New file.
13833
13834         * modules/getline: Rewrite, don't use getndelim2.
13835
13836 2005-08-02  Simon Josefsson  <jas@extundo.com>
13837
13838         * m4/getline.m4: Separate out getdelim stuff into separate module.
13839
13840         * m4/getdelim.m4: New file.
13841
13842 2005-08-02  Simon Josefsson  <jas@extundo.com>
13843
13844         * lib/getline.h, getline.c: Rewrite.
13845
13846         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13847
13848 2005-07-31  Bruno Haible  <bruno@clisp.org>
13849
13850         * lib/lock.h (gl_lock_initializer): New macro.
13851         (gl_lock_define_initialized): Use it.
13852         (gl_rwlock_initializer): New macro.
13853         (gl_rwlock_define_initialized): Use it.
13854         (gl_recursive_lock_initializer): New macro.
13855         (gl_recursive_lock_define_initialized): Use it.
13856
13857 2005-07-30  Karl Berry  <karl@gnu.org>
13858
13859         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13860         Report from Ben Pfaff, regarding getopt.
13861
13862 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13863
13864         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13865         normal way.
13866         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13867         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13868         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13869         (gl_GETOPT): Use the new macros.  Most of the implementation
13870         is moved to the new macros.  This is for programs like Emacs
13871         that don't want all the functionality of gl_GETOPT.
13872
13873 2005-07-26  Bruno Haible  <bruno@clisp.org>
13874
13875         * m4/lock.m4: Update from GNU gettext.
13876
13877 2005-07-26  Bruno Haible  <bruno@clisp.org>
13878
13879         * lib/lock.h: Update from GNU gettext.
13880         * lib/lock.c: Update from GNU gettext.
13881
13882 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13885         obsolescent AC_TRY_RUN.  Include the default includes files, for
13886         'exit'.
13887
13888 2005-07-24  Bruno Haible  <bruno@clisp.org>
13889
13890         * modules/visibility: New file.
13891         * MODULES.html.sh (Misc): Add visibility.
13892
13893 2005-07-24  Bruno Haible  <bruno@clisp.org>
13894
13895         * m4/visibility.m4: New file.
13896
13897 2005-07-24  Bruno Haible  <bruno@clisp.org>
13898
13899         * doc/visibility.texi: New file.
13900
13901 2005-07-22  Bruno Haible  <bruno@clisp.org>
13902
13903         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13904         $(ALLOCA_H), redundant through BUILT_SOURCES.
13905         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13906         redundant through BUILT_SOURCES.
13907         * modules/byteswap (Makefile.am): Remove explicit dependency on
13908         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13909         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13910         $(FNMATCH_H), redundant through BUILT_SOURCES.
13911         * modules/getopt (Makefile.am): Remove explicit dependency on
13912         $(GETOPT_H), redundant through BUILT_SOURCES.
13913         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13914         redundant through BUILT_SOURCES.
13915         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13916         redundant through BUILT_SOURCES.
13917         * modules/stdbool (Makefile.am): Remove explicit dependency on
13918         $(STDBOOL_H), redundant through BUILT_SOURCES.
13919         * modules/stdint (Makefile.am): Remove explicit dependency on
13920         $(STDINT_H), redundant through BUILT_SOURCES.
13921         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13922         Remove explicit dependency on $(SYSEXITS_H).
13923         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13924
13925 2005-07-18  Simon Josefsson  <jas@extundo.com>
13926
13927         * lib/check-version.c (check_version): Accept identical versions too.
13928
13929 2005-07-18  Bruno Haible  <bruno@clisp.org>
13930
13931         * modules/lock: New file.
13932         * MODULES.html.sh (Multithreading): New section.
13933
13934 2005-07-18  Bruno Haible  <bruno@clisp.org>
13935
13936         * m4/lock.m4: New file, from GNU gettext.
13937
13938 2005-07-18  Bruno Haible  <bruno@clisp.org>
13939
13940         * lib/lock.h: New file, from GNU gettext.
13941         * lib/lock.c: New file, from GNU gettext.
13942
13943 2005-07-18  Bruno Haible  <bruno@clisp.org>
13944
13945         * lib/lock.h (gl_once_t): New type.
13946         (gl_once_define, gl_once): New macros.
13947         * lib/lock.c (fresh_once): New variable.
13948         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13949         functions.
13950
13951 2005-07-16  Simon Josefsson  <jas@extundo.com>
13952
13953         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13954         workaround, suggested by Bruno.
13955
13956 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13957
13958         * modules/xalloc (Depends-on): Add xalloc-die.
13959         * modules/xvasprintf (Depends-on): Add xalloc-die.
13960
13961 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13962
13963         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13964         with a minor change.
13965
13966 2005-07-15  Bruno Haible  <bruno@clisp.org>
13967
13968         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13969         When using lib/poll.c, define poll as rpl_poll.
13970
13971 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13972
13973         * modules/argp (Depends-on): Remove unlocked-io.
13974
13975 2005-07-14  Derek Price  <derek@ximbiot.com>
13976
13977         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13978         for glob symlink bug.
13979
13980 2005-07-14  Bruno Haible  <bruno@clisp.org>
13981
13982         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13983         Instead, test for *_unlocked function declarations directly.
13984
13985 2005-07-11  Simon Josefsson  <jas@extundo.com>
13986
13987         * modules/size_max: New file.
13988
13989         * modules/xsize: Depend on size_max module for size_max.m4.
13990
13991 2005-07-11  Simon Josefsson  <jas@extundo.com>
13992
13993         * lib/size_max.h: New file.
13994
13995 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13996
13997         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13998         copyright symbol and the year.
13999         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
14000         (version_etc_va): Use parameterized copyright notice.
14001         Reword to conform to the current GNU coding standards.
14002
14003 2005-07-11  Karl Berry  <karl@gnu.org>
14004
14005         * doc/gnulib.texi (Quoting): new node.
14006         (Initial import): more info, from Patrice.
14007
14008 2005-07-11  Bruno Haible  <bruno@clisp.org>
14009
14010         * gnulib-tool (func_usage): Document option --avoid.
14011         (Command line options): Handle --avoid.
14012         (func_acceptable): New function.
14013         (func_modules_transitive_closure): Use it.
14014
14015 2005-07-11  Bruno Haible  <bruno@clisp.org>
14016
14017         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
14018         Reported by Jim Meyering.
14019
14020 2005-07-10  Bruno Haible  <bruno@clisp.org>
14021
14022         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
14023         Needed when size_t is smaller than 'unsigned int'.
14024         Reported by Paul Eggert.
14025
14026 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14027
14028         * modules/argp (Depends-on): Add unlocked-io
14029
14030 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14031
14032         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
14033         block of defines.
14034
14035 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         * config/srclist.txt: Comment out regcomp.c, since we have a porting
14038         fix now.
14039
14040 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
14041         and Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
14044         in wint_t, not wchar_t.  Remove now-unnecessary cast.
14045
14046 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14047
14048         * modules/regex (Files): Add lib/regex_internal.c,
14049         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
14050         (Depends-on): Add extensions.
14051         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
14052
14053 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
14056         pathconf.
14057         * m4/same.m4 (gl_SAME): Likewise.
14058         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
14059
14060         * m4/regex.m4: Adjust to new libc regex implementation.
14061         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
14062         all the .c and .h parts of (the new) regex.
14063         Quote the m4 stuff better.
14064         Check for RE_ICASE bug of old gnulib.
14065         Check for REG_STARTEND of recent libc.
14066         Rename local variables from jm_* to gl_*.
14067         Quote operand of "test -f".
14068         Say "recent enough" version of libc, not "version 2".
14069         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
14070         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
14071         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
14072         Remove check for btowc, isascii.
14073         Require AM_LANGINFO_CODESET.
14074
14075 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/regex.c, regex.h: Sync from libc.
14078         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
14079         * lib/regexec.c:
14080         New files, synced from libc, except that regex_internal.h
14081         currently has a small porting fix.
14082
14083 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
14084
14085         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
14086         regex_internal.c, regexec.c.
14087         Add regex_internal.h too, but as a comment, since the libc version
14088         is currently broken in gnulib mode.
14089
14090 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         Support programs like Emacs that use gnulib but not gettext.
14093         * MODULES.html.sh (Internationalization functions): Add gettext-h.
14094         * modules/gettext-h: New file.
14095         * modules/gettext (Files): Remove lib/gettext.h.
14096         (Depends-on): Add gettext-h.
14097         (Makefile.am): Remove lib_SOURCES.
14098         * modules/argmatch, modules/c-stack, modules/closeout:
14099         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
14100         * modules/execute, modules/file-type, modules/getaddrinfo:
14101         * modules/getopt, modules/human, modules/javacomp:
14102         * modules/javaexec, modules/mkdir-p, modules/obstack:
14103         * modules/openat, modules/pagealign_alloc, modules/pipe:
14104         * modules/quotearg, modules/regex, modules/rpmatch:
14105         * modules/unicodeio, modules/userspec, modules/version-etc:
14106         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
14107         * modules/xsetenv:
14108         Depend on gettext-h, not gettext.
14109
14110 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * gnulib-tool (func_import): Add support for 'public domain' license.
14113         * modules/alloca, modules/atexit, modules/memmove:
14114         Now public domain, not GPL.
14115         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
14116         * modules/realloc, modules/strerror, modules/strtod:
14117         Now LGPL, not GPL.
14118
14119 2005-07-05  Bruno Haible  <bruno@clisp.org>
14120
14121         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
14122         autoconf CVS. Needed for mingw.
14123
14124 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14125
14126         Remove the dependency of the strftime module on the tzset module.
14127         * modules/strftime (Depends-on): Remove dependency on tzset.
14128
14129 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14130
14131         Remove the dependency of the strftime module on the tzset module.
14132         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
14133         gl_FUNC_TZSET_CLOBBER.
14134
14135 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         Remove the dependency of the strftime module on the tzset module.
14138         * lib/strftime.c (my_strftime)
14139         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
14140         Copy the input structure, to work around some of the bug with
14141         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
14142         Solaris releases, you should also use the tzset module, but we won't
14143         require it as a dependency any more since we don't want LGPLed code
14144         to depend on GPLed code.
14145
14146 2005-07-02  Jim Meyering  <jim@meyering.net>
14147
14148         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
14149         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
14150         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
14151         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
14152
14153 2005-07-02  Jim Meyering  <jim@meyering.net>
14154
14155         * lib/backupfile.c (backup_args): Change a `0' to NULL.
14156
14157 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
14160         declares only 'struct timespec;' (!).
14161
14162 2005-07-01  Jim Meyering  <jim@meyering.net>
14163
14164         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
14165         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
14166         * lib/save-cwd.c, tempname.c:
14167         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14168         and don't include <sys/file.h>).
14169
14170 2005-06-29  Jim Meyering  <jim@meyering.net>
14171
14172         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
14173         type name.  Use the variable name instead.
14174         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
14175         Likewise.
14176
14177 2005-06-28  Simon Josefsson  <jas@extundo.com>
14178
14179         * modules/check-version (Files): Add check-version.m4.
14180
14181 2005-06-28  Simon Josefsson  <jas@extundo.com>
14182
14183         * m4/check-version.m4: New file, suggested by Jim Meyering
14184         <jim@meyering.net>.
14185
14186 2005-06-28  Simon Josefsson  <jas@extundo.com>
14187
14188         * lib/check-version.h, lib/check-version.c: New files.
14189
14190 2005-06-28  Simon Josefsson  <jas@extundo.com>
14191
14192         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
14193         collision with global variable.  Better indentation.  Don't
14194         increment buffer pointer beyond buffer end.  Based on comments
14195         from Paul Eggert <eggert@cs.ucla.edu>.
14196
14197         * lib/base64.h: Indent.
14198
14199 2005-06-28  Simon Josefsson  <jas@extundo.com>
14200
14201         * doc/gnulib.texi (Library version handling): New section.
14202
14203 2005-06-28  Jim Meyering  <jim@meyering.net>
14204
14205         * check-module (find_included_lib_files): Hard-code another
14206         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
14207         but modules/fts-lgpl (correctly) does not list those files.
14208
14209         * modules/canonicalize (Files): Add lib/pathmax.h.
14210
14211 2005-06-25  Simon Josefsson  <jas@extundo.com>
14212
14213         * modules/check-version: New file.
14214
14215 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
14218         initializer of struct addrinfo, as an indication that we don't
14219         care how many members the structure has.
14220
14221 2005-06-24  Derek Price  <derek@ximbiot.com>
14222         and Bruno Haible  <bruno@clisp.org>
14223
14224         Remove stat module & update lstat.
14225         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
14226         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14227         * m4/stat.m4: Remove this file.
14228
14229 2005-06-24  Derek Price  <derek@ximbiot.com>
14230         and Bruno Haible  <bruno@clisp.org>
14231
14232         Remove stat module & update lstat.
14233         * lib/stat.c: Remove this file...
14234         (slash_aware_lstat): ...moving this content and its support...
14235         * lib/lstat.c (rpl_lstat): ...into here.
14236         * lib/lstat.h: New file.
14237
14238 2005-06-24  Derek Price  <derek@ximbiot.com>
14239         and Bruno Haible  <bruno@clisp.org>
14240
14241         Remove stat module & update lstat.
14242         * config/srclist.txt (libc sources): Remove stat.
14243
14244 2005-06-24  Derek Price  <derek@ximbiot.com>
14245         and Bruno Haible  <bruno@clisp.org>
14246
14247         Remove stat module & update lstat.
14248         * MODULES.html.sh (stat): Remove.
14249         * MODULES.html: Regenerated.
14250         * modules/lstat (Description): Correct function name.
14251         (Files): Add "lstat.h".
14252         (Depends-on): Remove stat, add xalloc, stat-macros.
14253         * modules/stat: Remove this file.
14254         (Include): Add "lstat.h", remove <sys/stat.h>.
14255
14256 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14257
14258         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
14259         (ranged_convert): Don't save conversion in a temporary struct.
14260         This causes a warning with GCC 4.0.0, and anyway in the typical
14261         case it's not worth the extra 100 bytes or so of code.
14262         (ranged_convert, __mktime_internal): When calling a function via a
14263         pointer P, use P () rather than (*P) (), as we now assume C89 or
14264         better.
14265
14266 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14267
14268         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
14269         "who -r" failed to give output.  Problem reported by Tim Waugh.
14270
14271         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
14272         (xcalloc): Use it to avoid needless tests.
14273         Problem reported by Jim Meyering.
14274
14275 2005-06-20  Derek Price  <derek@ximbiot.com>
14276
14277         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
14278         unnecessary for Autoconfs > 2.59c.
14279
14280 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14281
14282         * lib/argp.h (__option_is_short): Check upper limit of
14283         __key. Isprint() requires its argument to have the value
14284         of an unsigned char or EOF.
14285
14286 2005-06-16  Jim Meyering  <jim@meyering.net>
14287
14288         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
14289         when either N or S is zero.
14290
14291 2005-06-16  Derek Price  <derek@ximbiot.com>
14292
14293         * m4/bison.m4: Declare YACC & YFLAGS precious.
14294
14295 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
14298         multibyte string or pattern, fall back on unibyte matching.
14299         Problem reported by James Youngman.
14300
14301 2005-06-08  Bruno Haible  <bruno@clisp.org>
14302
14303         * modules/csharpcomp: New file.
14304         * MODULES.html.sh (C#): Add csharpcomp.
14305
14306 2005-06-08  Bruno Haible  <bruno@clisp.org>
14307
14308         * m4/csharpcomp.m4: New file, from GNU gettext.
14309
14310 2005-06-08  Bruno Haible  <bruno@clisp.org>
14311
14312         * lib/csharpcomp.h: New file, from GNU gettext.
14313         * lib/csharpcomp.c: New file, from GNU gettext.
14314         * lib/csharpcomp.sh.in: New file, from GNU gettext.
14315
14316 2005-06-08  Bruno Haible  <bruno@clisp.org>
14317
14318         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
14319         warning on mingw.
14320
14321 2005-06-07  Derek Price  <derek@ximbiot.com>
14322
14323         Sync from CVS.
14324         * lib/glob_.h: Indent nested #ifdef.
14325
14326 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         Sync from coreutils.
14329         Use "file name" when talking about file names, instead of "filename"
14330         or "path", as per the GNU coding standards.
14331         * lib/mkdir-p.c: Renamed from makepath.c.
14332         (make_dir_parents): Renamed from make_path.  All callers changed.
14333         * lib/mkdir-p.h: Likewise.  All includers changed.
14334         * lib/filenamecat.c: Renamed from path-concat.c.
14335         (file_name_concat): Renamed from path_concat.  All callers changed.
14336         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
14337         * lib/filenamecat.h: Likewise.  All includers changed.
14338         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
14339         in comments or local variable names.
14340         * lib/basename.c: Likewise.
14341         * lib/canonicalize.c, canonicalize.h: Likewise.
14342         * lib/dirname.c, dirname.h: Likewise.
14343         * lib/euidaccess.c: Likewise.
14344         * lib/exclude.c: Likewise
14345         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
14346         * lib/fsusage.c, fsuage.h: Likewise.
14347         * lib/fts.c, fts_.h: Likewise.
14348         * lib/getcwd.c: Likewise.
14349         * lib/getloadavg.c: Likewise.
14350         * lib/mkstemp.c: Likewise.
14351         * lib/mountlist.c, mountlist.h: Likewise.
14352         * lib/openat.c, openat.h: Likewise.
14353         * lib/readlink-stub.c: Likewise.
14354         * lib/readutmp.c, readutmp.h: Likewise.
14355         * lib/rename.c: Likewise.
14356         * lib/rmdir.c: Likewise.
14357         * lib/same.c: Likewise.
14358         * lib/savedir.c: Likewise.
14359         * lib/stripslash.c: Likewise.
14360         * lib/tempname.c: Likewise.
14361         * lib/xreadlink.c: Likewise.
14362         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
14363         All uses changed.
14364         * lib/exclude.h: Likewise.
14365
14366         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
14367         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14368         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
14369         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14370         * lib/pathmax.h: Include <limits.h> unconditionally, since other
14371         files have been getting away with it for years (MORE/BSD 4.3
14372         is extinct now).
14373         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
14374         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
14375
14376         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
14377         Define to 256, not 255, as per modern POSIX.
14378
14379 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14380
14381         Sync from coreutils.
14382         Use "file name" when talking about file names, instead of "filename"
14383         or "path", as per the GNU coding standards.
14384         * MODULES.html.sh: mkdir-p renamed from makepath.
14385         filenamecat renamed from path-concat.
14386         * modules/filenamecat: Renamed from modules/path-concat.
14387         (Files): filenamecat.h and filenamecat.c renamed from
14388         path-concat.h and path-concat.c.
14389         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
14390         (Include): filenamecat.h, not path-concat.h.
14391         * modules/mkdir-p: Renamed from modules/makepath.
14392         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
14393         makepath.c.
14394         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
14395         (Include): mkdir-p.h, not makepath.h.
14396
14397 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
14398
14399         Sync from coreutils.
14400         * m4/mkdir-p.m4: Renamed from makepath.m4.
14401         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
14402         Rename files from makepath.c to mkdir-p.c, and from
14403         makepath.h to mkdir-p.h.
14404         * m4/filenamecat.m4: Renamed from path-concat.m4.
14405         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
14406         Rename files from path-concat.c to filenamecat.c,
14407         and from path-concat.h to filenamecat.h.
14408         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
14409         "file name" in local variables or comments.
14410         * m4/rename.m4: Likewise.
14411
14412 2005-06-01  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/csharpexec: New file.
14415         * MODULES.html.sh (C#): New section.
14416
14417 2005-06-01  Bruno Haible  <bruno@clisp.org>
14418
14419         * m4/csharp.m4: New file, from GNU gettext.
14420         * m4/csharpexec.m4: New file, from GNU gettext.
14421
14422 2005-06-01  Bruno Haible  <bruno@clisp.org>
14423
14424         * lib/csharpexec.h: New file, from GNU gettext.
14425         * lib/csharpexec.c: New file, from GNU gettext.
14426         * lib/csharpexec.sh.in: New file, from GNU gettext.
14427
14428 2005-05-31  Derek Price  <derek@ximbiot.com>
14429             Paul Eggert  <eggert@cs.ucla.edu>
14430
14431         Sync from cvs.
14432         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14433
14434 2005-05-31  Derek Price  <derek@ximbiot.com>
14435             Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         Sync from cvs.
14438         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
14439
14440 2005-05-29  Derek Price  <derek@ximbiot.com>
14441
14442         * config/srclist.txt (glob_.h, glob.c): Add these files.
14443
14444 2005-05-29  Derek Price  <derek@ximbiot.com>
14445
14446         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14447         * modules/glob: New file.
14448         * modules/getlogin_r: Add link to POSIX spec in description.
14449
14450 2005-05-29  Derek Price  <derek@ximbiot.com>
14451             Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * m4/glob.m4: New file.
14454
14455 2005-05-29  Derek Price  <derek@ximbiot.com>
14456             Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/glob_.h, lib/glob.c: New files.
14459
14460 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14461
14462         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14463         * modules/fts-lgpl (Depends-on): Remove gettext.
14464
14465 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14466
14467         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14468         and don't require gt_INTTYPES_PRI.
14469
14470 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14473
14474         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14475         the configuration hassle isn't worth it.
14476         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14477         (LONGEST_MODIFIER, PRIuMAX): Remove.
14478
14479 2005-05-27  Bruno Haible  <bruno@clisp.org>
14480
14481         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14482
14483 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14486         _POSIX_PTHREAD_SEMANTICS for Solaris.
14487
14488 2005-05-25  Derek Price  <derek@ximbiot.com>
14489
14490         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14491
14492 2005-05-25  Derek Price  <derek@ximbiot.com>
14493             Paul Eggert  <eggert@cs.ucla.edu>
14494
14495         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14496         * lib/getlogin_r.c, getlogin_r.h: New files.
14497
14498 2005-05-25  Bruno Haible  <bruno@clisp.org>
14499             Derek Price  <derek@ximbiot.com>
14500
14501         * lib/getlogin_r.h: Simplify API documentation.
14502
14503 2005-05-23  Derek Price  <derek@ximbiot.com>
14504
14505         * modules/minmax (Files): Add m4/minmax.m4.
14506         (configure.ac): Add gl_MINMAX.
14507
14508 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14509
14510         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14511         so that unistd-safer.h (GPL'ed code) need not be included.
14512
14513 2005-05-22  Bruno Haible  <bruno@clisp.org>
14514
14515         * m4/minmax.m4: New file.
14516         Based on a patch by Derek Price <derek@ximbiot.com>.
14517
14518 2005-05-22  Bruno Haible  <bruno@clisp.org>
14519
14520         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14521         (INT64_MIN): Fix definition.
14522         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14523
14524         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14525         NEED_SIGNED_INT_TYPES.
14526
14527         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14528         HAVE_SYSTEM_INTTYPES.
14529
14530 2005-05-22  Bruno Haible  <bruno@clisp.org>
14531
14532         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14533         Also include <sys/param.h> if it defines MIN, MAX.
14534         Based on a patch by Derek Price <derek@ximbiot.com>.
14535
14536 2005-05-21  Jim Meyering  <jim@meyering.net>
14537
14538         * modules/fts (Files): Add m4/inttypes-pri.m4.
14539         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14540
14541 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         New fts module.
14544         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14545         (setup_dir, free_dir): New functions.
14546         (enter_dir, leave_dir): Define trivial
14547         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14548         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14549         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14550         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14551         Move to fts-cycle.c.
14552         (fts_open): Use setup_dir.
14553         (fts_close): Use free_dir.
14554         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14555         This adds a label and some gotos, but the alternatives were messier.
14556         Check for memory allocation failure when entering a dir.
14557         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14558         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14559         (FTS): New member fts_cycle, that is a union that contains the
14560         old active_dir_ht and cycle_state.  All uses changed to mention
14561         fts_cycle.ht and fts_cycle.state.
14562         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14563         fts.c, with the following changes:
14564         (setup_dir, free_dir): New functions.
14565         (enter_dir): Now returns bool.  Return true if successful, false
14566         if memory exhausted.  All callers changed.
14567         Do not bother partly cleaning up on
14568         memory allocation failure; that is free_dir's job.
14569         However, free ad if hash_insert fails, to avoid memory leak.
14570         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14571         fts->fts_options to see which union member to use.
14572
14573 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14576         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14577
14578 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14581
14582 2005-05-20  Jim Meyering  <jim@meyering.net>
14583
14584         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14585         Now a macro, to pacify GCC.
14586
14587 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14588
14589         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14590         of -1.
14591
14592 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14593
14594         * lib/chown.c (rpl_chown): Return -1 on failure.
14595
14596 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14599         Don't check for stddef.h.
14600         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14601         don't use its results.
14602         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14603         since we include them unconditionally.  Don't require
14604         AM_STDBOOL_H, since stdbool is a prerequisite.
14605         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14606         since we assume C89 or better.
14607         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14608         as we don't use their results.
14609         Don't check for fchdir, memmove, memset, strrchr, as we use
14610         them unconditionally.
14611         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14612         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14613
14614 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14617         Include <stddef.h> unconditionally, since we assume C89 now.
14618         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14619         * lib/fts.c: Include fts_.h first, to check interface.
14620         Do not include intprops.h; no longer needed.
14621         Include cycle-check.h and hash.h, since fts_.h no longer does.
14622         Remove unnecessary casts of closedir to void.
14623         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14624         decide whether to decrement nlinks.
14625         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14626         (FTS): Use struct hash_table * instead of Hash_table, so that
14627         we no longer need to include hash.h here.
14628
14629 2005-05-18  Jim Meyering  <jim@meyering.net>
14630
14631         * modules/dirfd (License): Change to LGPL.  Most of the code
14632         is already in the public domain.
14633
14634 2005-05-18  Jim Meyering  <jim@meyering.net>
14635
14636         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14637         Reported by Yoann Vandoorselaere.
14638
14639 2005-05-17  Jim Meyering  <jim@meyering.net>
14640
14641         * m4/fts.m4: New file, from coreutils.
14642
14643 2005-05-17  Jim Meyering  <jim@meyering.net>
14644
14645         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14646
14647 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14648
14649         Sync from coreutils.
14650         * m4/unlinkdir.m4: New file.
14651
14652 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14653
14654         Sync from coreutils.
14655         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14656         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14657         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14658         White space changes only.
14659         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14660         special.
14661         * lib/yesno.c: Include getline.h, not ctype.h.
14662         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14663         Use getline to remove arbitrary restriction on response length.
14664
14665 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         * config/srclist-update: Spell out "Street" in FSF postal
14668         mail address; this is the style the FSF seems to prefer.
14669
14670         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14671         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14672         this updates FSF postal mail address.
14673
14674         Sync from coreutils.
14675         * modules/unlinkdir: New file.
14676         * modules/yesno (Depends-on): Add getline.
14677         * MODULES.html.sh (File system functions): Add unlinkdir.
14678
14679 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14682         lib/strsep.h:
14683         Change the initial comment to refer to GPL, not LGPL.
14684         gnulib-tool will change it to LGPL as needed.
14685
14686         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14687         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14688         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14689         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14690         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14691         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14692         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14693         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14694         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14695         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14696         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14697         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14698         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14699         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14700         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14701         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14702         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14703         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14704         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14705         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14706         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14707         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14708         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14709         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14710         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14711         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14712         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14713         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14714         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14715         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14716         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14717         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14718         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14719         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14720         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14721         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14722         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14723         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14724         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14725         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14726         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14727         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14728         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14729         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14730         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14731         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14732         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14733         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14734         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14735         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14736         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14737         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14738         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14739         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14740         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14741         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14742         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14743         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14744         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14745         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14746         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14747         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14748         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14749         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14750         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14751         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14752         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14753         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14754         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14755         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14756         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14757         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14758         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14759         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14760         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14761         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14762         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14763         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14764         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14765         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14766         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14767         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14768         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14769         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14770         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14771         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14772         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14773         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14774         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14775         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14776         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14777         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14778         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14779         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14780         lib/yesno.c, lib/yesno.h:
14781         Update FSF postal mail address.
14782
14783 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14786         tests/test-memmem.c, tests/test-stpncpy.c:
14787         Update FSF postal mail address.
14788
14789 2005-05-13  Bruno Haible  <bruno@clisp.org>
14790
14791         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14792         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14793         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14794         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14795         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14796         Add support for 64-bit integers in the MSVC compiler.
14797
14798 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14799
14800         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14801
14802 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14803
14804         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14805
14806 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14807
14808         * doc/getdate.texi (General date syntax): Don't say that date
14809         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14810         Problem reported by Nic Ferrier.
14811
14812 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14813
14814         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14815         specified in ai_socktype. Fix invalid ai_protocol
14816         check. ai_protocol is usually set to 0 or depending on
14817         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14818         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14819         ai_socktype / ai_protocol in the returned addrinfo structure.
14820
14821 2005-05-10  Simon Josefsson  <jas@extundo.com>
14822
14823         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14824         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14825
14826 2005-05-10  Karl Berry  <karl@gnu.org>
14827
14828         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14829         (from http://www.gnu.org/licenses).
14830         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14831         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14832         fdl.texi suffices.
14833
14834 2005-05-10  Karl Berry  <karl@gnu.org>
14835
14836         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14837         (COPYING.DOC): remove.
14838
14839         * config/srclist-update: new FSF address.
14840
14841 2005-05-10  Derek Price  <derek@ximbiot.com>
14842
14843         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14844         possible.
14845
14846 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14847             Bruno Haible  <bruno@clisp.org>
14848
14849         * modules/inet_ntop: New file.
14850         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14851         inet_ntop.
14852
14853 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14854             Bruno Haible  <bruno@clisp.org>
14855
14856         * m4/inet_ntop.m4: New file.
14857
14858 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14859             Bruno Haible  <bruno@clisp.org>
14860
14861         * lib/inet_ntop.h: New file.
14862         * lib/inet_ntop.c: New file, from glibc with modifications.
14863
14864 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * modules/time_r (License): Change to LGPL.
14867         * modules/extensions (License): Change to LGPL.  Actually,
14868         the license is more permissive than that, but currently gnulib-tool
14869         doesn't know how to handle more-permissive licenses.
14870
14871         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14872         Problem reported by Dave Love.
14873
14874 2005-05-08  Jim Meyering  <jim@meyering.net>
14875
14876         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14877         blank.
14878
14879 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         * modules/argmatch (Depends-on): Add stdbool.
14882         * modules/backupfile (Depends-on): Likewise.
14883         * modules/chdir-long (Depends-on): Likewise.
14884         * modules/closeout (Depends-on): Likewise.
14885         * modules/cycle-check (Depends-on): Likewise.
14886         * modules/dirname (Depends-on): Likewise.
14887         * modules/fnmatch (Depends-on): Likewise.
14888         * modules/fsusage (Depends-on): Likewise.
14889         * modules/fwriteerror (Depends-on): Likewise.
14890         * modules/getcwd (Depends-on): Likewise.
14891         * modules/getloadavg (Depends-on): Likewise.
14892         * modules/hard-locale (Depends-on): Likewise.
14893         * modules/makepath (Depends-on): Likewise.
14894         * modules/mountlist (Depends-on): Likewise.
14895         * modules/nanosleep (Depends-on): Likewise.
14896         * modules/posixtm (Depends-on): Likewise.
14897         * modules/quotearg (Depends-on): Likewise.
14898         * modules/readtokens (Depends-on): Likewise.
14899         * modules/readtokens0 (Depends-on): Likewise.
14900         * modules/readutmp (Depends-on): Likewise.
14901         * modules/save-cwd (Depends-on): Likewise.
14902         * modules/strftime (Depends-on): Likewise.
14903         * modules/userspec (Depends-on): Likewise.
14904         * modules/utimecmp (Depends-on): Likewise.
14905         * modules/xgetcwd (Depends-on): Likewise.
14906         * modules/xnanosleep (Depends-on): Likewise.
14907         * modules/xstrtod (Depends-on): Likewise.
14908         * modules/yesno (Depends-on): Likewise.
14909
14910 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14911
14912         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14913         needless checks.
14914
14915 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14916
14917         Merge from coreutils.  Among other things,
14918         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14919         * lib/fd-safer.c: New file.
14920         * lib/fcntl-safer.h, open-safer.c: Remove.
14921         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14922         * lib/dup-safer.c: Include unistd-safer.h first.
14923         Don't include errno.h.
14924         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14925         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14926         * lib/file-type.c: Rely on file-type.h change.
14927         * lib/getloadavg.c: Include unistd-safer.h.
14928         (getloadavg): Use safer open.
14929         * lib/getusershell.c: Include "stdio-safer.h".
14930         (getusershell): Use safer fopen.
14931         * lib/long-options.c (long_options): Use NULL rather than 0.
14932         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14933         'free'.
14934         * lib/modechange.c: Likewise.
14935         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14936         (MODE_DONE): New constant.
14937         (struct mode_change): Remove 'next' member.
14938         (make_node_op_equals): New function; like the old one of the
14939         same name, except it allocates an array.
14940         (mode_compile, mode_create_from_ref): Use it.
14941         (mode_compile): Allocate result as an array, not a linked list.
14942         Parse octal string ourself, so that we catch mistakes like "+0".
14943         (mode_adjust): Arg is an array, not a linked list.
14944         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14945         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14946         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14947         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14948         Remove.  This is now stat-macros.h's job.
14949         (talloc): Remove.  All callers replaced by xalloc, so that
14950         our invokers don't have to worry about reporting memory failures.
14951         (make_node_op_equals): Remove.
14952         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14953         New constants.
14954         (struct mode_change): Moved here from modechange.h.
14955         (mode_append_entry): Remove.
14956         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14957         apps to have incorrect behavior.  Use simpler algorithm for head
14958         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14959         Detect more invalid usages rather than having somewhat-random behavior.
14960         Don't insert an "a=" action, as that leads to incorrect behavior.
14961         (mode_compile, mode_create_from_ref): Return NULL on error instead
14962         of an enum, since now there's only one way to have an error.  All
14963         callers changed.
14964         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14965         at the correct time.  Simplify calculation of "+u" and its ilk.
14966         Don't mishandle "+X".
14967         (mode_free): Remove "register" and localize decls.
14968         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14969         (struct mode_change): Move to modechange.c; callers don't
14970         need to see this stuff.
14971         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14972         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14973         (mode_change, mode_adjust): Reflect the new signatures noted above.
14974         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14975         that might redefine system include files.
14976         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14977         (my_usleep): Use NULL rather than (void *) 0.
14978         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14979         Use siginterrupt to specify that system calls should be interrupted.
14980         (rpl_nanosleep): Move initialization of suspended closer to call of
14981         my_usleep.
14982         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14983         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14984         (desirable_utmp_entry): New function.
14985         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14986         using x2nrealloc, to simplify logic.
14987         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14988         size calculation.  Do not assume utmp file is a regular file.
14989         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14990         (READ_UTMP_CHECK_PIDS): New constant.
14991         * lib/save-cwd.c: Include unistd-safer.h.
14992         (save_cwd): Use fd_safer.
14993         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14994         [!_LIBC] Include "stat-macros.h" instead.
14995         * lib/unistd-safer.h (fd_safer): New decl.
14996
14997 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14998
14999         * modules/getloadavg (Depends-on): Add unistd-safer.
15000         * modules/getusershell (Depends-on): Add stdio-safer.
15001         * modules/lstat (Depends-on): Remove xalloc.
15002         * modules/mkstemp (Depends-on): Add stat-macros.
15003         * modules/modechange (Depends-on): Remove xstrtol.
15004         Add stat-macros, xalloc.
15005         * modules/save-cwd (Depends-on): Add unistd-safer.
15006         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
15007         * modules/unistd-safer (Files): Add lib/fd-safer.c
15008         (Makefile.am): Remove lib_SOURCES.
15009
15010         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
15011         Remove fcntl-safer; unistd-safer supersedes it.
15012
15013 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
15016         AC_HEADER_STAT.
15017         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
15018         (gl_PREREQ_CHOWN): Remove.
15019         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
15020         it.  Don't require AC_HEADER_STAT.
15021         (gl_PREREQ_LSTAT): Remove.
15022         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
15023         Don't require AC_HEADER_STAT.
15024         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
15025         (gl_PREREQ_RMDIR): Remove.
15026         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
15027         mention stat-macros.h or AC_HEADER_STAT, since we'll make
15028         the stat-macros module a prerequisite.
15029         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
15030         * m4/filemode.m4 (gl_FILEMODE): Likewise.
15031         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
15032         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
15033         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
15034         variable names.
15035         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
15036         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
15037         variable prefixes.
15038         * m4/fcntl-safer.m4: Remove.
15039         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
15040         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
15041         Invoke gl_PREREQ_FD_SAFER.
15042         (gl_PREREQ_FD_SAFER): New macro.
15043         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
15044         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
15045         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
15046         Remove duplicate call to AC_LIBOBJ(readutmp).
15047         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
15048
15049         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
15050         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
15051
15052 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
15053
15054         * MODULES.html.sh (Misc): Add byteswap.
15055
15056 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15057
15058         * modules/getcwd (Depends-on): Add extensions.
15059         * modules/openat (Depends-on): Likewise.
15060
15061 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15062
15063         * modules/byteswap: New file.
15064
15065 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15066
15067         * m4/byteswap.m4: New file.
15068
15069 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
15070
15071         * lib/byteswap_.h: New file.
15072
15073 2005-04-25  Karl Berry  <karl@gnu.org>
15074
15075         * m4/gettext.m4: Update from GNU gettext 0.14.4.
15076
15077 2005-04-25  Albert Chin  <china@thewrittenword.com>
15078
15079         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
15080         Toolkit C bug.
15081
15082 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
15083
15084         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
15085         (func_ln_if_changed) Remove forcibly for no error message
15086         in case file does not exist.
15087
15088 2005-04-19  Simon Josefsson  <jas@extundo.com>
15089
15090         * gnulib-tool (Options): Make --symlink mean --symbolic.
15091
15092 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
15093
15094         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
15095
15096 2005-04-16  Simon Josefsson  <jas@extundo.com>
15097
15098         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
15099
15100 2005-04-15  Simon Josefsson  <jas@extundo.com>
15101
15102         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
15103
15104 2005-04-15  Simon Josefsson  <jas@extundo.com>
15105
15106         * gnulib-tool: Rename --symlink to --symbolic.
15107
15108 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
15109
15110         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
15111         symbolic links to files instead of copying/moving.  Add --aux-dir,
15112         specifying directory relative --dir where auxiliary build tools
15113         are placed.
15114
15115 2005-04-14  Bruno Haible  <bruno@clisp.org>
15116
15117         * modules/allocsa (License): Change to LGPL.
15118         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15119
15120 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15121
15122         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
15123         that "UTC +1 second" continues to work.  Problem reported
15124         by Dmitry V. Levin.
15125         (relunit_snumber): New rule.
15126         (relunit): Use it.
15127
15128 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15129
15130         * lib/getdate.y (universal_time_zone_table): New constant.
15131         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
15132         universal_time_zone_table.
15133         (lookup_zone): Prefer universal_time_zone_table to
15134         local_time_zone_table, so that "GMT" time stamps are allowed in
15135         London during the summer.  Problem reported by Ian Abbott.
15136
15137 2005-04-12  Jim Meyering  <jim@meyering.net>
15138
15139         * lib/human.c (humblock): Set *options even when returning due to
15140         xstrtoumax conversion failure.  Thanks to a used-uninitialized
15141         warning from gcc-4.
15142
15143 2005-04-09  Jim Meyering  <jim@meyering.net>
15144
15145         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
15146         -Wuninitialized: initialize tm0.tm_year.
15147
15148 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
15151         count, since there's no maximum.  All uses changed.
15152         Add member dsts_seen.
15153         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
15154         not being INT_MAX.
15155         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
15156         Use pc_rels_seen to decide whther a date is absolute.
15157
15158         * lib/getdate.y (number): Don't overwrite year.
15159         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
15160         check.
15161
15162 2005-04-02  Simon Josefsson  <jas@extundo.com>
15163
15164         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
15165         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
15166
15167 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
15168
15169         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
15170         where no absolute path name can be longer than PATH_MAX.
15171
15172 2005-03-27  Jim Meyering  <jim@meyering.net>
15173
15174         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
15175
15176 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
15179         "one's complement" -> "ones' complement" in comment, as per Knuth.
15180         "value of type" -> "type or expression" in comment.
15181         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
15182
15183 2005-03-26  Jim Meyering  <jim@meyering.net>
15184
15185         Comment nits.
15186         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
15187         Correct typos: s/or/of/.
15188
15189 2005-03-26  Jim Meyering  <jim@meyering.net>
15190
15191         * modules/check-include-files: Move to ../ and rename to...
15192         * check-module: ...this.
15193
15194 2005-03-25  Jim Meyering  <jim@meyering.net>
15195
15196         * modules/xvasprintf (Files): Add xalloc.h.
15197
15198 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * modules/gettext (Files): config/config.rpath ->
15201         build-aux/config.rpath
15202         * modules/iconv (Files): Likewise.
15203         Problem reported by Oskar Liljeblad.
15204
15205 2005-03-23  Jim Meyering  <jim@meyering.net>
15206
15207         * modules/check-include-files: New script to check for
15208         missing dependencies, multiple includes, etc.
15209
15210         * modules/c-strtold (Depends-on): Add xalloc.
15211         * modules/c-strtod (Depends-on): Add xalloc.
15212         * modules/hash (Depends-on): Add xalloc.
15213         (Files): Remove lib/xalloc.h.
15214
15215         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
15216         * modules/userspec (Files): Add lib/inttostr.h.
15217
15218 2005-03-23  Jim Meyering  <jim@meyering.net>
15219
15220         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
15221
15222 2005-03-22  Jim Meyering  <jim@meyering.net>
15223
15224         * modules/stat-macros: New module.
15225         * modules/canonicalize, modules/euidaccess, modules/file-type,
15226         * modules/filemode, modules/lchown, modules/makepath,
15227         * modules/rmdir, modules/stat: Depend on new stat-macros module
15228         rather than listing lib/stat-macros.h manually.
15229         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
15230
15231 2005-03-22  Jim Meyering  <jim@meyering.net>
15232
15233         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
15234
15235 2005-03-22  Bruno Haible  <bruno@clisp.org>
15236
15237         * config/srclist.txt: Replace target directory 'config' with
15238         'build-aux'.
15239         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
15240         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
15241         ../build-aux/.
15242
15243 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * modules/chdir-long (Depends-on): Add mempcpy.
15246
15247         * modules/acl, modules/backupfile, modules/c-strtod,
15248         modules/c-strtold, modules/canon-host, modules/canonicalize,
15249         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
15250         modules/exclude, modules/exitfail, modules/file-type,
15251         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
15252         modules/getdate, modules/getline, modules/getpagesize,
15253         modules/getpass, modules/getugroups, modules/group-member,
15254         modules/hard-locale, modules/hash, modules/human, modules/idcache,
15255         modules/inttostr, modules/long-options, modules/makepath,
15256         modules/md5, modules/memcasecmp, modules/memcoll,
15257         modules/modechange, modules/mountlist, modules/path-concat,
15258         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
15259         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
15260         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
15261         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
15262         modules/strftime, modules/strndup, modules/strverscmp,
15263         modules/timespec, modules/unlocked-io, modules/userspec,
15264         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
15265         modules/yesno:
15266         Remove lib_SOURCES line from Makefile.am section, as this is now
15267         done automatically by the corresponding Autoconf macro.
15268
15269 2005-03-21  Jim Meyering  <jim@meyering.net>
15270
15271         Changes imported from coreutils.
15272
15273         * lib/cycle-check.c: Don't include xalloc.h.
15274
15275         * lib/path-concat.c: Don't include assert.h.
15276         (path_concat): Remove assertion that would have triggered
15277         for ABASE starting with more than one slash.
15278         Reported by Andreas Schwab.
15279
15280         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
15281         properly when ABASE is an absolute file name.
15282         Correct the description of this function.
15283         Include <assert.h>.
15284         Add an assertion and a test driver.
15285         This fixes a bug introduced on 2004-07-02.
15286         Andreas Schwab reported the resulting failure of cp --parents:
15287         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
15288
15289 2005-03-21  Jim Meyering  <jim@meyering.net>
15290
15291         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
15292         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
15293
15294 2005-03-21  Jim Meyering  <jim@meyering.net>
15295         and  Paul Eggert  <eggert@cs.ucla.edu>
15296
15297         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
15298         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
15299         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
15300         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
15301         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
15302         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
15303         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
15304         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
15305         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
15306         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
15307         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
15308         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
15309         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
15310         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
15311         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
15312         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
15313         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
15314         for these modules.
15315
15316 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15317
15318         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
15319         (which shouldn't happen), generate nothing instead of returning 0
15320         immediately, so that nstrftime (NULL, ...) doesn't return 0.
15321
15322 2005-03-16  Bruno Haible  <bruno@clisp.org>
15323
15324         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
15325         HAVE_LONGLONG_64BIT.
15326
15327 2005-03-16  Bruno Haible  <bruno@clisp.org>
15328
15329         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
15330         HAVE_LONGLONG_64BIT.
15331
15332 2005-03-16  Bruno Haible  <bruno@clisp.org>
15333
15334         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
15335         HAVE_LONGLONG_64BIT.
15336
15337 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15338
15339         * lib/strftime.c (my_strftime): Prepend space to format so that we can
15340         reliably distinguish strftime failure from empty output on POSIX
15341         hosts.
15342
15343 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
15344
15345         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
15346         (iconv_string): Don't guess a size-zero buffer, as that might cause
15347         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
15348         result would be 'too large', where 'too large' is (heuristically)
15349         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
15350         overflow concerns.  This will prevent some unwanted malloc failures
15351         when the inputs are very large.
15352
15353 2005-03-15  Karl Berry  <karl@gnu.org>
15354
15355         * config/srclist.txt (config.rpath): from gettext.
15356         * config/config.rpath: update.
15357
15358 2005-03-15  Bruno Haible  <bruno@clisp.org>
15359
15360         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
15361         to 'negate'.
15362
15363         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
15364         variable.
15365
15366         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
15367         results.
15368
15369 2005-03-14  Simon Josefsson  <jas@extundo.com>
15370
15371         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
15372         <fx@gnu.org>.
15373
15374 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
15375
15376         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
15377         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
15378         intprops.h.
15379         * lib/strtol.c: Likewise.
15380
15381 2005-03-14  Jim Meyering  <jim@meyering.net>
15382
15383         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
15384         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
15385         to be nonzero so that we (and caller) can detect the difference
15386         between a valid zero-length expansion and an error return, even
15387         when the underlying strftime fails before writing anything into
15388         that location.
15389
15390 2005-03-14  Bruno Haible  <bruno@clisp.org>
15391
15392         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
15393         Update from GNU gettext 0.14.3.
15394
15395 2005-03-10  Jim Meyering  <jim@meyering.net>
15396
15397         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
15398
15399 2005-03-10  Jim Meyering  <jim@meyering.net>
15400
15401         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
15402         so that this module works on systems without fchdir.
15403
15404 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15405
15406         Factor int-properties macros into a single file, except for
15407         glibc-related files.
15408         * lib/intprops.h: New file.
15409         * lib/getloadavg.c: Include it instead of limits.h.
15410         (INT_STRLEN_BOUND): Remove.
15411         * lib/human.c: Include intprops.h.
15412         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
15413         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
15414         302/1000.
15415         * lib/inttostr.h: Include intprops.h instead of limits.h.
15416         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
15417         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
15418         for consistency with intprops.h.
15419         (time_t_is_integer, twos_complement_arithmetic): Use them.
15420         * lib/sig2str.h: Include <signal.h>, intprops.h.
15421         (INT_STRLEN_BOUND): Remove.
15422         * lib/strftime.c (TYPE_SIGNED): Remove.
15423         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
15424         * lib/strtol.c: Adjust comments to match intprops.h.
15425         * lib/userspec.c: Include intprops.h.
15426         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
15427         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
15428         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
15429         instead of rolling our own expressions.
15430         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
15431
15432         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
15433         instead of int.
15434         (my_strftime): Do not mishandle years close to INT_MAX, by doing
15435         the right thing even if adding 1900 would overflow.  Similarly
15436         for tm_mon + 1 and tm_yday + 1.
15437         Make %Y always equivalent to %C%y, and similarly for %G and %g.
15438         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
15439         (DO_SIGNED_NUMBER): New macro.
15440         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
15441
15442 2005-03-07  Bruno Haible  <bruno@clisp.org>
15443
15444         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15445
15446 2005-03-07  Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15449
15450 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15451
15452         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15453         (func_import): Only replace files via --import when they have actually
15454         changed.
15455
15456 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15457
15458         * m4/mmap-anon.m4: New file.
15459         * m4/pagealign_alloc.m4: New file.
15460
15461 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15462             Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/pagealign_alloc: New file.
15465         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15466
15467 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15468             Bruno Haible  <bruno@clisp.org>
15469
15470         * lib/pagealign_alloc.h: New file.
15471         * lib/pagealign_alloc.c: New file.
15472
15473 2005-03-03  Bruno Haible  <bruno@clisp.org>
15474
15475         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15476         Use an all-permissive copyright notice, recommended by RMS.
15477
15478 2005-03-02  Bruno Haible  <bruno@clisp.org>
15479
15480         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15481         of AIX, the replacement has to be done only after <string.h> is
15482         included, therefore not in config.h. stpncpy.h does the replacement,
15483         and stpncpy.c uses it.
15484
15485 2005-03-02  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15488         stpncpy.c uses it.
15489
15490 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15493         The workaround isn't strictly needed for POSIX conformance, and
15494         it's too much of a pain to configure and maintain.  We'll ask
15495         people to fix their kernels instead.
15496         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15497         (NANOSLEEP_BUG_WORKAROUND): Remove.
15498         (xnanosleep): Remove the workaround.
15499
15500 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15501
15502         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15503         Reported by Derek Price.
15504         (Include): Add "timespec.h".
15505
15506         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15507
15508 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15511         to detect nanosleep bug.
15512
15513 2005-03-01  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15516
15517 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * modules/gethrxtime: New file.
15520         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15521         (Depends-on): Add gethrxtime.
15522         (configure.ac): Add gl_XNANOSLEEP.
15523         (Makefile.am): Remove lib_SOURCES line.
15524
15525 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15526
15527         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15528         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15529
15530 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15533         * lib/timespec.h (gettime): Return void, since it always
15534         succeeds now.  All uses changed.
15535         * lib/gettime.c (gettime) Likewise.
15536         [HAVE_NANOTIME]: Prefer nanotime.
15537         Assume gettimeofday succeeds, as POSIX requires.
15538         Assime time () succeeds, since other code already does.
15539         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15540         (timespec_subtract): Remove.
15541         (NANOSLEEP_BUG_WORKAROUND): New constant.
15542         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15543         things considerably.  Use it only on GNU/Linux hosts, since the
15544         workaround shouldn't be needed elsewhere.
15545
15546 2005-02-24  Bruno Haible  <bruno@clisp.org>
15547
15548         * modules/gettext (Files): Add m4/glibc2.m4.
15549
15550 2005-02-24  Bruno Haible  <bruno@clisp.org>
15551
15552         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15553         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15554         * m4/progtest.m4:
15555         Update from GNU gettext 0.14.2.
15556         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15557
15558 2005-02-24  Bruno Haible  <bruno@clisp.org>
15559
15560         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15561         * lib/config.charset: Update from GNU gettext 0.14.2.
15562
15563 2005-02-24  Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/gettext.h: Update from GNU gettext 0.14.2.
15566
15567 2005-02-23  Simon Josefsson  <jas@extundo.com>
15568
15569         * m4/iconvme.m4: New file.
15570
15571 2005-02-23  Jim Meyering  <jim@meyering.net>
15572
15573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15574         change.
15575         Thanks to Bruno Haible for catching it.
15576
15577 2005-02-22  Simon Josefsson  <jas@extundo.com>
15578
15579         * modules/iconvme: New file.
15580
15581         * MODULES.html.sh: Add iconvme.
15582
15583 2005-02-22  Simon Josefsson  <jas@extundo.com>
15584
15585         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15586
15587 2005-02-22  Simon Josefsson  <jas@extundo.com>
15588
15589         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15590
15591 2005-02-22  Jim Meyering  <jim@meyering.net>
15592
15593         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15594         s/ifndef/ifdef/.
15595
15596 2005-02-20  Neil Conway  <neilc@samurai.com>
15597
15598         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15599         returned by OSX/Darwin if the specified buffer is not large
15600         enough for the hostname.
15601
15602 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15603
15604         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15605         pass it to _help, otherwise the latter coredumps trying to
15606         dereference state.root_argp.
15607
15608 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * modules/chdir-long (Depends-on): Add memrchr.
15611         * modules/memrchr (Files): Add lib/memrchr.h.
15612         (Include): "memrchr.h".
15613
15614 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15615
15616         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15617
15618 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15619
15620         * lib/memrchr.h: New file.
15621         * lib/chdir-long.c: Include it.
15622         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15623         Don't bother including stddef.h.
15624
15625 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15626
15627         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15628         inclusion.
15629         Include <sys/types.h>, for dev_t.
15630         (ME_DUMMY, ME_REMOTE): Move from here....
15631         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15632         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15633         Dmitry V. Levin.
15634         Include mountlist.h first, to test the interface.
15635
15636 2005-01-29  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/progname.c (program_name): Initialize.
15639         Needed when linking statically on MacOS X.
15640
15641 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15642
15643         Sync from coreutils.
15644         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15645         (Depends-on): Add c-strtod.
15646         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15647
15648 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         Sync from coreutils.
15651         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15652
15653         Remove files that are specific to coreutils.
15654         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15655
15656 2005-01-28  Bruno Haible  <bruno@clisp.org>
15657
15658         * modules/javacomp: New file.
15659         * MODULES.html.sh (Java): Add javacomp.
15660
15661 2005-01-28  Bruno Haible  <bruno@clisp.org>
15662
15663         * m4/javacomp.m4: New file, from GNU gettext.
15664
15665 2005-01-28  Bruno Haible  <bruno@clisp.org>
15666
15667         * lib/javacomp.sh.in: New file, from GNU gettext.
15668         * lib/javacomp.h: New file, from GNU gettext.
15669         * lib/javacomp.c: New file, from GNU gettext.
15670
15671 2005-01-26  Simon Josefsson  <jas@extundo.com>
15672
15673         * lib/gai_strerror.c: Use GPL in header.
15674
15675 2005-01-26  Bruno Haible  <bruno@clisp.org>
15676
15677         * modules/javaexec: New file.
15678         * MODULES.html.sh (Java): Add javaexec.
15679
15680 2005-01-26  Bruno Haible  <bruno@clisp.org>
15681
15682         * m4/javaexec.m4: New file, from GNU gettext.
15683
15684 2005-01-26  Bruno Haible  <bruno@clisp.org>
15685
15686         * lib/javaexec.sh.in: New file, from GNU gettext.
15687         * lib/javaexec.h: New file, from GNU gettext.
15688         * lib/javaexec.c: New file, from GNU gettext.
15689
15690 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15691
15692         * modules/lchown (Depends-on): Remove lchown.h
15693
15694 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15695
15696         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15697         must be defined if the header file was not found, in order
15698         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15699
15700 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15701
15702         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15703         initializers for struct pentry_state.
15704         (__argp_error): Check return value of __asprintf
15705         (__argp_failure): Translate error message
15706
15707         * lib/argp-parse.c: Removed braces around the expansion of N_()
15708
15709 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15710
15711         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15712         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15713         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15714         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15715         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15716         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15717         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15718         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15719         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15720         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15721         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15722         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15723         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15724         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15725         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15726         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15727         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15728         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15729         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15730         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15731         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15732         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15733         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15734         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15735         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15736         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15737         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15738         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15739         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15740         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15741         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15742         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15743         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15744         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15745         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15746         Use an all-permissive copyright notice, recommended by RMS.
15747
15748 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * modules/chdir-long (Depends-on): Remove mempcpy.
15751
15752 2005-01-21  Jim Meyering  <jim@meyering.net>
15753
15754         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15755         same value as for Solaris 9.
15756
15757         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15758         component length.  This included changing the parameter to be
15759         of type `char *' rather than `char const *'.
15760         * lib/chdir-long.h (chdir_long): Update prototype.
15761
15762         * lib/openat.c (fdopendir, fstatat): New functions.
15763         * lib/openat.h: Include headers required for use of DIR and struct
15764         stat.
15765         [AT_SYMLINK_NOFOLLOW]: Define.
15766         (fdopendir, fstatat): Add prototypes.
15767
15768 2005-01-21  Bruno Haible  <bruno@clisp.org>
15769
15770         * modules/classpath: New file.
15771         * MODULES.html.sh (Java): Add classpath.
15772
15773 2005-01-21  Bruno Haible  <bruno@clisp.org>
15774
15775         * lib/classpath.h: New file, from GNU gettext.
15776         * lib/classpath.c: New file, from GNU gettext.
15777
15778 2005-01-20  Simon Josefsson  <jas@extundo.com>
15779
15780         * modules/version-etc-fsf: New file.
15781
15782 2005-01-20  Simon Josefsson  <jas@extundo.com>
15783
15784         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15785         * lib/version-etc.c: Remove version_etc_copyright.
15786         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15787         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15788
15789 2005-01-20  Simon Josefsson  <jas@extundo.com>
15790
15791         * lib/base64.h (isbase64): Add.
15792
15793         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15794         using a unsigned prototype, don't inline.
15795         (base64_decode): Use it.
15796
15797 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15800         it.
15801
15802 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * lib/save-cwd.c (save_cwd): Remove code to support the case
15805         where fchdir is missing or flaky.
15806
15807 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15808
15809         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15810
15811 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15812
15813         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15814         AC_LIBSOURCES now does this.
15815         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15816         with new ullong_max module.
15817
15818 2005-01-19  Bruno Haible  <bruno@clisp.org>
15819
15820         * modules/sh-quote: New file.
15821         * MODULES.html.sh (Executing programs): Add sh-quote.
15822
15823 2005-01-19  Bruno Haible  <bruno@clisp.org>
15824
15825         * lib/sh-quote.h: New file, from GNU gettext.
15826         * lib/sh-quote.c: New file, from GNU gettext.
15827
15828 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         Merge from coreutils.
15831         * m4/ullong_max.m4: New file.
15832         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15833         (gl_MACROS): Assume localeconv exists.
15834
15835 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         Merge changes from coreutils, as described below in several
15838         changelogs dated today.
15839
15840         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15841         (O_DIRECTORY): Remove; not needed here, since "." must be
15842         a directory.  All uses removed.
15843         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15844         universal on Suns, and we also need to test for IRIX.
15845         Revamp code to use 'if' rather than '#if'.
15846         Avoid unnecessary comparison of cwd->desc to 0.
15847
15848         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15849         for known valid error numbers rather than observed invalid ones.
15850
15851 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * modules/ullong_max: New file.
15854
15855         * modules/chdir-long, modules/openat: New files.
15856         * modules/save-cwd (Depends-on): Depend on chdir-long.
15857         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15858
15859 2005-01-18  Jim Meyering  <jim@meyering.net>
15860
15861         Merge from coreutils.
15862         * m4/chdir-long.m4, m4/openat.m4: New files.
15863         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15864         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15865         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15866         is sane and DOES follow symlinks.  Besides, testing 20 different
15867         systems found no broken chown implementations.
15868         Prompted by a change in rsync's copy of this macro.
15869         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15870
15871         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15872
15873         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15874         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15875         NULL-means-set-to-current-time semantics.
15876         Remove temporary file immediately, rather than waiting
15877         for configure's at-exit trap code to do it.
15878
15879 2005-01-18  Jim Meyering  <jim@meyering.net>
15880
15881         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15882
15883         * lib/utimens.c (futimens): Account for the fact that futimes
15884         can also fail with errno == ENOSYS or errno == ENOENT.
15885         Patch from Dmitry V. Levin.
15886
15887         Change the name of the robust chdir function from chdir to chdir_long.
15888         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15889         (restore_cwd): Use chdir_long, not chdir.
15890         * lib/chdir-long.c: Renamed from chdir.c.
15891         * lib/chdir-long.h: Renamed from chdir.h.
15892         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15893         Hurd.
15894
15895 2005-01-18  Bruno Haible  <bruno@clisp.org>
15896
15897         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15898         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15899         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15900         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15901         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15902         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15903         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15904         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15905         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15906         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15907         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15908         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15909         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15910         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15911         Use an all-permissive copyright notice, recommended by RMS.
15912
15913 2005-01-18  Bob Proulx  <bob@proulx.com>
15914
15915         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15916         simplify offsetof() macro construct to avoid compile failure with
15917         native HP-UX 11.0 ANSI C compiler.
15918
15919 2005-01-17  Bruno Haible  <bruno@clisp.org>
15920
15921         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15922         redundant because stpncpy.m4 takes care of it.
15923
15924 2005-01-17  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15927
15928 2005-01-17  Bruno Haible  <bruno@clisp.org>
15929
15930         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15931         used.
15932
15933 2005-01-17  Bruno Haible  <bruno@clisp.org>
15934
15935         * lib/fwriteerror.h (fwriteerror): Change specification to include
15936         fclose.
15937         * lib/fwriteerror.c: Include <stdbool.h>.
15938         (fwriteerror): At the end, close the file stream. Record whether
15939         stdout was already closed.
15940
15941 2005-01-17  Bruno Haible  <bruno@clisp.org>
15942
15943         * lib/execute.c (environ): Declare if needed.
15944         * lib/pipe.c (environ): Likewise.
15945         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15946
15947 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15948
15949         * modules/argp: Depend on vsnprintf
15950
15951 2005-01-10  Jim Meyering  <jim@meyering.net>
15952
15953         * modules/closeout (Depends-on): Add atexit.
15954
15955 2005-01-06  Bruno Haible  <bruno@clisp.org>
15956
15957         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15958
15959 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15960
15961         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15962         definitions to be after all include files, to avoid collisions.
15963         Problem reported by Bob Proulx.
15964
15965 2005-01-04  Jim Meyering  <jim@meyering.net>
15966
15967         Changes imported from coreutils.
15968         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15969         as the mkstemp template, use a temporary directory and an
15970         8.3-friendly template to avoid trouble on systems like DJGPP.
15971         Reported by Juan M. Guerrero via Stepan Kasal.
15972         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15973         close. Remove the temporary directory right away, rather than waiting
15974         for configure's at-exit trap code to do it.
15975         Suggestion from Stepan Kasal.
15976
15977 2005-01-01  Simon Josefsson  <jas@extundo.com>
15978
15979         * gnulib-tool: Print #include directives when --import'ing.
15980
15981 2004-12-28  Simon Josefsson  <jas@extundo.com>
15982
15983         * tests/test-base64.c: Include required header files.  Remove
15984         unused variables.
15985
15986 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15987
15988         * modules/error (Depends-on): Remove gettext.
15989
15990 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15993         not needed.  This removes a dependency on the gettext module.
15994         [defined _LIBC]: Do not include <libintl.h>; not needed.
15995
15996 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15999         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
16000
16001 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
16002
16003         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
16004         HAVE_DECL_STRTOLD.
16005
16006 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * modules/getdate (Depends-on): Remove alloca-opt.
16009
16010 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
16013
16014 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * lib/argp-parse.c: Include <stddef.h>.
16017         (alignof, alignto): New macros.
16018         (parser_init): Don't assume that void * is aligned sufficiently
16019         for struct option.
16020
16021         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
16022         need to extend the stack.
16023         (YYINITDEPTH): New macro, so that the initial stack isn't overly
16024         large.
16025
16026 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16027
16028         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
16029
16030 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16031
16032         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
16033         (2004-10-24) change.  Apparently this was a false alarm.
16034
16035         * modules/getdate: Depend on alloca-opt, not alloca.
16036
16037 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
16040         Remove now-obsolete comment about AIX.
16041         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
16042         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
16043         (YYMAXDEPTH): New macro.
16044
16045 2004-12-18  Simon Josefsson  <jas@extundo.com>
16046
16047         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
16048
16049 2004-12-18  Bruno Haible  <bruno@clisp.org>
16050
16051         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
16052
16053 2004-12-18  Bruno Haible  <bruno@clisp.org>
16054
16055         * lib/fatal-signal.c (fatal_signals): Make non-const.
16056         (init_fatal_signals): New function.
16057         (uninstall_handlers, install_handlers): Ignore signals that were set to
16058         SIG_IGN.
16059         (at_fatal_signal): Call init_fatal_signals.
16060         (init_fatal_signal_set): Likewise. Ignore signals that were set to
16061         SIG_IGN.
16062         Reported by Paul Eggert.
16063
16064 2004-12-18  Bruno Haible  <bruno@clisp.org>
16065
16066         * doc/alloca.texi: New file.
16067         * doc/alloca-opt.texi: New file.
16068
16069 2004-12-17  Jim Meyering  <jim@meyering.net>
16070
16071         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
16072         Otherwise, install-sh could exit with improper exit status when
16073         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
16074
16075 2004-12-16  Simon Josefsson  <jas@extundo.com>
16076
16077         * tests/test-base64.c: Add license.
16078
16079 2004-12-15  Stepan Kasal  <address@hidden>
16080
16081         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
16082
16083 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         * modules/getcwd (Files): Add m4/d-ino.m4.
16086         Suggested by Mark D. Baushke.
16087
16088 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16089
16090         * lib/getdate.y (textint): New member "negative".
16091         (time_zone_hhmm): New function.
16092         Expect 14 shift-reduce conflicts, not 13.
16093         (o_colon_minutes): New rule.
16094         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
16095         (yylex): Set the "negative" member of signed numbers.
16096
16097 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * doc/getdate.texi (Time of day items, Time zone items):
16100         Describe new formats +00:00, UTC+00:00.
16101
16102 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16103
16104         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
16105         spurious "-l"s.  Problem reported by Stepan Kasal.
16106
16107 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
16108
16109         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
16110         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
16111
16112 2004-12-04  Simon Josefsson  <jas@extundo.com>
16113
16114         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
16115         Vandoorselaere <yoann@prelude-ids.org>.
16116
16117 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16118
16119         Changes imported from coreutils.
16120         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
16121         exist.
16122         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
16123
16124 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         Changes imported from coreutils.
16127         * lib/hard-locale.c: Assume <locale.h> exists.
16128         Include "strdup.h".
16129         (GLIBC_VERSION): New macro.
16130         (hard_locale): Assume setlocale exists.
16131         Rewrite to avoid #ifdef.
16132         Use strdup rather than malloc + strcpy.
16133         * lib/human.c: Assume <locale.h> exists.
16134         (human_readable): Assume localeconv exists.
16135
16136 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         * modules/hard-locale (Depends-on): Add strdup.
16139
16140 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16141
16142         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
16143         convert T2, not T.  (Imported from libc.)
16144
16145 2004-11-30  Simon Josefsson  <jas@extundo.com>
16146
16147         * modules/restrict (License): Change to LGPL.
16148
16149 2004-11-30  Simon Josefsson  <jas@extundo.com>
16150
16151         * m4/restrict.m4: Add copyright and copying conditions.
16152
16153 2004-11-30  Simon Josefsson  <jas@extundo.com>
16154
16155         * m4/base64.m4: New file.
16156
16157 2004-11-30  Simon Josefsson  <jas@extundo.com>
16158
16159         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
16160         base64.
16161
16162         * tests/test-base64.c: New file.
16163
16164         * modules/base64: New file.
16165
16166 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16167
16168         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
16169         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
16170
16171         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
16172
16173 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
16176         (__getcwd.c): Don't restore errno; glibc doesn't.
16177         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
16178         first, falling back to our code only if its results look suspicious.
16179         Ensure that the resulting buffer is only as large as necessary.
16180
16181         * lib/readutmp.c: Include readutmp.h first.
16182         Include <errno.h>, since readutmp.h no longer does that.
16183         * lib/readutmp.h: Don't include <errno.h>,
16184         <sys/param.h>, <time.h>; not needed to establish interface.
16185         (errno): Remove decl.
16186         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
16187         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
16188         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
16189
16190 2004-11-28  Simon Josefsson  <jas@extundo.com>
16191
16192         * lib/base64.h, base64.c: New file.
16193
16194 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
16197
16198 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
16201         (Depends-on): Remove pathmax, same.  Add mempcpy.
16202         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
16203         (Makefile.am): Append getcwd.h to lib_SOURCES.
16204         (Include): Add getcwd.h.
16205         (Maintainer): Change from Jim Meyering to "all, glibc",
16206         since getdate now uses intended-for-glibc code.
16207         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
16208         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
16209
16210 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16211
16212         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
16213         HP's ANSI C compiler.
16214         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
16215         Declaring int functions causes warnings on some modern systems and
16216         shouldn't be needed to compile on ancient ones.
16217         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
16218         defined.
16219
16220         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
16221         with the following changes.
16222         (__set_errno): Parenthesize properly.
16223         Include <stdbool.h>.
16224         (MIN, MAX, MATCHING_INO): New macros.
16225         (__getcwd): Define with prototype, not K&R form.
16226         Use heuristics to allocate default buffer on stack if possible.
16227         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
16228         behavior, and to avoid the PATH_MAX limit when computing
16229         ../../../../...
16230         Use MATCHING_INO to compare inode number to file.
16231         Check for arithmetic overflow in size calculations.
16232         Fix bug in reallocation of dot array that caused getcwd to fail
16233         on directories nested deeper than 75.
16234         Be more careful about saving errno on error.
16235         Do not use realloc; use only free+malloc, as this is a bit
16236         more flexible and avoids a needless copy operation.
16237         Do not inspect st_dev and st_ino for symbolic links; POSIX
16238         doesn't specify the latter.
16239         Check for closedir errors.
16240         Avoid needless casts.
16241         Use "#ifdef weak_alias" around weak_alias, to be like other
16242         glibc code.
16243         The following changes to getcwd.c have effect only when used in
16244         gnulib; they have no effect inside glibc proper.
16245         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
16246         as alloca isn't used.
16247         (alloca, __alloca): Likewise.
16248         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
16249         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16250         unconditionally, as gnulib assumes C89 or better.
16251         Do not include <sys/param.h>.
16252         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
16253         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
16254         better.
16255         (NULL) [!defined NULL]: Remove; we assume C89 or better.
16256         Include <dirent.h> in a way that is compatible with modern Autoconf.
16257         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
16258         New macros, if not already defined.
16259         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
16260         Use "_LIBC", not "defined _LIBC", for consistency.
16261         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
16262         a mempcpy module.
16263         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
16264         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
16265         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
16266         credit only to Jim Meyering and adjust the copyright dates.
16267         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
16268         <stdlib.h>, <unistd.h>, "pathmax.h".
16269         Instead, include "xgetcwd.h" (first) and "getcwd.h".
16270         (INITIAL_BUFFER_SIZE): Remove.
16271         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
16272
16273 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
16276         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
16277         Use the _ONCE methods, for efficiency.
16278         Check for fcntl.h.  In test program, include <errno.h>
16279         and <fcntl.h> if available.  Remove old K&R cruft from
16280         test program.  Check for common errors in GNU/Linux,
16281         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
16282         don't do AC_LIBOBJ, as that's getcwd.m4's job.
16283         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
16284         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
16285         name accordingly.
16286         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
16287         accommodate new getcwd.c.
16288         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
16289         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
16290         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
16291         that's all we need now.
16292
16293 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16294
16295         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
16296         argp-parse.c depends on getopt internals, that means we should
16297         always use our getopt, to be on the safe side.
16298         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
16299         order not to spoil the result of an eventual previous invocation
16300         of gl_GETOPT_SUBSTITUTE.
16301
16302 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16303
16304         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
16305         redefinition warnings. To avoid them, include the defines
16306         in `#if !defined __need_getopt ... #endif'. The only place
16307         where __getopt_argv_const is used is in definitions
16308         of getopt_long and getopt_long_only below, which are as well
16309         protected by `#ifndef __need_getopt'.
16310         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
16311         __need_getopt after including <stdio.h> and <unistd.h> These
16312         headers might have defined it.
16313
16314 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
16317
16318 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
16321         (futimens): New function, which uses futimes if available.
16322         (futimens, utimens): Support timespec==NULL, with same semantics
16323         as utime and utimens.
16324         * lib/utimens.h (futimens): New decl.
16325
16326 2004-11-23  Jim Meyering  <jim@meyering.net>
16327
16328         * lib/getopt_.h: Remove trailing blanks.
16329
16330 2004-11-23  Jim Meyering  <jim@meyering.net>
16331
16332         * lib/__fpending.c: Add comment.
16333
16334 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
16335
16336         * modules/canonicalize (Depends-on): Add xreadlink.
16337         Problem reported by James Youngman.
16338
16339 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
16340
16341         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
16342         New macros.
16343         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
16344         optopt): Use them instead of invoking ## directly; otherwise, the
16345         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
16346
16347 2004-11-19  Bruno Haible  <bruno@clisp.org>
16348
16349         * lib/strtok_r.c: Move comments from here...
16350         * lib/strtok_r.h: ... to here.
16351
16352 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16353
16354         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
16355         implementations that mishandle size_t overflow.
16356
16357 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
16358
16359         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
16360         might fail.  Problem reported by Yoann Vandoorselaere.
16361         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
16362         implementations that mishandle size_t overflow.
16363
16364 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * modules/canon-host (Depends-on): Add strdup.
16367
16368 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
16371
16372 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * lib/canon-host.c: Include "strdup.h".
16375         (canon_host): Use getaddrinfo if available, so that IPv6 works.
16376         Use strdup instead of malloc/strcpy to duplicate strings.
16377
16378         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
16379         (human_space_before_unit): New constant.
16380         * lib/human.c (human_readable): Support it.
16381
16382         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
16383         (xgetcwd): Set errno correctly when failing.
16384         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
16385         the failure is actually due to a PATH_MAX problem.
16386
16387         Further getopt changes to make it more likely that glibc will
16388         buy the changes back.
16389         * lib/getopt.c (POSIXLY_CORRECT): New constant.
16390         (getopt): Use it, so to preserve glibc semantic
16391         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
16392         when compiling for libc.
16393         * lib/getopt_.h (__getopt_argv_const): Bring it back.
16394         (getopt_long, getopt_long_only): Use it.
16395
16396         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16397         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
16398         (getopt): Argv is now char * const *, as per standard.
16399         (_getopt_internal_r, _getopt_internal): Argv is now char **,
16400         not char *__getopt_argv_const *.
16401         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16402         _getopt_long_only_r): Likewise.
16403         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
16404         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16405         _getopt_long_r, _getopt_long_only_r): Likewise.
16406         * lib/getopt_.h (__getopt_argv_const): Remove.
16407         (getopt): Argv is now char * const *, as per standard.
16408
16409         * lib/getdate.y (tORDINAL): New token.
16410         (day, relunit): Allow it for relative times.
16411         (relative_time_table): Use tORDINAL for ordinals.
16412
16413 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
16416         Document that "second" isn't allowed as an ordinal number.
16417
16418 2004-11-16  Jim Meyering  <jim@meyering.net>
16419
16420         * modules/closeout (Depends-on): Add fpending.
16421
16422 2004-11-15  Jim Meyering  <jim@meyering.net>
16423
16424         * lib/closeout.c: Include "__fpending.h" once again.
16425         Include <stdbool.h>.
16426         (close_stdout): Don't fail just because stdout was closed initially,
16427         since some programs don't write to stdout in the normal course of
16428         operation (other than --version and --help), and we don't want this
16429         function to make e.g. `touch file >&-' fail.
16430         But do fail if it was closed and someone has tried to write to it.
16431         E.g., `printf foo >&-' must fail.
16432
16433 2004-11-13  Jim Meyering  <jim@meyering.net>
16434
16435         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
16436
16437 2004-11-12  Simon Josefsson  <jas@extundo.com>
16438
16439         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
16440         small doc fix is still pending.
16441
16442 2004-11-11  Simon Josefsson  <jas@extundo.com>
16443
16444         * modules/strtok_r: New file.
16445
16446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16447         strtok_r.
16448
16449 2004-11-11  Simon Josefsson  <jas@extundo.com>
16450
16451         * m4/strtok_r.m4: New file.
16452
16453         * m4/getopt.m4: Replace opterr.
16454
16455 2004-11-11  Simon Josefsson  <jas@extundo.com>
16456
16457         * lib/strtok_r.h, strtok_r.c: New file.
16458
16459 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16462         of replacing opterr, getopt, etc.  This should handle the
16463         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16464
16465 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16466
16467         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16468         we can stop lying to compilers about the constness of argv when we
16469         are compiled outside glibc.
16470         (getopt, getopt_long, getopt_long_only): Use it.
16471         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16472         _getopt_internal, getopt): Likewise.
16473         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16474         _getopt_long_only_r): Likewise.
16475         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16476         _getopt_long_r, _getopt_long_only_r): Likewise.
16477
16478         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16479         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16480         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16481         the other external symbols.
16482         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16483         declaration, since the above renaming now works around collisions.
16484
16485 2004-11-11  Jim Meyering  <jim@meyering.net>
16486
16487         * lib/linebreak.c: Remove trailing blanks.
16488         * lib/alloca_.h: Likewise.
16489         * lib/acosl.c: Likewise.
16490         * lib/euidaccess.c: Likewise.
16491         * lib/allocsa.h: Likewise.
16492
16493 2004-11-10  Simon Josefsson  <jas@extundo.com>
16494
16495         * m4/getaddrinfo.m4: New file.
16496
16497 2004-11-10  Simon Josefsson  <jas@extundo.com>
16498
16499         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16500
16501 2004-11-10  Simon Josefsson  <jas@extundo.com>
16502
16503         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16504         getaddrinfo.
16505
16506         * modules/getaddrinfo: New file.
16507
16508 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16511
16512 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16513
16514         * lib/mktime.c (SHR): New macro, which is a portable
16515         substitute for >> that should work even on Crays.
16516         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16517         Problem reported by Mark D. Baushke in
16518         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16519         * lib/getdate.y (SHR): Likewise.
16520         (tm_diff): Use it.
16521         * lib/strftime.c (SHR): Likewise.
16522         (tm_diff): Use it.
16523         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16524         quote_these_too, so that right shifts are well defined.  All uses
16525         changed.
16526
16527 2004-11-10  Jim Meyering  <jim@meyering.net>
16528
16529         Ensure that no close failure goes unreported.
16530         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16531         return early when it seems there's nothing to flush.
16532         Don't include __fpending.h.
16533
16534 2004-11-10  Jim Meyering  <jim@meyering.net>
16535
16536         * modules/closeout (Depends-on): Remove fpending.
16537
16538 2004-11-10  Jim Meyering  <jim@meyering.net>
16539
16540         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16541
16542 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16545         gl_FUNC_STRFTIME.
16546         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16547         and AC_REQUIRE when possible, to avoid duplicate checks.
16548         Check for <wchar.h>.
16549
16550 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16551
16552         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16553
16554 2004-11-09  Bruno Haible  <bruno@clisp.org>
16555
16556         * m4/sockpfaf.m4: New file.
16557
16558 2004-11-05  Bruno Haible  <bruno@clisp.org>
16559
16560         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16561         Reported by Mark D. Baushke <mdb@cvshome.org>.
16562
16563 2004-11-04  Bruno Haible  <bruno@clisp.org>
16564
16565         2004-09-11  Bruno Haible  <bruno@clisp.org>
16566                 * allocsa.valgrind: New file.
16567         2004-02-06  Bruno Haible  <bruno@clisp.org>
16568                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16569                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16570                 Reported by Christopher Seip <chris.seip@hp.com>.
16571
16572 2004-11-04  Bruno Haible  <bruno@clisp.org>
16573
16574         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16575         (Makefile.am): Distribute it.
16576
16577 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16578
16579         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16580         with errno == ERANGE if the buffer is too small.
16581         Problem reported by Mark D. Baushke.
16582
16583 2004-11-03  Albert Chin  <china@thewrittenword.com>
16584             Paul Eggert  <eggert@cs.ucla.edu>
16585
16586         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16587         equivalent, substitute $ac_type for equivalent type rather than
16588         blindly using uint32_t *always* which won't work if uint32_t is not
16589         available.  Define _UINT32_T to work around typedef of uint32_t if
16590         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16591         2.5.1.
16592
16593 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         * m4/jm-macros.m4: Sync from coreutils.
16596         (gl_MACROS): Check for mbrlen, for pathchk.
16597         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16598
16599 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * lib/xreadlink.c (MAXSIZE): New macro.
16602         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16603         size does not exceed MAXSIZE.  Avoid cast.
16604         As suggested by Mark D. Baushke in
16605         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16606         if readlink fails with buffer size just under MAXSIZE, try again
16607         with MAXSIZE.
16608
16609 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16610
16611         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16612
16613 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16614         and  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16617         (get_date): Overparenthesize to avoid GCC warning.
16618
16619 2004-11-02  Bruno Haible  <bruno@clisp.org>
16620
16621         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16622         returns void.
16623
16624 2004-11-02  Bruno Haible  <bruno@clisp.org>
16625
16626         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16627         function returns void.
16628
16629 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16632         fflush_unlocked, flockfile, funlockfile, funlockfile,
16633         fputs_unlocked, putc_unlocked.
16634
16635 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16636
16637         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16638         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16639         already declared.
16640
16641 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * modules/getdate (Files): Add doc/getdate.texi.
16644         (Depends-on): Add setenv, xalloc.
16645
16646 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         * lib/getdate.y: Add support for TZ="foo" within a date string.
16649         Fix some bugs near time_t boundaries.  Reject dates with
16650         out-of-range components, e.g., "Sept 31".
16651         Include <stdlib.h>, "setenv.h", "xalloc.h".
16652         (ISDIGIT_LOCALE): Remove; unused.
16653         Note that the TZ and time functions used here are not reentrant.
16654         (mktime_ok, get_tz): New functions.
16655         (TZBUFSIZE): New constant.
16656         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16657         This requires that we sometimes generate our own TZ="XXX..." setting.
16658
16659 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16660
16661         * doc/getdate.texi: New file, from coreutils with modifications for
16662         the new TZ parsing.
16663
16664 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16665
16666         * lib/mktime.c (not_equal_tm): Remove redundant check.
16667
16668 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * modules/regex (lib_SOURCES): Add regex.c.
16671         Reported by James Youngman in
16672         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16673
16674 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         * lib/getdate.y: Use Bison 1.875 features, and some minor
16677         code cleanups.  This change does not affect semantics.
16678         Don't include <stdlib.h>; no longer needed.
16679         Don't include unlocked-io.h; only the "#if TEST" code uses
16680         stdio, and performance isn't crucial there.
16681         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16682         Bison 1.875 features as described below.
16683         All uses of "PC." replaced by "pc->".
16684         (YYSTYPE): Add a forward declaration.
16685         (yylex, yyerror): Use full prototypes in forward decls.
16686         Use "%pure-parser" rather than obsolescent "%pure_parser".
16687         Use %parse-param and %lex-param instead of obsolescent
16688         YYPARSE_PARAM and YYLEX_PARAM.
16689         (meridian_table, month_and_day_table, time_units_table,
16690         relative_time_table, time_zone_table, military_table,
16691         lookup_zone, lookup_word, get_date):
16692         Use NULL instead of 0 where appropriate.
16693         (to_hour): Avoid abort (), to avoid a dependency on
16694         stdlib.h.
16695         (yyerror, yylex): Now accepts parser_control * arg.
16696         (main) [TEST]: Use '\0' rather than 0 for char.
16697
16698 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16701
16702 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16705         It's now the caller's responsibility to handle the case where
16706         !HAVE_GETPAGESIZE && !defined getpagesize.
16707
16708         * lib/mktime.c (leapyear): Arg is long int, not int.
16709
16710 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16711
16712         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16713
16714 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16717         missing.  Problem reported by James Youngman.
16718
16719 2004-10-16  Simon Josefsson  <jas@extundo.com>
16720
16721         * gnulib-tool: Fix comments.  Fix parse problem.
16722         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16723
16724 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16725
16726         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16727         implementation of getopt_long.  Problem reported by Alexander Taler in:
16728         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16729
16730 2004-10-15  Bruno Haible  <bruno@clisp.org>
16731
16732         * gnulib-tool: Untabify. Initialize supplied_libname.
16733         (func_usage): More homogenous output.
16734         (func_modules_transitive_closure, func_modules_to_filelist,
16735         func_emit_lib_Makefile_am): New functions.
16736         (func_import): New function, extracted from big case statement. Use
16737         func_get_license, func_modules_transitive_closure,
16738         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16739         opt_lgpl. Don't use test -a, as it's not portable.
16740         (func_create_testdir): Use func_modules_transitive_closure,
16741         func_modules_to_filelist, func_emit_lib_Makefile_am.
16742
16743 2004-10-15  Bruno Haible  <bruno@clisp.org>
16744
16745         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16746
16747 2004-10-15  Bruno Haible  <bruno@clisp.org>
16748
16749         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16750         the portions belonging to each module.
16751         Suggested by Derek Robert Price <derek@ximbiot.com>.
16752
16753 2004-10-12  Simon Josefsson  <jas@extundo.com>
16754
16755         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16756         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16757         to real functions.
16758
16759 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16760
16761         * modules/vsnprintf: New file.
16762
16763 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16764
16765         * m4/vsnprintf.m4: New file.
16766
16767 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16768
16769         * lib/vsnprintf.h: New file.
16770         * lib/vsnprintf.c: New file.
16771
16772 2004-10-11  Bruno Haible  <bruno@clisp.org>
16773
16774         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16775         vsnprintf.
16776
16777 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16778
16779         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16780
16781 2004-10-07  Bruno Haible  <bruno@clisp.org>
16782
16783         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16784         fits into the provided buffer.
16785
16786 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16787
16788         * lib/diacrit.c, diacrit.h: Add GPL notice.
16789
16790         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16791         notice.
16792         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16793         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16794         This avoids a potential constant-folding bug.
16795
16796 2004-10-05  Bruno Haible  <bruno@clisp.org>
16797
16798         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16799         for the declaration of strsep.
16800
16801 2004-10-05  Bruno Haible  <bruno@clisp.org>
16802
16803         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16804
16805 2004-10-04  Simon Josefsson  <jas@extundo.com>
16806
16807         * modules/memmem: New file.
16808         * tests/test-memmem.c: New file.
16809         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16810
16811 2004-10-04  Simon Josefsson  <jas@extundo.com>
16812
16813         * m4/memmem.m4: New file.
16814
16815 2004-10-04  Simon Josefsson  <jas@extundo.com>
16816
16817         * lib/memmem.h: New file.
16818         * lib/memmem.c: New file, taken from glibc.
16819
16820 2004-10-04  Simon Josefsson  <jas@extundo.com>
16821
16822         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16823         '#ifdef USE_UNLOCKED_IO'.
16824
16825 2004-10-04  Simon Josefsson  <jas@extundo.com>
16826
16827         * config/srclist.txt: Add memmem from glibc.
16828
16829 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16830
16831         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16832
16833         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16834         modules/exclude, modules/getdate, modules/getline,
16835         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16836         modules/getusershell, modules/linebuffer, modules/md5,
16837         modules/mountlist, modules/posixtm, modules/readtokens,
16838         modules/readutmp, modules/regex, modules/sha1,
16839         modules/version-etc, modules/yesno:
16840         Remove dependency on unlocked-io.
16841
16842 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16843
16844         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16845
16846         * m4/unlocked-io.m4: Add copyright notice.
16847         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16848
16849 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16852         * lib/xmalloc.c (xmemdup): Likewise.
16853         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16854         XFREE): Remove these long-obsolescent macros.
16855         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16856         * lib/xstrdup.c: Remove.
16857
16858         * lib/regex.c (re_comp): Cast gettext return value to char *,
16859         Problem reported by Martin Neitzel via Mark D. Baushke.
16860
16861 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16862
16863         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16864         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16865         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16866         regex.c, sha1.c, version-etc.c, yesno.c:
16867         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16868         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16869         the includer's responsibility.
16870
16871         Sync from coreutils.
16872
16873         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16874         points to the start of a string, as the C Standard says the
16875         resulting behavior is undefined.
16876
16877         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16878         simple -> simple_backups, numbered_existing ->
16879         numbered_existing_backups, numbered -> numbered_backups
16880         to avoid shadowing problems.  All uses changed.
16881         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16882         * lib/backupfile.c (check_extension, numbered_backup):
16883         Rename locals to avoid shadowing 'basename'.
16884         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16885         once.
16886
16887         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16888         * lib/.cvsignore: Add getopt.h.
16889
16890 2004-10-04  Bruno Haible  <bruno@clisp.org>
16891
16892         * modules/README: New file.
16893         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16894         not a module.
16895
16896 2004-10-02  Jim Meyering  <jim@meyering.net>
16897
16898         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16899
16900 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16901
16902         * modules/strsep: New file.
16903
16904 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16905
16906         * m4/strsep.m4: New file.
16907
16908 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16909
16910         * lib/strsep.h: New file.
16911         * lib/strsep.c: New file.
16912
16913 2004-10-01  Simon Josefsson  <jas@extundo.com>
16914
16915         * lib/snprintf.c (snprintf): Handle size==0.
16916
16917 2004-10-01  Simon Josefsson  <jas@extundo.com>
16918             Bruno Haible  <bruno@clisp.org>
16919
16920         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16921         (snprintf): Declare 'args'.
16922
16923 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16924
16925         * lib/snprintf.c: Remove comments as to why each header is needed.
16926
16927 2004-10-01  Bruno Haible  <bruno@clisp.org>
16928
16929         * MODULES.html.sh: Add strsep.
16930
16931 2004-09-30  Simon Josefsson  <jas@extundo.com>
16932
16933         * modules/snprintf: New file.
16934
16935 2004-09-30  Simon Josefsson  <jas@extundo.com>
16936
16937         * m4/snprintf.m4: New file.
16938
16939 2004-09-30  Simon Josefsson  <jas@extundo.com>
16940
16941         * lib/snprintf.h, lib/snprintf.c: New files.
16942
16943 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16944
16945         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16946         (hol_entry_help): Never translate an empty string.
16947         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16948         * lib/argp.h (OPTION_NO_TRANS): New option.
16949
16950 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         * modules/argp (Maintainer): Replace Simon Josefsson
16953         by Sergey Poznyakoff.
16954
16955 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16956
16957         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16958         changes merged back into glibc.
16959
16960 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16961
16962         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16963
16964 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16965
16966         * lib/xvasprintf.c: Include xalloc.h.
16967         (xvasprintf): Use xalloc_die, not xmalloc_die.
16968
16969 2004-09-29  Bruno Haible  <bruno@clisp.org>
16970
16971         * modules/alloca-opt: New file, derived from modules/alloca.
16972         * modules/allocsa: Depend on alloca-opt instead of alloca.
16973         * modules/setenv: Likewise.
16974         * modules/vasnprintf: Likewise.
16975         * MODULES.html.sh: Add alloca-opt.
16976
16977 2004-09-28  Simon Josefsson  <jas@extundo.com>
16978
16979         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16980         LGPL, and to replace license template from GPL to LGPL.
16981
16982 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * modules/dummy: Change license to LGPL.
16985
16986 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16989
16990 2004-09-24  Simon Josefsson  <jas@extundo.com>
16991
16992         * modules/minmax (License): Change from GPL to LGPL.
16993
16994 2004-09-23  Simon Josefsson  <jas@extundo.com>
16995
16996         * gnulib-tool (--import): Typo.
16997
16998 2004-09-23  Simon Josefsson  <jas@extundo.com>
16999
17000         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
17001
17002 2004-09-22  Bruno Haible  <bruno@clisp.org>
17003
17004         * modules/*: Add 'License' field.
17005         * gnulib-tool: Accept --extract-license option.
17006         (func_get_license): New function.
17007
17008 2004-09-21  Bruno Haible  <bruno@clisp.org>
17009
17010         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
17011         Reported by Simon Josefsson.
17012
17013 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
17016         gl_AC_TYPE_LONG_LONG.
17017
17018 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
17021
17022 2004-09-18  Simon Josefsson  <jas@extundo.com>
17023         and  Paul Eggert  <eggert@cs.ucla.edu>
17024
17025         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
17026         calls with autoreconf.  Define GL_LIB.
17027
17028 2004-09-14  Karl Berry  <karl@gnu.org>
17029
17030         * config/srclist.txt: unsync setenv.c, sigh.
17031
17032 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17033
17034         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
17035         Problem reported by Bruno Haible in:
17036         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
17037
17038 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17039
17040         * config/srclist.txt: Comment out argp-pvh.c.
17041
17042 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
17043
17044         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
17045         in case some system header has #define'd it.  Problem reported by
17046         Soeren D. Schulze in
17047         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
17048
17049 2004-09-09  Karl Berry  <karl@gnu.org>
17050
17051         * regex.[ch]: delete from the root.  These were supposed to be
17052                 synced with emacs cvs, but this has not happened for about
17053                 a year, and anyway nothing else uses emacs regex.[ch].
17054                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
17055                 lib/regex[.ch] is untouched.
17056
17057 2004-09-09  Bruno Haible  <bruno@clisp.org>
17058
17059         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
17060
17061 2004-09-09  Bruno Haible  <bruno@clisp.org>
17062
17063         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
17064         modifications.
17065         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
17066
17067 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17068
17069         * modules/xvasprintf: New file.
17070         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
17071
17072 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
17073
17074         * lib/xvasprintf.h: New file.
17075         * lib/xvasprintf.c: New file.
17076         * lib/xasprintf.c: New file.
17077
17078 2004-09-08  Bruno Haible  <bruno@clisp.org>
17079
17080         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
17081
17082 2004-09-08  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
17085         length is > INT_MAX.
17086         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
17087         more.
17088
17089 2004-09-08  Bruno Haible  <bruno@clisp.org>
17090
17091         * lib/stdint_.h: New file, taken from GNU clisp.
17092
17093 2004-09-08  Bruno Haible  <bruno@clisp.org>
17094             Oskar Liljeblad  <oskar@osk.mine.nu>
17095
17096         * modules/stdint: New file.
17097         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
17098
17099 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17100
17101         Import from coreutils.
17102         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
17103         strings on unbounded length.  alloca's performance benefits aren't
17104         that important here.
17105         (V_STRDUP): Remove.
17106         (parse_with_separator): New function, with most of the internals
17107         of the old parse_user_spec.  Allow user to omit both user and group,
17108         for compatibility with FreeBSD.
17109         Clone only the user name, not the entire spec.
17110         Do not set *uid, *gid unless entirely successful.
17111         Avoid memory leak in some failing cases.
17112         Fix regression for USER.GROUP reported by Dmitry V. Levin in
17113         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
17114         (parse_user_spec): Rewrite to use parse_with_separator.
17115
17116 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17117
17118         * modules/userspec: Don't depend on alloca.
17119
17120 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17121
17122         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
17123
17124 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
17127         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
17128         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
17129
17130 2004-08-16  Simon Josefsson  <jas@extundo.com>
17131
17132         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
17133         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
17134         Add --dry-run for --import.
17135         Let user provided command line parameters override configure.ac
17136         settings.
17137
17138 2004-08-12  Simon Josefsson  <jas@extundo.com>
17139
17140         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
17141         as discussed with Paul Eggert in threads rooted at
17142         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
17143         and
17144         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
17145         Before, the test was empty, and relied on ELIDE_CODE in source
17146         code.)
17147         (gl_PREREQ_GETOPT): New macro.
17148         (gl_GETOPT): Use them.
17149
17150 2004-08-12  Simon Josefsson  <jas@extundo.com>
17151
17152         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
17153         * lib/getopt_.h: Renamed from getopt.h.
17154
17155 2004-08-12  Simon Josefsson  <jas@extundo.com>
17156
17157         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
17158         Change default library name from libfoo to libgnu.
17159         Now, if you have a configure.ac that says:
17160                 gl_SOURCE_BASE(gl)
17161                 gl_M4_BASE(gl/m4)
17162                 gl_MODULES(error getopt etcetera)
17163                 gl_INIT
17164         you can import all you need by running:
17165                 ../gnulib/gnulib-tool --import
17166
17167         * modules/getopt (Files): Rename getopt.h to getopt_.h.
17168         (Makefile.am): Rewrite, use logic from argz.
17169         (Include): Use <getopt.h> instead of "getopt.h".
17170
17171 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17172
17173         * modules/argp (Files): Add m4/unlocked-io.m4.
17174         (Depends-on): Add extensions.
17175
17176 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
17179         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
17180         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
17181         Check for program_invocation_name, program_invocation_short_name,
17182         flockfile, funlockfile, features.h, _getopt_long_only_r.
17183
17184 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
17187         its complicated substitute.
17188         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
17189         and program_invocation_name.
17190         (__argp_basename) [!_LIBC]: Remove; the only use was
17191         replaced by its body.
17192         (__argp_short_program_name): Change condition from
17193         !defined __argp_short_program_name to
17194         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
17195         to match argp-namefrob.h.
17196         (__argp_failure): Don't assume strerror_r returns char *.
17197         * lib/argp-parse.c (N_): Define unconditionally.
17198         (argp_default_options): Fill out initializers with 0 to avoid
17199         gcc warnings.
17200
17201 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
17204         getopt1.c.
17205
17206 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17207
17208         Merge from coreutils.
17209
17210         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
17211
17212         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
17213         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
17214
17215 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         Merge from coreutils.
17218
17219         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
17220         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
17221         for Reliant Unix 5.43.
17222
17223         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
17224         (union fooround): Use uintmax_t, not long int.
17225         The rest is a merge from libc:
17226         [defined _LIBC]: Include <shlib-compat.h>.
17227         (_obstack) [defined _LIBC]: Remove after 2.3.4.
17228
17229         * lib/settime.c (settime): Recode to avoid warning with
17230         Sun Forte C 6U2.
17231
17232         * lib/strverscmp.c: Convert to UTF-8.
17233
17234 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
17235
17236         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17237         m4/uintmax_t.m4.
17238
17239 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * modules/xalloc-die: New file.
17242         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
17243
17244         * modules/md5 (Files): Add m4/uint32_t.m4.
17245         * modules/sha1: Renamed from modules/sha.
17246         (Files):
17247         Rename lib/sha.h to lib/sha1.h.
17248         Rename lib/sha.c to lib/sha1.c.
17249         Rename m4/sha.m4 to m4/sha1.m4.
17250         (lib_SOURCES): Likewise.
17251         (configure.ac): Rename gl_SHA to gl_SHA1.
17252         (Include): sha.h -> sha1.h.
17253
17254 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
17257         * m4/sha1.m4: Renamed from sha.m4.
17258         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
17259
17260 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
17261
17262         * lib/obstack.h (obstack_empty_p):
17263         Don't assume that chunk->contents is suitably aligned.
17264         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
17265         Likewise. Problem reported by Benno in
17266         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
17267
17268         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
17269         readable.  This could be improved further but it'd take some work.
17270
17271 2004-08-08  Simon Josefsson  <jas@extundo.com>
17272
17273         * modules/xgethostname (Depends-on): Remove exit and error (not
17274         used).
17275
17276         * modules/getpass-gnu: Add getpass.h.
17277         (Depends-on): Add stdbool.
17278         * modules/getpass: Add getpass.h.
17279
17280 2004-08-08  Simon Josefsson  <jas@extundo.com>
17281
17282         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
17283         Check getpass declaration.
17284
17285 2004-08-08  Simon Josefsson  <jas@extundo.com>
17286
17287         * lib/xgethostname.c: Don't include error.h (not used).
17288
17289         * lib/getpass.h: Add.
17290         * lib/getpass.c: Include getpass.h first.
17291
17292 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
17293
17294         * lib/xalloc-die.c: New file.
17295         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
17296         All uses removed.
17297         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
17298         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
17299         xalloc-die.c.
17300         (_, N_, xalloc_die): Move to xalloc-die.c.
17301         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
17302         so that we needn't mess with xalloc_msg_memory_exhausted.
17303
17304         * lib/sha1.h: Renamed from sha.h.
17305         (SHA1_H): Renamed from _SHA_H.
17306         (sha1_ctx): Renamed from sha_ctx.
17307         (sha1_init_ctx): Renamed from sha_init_ctx.
17308         (sha1_process_block): Renamed from sha_process_block.
17309         (sha1_process_bytes): Renamed from sha_process_bytes.
17310         (sha1_finish_ctx): Renamed from sha_finish_ctx.
17311         (sha1_read_ctx): Renamed from sha_read_ctx.
17312         (sha1_stream): Renamed from sha_stream.
17313         (sha1_buffer): Renamed from sha_buffer.
17314         * lib/sha1.c: Likewise; renamed from sha.c.
17315         Do not include <sys/types.h>.
17316         Include <stddef.h> rather than <stdlib.h>.
17317
17318 2004-08-08  Bruno Haible  <bruno@clisp.org>
17319
17320         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
17321         FILESYSTEM_PREFIX_LEN.
17322         * lib/progreloc.c: Likewise.
17323         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
17324
17325 2004-08-06  Simon Josefsson  <jas@extundo.com>
17326
17327         * modules/progname (Depends-on): Don't depend on stdbool.
17328
17329 2004-08-06  Simon Josefsson  <jas@extundo.com>
17330
17331         * modules/getsubopt: New file.
17332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17333         getsubopt.
17334
17335 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         More merge from coreutils.
17338
17339         * m4/utimens.m4, m4/utimecmp.m4: New files.
17340         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
17341         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
17342         prereq.m4, sha.m4: Import changes from coreutils.
17343
17344 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17345
17346         More merge from coreutils.
17347         * modules/raise, modules/readtokens0, modules/utimens:
17348         * modules/utimecmp, module/xnanosleep: New files.
17349         * modules/strftime: Add lib/strftime.h.
17350         Change include from <time.h> to "strftime.h".
17351         * modules/yesno: Add lib/yesno.h.
17352         * modules/backupfile: Remove lib/addext.c.
17353         * modules/euidaccess: Add stat-macros.h.
17354         * modules/canonicalize, modules/euidaccess,
17355         modules/filemode, modules/lchown, modules/makepath,
17356         modules/rmdir, modules/stat: Likewise.
17357
17358 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         Merge from tar.
17361         * lib/argp-help.c (make_hol, hol_append): Don't assume that
17362         SIZE_MAX is a valid preprocessor constant.
17363         (__argp_basename): Change from "#ifndef _LIBC"
17364         to "#ifndef __argp_short_program_name", so that
17365         we don't compile these functions for tar.
17366
17367         More merges from coreutils.
17368         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
17369         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
17370         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
17371         * lib/addext.c: Remove; no longer needed.
17372         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
17373         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
17374         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
17375         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
17376         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
17377         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
17378         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
17379         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
17380         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
17381         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
17382         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
17383         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
17384         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
17385         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
17386         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
17387         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
17388         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
17389         Import changes from coreutils.
17390
17391 2004-08-05  Simon Josefsson  <jas@extundo.com>
17392
17393         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
17394
17395 2004-08-05  Simon Josefsson  <jas@extundo.com>
17396
17397         * m4/getsubopt.m4: New file.
17398
17399 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17400
17401         Merge from coreutils.
17402
17403         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
17404         * m4/getcwd-path-max.m4: New files.
17405
17406         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
17407         FILESYSTEM_PREFIX_LEN ->
17408         FILE_SYSTEM_PREFIX_LEN.
17409         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
17410         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
17411         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
17412         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
17413
17414         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
17415         prerequisite modules now handle the DOS stuff.
17416         Don't check for unistd.h.
17417
17418 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         Merge from coreutils.
17421
17422         * lib/.gdb-history: Remove; this doesn't belong here.
17423
17424         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
17425         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
17426         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
17427         * lib/getcwd.c: New files.
17428
17429         * lib/dirname.h: Include <stdbool.h>.
17430         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
17431         for consistency with POSIX terminology.  All uses changed.
17432         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
17433         (strip_trailing_slashes): Use bool for booleans.
17434         * lib/stripslash.c (strip_trailing_slashes): Likewise.
17435
17436         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
17437         sometimes returns a positive errno value even when it succeeds.
17438         (print_errno_message) [!LIBC]: Fall back on strerror if
17439         __strerror_r fails.
17440
17441         * lib/path-concat.c (mempcpy): Don't define if a system header defines
17442         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17443         (longest_relative_suffix): New function.
17444         (path_concat): Use it.  Assume first argument is not NULL.
17445         Port to DOS.  Omit redundant separators.
17446         Report an error instead of returning NULL.
17447         Use mempcpy instead of memcpy.
17448         (xpath_concat): Remove: not declared or used.
17449
17450         * lib/same.h: Include <stdbool.h>
17451         (same_name): Return bool, not int.
17452         * lib/same.c (same_name): Likewise.
17453         (errno): Don't declare; we assume C89 or better now.
17454
17455         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17456         if not already defined.
17457
17458         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17459         * lib/dup-safer.c (errno): Likewise.
17460
17461 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         Merge from coreutils.
17464         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17465         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17466         * modules/path-concat: Don't depend on strdup.
17467
17468 2004-08-03  Simon Josefsson  <jas@extundo.com>
17469
17470         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17471         * lib/progname.h: Don't include stdbool.h.
17472
17473 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17474
17475         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17476         * MODULES.html.sh (func_all_modules): Remove fatal.
17477
17478 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17479
17480         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17481
17482 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17485         working.
17486
17487 2004-08-02  Simon Josefsson  <jas@extundo.com>
17488
17489         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17490         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17491         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17492
17493 2004-08-01  Simon Josefsson  <jas@extundo.com>
17494
17495         * lib/xgetdomainname.c: Include stdlib.h, for free().
17496
17497 2004-07-19  Bruno Haible  <bruno@clisp.org>
17498
17499         * MODULES.html.sh (func_all_modules): Add dummy.
17500
17501 2004-07-16  Simon Josefsson  <jas@extundo.com>
17502
17503         * modules/dummy: New file.
17504
17505 2004-07-16  Simon Josefsson  <jas@extundo.com>
17506
17507         * lib/dummy.c: New file.
17508
17509 2004-07-16  Bruno Haible  <bruno@clisp.org>
17510
17511         * lib/backupfile.h: Add extern "C" for C++.
17512         * lib/closeout.h: Likewise.
17513         * lib/copy-file.h: Likewise.
17514         * lib/findprog.h: Likewise.
17515         * lib/full-write.h: Likewise.
17516         * lib/pathname.h: Likewise.
17517         * lib/progname.h: Likewise.
17518         * lib/stpcpy.h: Likewise.
17519         * lib/stpncpy.h: Likewise.
17520         * lib/strcase.h: Likewise.
17521         * lib/strstr.h: Likewise.
17522         * lib/xalloc.h: Likewise.
17523
17524         * lib/mbswidth.h: Add extern "C" for C++.
17525         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17526
17527 2004-07-13  Robert Millan  <robertmh@gnu.org>
17528
17529         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17530
17531 2004-07-09  Simon Josefsson  <jas@extundo.com>
17532
17533         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17534         failed without this.)
17535
17536 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17537
17538         * modules/chown (Files): Add lib/fchown-stub.c, since
17539         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17540
17541 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17542
17543         * lib/fchown-stub.c: New file.
17544
17545 2004-06-24  Jim Meyering  <jim@meyering.net>
17546
17547         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17548
17549 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * modules/argz: Omit "#include".
17552
17553         * MODULES.html.sh (func_all_modules): Add calloc, to match
17554         2004-06-01 addition of calloc module.
17555
17556 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         * m4/argz.m4: New file, which is autoupdated from libtool.
17559
17560 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17563         libtool.
17564
17565 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         * config/srclist-update: Don't insist on "USA." before the
17568         close-comment, as libtool omits the period and puts the */ on a
17569         separate line.
17570         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17571         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17572
17573 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17574
17575         * modules/argz: New file.
17576         * MODULES.html.sh (func_all_modules): Add argz.
17577
17578 2004-06-12  Jim Meyering  <jim@meyering.net>
17579         and  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         * modules/hash (Files): Add lib/xalloc.h.
17582         * modules/pipe (Depends-on): Add wait-process.
17583         * modules/stat (Depends-on): Add xalloc.
17584         * modules/userspec (Files): Add lib/userspec.h.
17585         * modules/xstrto
17586
17587         Upgrade from gettext-0.13.
17588         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17589         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17590         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17591
17592 2004-06-10  Jim Meyering  <jim@meyering.net>
17593
17594         * lib/calloc.c: New file.
17595
17596 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17597
17598         * lib/getdate.y (yylex): Allow space between sign and number.
17599         Problem reported by Dan Jacobson.
17600
17601 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17602
17603         Merge from coreutils CVS.
17604
17605         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17606         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17607         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17608         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17609         xstrtol.m4: Fix copyright date and/or serial number.
17610
17611         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17612         See if we need an fchown replacement.
17613         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17614         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17615         and use the replacement function if we detect either defect.
17616
17617         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17618         gl_UTIMECMP.
17619
17620 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17621         and  Jim Meyering  <jim@meyering.net>
17622
17623         Merge from coreutils CVS.
17624
17625         * lib/stat-macros.h: New file, with contents from file-type.h
17626         and coreutils' system.h.
17627         * lib/file-type.c: Include "stat-macros.h".
17628         * lib/file-type.h (file_type): Move all macro definitions to new file,
17629         stat-macros.h.
17630
17631         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17632         Wrap old code with this conditional.
17633         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17634         function that does not dereference symlinks.
17635         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17636
17637         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17638         dependency problems.
17639         (xreadlink): Accept new arg SIZE, for efficiency.
17640         All decls and uses changed.
17641         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17642
17643         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17644         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17645
17646         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17647         sysexits.h.
17648
17649 2004-06-01  Jim Meyering  <jim@meyering.net>
17650
17651         * m4/calloc.m4: New file.
17652
17653 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17656         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17657         Also, fix a typo in a diagnostic.
17658
17659 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17660
17661         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17662         or AC_FUNC_REALLOC.
17663
17664 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17665
17666         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17667         macros to be defined.
17668         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17669         the allocator returns NULL because the requested size is zero.
17670
17671 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17672
17673         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17674         var.  Add comment explaining why libc still defines it.  This
17675         merges the following patch from glibc:
17676         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17677
17678 2004-05-20  Andreas Schwab  <schwab@suse.de>
17679
17680         * m4/free.m4: Replace free if it not known to work, not the other
17681         way round.
17682
17683 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17686         present in glibc since revision 1.1 of this file.
17687         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17688         obstack_alignment_mask, obstack_alloc, obstack_base,
17689         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17690         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17691         obstack_grow0, obstack_init, obstack_int_grow,
17692         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17693         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17694         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17695         nonexistent functions.
17696
17697 2004-05-18  Karl Berry  <karl@gnu.org>
17698
17699         * config/srclist.txt: break link for vasnprintf.c.
17700
17701 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17702
17703         Port obstack to the AS/400, where pointers are 16 bytes wide and
17704         you cannot cast an integer to a valid pointer.  This patch is
17705         currently waiting to be integrated into glibc; see
17706         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17707
17708         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17709         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17710         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17711         (struct obstack): temp member is now a union of a pointer and
17712         an integer, instead of an integer.  All integer uses changed.
17713         This does not affect the physical layout of struct obstack,
17714         except on hosts (like the AS/400) where the size or alignment of
17715         void * is greater than that of ptrdiff_t.
17716         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17717         __STDC__)]: Store temporary in pointer member of union, not
17718         integer member.
17719         * lib/obstack.c: Include <stddef.h>, for offsetof.
17720         (struct fooalign): Remove; it doesn't need a name.
17721         (union fooround): Change double to long double, and add void *.
17722         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17723         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17724         not a macro.  Hence the values are always int; so remove all
17725         casts-to-int in uses.
17726
17727 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17730         we can get this patch merged into glibc.
17731
17732 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17733             Paul Eggert  <eggert@cs.ucla.edu>
17734
17735         * m4/argp: Depend on alloca.
17736
17737 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17738             Paul Eggert  <eggert@cs.ucla.edu>
17739
17740         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17741         freecoding.
17742
17743 2004-05-17  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17746         precision that consists of a '.' followed by an empty digit string.
17747         Patch by Tor Lillqvist <tml@iki.fi>.
17748
17749 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17750
17751         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17752         for backward compatibility with older code.  We need our own
17753         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17754         it under some other name, and our alloca.h will define it.
17755
17756 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17757             Derek Price  <derek@ximbiot.com>
17758
17759         * lib/alloca.c: Include <alloca.h>, to get our interface.
17760         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17761         include <alloca.h> first.  Use C89 prototype for alloca; this
17762         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17763         Use #elif for simplicity, since we can assume C89 now.
17764         Don't try to source the system alloca.h since it will not be found
17765         and to prevent recursively including its replacement.
17766         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17767         * lib/regex.c: Likewise.
17768
17769 2004-05-16  Derek Price  <derek@ximbiot.com>
17770             Paul Eggert  <eggert@cs.ucla.edu>
17771
17772         getline cleanup.  This changes the getndelim2 API: both order of
17773         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17774         no delimiter).
17775
17776         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17777         interface does that.
17778         (getline): Always use getdelim, so that we don't have two
17779         copies of this code.
17780         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17781         if available.
17782         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17783         (GETNDELIM2_MAXIMUM): New macro.
17784         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17785         instead of the old practice of delim2==0.  All callers changed.
17786         Return -1 on overflow, instead of returning junk.
17787         Do not set *linesize unless allocation succeeds.
17788         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17789         that we include sys/types.h.
17790         * lib/getnline.h: Likewise.
17791         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17792         (getndelim2): Reorder arguments.
17793         * lib/getnline.c (getnline, getndelim):
17794         Don't discard the NMAX argument.
17795         (getnline): Invoke getndelim, to avoid code duplication.
17796         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17797         of (size_t) -1 by callers of the getnline family.
17798
17799 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17802         Check for gettimeofday.
17803         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17804         Check for settimeofday, stime.
17805
17806 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17807
17808         * lib/nanosleep.c (suspended): Change its type from int to
17809         sig_atomic_t volatile.
17810         (first_call): Make it private to rpl_nanosleep, and have it
17811         be zero initially as that's a bit faster.
17812         (my_usleep): Round up fractional times instead of truncating them,
17813         as this is the usual meaning for 'sleep'.
17814
17815         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17816         doesn't work.
17817         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17818         (ENOSYS): Define if not defined.
17819         (settime): Fall back on stime if it exists and settimeofday fails.
17820         But don't bother with fallbacks if a method fails with errno == EPERM.
17821
17822 2004-05-11  Jim Meyering  <jim@meyering.net>
17823
17824         Prior to this change, the save_cwd caller required read access to the
17825         current directory on most systems (ones with the fchdir function).
17826
17827         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17828         fails, try write-only, and finally, resort to using xgetcwd.
17829
17830 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17831
17832         * lib/obstack.c, obstack.h: Import changes from libc.
17833
17834 2004-04-28  Bruno Haible  <bruno@clisp.org>
17835
17836         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17837         also implicitly appends .exe to executables.
17838         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17839         accepts Windows pathnames.
17840         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17841         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17842         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17843         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17844         Reported by Derek Robert Price <derek@ximbiot.com>.
17845
17846 2004-04-21  Karl Berry  <karl@gnu.org>
17847
17848         * config/srclist.txt (localcharset.c): break sync.
17849
17850 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17851
17852         * m4/host-os.m4: Add a copyright notice.
17853
17854 2004-04-20  Jim Meyering  <jim@meyering.net>
17855
17856         Change UTILS_ to gl_ in AC_DEFINE'd names.
17857         Change utils_- and jm_-prefixed variables, too.
17858         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17859         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17860         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17861
17862         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17863         Don't emit trailing blanks.
17864         Also rename jm_-prefixed variables to have gl_ prefix.
17865
17866         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17867         Also rename jm_-prefixed variables to have gl_ prefix.
17868
17869         * m4/jm-macros.m4: Reflect the renamings.
17870         * m4/prereq.m4: Likewise.
17871
17872 2004-04-20  Jim Meyering  <jim@meyering.net>
17873
17874         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17875         memory.
17876
17877 2004-04-20  Jim Meyering  <jim@meyering.net>
17878             Bruno Haible  <bruno@clisp.org>
17879
17880         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17881         memory when realloc fails.
17882
17883 2004-04-19  Jim Meyering  <jim@meyering.net>
17884
17885         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17886         now that readutmp.c may call `free (0)'.
17887
17888 2004-04-19  Bruno Haible  <bruno@clisp.org>
17889
17890         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17891         * m4/inttypes_h.m4: Likewise.
17892         * m4/stdint_h.m4: Likewise.
17893         * m4/intmax_t.m4: Likewise.
17894         * m4/uintmax_t.m4: Likewise.
17895
17896 2004-04-18  Jim Meyering  <jim@meyering.net>
17897
17898         * m4/prereq.m4: Don't forbid jm_ prefix.
17899
17900         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17901         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17902         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17903         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17904         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17905         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17906         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17907         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17908         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17909         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17910         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17911         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17912         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17913         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17914         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17915         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17916         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17917         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17918         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17919
17920 2004-04-18  Jim Meyering  <jim@meyering.net>
17921
17922         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17923         failure, don't leak memory and do call END_UTMP_ENT.
17924
17925 2004-04-16  Jim Meyering  <jim@meyering.net>
17926
17927         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17928         coreutils' stat program.
17929         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17930
17931 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17932
17933         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17934         C89.
17935         (CHAR_BIT): Remove, since we assume C89.
17936         Include <stdint.h> if available, as per current Autoconf CVS advice.
17937
17938 2004-03-31  Jim Meyering  <jim@meyering.net>
17939
17940         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17941         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17942         * m4/xalloc.m4: Likewise.
17943
17944 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17945
17946         Merge from coreutils.
17947
17948         * m4/inttostr.m4: New file.
17949         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17950         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17951         Require gl_CLOCK_TIME.
17952         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17953
17954 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17955
17956         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17957         not bool, to be more consistent with Unix conventions.
17958         Suggested by Bruno Haible.
17959
17960         Merge from coreutils.
17961
17962         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17963         * lib/umaxtostr.c: New files.
17964
17965         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17966         the usual <time.h> dance.
17967         (get_date): Change signature to support fractional time stamps.
17968         All callers changed.
17969         * lib/getdate.y: Include "getdate.h" first, as we can now
17970         assume C89 and don't need to worry about 'const'.
17971         Similarly, include "unlocked-io.h" near start, not in middle.
17972         Include <limits.h>.
17973         (textint.value): Use long int rather than int.
17974         (textint.digits): Use size_t rather than int.
17975         (BILLION, LOG10_BILLION): New constants.
17976         (parser_control): New member rel_ns.  Members day_ordinal,
17977         time_zone, month, day, hour, minutes, rel_year, rel_month,
17978         rel_day, rel_hour, rel_minutes, rel_seconds
17979         are now long int, not int.  Member seconds is now struct timespec,
17980         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17981         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17982         not int.
17983         (%union.intval): Now long int, not int.
17984         New member timespec.
17985         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17986         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17987         (spec): Now is a timespec or an item list.
17988         (timespec, items): New nonterminals.
17989         (time, rel, relunit, number, get_date):
17990         Add support for fractional seconds.
17991         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17992         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17993         (to_hour): First arg is now long int, not int.
17994         (to_year): Returns long int, not int.
17995         Don't treat year -70 like 70.
17996         (tm_diff): Returns long int, not int.
17997         (lookup_word): Use bool instead of int when appropriate.
17998         (yylex): Use size_t for count, not int.
17999         Detect overflow when parsing large integer constants.
18000         Add support for fractions.
18001         (get_date): Make pointers 'const' if possible.
18002         Use more-portable code to detect integer overflow.
18003         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
18004         Don't use ctime; it's not reliable if the year has >4 digits.
18005
18006         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
18007         This is for compatibility with BSD.
18008
18009         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
18010         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
18011         From coreutils' system.h.
18012
18013         * lib/userspec.c: Don't include "posixver.h".
18014         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
18015         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
18016         compatible extension.  Simplify code by removing a boolean int
18017         that was always nonzero if a string was nonnull.
18018
18019 2004-03-30  Jim Meyering  <jim@meyering.net>
18020
18021         Merge from coreutils.
18022
18023         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
18024         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
18025         on some systems one must include <grp.h> before it.
18026         Reported by Christian Krackowizer.
18027
18028 2004-03-30  Jim Meyering  <jim@meyering.net>
18029
18030         Merge from coreutils.
18031
18032         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
18033
18034         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
18035         an empty input stream.
18036
18037         * lib/readtokens.c: Include <stdbool.h>.
18038         (readtoken): Use `size_t' rather than int/long.
18039         All callers adjusted.
18040         Use `bool' rather than `int' where appropriate.
18041         Use memset rather than an explicit loop.
18042         Use x2nrealloc rather than xrealloc.
18043         Allow the use of `\0' as a delimiter.
18044         (readtokens): Likewise.
18045         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
18046
18047 2004-03-30  Jim Meyering  <jim@meyering.net>
18048
18049         * m4/realloc.m4: Remove file, since now it does no more than
18050         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
18051         the `configure.ac' section of module/realloc.
18052         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
18053
18054 2004-03-30  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
18057         nonnull.
18058
18059 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18060
18061         Merge changes to getloadavg.c from coreutils and Emacs.
18062
18063         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
18064         Define to an expression, not to the empty string.
18065         Include cloexec.h and xalloc.h.
18066         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
18067         Use set_cloexec_flag rather than rolling our own.
18068         * lib/cloexec.c, lib/cloexec.h: New files.
18069
18070 2004-03-29  Paul Eggert  <eggert@twinsun.com>
18071
18072         * m4/cloexec.m4: New file.
18073
18074 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18075
18076         * lib/getopt.h: Sync with libc CVS.
18077
18078 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18079             Bruno Haible  <bruno@clisp.org>
18080
18081         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
18082         mbswidth.
18083
18084 2004-03-18  Paul Eggert  <eggert@twinsun.com>
18085             Bruno Haible  <bruno@clisp.org>
18086
18087         * lib/mbswidth.h: Include <wchar.h> only if
18088         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
18089         <wchar.h>.
18090         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
18091
18092 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18093
18094         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
18095         Sync with libc CVS.
18096         * lib/getopt_int.h: New file, also synced from libc.
18097
18098 2004-03-09  Paul Eggert  <eggert@twinsun.com>
18099
18100         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
18101         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
18102         Bring back getopt.c, getopt.h, getopt1.c.
18103
18104 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18105
18106         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
18107         All uses changed.  Check for sa_sigaction member; this fixes
18108         a bug first reported by Jason Andrade in
18109         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18110
18111 2004-03-07  Paul Eggert  <eggert@twinsun.com>
18112
18113         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
18114         '#if' expressions.  Unlike the code it replaces, it does not
18115         depend on (defined _SC_PAGESIZE).  However, it does depend on
18116         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
18117         first reported by Jason Andrade in
18118         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
18119
18120 2004-02-25  Simon Josefsson  <jas@extundo.com>
18121
18122         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
18123
18124 2004-02-25  Simon Josefsson  <jas@extundo.com>
18125
18126         * lib/strdup.h: New file.
18127         * lib/strdup.c: Include it.
18128         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
18129         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
18130
18131 2004-02-23  Karl Berry  <karl@gnu.org>
18132
18133         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
18134         (from fencepost.gnu.org:/gd/gnuorg).
18135
18136 2004-02-23  Karl Berry  <karl@gnu.org>
18137
18138         * config/srclistvars.sh (GNUORG) [karl]: redefine.
18139         * config/srclist.txt: add maintain/standards documents.
18140
18141 2004-02-18  Bruno Haible  <bruno@clisp.org>
18142
18143         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
18144         Reported by Derek Robert Price <derek@ximbiot.com>.
18145
18146 2004-02-16  Karl Berry  <karl@gnu.org>
18147
18148         * config/mkinstalldirs, install-sh: update from automake.
18149
18150 2004-02-06  Karl Berry  <karl@gnu.org>
18151
18152         * m4/po.m4: update from gettext 0.14.1.
18153
18154 2004-02-06  Karl Berry  <karl@gnu.org>
18155
18156         * lib/config.charset: update from gettext 0.14.1.
18157
18158 2004-02-05  Paul Eggert  <eggert@twinsun.com>
18159
18160         Add comments and code, prompted by suggestions from Bruno Haible
18161         for sh-quote.
18162         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
18163         describing the enum quoting_style values.
18164         * lib/quotearg.c (quotearg_alloc): New function.
18165         (quotearg_buffer_restyled): Treat lone { and } as special.
18166         Treat = as special.  Work around bug with older shells
18167         that "see" a '\' that is really the 2nd byte of a multibyte char.
18168         Quote empty string with shell_quoting_style.
18169
18170 2004-02-03  Bruno Haible  <bruno@clisp.org>
18171
18172         * m4/pipe.m4: New file, from GNU gettext.
18173
18174 2004-02-03  Bruno Haible  <bruno@clisp.org>
18175
18176         * lib/pipe.h: New file, from GNU gettext.
18177         * lib/pipe.c: New file, from GNU gettext.
18178
18179 2004-01-27  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/execute.m4: New file, from GNU gettext.
18182
18183 2004-01-27  Bruno Haible  <bruno@clisp.org>
18184
18185         * lib/execute.h: New file, from GNU gettext.
18186         * lib/execute.c: New file, from GNU gettext.
18187         * lib/w32spawn.h: New file, from GNU gettext.
18188
18189 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18190
18191         Merge from diffutils.
18192
18193         * lib/file-type.c (file_type): Add typed memory objects.
18194         * lib/file-type.h (S_TYPEISTMO): New macro.
18195
18196         * lib/c-stack.h (c_stack_action): Remove argv argument.
18197         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
18198         (die): Don't calculate message unless segv_action returns.
18199         (get_stack_location, min_address_from_argv, max_address_from_argv,
18200         volatile stack_base, volatile_stack_size): Remove.
18201         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
18202         that every segmentation violation is a stack overflow.  (Ouch!)
18203         See Debian bug 136249 (still outstanding) for more info about why
18204         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
18205
18206 2004-01-24  Paul Eggert  <eggert@twinsun.com>
18207
18208         Exit-status fix from coreutils.
18209
18210         Use exit_failure consistently in place of EXIT_FAILURE,
18211         so that program exit statuses are consistent on failure.
18212
18213         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
18214         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
18215         * lib/argmatch.h: Comment fix to match the above.
18216         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
18217         Now a macro referring to exit_failure, instead of a separate
18218         variable.  Include "exitfail.h" to get it.
18219         * lib/xstrtol.h: Include "exitfail.h".
18220         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
18221
18222         * lib/long-options.c (parse_long_options): Use prototype
18223         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
18224         for clarity.
18225
18226 2004-01-21  Jim Meyering  <jim@meyering.net>
18227
18228         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
18229         so as not to conflict with a different-sized __mktime_internal
18230         function in GNU libc.
18231         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
18232         Problem building statically-linked `ls' reported by Michael Brunnbauer.
18233
18234 2004-01-20  Karl Berry  <karl@gnu.org>
18235
18236         * config/config.guess: update from config.
18237
18238         * config/srclistvars.sh: GNUWWWLICENSES for karl.
18239
18240 2004-01-20  Bruno Haible  <bruno@clisp.org>
18241
18242         Safer stack allocation.
18243         * lib/setenv.c: Include allocsa.h.
18244         (alloca): Remove fallback definition.
18245         (freea): Remove macro.
18246         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
18247         instead of freea.
18248
18249 2004-01-20  Bruno Haible  <bruno@clisp.org>
18250
18251         * m4/eealloc.m4: New file, from GNU gettext.
18252
18253 2004-01-20  Bruno Haible  <bruno@clisp.org>
18254
18255         * m4/allocsa.m4: New file, from GNU gettext.
18256
18257 2004-01-20  Bruno Haible  <bruno@clisp.org>
18258
18259         * lib/xallocsa.h: New file, from GNU gettext.
18260         * lib/xallocsa.c: New file, from GNU gettext.
18261
18262 2004-01-20  Bruno Haible  <bruno@clisp.org>
18263
18264         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
18265
18266 2004-01-20  Bruno Haible  <bruno@clisp.org>
18267
18268         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
18269         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
18270         specially.
18271
18272 2004-01-20  Bruno Haible  <bruno@clisp.org>
18273
18274         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
18275         patch.
18276
18277 2004-01-20  Bruno Haible  <bruno@clisp.org>
18278
18279         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
18280
18281 2004-01-20  Bruno Haible  <bruno@clisp.org>
18282
18283         * lib/eealloc.h: New file.
18284
18285 2004-01-20  Bruno Haible  <bruno@clisp.org>
18286
18287         * lib/binary-io.h: Avoid warnings on Cygwin.
18288
18289 2004-01-20  Bruno Haible  <bruno@clisp.org>
18290
18291         * lib/allocsa.h: New file, from GNU gettext.
18292         * lib/allocsa.c: New file, from GNU gettext.
18293
18294 2004-01-18  Karl Berry  <karl@gnu.org>
18295
18296         * doc/gpl.texi, doc/lgpl.texi: new files.
18297
18298 2004-01-18  Karl Berry  <karl@gnu.org>
18299
18300         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
18301         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
18302
18303 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18304
18305         Merge from coreutils.
18306
18307         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
18308         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
18309         (gl_DEFAULT_POSIX2_VERSION): Move
18310         the documentation from 'configure' into 'config.hin',
18311         so that 'configure --help' isn't burdened by it and
18312         we don't have to worry about its formatting there.
18313         Reword the documentation so that it's more succinct
18314         and can be run together into a single paragraph.
18315         * m4/same.m4 (gl_SAME): Check for pathconf.
18316
18317 2004-01-15  Paul Eggert  <eggert@twinsun.com>
18318
18319         Merge from coreutils.
18320
18321         * lib/posixver.c: Include posixver.h.
18322
18323         * lib/same.c: Include <stdbool.h>, <limits.h>.
18324         (_POSIX_NAME_MAX): Define if not defined.
18325         (MIN): New macro.
18326         (same_name): If file names are silently truncated, report
18327         that the file names are the same if they are the same after
18328         the silent truncation.
18329
18330         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
18331         conversion function.
18332         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
18333         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
18334         longer needed.
18335
18336 2004-01-15  Jim Meyering  <jim@meyering.net>
18337
18338         Merge from coreutils.
18339
18340         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
18341         if no library is required.
18342         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
18343         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
18344         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
18345         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
18346         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
18347         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
18348         value, $ac_cv_search_crypt, if it's "none required".
18349         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
18350         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
18351         not gl_FUNC_GETLOADAVG.
18352         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
18353         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
18354
18355 2004-01-15  Jim Meyering  <jim@meyering.net>
18356
18357         Merge from coreutils.
18358
18359         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
18360         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
18361         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
18362
18363         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
18364         optional configure-time default.
18365
18366         * lib/version-etc.c (version_etc_copyright): Update copyright date.
18367
18368         * lib/xreadlink.c (xreadlink): Correct outdated comment.
18369
18370 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
18371
18372         Merge from coreutils.
18373
18374         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
18375         value, $ac_cv_search_nanosleep, if it's "none required".
18376
18377 2004-01-14  Paul Eggert  <eggert@twinsun.com>
18378
18379         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
18380         with like-named macro in fnmatch.c.
18381         (EXT): Use an internal constant instead.
18382
18383         Merge fnmatch patches from glibc.
18384         * lib/fnmatch.c (mbsinit): Remove define.
18385         Add libc_hidden_ver (__fnmatch, fnmatch).
18386         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
18387         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
18388
18389 2004-01-14  Karl Berry  <karl@gnu.org>
18390
18391         * config/install-sh: update from automake.
18392
18393 2004-01-13  Karl Berry  <karl@gnu.org>
18394
18395         * config/install-sh: update from automake.
18396
18397 2004-01-09  Karl Berry  <karl@gnu.org>
18398
18399         * config/install-sh: update from automake.
18400
18401 2004-01-05  Karl Berry  <karl@gnu.org>
18402
18403         * config/config.{sub,guess}: update from config.
18404
18405 2003-12-31  Karl Berry  <karl@gnu.org>
18406
18407         * config/depcomp: update from automake.
18408
18409 2003-12-14  Karl Berry  <karl@gnu.org>
18410
18411         * lib/config.charset: update from gettext-runtime.
18412
18413 2003-12-03  Paul Eggert  <eggert@twinsun.com>
18414
18415         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
18416         Bug reported by Alfred M. Szmidt.
18417
18418 2003-12-03  Bruno Haible  <bruno@clisp.org>
18419
18420         * m4/gettext.m4: Upgrade from gettext-0.13.
18421         * m4/po.m4: Upgrade from gettext-0.13.
18422         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
18423         * m4/intmax.m4: New file, from gettext-0.13.
18424         * m4/printf-posix.m4: New file, from gettext-0.13.
18425
18426 2003-11-29  Karl Berry  <karl@gnu.org>
18427
18428         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
18429
18430 2003-11-25  Paul Eggert  <eggert@twinsun.com>
18431             Bruno Haible  <bruno@clisp.org>
18432
18433         * lib/printf-parse.h: Don't include sys/types.h.
18434         (ARG_NONE): New macro.
18435         (char_directive): Change type of *arg_index fields to size_t.
18436         * lib/printf-parse.c: Don't include sys/types.h.
18437         (SSIZE_MAX): Remove macro.
18438         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
18439         Remove unnecessary overflow check.
18440         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
18441         fields.
18442
18443 2003-11-25  Bruno Haible  <bruno@clisp.org>
18444
18445         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18446
18447 2003-11-25  Bruno Haible  <bruno@clisp.org>
18448
18449         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18450         gt_TYPE_SSIZE_T.
18451
18452 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18453
18454         * modules/alloca: Remove dependency on xalloc.
18455
18456 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18457
18458         * lib/alloca.c: Remove dependency on xalloc module.
18459         (xalloc_die): Remove.
18460         (memory_full) [!defined emacs]: New macro.
18461         [!defined emacs]: Don't include xalloc.h.
18462         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18463         address arithmetic overflows.  Change datatypes a bit to avoid
18464         unnecessary casts.
18465
18466 2003-11-22  Jim Meyering  <jim@meyering.net>
18467
18468         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18469         s/size/size_t/.
18470
18471 2003-11-21  Karl Berry  <karl@gnu.org>
18472
18473         * config/config.{sub,guess}: update from config.
18474
18475 2003-11-18  Karl Berry  <karl@gnu.org>
18476
18477         * config/config.{sub,guess}: update from config.
18478
18479         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18480
18481 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18482
18483         * README: Mention that S+T cannot overflow if S is the size of
18484         an existing object and T is sufficiently small.
18485
18486 2003-11-17  Jim Meyering  <jim@meyering.net>
18487
18488         On systems without utime and without a utimes function capable of
18489         dealing with a NULL struct utimbuf* argument, this utime replacement
18490         could -- in unusual circumstances -- leak a file descriptor.
18491         * lib/utime.c: Include <unistd.h> and <errno.h>.
18492         (utime_null): Be sure to close `fd' and to preserve errno.
18493         Reported by Geoff Collyer via Arnold Robbins.
18494
18495 2003-11-17  Bruno Haible  <bruno@clisp.org>
18496
18497         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18498         (Depends-on): Add xsize.
18499
18500 2003-11-17  Bruno Haible  <bruno@clisp.org>
18501
18502         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18503
18504 2003-11-17  Bruno Haible  <bruno@clisp.org>
18505
18506         * lib/vasnprintf.c (alloca): Remove fallback definition.
18507         (freea): Remove definition.
18508         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18509         Reported by Paul Eggert.
18510
18511 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18512             Bruno Haible  <bruno@clisp.org>
18513
18514         Protect against address arithmetic overflow.
18515         * lib/printf-args.h: Include stddef.h.
18516         (arguments): Change type of field 'count' to size_t.
18517         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18518         'unsigned int' where appropriate.
18519         * lib/printf-parse.h: Include sys/types.h.
18520         (char_directive): Change type of *arg_index fields to ssize_t.
18521         (char_directives): Change type of fields 'count', max_*_length to
18522         size_t.
18523         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18524         (SSIZE_MAX): Define fallback value.
18525         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18526         instead of 'int' where appropriate. Check a_allocated, d_allocated
18527         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18528         * lib/vasnprintf.c: Include xsize.h.
18529         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18530         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18531         overflow. Avoid wraparound when converting a width or precision from
18532         decimal to binary.
18533
18534 2003-11-16  Bruno Haible  <bruno@clisp.org>
18535
18536         Update from GNU gettext.
18537         * lib/printf-parse.c: Generalize to it can be compiled for wide
18538         strings.
18539         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18540         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18541         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18542         SNPRINTF): New macros.
18543         Don't include <alloca.h> if the file is used inside libintl.
18544         (local_wcslen): New function, for Solaris 2.5.1.
18545         (VASNPRINTF): Use it instead of wcslen.
18546
18547 2003-11-16  Bruno Haible  <bruno@clisp.org>
18548
18549         * lib/xsize.h (xmax): New function.
18550         (xsum, xsum3, xsum4): Declare as "pure" functions.
18551
18552 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18553
18554         * modules/xalloc (Files): Undo latest change, since xalloc.h
18555         no longer needs SIZE_MAX or PTRDIFF_MAX.
18556
18557 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18558
18559         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18560         gl_PTRDIFF_MAX.
18561
18562 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18563
18564         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18565         "return", to pacify some unknown compiler.  Problem reported
18566         by Joerg Schilling.
18567
18568 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18569
18570         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18571         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18572         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18573         heuristic is just as accurate as far as we know, and it removes a
18574         dependency on size_max.m4 and ptrdiff_max.m4.
18575
18576 2003-11-11  Bruno Haible  <bruno@clisp.org>
18577
18578         * modules/xsize (Files): Add m4/size_max.m4.
18579         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18580
18581 2003-11-11  Bruno Haible  <bruno@clisp.org>
18582
18583         * m4/size_max.m4: New file.
18584         * m4/ptrdiff_max.m4: New file.
18585         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18586         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18587         (gl_XALLOC): Invoke it.
18588
18589 2003-11-11  Bruno Haible  <bruno@clisp.org>
18590
18591         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18592         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18593         defined.
18594
18595 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18596
18597         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18598         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18599         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18600         From Bruno Haible.
18601         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18602         not (size_t) -1, since it's defined here.
18603
18604 2003-11-09  Karl Berry  <karl@gnu.org>
18605
18606         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18607
18608 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18609
18610         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18611         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18612         Reject sizes of exactly SIZE_MAX bytes.
18613         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18614         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18615
18616 2003-11-05  Bruno Haible  <bruno@clisp.org>
18617
18618         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18619         SIZE_MAX defined in <limits.h> on Solaris.
18620
18621 2003-11-04  Jim Meyering  <jim@meyering.net>
18622
18623         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18624         variable names, rather than @VAR@.
18625         * modules/poll: Likewise.
18626
18627 2003-11-04  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/xsize: New file.
18630         * modules/linebreak: Depend on xsize.
18631         * MODULES.html.sh (func_all_modules): Add xsize.
18632
18633 2003-11-04  Bruno Haible  <bruno@clisp.org>
18634
18635         * m4/xsize.m4: New file.
18636
18637 2003-11-04  Bruno Haible  <bruno@clisp.org>
18638
18639         * lib/xsize.h: New file.
18640         * lib/linebreak.c: Include xsize.h.
18641         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18642         argument for overflow.
18643         Suggested by Paul Eggert.
18644
18645 2003-11-03  Karl Berry  <karl@gnu.org>
18646
18647         * config/config.{guess,sub}: update from config.
18648
18649 2003-11-03  Jim Meyering  <jim@meyering.net>
18650
18651         * modules/userspec (lib_SOURCES): Add userspec.h.
18652         (Include): Add "userspec.h".
18653         Improve description.
18654
18655 2003-11-03  Jim Meyering  <jim@meyering.net>
18656
18657         * lib/userspec.c: Include "userspec.h".
18658         * lib/userspec.h: New file.
18659
18660 2003-11-03  Bruno Haible  <bruno@clisp.org>
18661
18662         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18663
18664 2003-11-03  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18667         available, to avoid (extremely rare) race condition.
18668         Suggested by Paul Eggert.
18669
18670 2003-11-02  Karl Berry  <karl@gnu.org>
18671
18672         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18673
18674 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18675
18676         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18677         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18678         (read_filesystem_list): Set and use me_type_malloced.
18679         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18680         whatever the type happens to be), for brevity and consistency.
18681         Check for size calculation overflow on Alphas running OSF/1.
18682
18683 2003-10-31  Jim Meyering  <jim@meyering.net>
18684
18685         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18686
18687         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18688
18689 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18690             Bruno Haible  <bruno@clisp.org>
18691
18692         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18693         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18694
18695 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18696
18697         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18698         netbsd*-gnu*.  Suggested by Robert Millan.
18699
18700 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18701
18702         * modules/group-member: Depend on stdbool.
18703
18704 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18705
18706         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18707
18708 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18709
18710         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18711         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18712         after the 'gnu' in these cases.  This fixes some bugs in the
18713         previous change, and is based on suggestions by Robert Millan.
18714
18715 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18716
18717         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18718         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18719         no longer needed.
18720         * lib/quotearg.c (quotearg_n_options): Use it.
18721         * lib/group-member.c: Include <stdbool.h>.
18722         (free_group_info): Arg is now const *; don't free arg.
18723         (get_group_info): Now returns bool and accepts struct group_info *,
18724         rather than returning a malloc'ed struct group_info *.
18725         All uses changed.  Check for overflow in internal size calculation.
18726
18727         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18728         rather than xmalloc/xrealloc.
18729         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18730         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18731         conformance bug: the old code used a pointer after freeing the
18732         storage that it addressed.
18733         * lib/hash.c (hash_initialize): Simplify the code by using
18734         xalloc_oversized rather than doing it by hand.
18735         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18736         the buffer preserved.  Use free and xmalloc instead.
18737         * lib/quotearg.c (quotearg_n_options): Likewise.
18738         Use a simpler test for size overflow.  Don't use xalloc_oversized
18739         because unsigned int might be wider than size_t (!); this suggests
18740         that we should switch from unsigned int to size_t for slot numbers.
18741
18742 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18743
18744         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18745         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18746         NetBSD kernels.  Requested by Richard Stallman.
18747
18748 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18749
18750         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18751         to allocate the returned structure.  Do not allocate a subarray,
18752         as x2nrealloc will do that.
18753         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18754         instead of xnrealloc.
18755         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18756
18757 2003-10-27  Bruno Haible  <bruno@clisp.org>
18758
18759         * lib/stdbool_.h: Better support for BeOS.
18760
18761 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18762
18763         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18764         now uses inline.
18765
18766 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18767
18768         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18769         callers that want to do their own size-overflow checking.  Include
18770         <stdbool.h>, since xalloc_oversized returns bool.
18771         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18772         to use xalloc_oversized.
18773
18774         Add two functions x2realloc, x2nrealloc, for programs that grow
18775         arrays dynamically by doubling their sizes.
18776         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18777         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18778         New functions.
18779
18780         Port to C99 semantics for 'inline' of external functions.
18781         Bug reported by Bruno Haible.
18782         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18783         with the old contents of xnmalloc.
18784         (xnmalloc, xmalloc): Use it.
18785         (xnrealloc_inline): New static inline function,
18786         with the old contents of xnrealloc.
18787         (xnrealloc, xrealloc): Use it.
18788
18789         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18790         that.
18791
18792 2003-10-26  Karl Berry  <karl@gnu.org>
18793
18794         * config/srclist.txt (COPYING.DOC): no longer available from
18795         /gd/gnuorg; don't know where the ultimate source is.
18796
18797 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18798
18799         Fix several address-calculation bugs in the hash modules,
18800         plus some minor code cleanup.
18801
18802         * lib/hash.h: Include <stdbool.h>, for bool.
18803         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18804         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18805         hash_get_n_entries, hash_get_max_bucket_length,
18806         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18807         hash_rehash): Use size_t rather than unsigned.
18808         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18809         hash_get_n_buckets_used, hash_get_n_entries,
18810         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18811         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18812         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18813         Likewise.
18814         (SIZE_MAX): Define if not defined.
18815         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18816         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18817         hash_print):
18818         Use const * when possible.
18819         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18820         (check_tuning): Fix bug: if tuning parameters were very close to
18821         0 or 1, rounding errors could have caused subscript violations.
18822         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18823         (hash_initialize): Add 'fail:' label
18824         to free table and return NULL, and use it to simplify code.
18825         Use calloc rather than clearing the storage ourself.
18826         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18827         buffer size calculations.
18828         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18829         Include <stddef.h>, for size_t.
18830         * lib/hash-pjw.c (hash_pjw): Likewise.
18831         Switch to method described by Bruno Haible.
18832         Include <limits.h>, for CHAR_BIT.
18833         (SIZE_BITS): New macro.
18834
18835 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18836
18837         * m4/getline.m4 (AM_FUNC_GETLINE):
18838         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18839         hosts.  Problem reported by Derek Robert Price in
18840         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18841         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18842         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18843
18844 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18845
18846         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18847         ceiling the allocation at NMAX bytes rather than silently
18848         discarding input bytes before NMAX is reached.  This makes
18849         a difference only if NMAX exceeds SIZE_MAX / 2.
18850
18851         * lib/obstack.c: Merge from glibc.
18852         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18853         Add libc_hidden_def (_obstack_newchunk).
18854         (_obstack_free) [! defined _LIBC]: Remove.
18855         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18856         a clone of the function body.
18857         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18858         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18859
18860         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18861         glibc.
18862         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18863         arg to memcpy.
18864
18865         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18866         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18867         Don't use lvalue casts, as GCC plans to remove support for them
18868         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18869         was also present in the non-GCC version, indicating that this
18870         code had always been buggy and had never been widely used.
18871         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18872         Use the fast variant of each macro, rather than copying the
18873         definiens of the fast variant; that way, we'll be more likely to
18874         catch future bugs in the fast variants.
18875
18876 2003-10-20  Bruno Haible  <bruno@clisp.org>
18877
18878         * modules/wait-process: New file.
18879         * MODULES.html.sh (func_all_modules): Add wait-process.
18880
18881 2003-10-20  Bruno Haible  <bruno@clisp.org>
18882
18883         * m4/wait-process.m4: New file.
18884
18885 2003-10-20  Bruno Haible  <bruno@clisp.org>
18886
18887         * lib/wait-process.h: New file, from GNU gettext.
18888         * lib/wait-process.c: New file, from GNU gettext.
18889
18890 2003-10-19  Jim Meyering  <jim@meyering.net>
18891
18892         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18893         HPUX 10.20.
18894
18895 2003-10-18  Karl Berry  <karl@gnu.org>
18896
18897         * config/config.guess: update from config.
18898
18899 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18900
18901         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18902         (getgroups): First arg is int, not size_t.
18903         Don't let 'free' mangle errno.
18904
18905 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18906
18907         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18908
18909 2003-10-16  Karl Berry  <karl@gnu.org>
18910
18911         * config/config.{guess,sub}: update from config.
18912
18913 2003-10-16  Jim Meyering  <jim@meyering.net>
18914
18915         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18916         memcpy.
18917
18918 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18919
18920         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18921         (SIZE_MAX): Remove.
18922         (new_exclude, add_exclude_file): Initial size no longer needs to
18923         be a power of 2.
18924         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18925         our own address arithmetic overflow checking.
18926
18927         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18928         (fnmatch): Do not alloca more than 2000 wide characters;
18929         instead, use malloc for large buffers.
18930         Check for address arithmetic overflow, and return -1
18931         with errno set to ENOMEM in that case.
18932         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18933         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18934         instead, return -1.  Check for address arithmetic overflow.
18935
18936 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18937
18938         Handle invalid suffixes and overflow independently, so that
18939         callers can treat them independently as needed.  Fix some bugs in
18940         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18941         suffix for a human-readable blocksize.  The major caller-visible
18942         change is the addition of a new
18943         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18944         that both overflow and suffix chars were found.
18945
18946         * lib/human.c (humblock): Don't check separately for invalid suffix
18947         char; that is xstrtoumax's job (now that its bug is fixed).
18948         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18949         INTMAX_MAX]: New macros.
18950         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18951         TYPE_MAXIMUM): New macros.
18952         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18953         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18954         if overflow occurs, as it's what __strtol does and it's more useful
18955         in practice.
18956         (__xstrtol): If __strtol reports some error other than ERANGE,
18957         reflect it to the caller as LONGINT_INVALID.  If it reports
18958         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18959         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18960         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18961         value.
18962         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18963         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18964         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18965         [defined UINTMAX_MAX]: New macros.
18966
18967 2003-10-14  Bruno Haible  <bruno@clisp.org>
18968
18969         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18970
18971 2003-10-14  Bruno Haible  <bruno@clisp.org>
18972
18973         * m4/sig_atomic_t: New file, from GNU gettext.
18974         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18975
18976 2003-10-14  Bruno Haible  <bruno@clisp.org>
18977
18978         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18979         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18980         Also use volatile where needed.
18981
18982 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18983
18984         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18985         Change maintainer from Bruno Haible to 'all'.
18986
18987 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18988
18989         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18990
18991 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18992
18993         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18994         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18995         and define in terms of the other primitives.
18996         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18997         (SIZE_MAX): Define if not already defined.
18998         (array_size_overflow): New function.
18999         (xalloc_die): Abort instead of exiting if 'error' returns.
19000         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
19001         (xmalloc, xrealloc): Use them.
19002         (xcalloc): Check for address arithmetic overflow.
19003         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
19004         a bit faster than strcpy.
19005
19006 2003-10-10  Simon Josefsson  <jas@extundo.com>
19007
19008         * modules/argp (Depends-on): Add restrict and strcase.
19009
19010 2003-10-10  Simon Josefsson  <jas@extundo.com>
19011
19012         * m4/argp.m4: Add AC_C_INLINE.
19013
19014 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19015
19016         Merge getpass from libc, plus a few fixes.
19017
19018         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
19019         Include <stdbool.h>.
19020         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
19021         __fsetlocking to empty.
19022         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
19023         do include <bits/libc-lock.h>.
19024         Do not include <fcntl.h>; not needed.
19025         [_LIBC]: Include <wchar.h>.
19026         (NOTCANCEL_MODE): New macro.
19027         (flockfile, funlockfile) [_LIBC]: New macros.
19028         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
19029         [!_LIBC]: New macros.
19030         (call_fclose): New function.
19031         (getpass): Use it.  Save tty stream separately; this simplifies the
19032         code and makes it more reliable if stdin happens to equal stdout.
19033         Invoke __fsetlocking on tty.
19034         Handle thread cancellation if needed.
19035         Namespace cleanup (use __tcgetattr, __getline).
19036         Use bool for Booleans.
19037         [USE_IN_LIBIO]: Handle wide streams.
19038         [!_LIBC]: Unconditionally do the fseek, since we don't know what
19039         stream might go where.
19040
19041         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
19042         doesn't have to include <stdio.h> before us.
19043         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
19044         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
19045         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
19046         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
19047         if not declared, so that we can use getpass.c code from libc without
19048         rewriting it.
19049         (flockfile, ftrylockfile, funlockfile): New macros.
19050
19051 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19052
19053         * modules/getpass: Depend on stdbool.
19054
19055 2003-10-08  Paul Eggert  <eggert@twinsun.com>
19056
19057         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
19058
19059 2003-10-07  Karl Berry  <karl@gnu.org>
19060
19061         * config/config.{guess,sub}: update from config.
19062
19063 2003-10-06  Jim Meyering  <jim@meyering.net>
19064             Bruno Haible  <bruno@clisp.org>
19065
19066         This lets translators provide better translations for the
19067         "Written by ..." part of --version output.
19068         * lib/version-etc.h: Include stdarg.h.
19069         (version_etc_copyright): Declare as readonly.
19070         (version_etc): Make this function variadic with a NULL-terminated list
19071         of author name strings.
19072         (version_etc_va): New declaration.
19073         * lib/version-etc.c: Include stdarg.h, stdlib.h.
19074         (version_etc_copyright): Declare as readonly.
19075         (version_etc_va): New function. Provide a different translatable string
19076         for each possible number of authors < 10. Abbreviate when there are 10
19077         authors or more.
19078         (version_etc): Make this function variadic. Call version_etc_va.
19079         Suggestion from Gary V. Vaughan.
19080
19081         * lib/long-options.h (parse_long_options): Change prototype: the
19082         authors string is moved to the end and becomes variadic.
19083         * lib/long-options.c: Include stdarg.h.
19084         (parse_long_options): Make this function variadic, too.
19085         Call version_etc_va, not version_etc.
19086
19087 2003-10-06  Bruno Haible  <bruno@clisp.org>
19088
19089         * modules/version-etc-2: Remove file.
19090         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
19091
19092 2003-10-06  Bruno Haible  <bruno@clisp.org>
19093
19094         * modules/fatal-signal: New file.
19095         * MODULES.html.sh (func_all_modules): Add fatal-signal.
19096
19097 2003-10-06  Bruno Haible  <bruno@clisp.org>
19098
19099         * m4/fatal-signal.m4: New file.
19100         * m4/signalblocking.m4: New file, from GNU gettext.
19101
19102 2003-10-06  Bruno Haible  <bruno@clisp.org>
19103
19104         * lib/version-etc-2.h: Remove file.
19105         * lib/version-etc-2.c: Remove file.
19106
19107 2003-10-06  Bruno Haible  <bruno@clisp.org>
19108
19109         * lib/fatal-signal.h: New file, from GNU gettext.
19110         * lib/fatal-signal.c: New file, from GNU gettext.
19111
19112 2003-10-05  Paul Eggert  <eggert@twinsun.com>
19113
19114         * README: Rework advice for preventing empty .o files.
19115         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
19116         not <sys/types.h>.
19117
19118 2003-10-04  Karl Berry  <karl@gnu.org>
19119
19120         * lib/argp*: update from libc.
19121
19122 2003-10-04  Karl Berry  <karl@gnu.org>
19123
19124         * config/config.{guess,sub}: update from config.
19125
19126 2003-10-02  Bruno Haible  <bruno@clisp.org>
19127
19128         * modules/lchown (Include): Add lchown.h.
19129         * modules/time_r (Include): Use "..." syntax.
19130         * modules/xgetdomainname (Include): Add xgetdomainname.h.
19131
19132 2003-10-01  Simon Josefsson  <jas@extundo.com>
19133
19134         * MODULES.html.sh (func_all_modules): Move gethostname from section
19135         'based on' to section 'lacking' POSIX:2001.
19136
19137 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
19138
19139         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
19140         to output mode on the same stream.
19141
19142 2003-09-29  Paul Eggert  <eggert@twinsun.com>
19143
19144         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
19145         Fix arg typo in previous patch.
19146
19147 2003-09-28  Jim Meyering  <jim@meyering.net>
19148
19149         * lib/error.c: Correct cpp indentation.
19150
19151 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19152
19153         * modules/free: New file.
19154
19155 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19156
19157         * m4/free.m4: New file.
19158
19159 2003-09-27  Paul Eggert  <eggert@twinsun.com>
19160
19161         * lib/minmax.h (MIN, MAX)
19162         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
19163         Omit the special code that used __typeof__, since we worry that
19164         it could be more trouble than it's worth.  See:
19165         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
19166         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
19167
19168         * lib/free.c: New file.
19169
19170 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
19171
19172         Trivial fixes to Makefile.am parts of module listings.
19173         * modules/strstr: Append strstr.h to lib_SOURCES.
19174         * modules/strcase: Likewise, for strcase.h.
19175
19176 2003-09-27  Karl Berry  <karl@gnu.org>
19177
19178         * config/mkinstalldirs: update from automake.
19179
19180 2003-09-26  Paul Eggert  <eggert@twinsun.com>
19181
19182         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
19183         (error_tail): Do not loop, reallocating temporary buffer, since
19184         the output cannot contain more wide characters than the input
19185         contains bytes, the size must be big enough already.  This avoids
19186         one potential size overflow calculation.  Check for size overflow
19187         when calculating temporary buffer size.  Free temporary buffer
19188         when done, if it was allocated with malloc; this plugs a memory
19189         leak.  Remove casts from void * to pointers, that are no longer
19190         needed now that we're assuming C89 or better.
19191
19192         Merge error changes from glibc.
19193
19194         * lib/error.c, error.h: Update copyright notice header to match glibc.
19195         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
19196         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
19197         Disable cancellation while printing error.
19198         * lib/error.h: Prepend __ to parameter names.
19199
19200 2003-09-26  Jim Meyering  <jim@meyering.net>
19201
19202         * lib/error.c (error_tail): Move some declarations
19203         into inner scope where the local variables are used.
19204
19205 2003-09-26  Bruno Haible  <bruno@clisp.org>
19206
19207         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
19208         stpncpy().
19209         Don't define stpncpy through config.h; it's now done through stpncpy.h.
19210
19211 2003-09-26  Bruno Haible  <bruno@clisp.org>
19212
19213         * lib/stpncpy.h (gnu_stpncpy): New declaration.
19214         (stpncpy): Define as alias for gnu_stpncpy.
19215         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
19216
19217 2003-09-25  Simon Josefsson  <jas@extundo.com>
19218
19219         * lib/xgetdomainname.h: New file.
19220         * lib/xgetdomainname.c: New file.
19221
19222 2003-09-25  Simon Josefsson  <jas@extundo.com>
19223             Bruno Haible  <bruno@clisp.org>
19224
19225         * modules/getdomainname: New file.
19226         * modules/xgetdomainname: New file.
19227         * MODULES.html.sh (func_all_modules): Add getdomainname,
19228         xgetdomainname.
19229
19230 2003-09-25  Simon Josefsson  <jas@extundo.com>
19231             Bruno Haible  <bruno@clisp.org>
19232
19233         * m4/getdomainname.m4: New file.
19234
19235 2003-09-25  Simon Josefsson  <jas@extundo.com>
19236             Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/getdomainname.h: New file.
19239         * lib/getdomainname.c: New file.
19240
19241 2003-09-25  Karl Berry  <karl@gnu.org>
19242
19243         * lib/argp-fmtstream.c, argp-help.c: update from libc.
19244
19245 2003-09-25  Karl Berry  <karl@gnu.org>
19246
19247         * config/install-sh: update from automake.
19248
19249 2003-09-25  Bruno Haible  <bruno@clisp.org>
19250
19251         * modules/version-etc-2: New file, from modules/version-etc with
19252         modifications.
19253         * MODULES.html.sh (func_all_modules): Add version-etc-2.
19254
19255 2003-09-25  Bruno Haible  <bruno@clisp.org>
19256
19257         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
19258         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
19259
19260 2003-09-24  Simon Josefsson  <jas@extundo.com>
19261
19262         * modules/xgethostname: Add xgethostname.h.
19263
19264 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19265
19266         * lib/linebuffer.c (freebuffer): Don't free the argument, just
19267         the buffer associated with the argument.  Bug reported by
19268         Simon Josefsson.
19269
19270 2003-09-24  Paul Eggert  <eggert@twinsun.com>
19271
19272         * README: Document assumptions that 'int' is at least 32 bits
19273         wide, that integer arithmetic is 2's complement without overflow,
19274         that there are no holes in integer values, that adding sizes of
19275         two nonoverlapping objects can't overflow, and that all-bits-zero
19276         yields scalar zero.  Fix spelling and capitalization typos.
19277
19278 2003-09-19  Karl Berry  <karl@gnu.org>
19279
19280         * lib/argp.h: update from libc.
19281
19282 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19283
19284         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
19285         to avoid spurious warnings like "AC_RUN_IFELSE was called before
19286         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
19287
19288 2003-09-17  Paul Eggert  <eggert@twinsun.com>
19289
19290         * gnulib-tool: Use "test -h", not "test -L", for portability
19291         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
19292         (tags_regexp): Remove, since \| doesn't conform to POSIX.
19293         (sed_extract_prog): Issue s commands one-by-one, rather than
19294         using \| in one s command.
19295
19296 2003-09-16  Paul Eggert  <eggert@twinsun.com>
19297
19298         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
19299         input error, instead of returning NULL the next time we are called
19300         (and therefore losing track of errno).
19301
19302 2003-09-16  Bruno Haible  <bruno@clisp.org>
19303
19304         * gnulib-tool (func_create_testdir): Warn about duplicated
19305         dependencies.
19306
19307 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19308
19309         * modules/argmatch, modules/fatal, modules/obstack,
19310         modules/xalloc, modules/xgethostname: Sort dependencies by
19311         importance, not alphabetically.
19312
19313 2003-09-15  Paul Eggert  <eggert@twinsun.com>
19314
19315         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
19316         fails, so that the caller gets the proper errno.
19317
19318         * lib/readutmp.c (read_utmp): Likewise.
19319         Check for fstat error.  Close stream and free storage
19320         when failing.
19321
19322 2003-09-14  Karl Berry  <karl@gnu.org>
19323
19324         * config/srclist.txt (strdup.c): disable for c89 changes.
19325
19326 2003-09-14  Jim Meyering  <jim@meyering.net>
19327
19328         * lib/getloadavg.c: Correct cpp indentation.
19329         * lib/strdup.c: Likewise.
19330         * lib/vasnprintf.c: Likewise.
19331
19332 2003-09-14  Bruno Haible  <bruno@clisp.org>
19333
19334         * modules/fwriteerror: New file.
19335         * MODULES.html.sh (func_all_modules): Add fwriteerror.
19336
19337 2003-09-14  Bruno Haible  <bruno@clisp.org>
19338
19339         * lib/fwriteerror.h: New file.
19340         * lib/fwriteerror.c: New file.
19341
19342 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19343
19344         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
19345         modules/xgethostname, modules/xalloc: Depend on exit.
19346
19347 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19348
19349         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
19350
19351         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
19352         and AC_MINIX, too, so that their extensions are available.
19353
19354         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
19355         This macro has been superseded by gl_BACKUPFILE.
19356
19357         More patches to assume C89 or better.
19358
19359         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
19360
19361         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
19362         unconditionally.
19363         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
19364         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
19365         Include <string.h>, <stdlib.h> unconditionally.
19366         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
19367         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
19368         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
19369         headers or for string.h.
19370         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
19371         or strtoul.
19372
19373         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
19374         headers.
19375         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
19376         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19377         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
19378         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
19379         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19380         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
19381         memcpy, memset.
19382         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
19383         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
19384         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
19385         strtol.
19386         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
19387         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
19388         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
19389         strtoul.
19390
19391 2003-09-12  Paul Eggert  <eggert@twinsun.com>
19392
19393         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
19394         * lib/obstack.c [!defined _LIBC]: Likewise.
19395         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
19396         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
19397         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
19398
19399         More changes to assume C89 or better.
19400
19401         * lib/error.c (error_tail): Assume vprintf.
19402
19403         * lib/argmatch.c (getenv): Remove decl.
19404         * lib/progreloc.c (get_full_program_name): Define via prototype.
19405         * lib/setenv.c (clearenv): Likewise.
19406         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
19407         needed.
19408         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
19409         (malloc, memcpy): Remove decls.
19410         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
19411         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
19412         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19413         (memcpy): Remove macro.
19414         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
19415         (__P): Remove.  All uses removed.
19416         (PTR): Remove.  All uses changed to void *.
19417         (CHAR_BIT, NULL): Remove.
19418         (spaces, zeros, memset_space, memset_zero)
19419         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
19420         Remove.
19421         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
19422         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
19423         Define with prototype.
19424         Remove now-unnecessary prototype decl.
19425         (extra_args_spec): Assume ANSI C.  All uses changed.
19426         (extra_args_spec_iso): Remove.
19427         (my_strftime, emacs_strftimeu): Define via prototype.
19428         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
19429         unconditionally.
19430         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
19431         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
19432         (strtoul, strtol): Remove decls.
19433         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
19434         LONG_MAX): Remove.
19435         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
19436         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
19437         (LOCALE_PARAM_PROTO): New macro.
19438         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
19439         (INTERNAL (strtol), strtol): Define with a prototype.
19440         (PARAMS): Remove.  All uses removed.
19441         * lib/tempname.c: Include <string.h> unconditionally.
19442         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19443         * lib/xgethostname.c (main): Define with a prototype.
19444         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19445         Include <stdlib.h> unconditionally.
19446         (calloc, malloc, realloc, free): Remove decls.
19447         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19448         Include <stdlib.h> unconditionally.  Sort include file names.
19449         (strtod): Remove.
19450         (xstrtod): Define with a prototype.
19451         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19452         (strtol, strtoul): Remove decls.
19453
19454 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19455
19456         More patches to assume C89 or better.
19457         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19458         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19459         string.h, memchr, STDC_HEADERS.
19460
19461 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19462
19463         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19464         Include <stdlib.h>, <string.h> unconditionally.
19465         Remove now-unnecessary cast to char *.
19466         * lib/strnlen.c: Include <string.h> unconditionally.
19467         * lib/yesno.c (yesno): Define with a prototype.
19468
19469 2003-09-11  Bruno Haible  <bruno@clisp.org>
19470
19471         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19472
19473 2003-09-10  Jim Meyering  <jim@meyering.net>
19474
19475         * lib/error.c: Correct indentation of cpp directives.
19476
19477 2003-09-10  Bruno Haible  <bruno@clisp.org>
19478
19479         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19480         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19481         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19482         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19483         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19484         <stdlib.h> and <string.h> checks.
19485         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19486         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19487
19488 2003-09-10  Bruno Haible  <bruno@clisp.org>
19489
19490         * lib/strcspn.c: Include <string.h> unconditionally.
19491         * lib/strpbrk.c: Include <string.h> unconditionally.
19492         * lib/strstr.c: Include <string.h> unconditionally.
19493         * lib/unicodeio.c: Include <string.h> unconditionally.
19494         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19495         * lib/unsetenv.c: Likewise.
19496         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19497         * lib/yesno.c: Include <stdlib.h> unconditionally.
19498         (rpmatch): Add prototype.
19499
19500 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19501
19502         More patches to assume C89 or better.
19503         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19504         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19505         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19506         or for string.h.
19507         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19508         stdlib.h.
19509         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19510         C headers.
19511         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19512         string.h.
19513         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19514         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19515         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19516         or for string.h.
19517         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19518         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19519         C headers.
19520         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19521         memcpy.
19522         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19523         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19524         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19525         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19526         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19527         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19528         string.h, free.
19529         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19530         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19531         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19532         C headers, or for string.h.
19533         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19534         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19535         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19536         headers, memory.h, stdlib.h, string.h, strings.h.
19537         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19538         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19539         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19540         strchr.
19541         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19542         headers, memory.h, string.h.
19543         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19544         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19545         free.
19546         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19547         headers.
19548         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19549         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19550         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19551         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19552         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19553
19554 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19555
19556         More K&R removal.
19557
19558         * lib/acosl.c (main): Use a prototype.
19559         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19560         tanl.c: Likewise.
19561
19562         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19563
19564         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19565         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19566         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19567         with a prototype.
19568         * lib/getopt.c (const): Remove macro.
19569         Include <string.h> unconditionally.
19570         (my_index): Remove; all uses changed to strchr.
19571         (strlen): Remove decl.
19572         (exchange): Remove forward decl; no longer needed.
19573         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19574         Define with prototype.
19575         * lib/getopt1.c (const): Remove macro.
19576         (getopt_long, getopt_long_only, main): Define with prototype.
19577
19578         * lib/getugroups.c: Include <string.h> unconditionally.
19579
19580         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19581         (getusershell, setusershell, endusershell, readname, main):
19582         Define with prototypes.
19583
19584         * lib/group-member.c: Include group-member.h first.
19585         Include <stdlib.h> unconditionally.
19586
19587         * lib/hard-locale.c: Include hard-locale.h first.
19588         Include <stdlib.h>, <string.h> unconditionally.
19589
19590         * lib/hash.c (free, malloc): Remove decls.
19591         Include <stdlib.h> unconditionally.
19592
19593         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19594         (getenv): Do not declare.
19595
19596         * lib/idcache.c: Include <string.h> unconditionally.
19597
19598         * lib/long-options.c: Include long-options.h first, to test interface.
19599         Include <stdlib.h> unconditionally.
19600
19601         * lib/makepath.c: Include makepath.h first, to test interface.
19602         Include <stdlib.h> and <string.h> unconditionally.
19603
19604         * lib/linebuffer.c: Include <stdlib.h>.
19605         (free): Remove decl.
19606
19607         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19608         stddef.h. rpl_malloc returns void *, not char *.
19609         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19610         prototype.
19611
19612         * lib/md5.h: Include <limits.h> unconditionally.
19613         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19614         (__P): Remove; all uses removed.
19615         * lib/md5.c: Include "md5.h" first.
19616         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19617         md5_buffer, md5_process_bytes, md5_process_block):
19618         Define with prototypes.
19619         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19620         * lib/sha.c: Include "sha.h" first.
19621         Include <stdlib.h>, <string.h> unconditionally.
19622
19623         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19624         * lib/memcmp.c (__ptr_t): Likewise.
19625         * lib/memrchr.c (__ptr_t): Likewise.
19626         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19627         Include <string.h> unconditionally.
19628         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19629         * lib/memchr.c: Include <stdlib.h> unconditionally.
19630         * lib/memchr.c (LONG_MAX): Remove.
19631         * lib/memrchr.c (LONG_MAX): Likewise.
19632         * lib/memchr.c (__memchr): Define via a prototype.
19633         * lib/memrchr.c (__memrchr): Likewise.
19634         * lib/memcmp.c (__P): Remove, and remove all uses.
19635         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19636         Remove forward decls; no longer needed.
19637         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19638         Use types required by C89 in prototype.
19639
19640         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19641         * lib/savedir.c: Likewise.
19642         * lib/mkdir.c (free): Remove decl.
19643         * lib/rmdir.c (rmdir): Define with a prototype.
19644         * lib/savedir.c: Include savedir.h first, to test interface.
19645
19646         * lib/mktime.c (STDC_HEADERS): Remove.
19647         Include <stdlib.h>, <string.h> unconditionally.
19648
19649         * lib/modechange.c: Include <stdlib.h> unconditionally.
19650         (malloc): Remove decl.
19651
19652         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19653         (free): Remove decl.
19654
19655         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19656         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19657         (This type really should be intptr_t, but that's a C99ism.)
19658         (_obstack_memcpy): Remove: all uses changed to memcpy.
19659         Include <string.h> unconditionally.
19660         (struct obstack): Assume __STDC__ for types of members
19661         chunkfun, freefun, extra_arg.
19662         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19663         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19664         obstack_begin, obstack_specify_allocation,
19665         obstack_specify_allocation_with_arg, obstack_chunkfun,
19666         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19667         Remove unprototyped decls and the macros that use them.
19668         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19669         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19670         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19671         (defined __STDC__ && __STDC__)]:
19672         Remove nonprototyped code.
19673         Include <stdlib.h> unconditionally.
19674         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19675         _obstack_allocated_p, _obstack_free, obstack_free,
19676         _obstack_memory_used, print_and_abort):
19677         Define using prototypes.
19678         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19679         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19680         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19681         obstack_next_free, obstack_object_size, obstack_room) [0]:
19682         Remove unused, unprototyped code.
19683
19684         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19685
19686         * lib/physmem.c (physmem_total, physmem_available, main): Define
19687         with prototypes.
19688
19689         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19690         (main): Define with a prototype.
19691
19692         * lib/posixver.c (getenv): Remove decl.
19693
19694         * lib/putenv.c (malloc): Returns void *, not char *.
19695         Include <string.h> unconditionally.
19696         (strchr, memcpy, NULL): Do not define.
19697
19698         * lib/readtokens.c: Include readtokens.h first, to test interface.
19699         Include <stdlib.h>, <string.h> unconditionally.
19700         (init_tokenbuffer): Define with a prototype.
19701
19702         * lib/regex.c (PARAMS): Remove.  All uses removed.
19703         All uses of _RE_ARGS removed, too.
19704         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19705         unconditionally.
19706         (bzero): Assume memset exists.
19707         (memcmp, memcpy, NULL): Remove.
19708         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19709         char, or assignments to local vars of type signed char.
19710         (init_syntax_once, PREFIX(extract_number_and_incr),
19711         PREFIX(print_partial_compiled_pattern),
19712         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19713         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19714         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19715         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19716         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19717         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19718         wcs_compile_range, byte_compile_range, truncate_wchar,
19719         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19720         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19721         count_mbs_length, wcs_re_match_2_internal,
19722         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19723         PREFIX(alt_match_null_string_p),
19724         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19725         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19726         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19727         now-unnecessary declaration, if any.
19728         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19729         regcomp, regexec):
19730         Remove now-unnecessary casts among pointer types.
19731         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19732
19733         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19734         (free): Remove decl.
19735
19736         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19737
19738         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19739         (free): Remove decl.
19740
19741         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19742         * lib/xgetcwd.c: Likewise.
19743
19744         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19745         (free): Remove decl.
19746
19747         * lib/strchrnul.c (strchrnul): Define with a prototype.
19748         Fix bug: c_in was not converted to char before searching.
19749
19750         The following changes are not K&R related:
19751
19752         * lib/group-member.h: Include <sys/types.h>, so that this file is
19753         self-contained.
19754         * lib/makepath.h: Likewise.
19755
19756         * lib/getusershell.c (readname, default_index, line_size, readname):
19757         Use size_t, not int, for sizes.
19758         (readname): If the size overflows, report an error instead of
19759         looping forever.
19760
19761 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19762
19763         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19764         libc.
19765
19766 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19767
19768         * README: New section: portability guidelines.
19769
19770 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19771
19772         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19773         C89 spec.
19774
19775 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19776
19777         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19778
19779 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19780
19781         Assume C89 or better; remove K&R cruft.
19782         A few of these changes were first proposed by Derek Robert Price
19783         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19784
19785         * lib/addext.c: Include <string.h> unconditionally.
19786         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19787         Don't declare getenv or malloc.
19788
19789         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19790         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19791         (NULL): Remove.
19792         (find_stack_direction, alloca): Use prototypes.
19793
19794         * lib/atexit.c (atexit): Define using a prototype.
19795
19796         * lib/basename.c, dirname.c, stripslash.c:
19797         Include <string.h> unconditionally.
19798
19799         * lib/bcopy.c: Include <stddef.h>.
19800         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19801
19802         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19803
19804         * lib/error.h (error, error_at_line, error_print_progname)
19805         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19806         * lib/error.c: Include error.h first, to check interface.
19807         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19808         (VA_START): Remove; all uses changeed to va_start.
19809         (exit, strerror): Remove decls.
19810         (error_print_progname): Prototype uncondionally.
19811         Don't include <errno.h>; no longer needed.
19812         (private_strerror): Remove.
19813         (error_tail): Always define.
19814         (error, error_at_line): Assume C89 or better; always use prototypes.
19815         * lib/fatal.c: Include "fatal.h" first, to test interface.
19816         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19817         (VA_START): Remove; all uses changed to va_start.
19818         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19819         this case.
19820         (exit): Remove decl.
19821         (fatal): Prototype unconditionally.  Assume va_start works.
19822         Abort at end, to pacify gcc.
19823
19824         * lib/euidaccess.c (main): Define with a prototype.
19825
19826         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19827
19828         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19829
19830         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19831         prototypes.
19832         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19833         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19834         (getenv): Remove decl.
19835         (fnmatch): Define using a prototype.
19836         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19837         (FCT): Define using a prototype.
19838
19839         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19840
19841         * lib/gethostname.c: Include <stddef.h>.
19842         (gethostname): Define with prototype.  Length is size_t, not int.
19843
19844 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19845
19846         Assume C89 or better; remove K&R cruft.
19847         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19848         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19849         string.h, getenv, malloc.
19850         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19851         headers.
19852         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19853         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19854         do not check for strerror.
19855         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19856         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19857         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19858         do not check for doprnt or vprintf.
19859         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19860         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19861
19862 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19863
19864         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19865         getversion.c should have been removed then, but was accidentally
19866         preserved.
19867
19868         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19869         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19870
19871 2003-09-08  Karl Berry  <karl@gnu.org>
19872
19873         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19874                 config, forget about prep.
19875
19876         * config/depcomp, missing: update from automake.
19877
19878 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19879
19880         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19881         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19882
19883 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19884
19885         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19886         copy_tm_result.  Bug reported by Simon Josefsson in
19887         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19888
19889 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19890
19891         * m4/time_r.m4: New file.
19892         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19893         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19894         is. Check for timegm declaration.
19895         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19896         Do not check for gmtime_r.
19897         Replace mktime if __mktime_internal does not exist and if mktime
19898         hasn't been replaced already.
19899
19900 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19901
19902         * lib/time_r.c, lib/time_r.h: New files.
19903
19904         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19905         __localtime_r.
19906         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19907         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19908
19909         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19910         __gmtime_r.
19911         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19912         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19913         Include <time_r.h>.
19914
19915         * lib/timegm.c: Switch to glibc implementation, with the following
19916         changes:
19917         [defined HAVE_CONFIG_H]: Include <config.h>.
19918         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19919         (__mktime_internal) [!defined _LIBC]: New decl.
19920         (__gmtime_r) [!defined _LIBC]: New macro and function.
19921         (timegm): Use a prototype, since gnulib assumes C89.
19922         Do not bother declaring tmp to be const, as it's not really usefu.
19923         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19924         (timegm): Declare only if HAVE_DECL_TIMEGM.
19925
19926 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19927
19928         * MODULES.html.sh (func_all_modules): Add time_r.
19929         * modules/time_r: New file.
19930         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19931         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19932
19933 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19934
19935         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19936         Bug reported by Lute Kamstra in
19937         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19938
19939         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19940         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19941         course with correspondingly smaller numbers for tomorrow and
19942         yesterday.  From Tadayoshi Funaba.  Originally installed into
19943         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19944         coreutils merge?).
19945
19946 2003-08-31  Simon Josefsson  <jas@extundo.com>
19947
19948         * modules/timegm: New file.
19949         * MODULES.html.sh (func_all_modules): Add timegm.
19950
19951 2003-08-31  Simon Josefsson  <jas@extundo.com>
19952
19953         * m4/timegm.m4: New file.
19954
19955 2003-08-31  Simon Josefsson  <jas@extundo.com>
19956
19957         * lib/timegm.h: New file.
19958         * lib/timegm.c: New file.  Based on
19959         wget-1.8.2/src/http.c:mktime_from_utc.
19960
19961 2003-08-31  Karl Berry  <karl@gnu.org>
19962
19963         * lib/argp.h: update from libc.
19964
19965 2003-08-28  Bruno Haible  <bruno@clisp.org>
19966
19967         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19968         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19969         followed by '#define fnmatch fnmatch_posix' gives an error.
19970
19971 2003-08-28  Bruno Haible  <bruno@clisp.org>
19972
19973         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19974         warning on QNX, which defines O_BINARY to 000000.
19975
19976 2003-08-27  Jim Meyering  <jim@meyering.net>
19977
19978         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19979         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19980         would fail after 32.  Reported by Danny Levinson.  Details here:
19981         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19982
19983 2003-08-24  Bruno Haible  <bruno@clisp.org>
19984
19985         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19986         MSVC7 <stdio.h> is included later.
19987
19988 2003-08-22  Simon Josefsson  <jas@extundo.com>
19989
19990         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19991
19992 2003-08-20  Karl Berry  <karl@gnu.org>
19993
19994         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19995
19996 2003-08-20  Bruno Haible  <bruno@clisp.org>
19997
19998         * modules/progname: New file.
19999         * MODULES.html.sh (func_all_modules): Add progname.
20000
20001 2003-08-20  Bruno Haible  <bruno@clisp.org>
20002
20003         * lib/progname.h: New file, from GNU gettext.
20004         * lib/progname.c: New file, from GNU gettext.
20005         * lib/progreloc.c: New file, from GNU gettext.
20006
20007 2003-08-19  Jim Meyering  <jim@meyering.net>
20008
20009         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
20010         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
20011
20012 2003-08-19  Bruno Haible  <bruno@clisp.org>
20013
20014         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
20015         more.
20016
20017 2003-08-19  Bruno Haible  <bruno@clisp.org>
20018
20019         * lib/xstrdup.c: Assume <string.h> exists.
20020
20021 2003-08-18  Paul Eggert  <eggert@twinsun.com>
20022
20023         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
20024         in makefile rules.
20025
20026 2003-08-18  Jim Meyering  <jim@meyering.net>
20027
20028         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
20029         * m4/lib-ld.m4: Likewise.
20030
20031 2003-08-18  Jim Meyering  <jim@meyering.net>
20032
20033         * lib/setenv.h: Indent nested cpp directive.
20034         * lib/vasnprintf.c: Remove trailing blanks.
20035
20036 2003-08-17  Simon Josefsson  <jas@extundo.com>
20037
20038         * modules/xstrndup: New file.
20039         * MODULES.html.sh (func_all_modules): Add xstrndup.
20040
20041 2003-08-17  Simon Josefsson  <jas@extundo.com>
20042
20043         * modules/argp: Fix autoconf macro name. Add more dependencies.
20044
20045 2003-08-17  Simon Josefsson  <jas@extundo.com>
20046
20047         * m4/xstrndup.m4: New file.
20048
20049 2003-08-17  Simon Josefsson  <jas@extundo.com>
20050
20051         * m4/argp.m4: New file.
20052
20053 2003-08-17  Simon Josefsson  <jas@extundo.com>
20054             Bruno Haible  <bruno@clisp.org>
20055
20056         * lib/xstrndup.h: New file.
20057         * lib/xstrndup.c: New file.
20058
20059 2003-08-17  Bruno Haible  <bruno@clisp.org>
20060
20061         * modules/strndup (Files, Include): Add lib/strndup.h.
20062
20063 2003-08-17  Bruno Haible  <bruno@clisp.org>
20064
20065         * modules/euidaccess (Files): Add lib/euidaccess.h.
20066
20067 2003-08-17  Bruno Haible  <bruno@clisp.org>
20068
20069         * lib/strndup.h: New file.
20070
20071 2003-08-17  Bruno Haible  <bruno@clisp.org>
20072
20073         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
20074         like AC_GNU_SOURCE.
20075         * modules/extensions (configure.ac): Comment out the invocation of
20076         gl_USE_SYSTEM_EXTENSIONS.
20077
20078 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20079
20080         Merges from coreutils, etc.
20081         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
20082         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
20083         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
20084         fixing a typo.
20085         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
20086         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
20087
20088 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20089
20090         Document merge from coreutils.
20091         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
20092         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
20093         * modules/utime: Add m4/utimes-null.m4.
20094
20095 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20096
20097         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
20098         space, undoing this 2003-08-12 change:
20099         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20100
20101 2003-08-16  Paul Eggert  <eggert@twinsun.com>
20102
20103         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
20104         strtoul.c from libc, undoing this 2003-08-12 change:
20105         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
20106
20107 2003-08-16  Jim Meyering  <jim@meyering.net>
20108
20109         Merges from coreutils.
20110         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
20111         prefix.  Adjust cache variables similarly.  Create 500 rather than
20112         just 300 files, to exercise bug on Darwin6.5, too.
20113         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
20114         $missing_dir.
20115         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
20116         AM_SYS_POSIX_TERMIOS.
20117         Reported by mkc@mathdogs.com.
20118         Also change use of $am_cv_sys_posix_termios
20119         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
20120         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
20121         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
20122         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
20123         in /proc/mounts until it finds one with matching device number.  This
20124         is unnecessary when the FILE argument *is* a mount point.  No stat call
20125         is necessary in that case.  So, disable the statvfs-testing code on
20126         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
20127         as RedHat bug# 84846.
20128         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20129         to 1MB, so as not to render systems with no stack size limit (e.g.,
20130         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20131         Include <unistd.h>.  On some systems,
20132         it is required for the definition of _SC_PAGESIZE.
20133
20134 2003-08-16  Jim Meyering  <jim@meyering.net>
20135
20136         Merge from coreutils.
20137         * lib/xstrtoimax.c: #else #if -> #elif.
20138         * lib/xstrtoumax.c: Likewise.
20139
20140 2003-08-16  Jim Meyering  <jim@meyering.net>
20141
20142         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
20143         * m4/utimes.m4: Removed.
20144         * m4/utimes-null.m4: Renamed from utimes.m4.
20145
20146         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
20147         to 1MB, so as not to render systems with no stack size limit (e.g.,
20148         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
20149         Include <unistd.h>.  On some systems,
20150         it is required for the definition of _SC_PAGESIZE.
20151
20152 2003-08-16  Jim Meyering  <jim@meyering.net>
20153         and Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         Merges from coreutils, etc.
20156
20157         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
20158         using the latest version from cvs.  This avoids problems with #line
20159         directives using a vendor (Sun) compiler.
20160         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
20161         Don't set GETGROUPS_LIB here; now it's
20162         done via getgroups.m4's wrapper function.
20163         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
20164         rather than just in sh-util/configure.in, so that the
20165         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
20166         same.
20167         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
20168         AC_FUNC_GETLOADAVG where to find getloadavg.c.
20169         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
20170         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
20171         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
20172         Remove code that is now done by the newly-required macros.
20173         Append $(EXEEXT) to DF_PROG.
20174         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
20175         Do not invoke or require the following here,
20176         since prereq.m4 or some gnulib .m4 now does this for us:
20177         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
20178         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
20179         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
20180         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
20181         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
20182         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
20183         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
20184         AC_FUNC_OBSTACK.
20185         Do not replace the following functions, as this is now the job
20186         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
20187         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
20188         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
20189         atexit getpass, strdup, getpagesize.
20190         Replace 'raise'.
20191         Do not check for the following functions, as this is now the job
20192         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
20193         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
20194         setregid.
20195         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
20196         Check for sys/sysctl.h.
20197         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
20198         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
20199         of checking for ssize_t ourselves.
20200
20201         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
20202         Require every macro that gnulib/modules/* suggests for us.
20203         (jm_PREREQ_ADDEXT): New macro.
20204         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
20205         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
20206
20207         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
20208         (gl_PHYSMEM): Use it.
20209         Also check for `table' function.
20210         Check for new headers and functions.
20211         Add check for sys/sysmp.h.
20212         With suggestions from Kaveh Ghazi.
20213         Ignore headers that are present but cannot be compiled.  This
20214         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
20215         C 5.4.
20216
20217 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20218
20219         Document merge from coreutils.
20220         * modules/userspec: Depend on posixver.
20221         * modules/strftime: Depend on tzset.
20222
20223 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20224
20225         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
20226         rather than tab, after '#' in shell-script copyright notices.
20227         Suggested by Bruno Haible.
20228
20229 2003-08-15  Paul Eggert  <eggert@twinsun.com>
20230
20231         * config/srclist-update: Use three spaces, rather than tab, after '#'
20232         in shell-script copyright notices.  Suggested by Bruno Haible.
20233         Remove unnecessary parenthesization in regular expression.
20234
20235 2003-08-15  Jim Meyering  <jim@meyering.net>
20236
20237         Merge from coreutils.
20238         * lib/xgethostname.c: Include <stdlib.h>.
20239         (xghostname): Don't exit for anything other than memory-related
20240         failure; just return NULL.
20241         * lib/userspec.c: Include "posixver.h".
20242         (parse_user_spec): Accept `.' as a separator only
20243         in pre-POSIX-200112 mode.
20244         * lib/strtoimax.c: Use #elif rather than #else #if.
20245         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
20246         Remove function, now that we can rely on a working tzset function.
20247         [!_LIBC]: Ensure that the required autoconf test has been run.
20248         [!defined _NL_CURRENT && HAVE_STRFTIME]:
20249         Use underlying_strftime for %r.
20250         * lib/sha.c: Merge in some clean-up and optimization changes from
20251         glibc.
20252         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
20253         Ensure that it is a multiple of 64.
20254         Rearrange loop exit tests so as to avoid performing an
20255         additional fread after encountering an error or EOF.
20256         * lib/realloc.c: Update copyright date.
20257
20258 2003-08-15  Jim Meyering  <jim@meyering.net>
20259         and Paul Eggert  <eggert@twinsun.com>
20260
20261         Merge from coreutils.
20262         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
20263         member but strut utmpx does not.  Needed for AIX 4.3.3.
20264         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
20265
20266 2003-08-15  Jim Meyering  <jim@meyering.net>
20267         and Paul Eggert  <eggert@cs.ucla.edu>
20268
20269         Merges from coreutils, etc.
20270         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
20271         Require gl_FUNC_TZSET_CLOBBER.
20272         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
20273         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
20274         members.
20275
20276 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20277
20278         Help the merge from coreutils.
20279         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
20280         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
20281         * m4/tzset.m4: Use it too.
20282
20283 2003-08-14  Paul Eggert  <eggert@twinsun.com>
20284
20285         * modules/tzset: New file.
20286
20287 2003-08-14  Jim Meyering  <jim@meyering.net>
20288
20289         Merges from coreutils.
20290         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
20291         variable names, rather than @FNMATCH_H@.
20292         * modules/alloca: Likewise for $(ALLOCA_H).
20293
20294         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
20295         the three copies of the literal target, `fnmatch.h'.
20296         * modules/alloca (alloca.h): Likewise.
20297
20298 2003-08-14  Jim Meyering  <jim@meyering.net>
20299
20300         Merge from coreutils.
20301         * m4/tzset.m4: New file.
20302         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
20303         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
20304         otherwise, AIX 5.1 systems would end up using the latter.
20305         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
20306         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
20307         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
20308         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
20309
20310 2003-08-14  Jim Meyering  <jim@meyering.net>
20311
20312         Merge from coreutils.
20313         * lib/obstack.h: Whitespace changes.
20314         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
20315         and xcalloc return values.
20316         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
20317         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
20318         hang on OSF/1 5.1 for DIR on both local and remote file systems.
20319         Reported by (and fix confirmed by) Nelson H. F. Beebe.
20320         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20321         error from mntctl.
20322         Use mntctl's return value to drive the entry-processing loop, since
20323         we can't rely on the value of the vmt_length member in the last
20324         entry.  On some systems doing so could result in exhausting
20325         virtual memory.  Based in part on a patch from Mike Jetzer.
20326
20327 2003-08-14  Jim Meyering  <jim@meyering.net>
20328         and Paul Eggert  <eggert@twinsun.com>
20329
20330         Merges from coreutils, plus other fixes.
20331         * lib/physmem.c: Merge in portability changes from gcc/libiberty
20332         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
20333         for credits and details.  Thanks to Kaveh Ghazi for helping
20334         to keep these files in sync.
20335         (ARRAY_SIZE): Define it.
20336         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
20337         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
20338         (memcasecmp): Don't assume size_t fits in unsigned int.
20339         Remove casts and duplicate code.
20340         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
20341         (memcpy): Remove definition.
20342         Merge in some clean-up and optimization changes from glibc.
20343         [BLOCKSIZE]: Move definition to top of file.
20344         Ensure that it is a multiple of 64.
20345         Rearrange loop exit tests so as to avoid performing an
20346         additional fread after encountering an error or EOF.
20347         * lib/md5.h (md5_uintptr): Define.
20348         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
20349         return to the initial working directory.  Preserve errno
20350         for caller.
20351         * lib/idcache.c: Include "xalloc.h".
20352         (xmalloc, xrealloc): Remove decls.
20353         (getuser): Remove casts no longer required in C89.
20354         * lib/human.c: Include stdio.h, for sprintf.
20355         * lib/group-member.c: Include "xalloc.h".
20356         (xmalloc, xrealloc): Remove decls.
20357         (get_group_info): Remove casts no longer required in C89.
20358         * lib/getusershell.c (readname): Remove casts no longer required in
20359         C89.
20360         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
20361         * lib/getline.c: Whitespace fix, from coreutils.
20362
20363 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20364
20365         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
20366         Check for isascii.
20367
20368         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20369         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20370         Undo previous (whitespace-only) change.
20371
20372 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20373
20374         * lib/exclude.c: Include <ctype.h>
20375         (IN_CTYPE_DOMAIN): New macro.
20376         (is_space): New fn.
20377         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
20378         and empty lines.
20379
20380         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20381         Undo previous (whitespace-only) change.
20382
20383 2003-08-13  Paul Eggert  <eggert@twinsun.com>
20384
20385         * config/srclist-update: Change update back to the old behavior,
20386         leaving whitespace alone.  Use one 'sed' command rather than a
20387         pipeline.
20388         (fixlicense): Now a variable, not a function.
20389         (remove_trailing_blanks): Remove.
20390         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
20391         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20392         Undo previous (whitespace-only) change.
20393
20394 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20395
20396         Merge from coreutils.
20397         * modules/euidaccess: Add lib_SOURCES, include for new
20398         file euidaccess.h
20399
20400 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20401
20402         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
20403         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
20404         Normalize leading white space and remove trailing white space.
20405
20406         Merge from coreutils
20407         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
20408
20409         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
20410         0.12.1.  These files are now being upgraded automatically by
20411         ../config/srclist-update.
20412
20413 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20414
20415         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
20416         Normalize leading white space and remove trailing white space.
20417         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
20418         notice, as per ../config/srclist-update.
20419
20420         Merge from coreutils.
20421         * lib/euidaccess.h: New file.
20422         * lib/euidaccess.c: Include it.
20423         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
20424         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
20425         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
20426
20427 2003-08-12  Paul Eggert  <eggert@twinsun.com>
20428
20429         * config/srclist-update: Add copyright notice.
20430         (remove_id_lines, remove_trailing_blanks): New constants.
20431         (fixfile): Use them to normalize spacing a bit in copied files.
20432         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
20433         Normalize leading white space and remove trailing white space.
20434
20435         * config/texinfo.tex: Sync with texinfo.
20436
20437         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
20438         strtoul.c from libc, to merge coreutils whitespace changes.
20439
20440         * config/srclist.txt: Get the following m4 files from gettext:
20441         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
20442         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20443         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20444         wint_t.m4.
20445
20446 2003-08-12  Karl Berry  <karl@gnu.org>
20447
20448         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20449         been made.
20450
20451 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20452
20453         * modules/gnu-source, m4/gnu-source.m4:
20454         Remove; we're assuming Autoconf 2.54 or later now.
20455         Suggested by Bruno Haible.
20456         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20457
20458 2003-08-11  Bruno Haible  <bruno@clisp.org>
20459
20460         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20461
20462 2003-08-11  Bruno Haible  <bruno@clisp.org>
20463
20464         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20465         (vasnprintf): Use it instead of wcslen.
20466
20467 2003-08-11  Bruno Haible  <bruno@clisp.org>
20468
20469         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20470         value to ensure that _Bool promotes to int. Use #define for _Bool when
20471         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20472
20473 2003-08-10  Karl Berry  <karl@gnu.org>
20474
20475         * lib/regex.h: update from libc (whitespace fix).
20476
20477 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20478
20479         Merge some files from coreutils.  These changes were
20480         originally made by Jim Meyering.
20481         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20482         many older Unixes require this.
20483         * lib/alloca.c (alloca): Remove cast to argument of free;
20484         no longer needed in C89.
20485         * lib/alloca_.h, regex.h: Fix white space to match
20486         what GNU indent does.
20487
20488 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20489
20490         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20491         apparently Emacs's Unicode mode got confused before my 2003-08-05
20492         checkin.
20493
20494 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20495
20496         * m4/extensions.m4: New file.
20497         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20498         Require gl_USE_SYSTEM_EXTENSIONS.
20499         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20500         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20501
20502 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20503
20504         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20505         * modules/extensions, modules/gnu-source: New files.
20506         * modules/timespec, modules/unlocked-io: Depend on extensions.
20507
20508 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20509
20510         * modules/restrict: New file.
20511         * MODULES.html.sh (func_all_modules): Add restrict.
20512         * modules/regex: Depend on restrict.
20513
20514 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20515
20516         * m4/restrict.m4: New file.
20517         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20518
20519 2003-08-07  Bruno Haible  <bruno@clisp.org>
20520
20521         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20522         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20523
20524 2003-08-07  Bruno Haible  <bruno@clisp.org>
20525
20526         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20527         makes the module 'getndelim2' compatible with the module 'getline'.
20528
20529 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20530
20531         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20532         byte with "\201" to avoid glitches when editing that source file
20533         with multi-gnome-terminal.
20534
20535 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20536
20537         * lib/bumpalloc.h: Remove.
20538
20539 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20540
20541         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20542         * modules/bumpalloc: Remove.
20543
20544 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20545
20546         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20547         GNU coding style.
20548
20549         Merge from coreutils.
20550         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20551         1. From glibc.
20552         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20553         from Karl Berry, implemented by Jim Meyering.
20554         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20555         from Dmitry V. Levin.
20556         Remove anachronistic cast of xrealloc.
20557         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20558         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20559         type. Otherwise, it wouldn't compile with at least /bin/cc on
20560         ymp-cray-unicos9.0.2.X.
20561         Combine two mostly-identical uses of alloca into one.
20562         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20563
20564 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20565
20566         [From Emacs.]
20567
20568         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20569         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20570         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20571         obsolete NLIST_NAME_UNION.
20572         [__GNU__]: Undef BSD and FSCALE.
20573         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20574
20575 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20576
20577         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20578         an enum type, so that it's guaranteed to promote to int.  See:
20579         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20580
20581 2003-08-03  Karl Berry  <karl@gnu.org>
20582
20583         * config/depcomp: update from automake.
20584
20585 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20586
20587         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20588         (strerror): Don't assume that a printable int fits in 14 bytes.
20589
20590 2003-07-31  Bruno Haible  <bruno@clisp.org>
20591
20592         * modules/getpass-gnu: New file.
20593         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20594
20595 2003-07-31  Bruno Haible  <bruno@clisp.org>
20596
20597         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20598
20599 2003-07-24  Karl Berry  <karl@gnu.org>
20600
20601         * config/missing: update from automake.
20602
20603 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20604             Bruno Haible  <bruno@clisp.org>
20605
20606         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20607         * lib/getline.c (getline, getdelim): Likewise.
20608         Remove _GNU_SOURCE define; now it's defined in config.h through
20609         m4/getline.m4.
20610
20611 2003-07-23  Karl Berry  <karl@gnu.org>
20612
20613         * config/config.sub: update from prep.
20614
20615 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20616
20617         * modules/xalloc (Depends-on): Add exitfail.
20618         * modules/xmemcoll: Likewise.
20619
20620 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20621
20622         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20623         over-parenthesization in macros.
20624
20625         Sync with coreutils.
20626
20627         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20628         required by C99.
20629
20630         Use `exit_failure' for xalloc and xmemcoll instead of their own
20631         private exit-failure variables.
20632         * lib/xalloc.h (xalloc_exit_failure): Remove.
20633         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20634         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20635         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20636         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20637         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20638
20639 2003-07-20  Jim Meyering  <jim@meyering.net>
20640
20641         * modules/closeout (Depends-on): Add exitfail.
20642         Suggestion from Bruno Haible.
20643
20644 2003-07-19  Karl Berry  <karl@gnu.org>
20645
20646         * config/config.sub: update from prep.
20647
20648 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20649
20650         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20651         Remove.
20652         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20653         to test that it can stand by itself.  Include "exitfail.h".
20654         Clients should set exit_failure instead.
20655         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20656
20657 2003-07-18  Bruno Haible  <bruno@clisp.org>
20658
20659         * modules/getndelim2: New file.
20660         * modules/getline: Share files with module getndelim2.
20661         * modules/getnline: Depend on getndelim2 instead of sharing files with
20662         it. Add getnline.c to lib_SOURCES.
20663         * MODULES.html.sh (func_all_modules): Add getndelim2.
20664
20665 2003-07-18  Bruno Haible  <bruno@clisp.org>
20666
20667         * m4/getndelim2.m4: New file.
20668         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20669         invoke gl_PREREQ_GETNDELIM2.
20670         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20671         gl_PREREQ_GETNDELIM2.
20672         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20673         gl_GETNDELIM2.
20674
20675 2003-07-18  Bruno Haible  <bruno@clisp.org>
20676
20677         * lib/getndelim2.h: New file.
20678         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20679         getndelim2.h.
20680         (getndelim2): Make non-static. Change return type to ssize_t.
20681         * lib/getline.h: Change argument names.
20682         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20683         * lib/getnline.c: Include getndelim2.h.
20684
20685 2003-07-18  Andreas Schwab  <schwab@suse.de>
20686
20687         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20688
20689 2003-07-17  Karl Berry  <karl@gnu.org>
20690
20691         * config/config.sub: update from prep.
20692
20693 2003-07-17  Bruno Haible  <bruno@clisp.org>
20694
20695         * modules/getnline: New file.
20696         * modules/getline: Add lib/getndelim2.c to source file list.
20697         * MODULES.html.sh (func_all_modules): Add getnline.
20698
20699 2003-07-17  Bruno Haible  <bruno@clisp.org>
20700
20701         * m4/getnline.m4: New file.
20702
20703 2003-07-17  Bruno Haible  <bruno@clisp.org>
20704
20705         * m4/Makefile.am.in: Remove file.
20706         * m4/Makefile.am: Remove file.
20707         * m4/Makefile.in: Remove file.
20708
20709 2003-07-17  Bruno Haible  <bruno@clisp.org>
20710
20711         * lib/getnline.h: New file.
20712         * lib/getnline.c: New file.
20713         * lib/getndelim2.c: New file, extracted from getline.c.
20714         (getndelim2): Renamed from getdelim2, with added nmax argument.
20715         * lib/getline.c: Include getndelim2.c.
20716         (getdelim2): Moved out to getndelim2.c.
20717         (getline, getdelim): Update.
20718
20719 2003-07-17  Bruno Haible  <bruno@clisp.org>
20720
20721         * lib/Makefile.am: Remove file.
20722         * lib/Makefile.in: Remove file.
20723
20724 2003-07-17  Bruno Haible  <bruno@clisp.org>
20725
20726         * configure.in: Remove file.
20727         * Makefile.in: Remove file.
20728
20729 2003-07-17  Bruno Haible  <bruno@clisp.org>
20730
20731         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20732
20733 2003-07-16  Karl Berry  <karl@gnu.org>
20734
20735         * config/srclist-update: was running fixlicense twice, which caused
20736                 texinfo.tex to be nullified for some reason.  Simplify,
20737                 $gplsrc is no longer needed as far as I can see?
20738
20739 2003-07-16  Jim Meyering  <jim@meyering.net>
20740
20741         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20742
20743 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20744
20745         * config/srclist.txt: Get the following files from gettext-runtime/intl
20746         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20747         ref-del.sin.  From Bruno Haible.
20748         * config/srclist-update (fixfile): Change grep pattern again, since the
20749         previous fix didn't work (there was another trailing $).  Use
20750         '[$]' to escape the $s.
20751
20752 2003-07-15  Karl Berry  <karl@gnu.org>
20753
20754         * lib/vasnprintf.c: update from gettext.
20755
20756 2003-07-15  Karl Berry  <karl@gnu.org>
20757
20758         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20759         gets expanded when surrounded by '$'.
20760
20761 2003-07-15  Jim Meyering  <jim@meyering.net>
20762
20763         * modules/save-cwd: Don't depend on error.  From Derek Price.
20764
20765 2003-07-15  Jim Meyering  <jim@meyering.net>
20766
20767         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20768
20769 2003-07-14  Simon Josefsson  <jas@extundo.com>
20770
20771         * modules/mempcpy: New file.
20772         * MODULES.html.sh (func_all_modules): Add mempcpy.
20773
20774 2003-07-14  Simon Josefsson  <jas@extundo.com>
20775
20776         * m4/mempcpy.m4: New file.
20777
20778 2003-07-14  Simon Josefsson  <jas@extundo.com>
20779
20780         * lib/mempcpy.h: New file.
20781         * lib/mempcpy.c: New file.
20782
20783 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20784
20785         * modules/getdate, modules/posixtm: Depend on mktime.
20786
20787 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20788
20789         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20790         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20791         unicodeio.c, unicodeio.h, unlocked-io.h:
20792         Switch from LGPL to GPL.
20793
20794 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20795
20796         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20797         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20798         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20799         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20800         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20801         updated automatically by ../config/srclist-update.  This changes
20802         their license from LPGL to GPL.
20803
20804 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20805
20806         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20807         assumed to refer to the root of the most recent stable gettext version.
20808         * config/srclistvars.sh: Add defaults for eggert.
20809         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20810         Match "This program" as well as "The program".  This is needed
20811         for gettext.
20812
20813 2003-07-14  Jim Meyering  <jim@meyering.net>
20814
20815         Don't emit diagnostics.  Let callers do that.
20816         * lib/save-cwd.c: Don't include "error.h".
20817         (save_cwd): Don't call error.  Ensure that errno is valid
20818         when returning nonzero.
20819
20820         * lib/save-cwd.h (restore_cwd): Update prototype.
20821         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20822         Simplify.  Don't call error upon failure.  Let callers do that.
20823         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20824         when auditing is enabled.  But don't bother updating the #if.
20825
20826 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20827
20828         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20829         it breaks C++ compilation.
20830         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20831
20832 2003-07-10  Simon Josefsson  <jas@extundo.com>
20833
20834         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20835
20836 2003-07-10  Jim Meyering  <jim@meyering.net>
20837
20838         * m4/clock_time.m4: Remove trailing blank.
20839         * m4/intmax_t.m4: Likewise.
20840
20841 2003-07-10  Jim Meyering  <jim@meyering.net>
20842
20843         * lib/vasnprintf.c: Remove trailing blanks.
20844         Make cpp indentation consistent.
20845
20846 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20847
20848         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20849         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20850         Switch from LGPL to GPL.
20851
20852 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20853
20854         * config/srclist.txt: Sort sublists.  Add
20855         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20856         that differ from gnulib for one reason or another; we'd like this list
20857         to be smaller but for now let's document what we have.
20858
20859 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20860
20861         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20862         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20863         and sweeter "eval x=$x".
20864         * config/srclist.txt: Get lib/argp* from glibc.
20865
20866 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20867
20868         * lib/mktime.c: Fix some boundary cases and remove need for floating
20869         point.
20870
20871         Issue a compile-time diagnostic if time_t is floating point, or if
20872         two's complement arithmetic is not in effect, or if arithmetic
20873         right shift does not propagate the sign.  These assumptions were
20874         all in the original code but they weren't checked.
20875
20876         (TIME_T_MIDPOINT, verify): New macros.
20877         (__isleap): Remove; it has integer overflow problems.
20878         (leapyear): New function, without those problems.
20879         (ydhms_tm_diff): Remove; splitting into two parts.
20880         (ydhms_diff): New function, containing the arithmetic part of
20881         the old ydhms_tm_diff function.  Issue a compile-time
20882         diagnostic if we are not using C99 integer division.
20883         Avoid casts when possible.
20884         (guess_time_tm): New function, containing the checking part of
20885         the old ydhms_tm_diff function.  Return the new value, rather than
20886         the difference between it and the old.  Accept a new argument T
20887         so that *T specifies the old value.  Check for overflow in the result.
20888
20889         (__mktime_internal): Use a time_t offset, not a long int offset.
20890         This undoes the 2003-06-04 change, which is no longer needed now
20891         that we have better overflow checking.
20892         (localtime_offset): Likewise.
20893
20894         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20895         and long are 64-bit but int is only 32-bit.
20896         (ydhms_diff): Use long int to store year1 and yday1.
20897         Issue a compile-time diagnostic if long int is not wide enough.
20898
20899         (__mktime_internal): Use long int to store adjusted year and yday.
20900         Use plain C rather than preprocessor commands, if that doesn't
20901         affect efficiency.
20902         Check for overflow (and try to repair) after each probe
20903         rather than checking only at the very end.  This avoids some bugs
20904         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20905         does not equal GMT offset at maximum time).
20906         Use integer to check for overflow rather than floating point; this
20907         is more portable to non-IEEE hosts, and is a tad faster.
20908         When we detect that we are oscillating between two values,
20909         don't check whether tm_isdst has the requested value, since
20910         we already know the answer.  When tm_isdst has the wrong value,
20911         use a different heuristic to find the right one, based on the
20912         extreme values actually observed in practice in tz2003a,
20913         rather than the (overly optimistic) "previous 3 calendar quarters".
20914
20915         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20916         "T const" to accommodate glibc style.
20917         (check_result): Use less-confusing report format.  "long" -> "long int.
20918         (main): Likewise.
20919         Don't loop if the iteration overflows time_t.
20920         Allow a negative step in the iteration.
20921
20922 2003-07-06  Karl Berry  <karl@gnu.org>
20923
20924         * config/depcomp: update from automake.
20925         * config/config.sub: update from prep.
20926
20927 2003-07-03  Karl Berry  <karl@gnu.org>
20928
20929         * config/config.guess: update from prep.
20930
20931 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20932
20933         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20934         xreadlink.c now includes it unconditionally.
20935
20936 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20937
20938         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20939         having it depend on HAVE_SYS_TYPES_H.
20940
20941 2003-07-01  Bruno Haible  <bruno@clisp.org>
20942
20943         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20944         <sys/types.h> should be sufficient.
20945         Reported by Paul Eggert.
20946
20947 2003-06-26  Karl Berry  <karl@gnu.org>
20948
20949         * config/depcomp: update from automake.
20950
20951 2003-06-26  Bruno Haible  <bruno@clisp.org>
20952
20953         * modules/human: Depend on module stdbool.
20954
20955 2003-06-25  Bruno Haible  <bruno@clisp.org>
20956
20957         * modules/readlink: New file.
20958         * modules/xreadlink: Depend on it.
20959         * MODULES.html.sh (func_all_modules): Add readlink.
20960
20961 2003-06-25  Bruno Haible  <bruno@clisp.org>
20962
20963         * m4/readlink.m4: New file.
20964
20965 2003-06-25  Bruno Haible  <bruno@clisp.org>
20966
20967         * lib/readlink.c: New file.
20968
20969 2003-06-22  Karl Berry  <karl@gnu.org>
20970
20971         * config/srclist.txt: update mkinstalldirs from automake.
20972         * config/mkinstalldirs: update.
20973
20974 2003-06-22  Bruno Haible  <bruno@clisp.org>
20975
20976         Portability to mingw32.
20977         * m4/ssize_t.m4: New file, from GNU gettext.
20978         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20979         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20980
20981 2003-06-22  Bruno Haible  <bruno@clisp.org>
20982
20983         * modules/safe-read: Add m4/ssize_t.m4.
20984         * modules/xreadlink: Add m4/ssize_t.m4.
20985
20986 2003-06-20  Bruno Haible  <bruno@clisp.org>
20987
20988         Assume C89, so PARAMS isn't needed.
20989         * lib/unicodeio.h (PARAMS): Remove.
20990         * lib/unicodeio.c: Don't use PARAMS.
20991
20992 2003-06-18  Karl Berry  <karl@gnu.org>
20993
20994         * config/config.{guess,sub}: update from prep.
20995
20996 2003-06-18  Jim Meyering  <jim@meyering.net>
20997
20998         Merge changes from coreutils.
20999         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
21000         Remove explicit declarations of xmalloc and realloc.
21001         Include xalloc.h.
21002         (read_utmp): Remove anachronistic cast of xmalloc.
21003
21004 2003-06-17  Paul Eggert  <eggert@twinsun.com>
21005
21006         Assume C89, so PARAMS isn't needed.
21007         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
21008         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
21009         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
21010         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
21011         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
21012         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
21013         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
21014         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
21015         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
21016         lib/xstrtod.h, lib/xstrtol.h: Likewise.
21017         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
21018         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
21019         no longer needed. Anyway, config.h should always be included before any
21020         other file.
21021
21022 2003-06-11  Simon Josefsson  <jas@extundo.com>
21023
21024         * modules/sysexits: New file.
21025         * MODULES.html.sh (func_all_modules): Add sysexits.
21026
21027 2003-06-11  Simon Josefsson  <jas@extundo.com>
21028
21029         * lib/sysexit_.h: New file.
21030
21031 2003-06-11  Derek Price  <derek@ximbiot.com>
21032
21033         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
21034         necessary.
21035
21036 2003-06-11  Bruno Haible  <bruno@clisp.org>
21037
21038         * m4/sysexits.m4: New file.
21039
21040 2003-06-10  Simon Josefsson  <jas@extundo.com>
21041
21042         * lib/argp.h: New file, from glibc.
21043         * lib/argp-ba.c: New file, from glibc.
21044         * lib/argp-eexst.c: New file, from glibc.
21045         * lib/argp-fmtstream.c: New file, from glibc.
21046         * lib/argp-fmtstream.h: New file, from glibc.
21047         * lib/argp-fs-xinl.c: New file, from glibc.
21048         * lib/argp-help.c: New file, from glibc.
21049         * lib/argp-namefrob.h: New file, from glibc.
21050         * lib/argp-parse.c: New file, from glibc.
21051         * lib/argp-pv.c: New file, from glibc.
21052         * lib/argp-pvh.c: New file, from glibc.
21053         * lib/argp-xinl.c: New file, from glibc.
21054
21055 2003-06-10  Simon Josefsson  <jas@extundo.com>
21056
21057         * modules/strchrnul: New file.
21058
21059 2003-06-10  Simon Josefsson  <jas@extundo.com>
21060
21061         * modules/argp: New file.
21062
21063 2003-06-10  Simon Josefsson  <jas@extundo.com>
21064
21065         * m4/strchrnul.m4: New file.
21066
21067 2003-06-10  Simon Josefsson  <jas@extundo.com>
21068
21069         * lib/strchrnul.h: New file.
21070         * lib/strchrnul.c: New file.
21071
21072 2003-06-10  Bruno Haible  <bruno@clisp.org>
21073
21074         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
21075
21076 2003-06-07  Karl Berry  <karl@gnu.org>
21077
21078         * config/config.{guess,sub}: update from prep.
21079
21080 2003-06-07  Jim Meyering  <jim@meyering.net>
21081
21082         * modules/strtod: Use $(...) notation, not @...@ for
21083         AC_REPLACE'd variables.
21084         * modules/localcharset: Likewise.
21085
21086 2003-06-07  Jim Meyering  <jim@meyering.net>
21087
21088         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
21089         in place of my name in the copyright comment.
21090         Remove definition and uses of __P.
21091
21092         From coreutils.
21093         * lib/stat.c: Don't declare xmalloc explicitly.
21094         Instead, include "xalloc.h".
21095         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
21096         xrealloc, and xcalloc return values.
21097         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
21098         Improve comment.
21099         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
21100
21101 2003-06-07  Bruno Haible  <bruno@clisp.org>
21102
21103         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
21104         avoid AC_CONFIG_LINKS.
21105         * modules/fnmatch (Makefile.am): Use explicit creation rule for
21106         fnmatch.h, to avoid AC_CONFIG_LINKS.
21107         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
21108
21109 2003-06-07  Bruno Haible  <bruno@clisp.org>
21110
21111         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
21112         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
21113         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21114         directory.
21115         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
21116         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
21117         directory.
21118
21119 2003-06-06  Jim Meyering  <jim@meyering.net>
21120
21121         Merge from coreutils.
21122         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
21123         Consolidate declarations and initializations of *_base* locals.
21124
21125         Merge from coreutils.
21126         This avoids a core dump on systems without GNU putenv,
21127         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
21128         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
21129         (unsetenv): New static function, from GNU libc.
21130         (rpl_putenv): Use it.
21131
21132         * lib/modechange.c: Remove trailing blanks.
21133
21134         Merge from coreutils.
21135         * lib/fsusage.c: Remove declaration of statfs.
21136         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
21137
21138         * lib/posixtm.c: Include <stdbool.h> unconditionally.
21139
21140 2003-06-06  Jim Meyering  <jim@meyering.net>
21141
21142         * lib/stdbool_.h: Renamed from stdbool.h.in.
21143
21144 2003-06-06  Jim Meyering  <jim@meyering.net>
21145             Bruno Haible  <bruno@clisp.org>
21146
21147         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
21148         Adjust Makefile.am snippet not to redirect directly to target.
21149         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
21150
21151 2003-06-05  Paul Eggert  <eggert@twinsun.com>
21152
21153         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
21154         mismatch, look in future quarters as well as past.  This fixes a
21155         bug when processing fall-backwards gaps immediately after a long
21156         period of daylight-saving time.
21157
21158         * lib/mktime.c: Assume freestanding C89 or better.
21159         (HAVE_LIMITS_H): Remove.  Assume it's 1.
21160         (__P): Remove; not used.
21161         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
21162         (mktime, not_equal_tm, print_tm, check_result,
21163         main): Use prototypes.  Use const * where appropriate.
21164         (main): Fix typo in testing code that uncovered by above changes.
21165         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
21166
21167 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21168
21169         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
21170         locale.h, localeconv.  This merges changes from coreutils.
21171
21172         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
21173         It can be removed after the next Autoconf is released.
21174         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
21175         needed.
21176
21177 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21178
21179         * lib/mktime.c: Fix Debian bug 177940
21180         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
21181         (localtime_offset): Now long int, not time_t, because we want it
21182         to be guaranteed to be signed.  All uses changed.
21183         (__mktime_internal): If overflow would occur when adding offset,
21184         don't add it.
21185
21186         Merge 'human' changes from coreutils.  Rewrite to support
21187         locale-specific notations like thousands separators.
21188         * lib/human.c: Simplify authorship notice.
21189         Include human.h immediately after config.h.
21190         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
21191         <limits.h>: Do not include, since human.h does.
21192         (SIZE_MAX, UINTMAX_MAX): New macros.
21193         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
21194         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
21195         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
21196         (power_letter): Renamed from suffixes.
21197         (generate_suffix_backwards): Remove.
21198         (adjust_value): Now takes int style (because of human.h changes)
21199         and long double value (for greater precision on some platforms).
21200         (group_number): New function.
21201         (human_readable): Use it.  Use integer options, not enum.
21202         Put the options before the sizes in the arg list.
21203         Support all the new options.
21204         The old human_readable function has been removed;
21205         use inttostr.h instead.
21206         (human_readable, default_block_size, humblock):
21207         Use uintmax_t, not int, for block sizes.
21208         (human_readable_inexact, block_size_types): Remove.
21209         (block_size_opts): New constant.
21210         (human_options): Renamed from human_block_size, with new signature
21211         that allows block sizes up to UINTMAX_MAX.  All callers changed.
21212         * lib/human.h: Add copyright and authorship notice.
21213         Include <limits.h> and <stdbool.h> unconditionally.
21214         (PARAMS): Remove.  All uses removed.
21215         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
21216         (enum human_inexact_style): Remove tag; now a nameless enum.
21217         (human_floor, human_ceiling, human_round_to_even): Now have
21218         values 2, 0, 1 rather than -1, 1, 0.
21219         (human_group_digits, human_suppress_point_zero, human_autoscale,
21220         human_base_1024, human_SI, human_B): New constants.
21221         (human_readable_inexact, human_block_size): Remove.
21222         (human_readable): Size args are now uintmax_t, not int.
21223         (human_options): New decl.
21224
21225         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
21226         unnecessary now that we assume C89 or better.  This change
21227         imported from coreutils.
21228
21229         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21230         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
21231         in the 2003-05-30 sync from glibc.
21232
21233         .h files should stand alone, but we shouldn't include <sys/types.h>
21234         if we can get away with just <stddef.h>.
21235
21236         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
21237         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
21238         rather than <sys/types.h>, as we merely need size_t.
21239         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
21240         to get size_t.
21241         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
21242         Include <stdio.h>, to get FILE.
21243         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
21244         memcasecmp.h has included <stddef.h> and all we need is size_t.
21245         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
21246         our interface, instead of including <sys/types.h>
21247
21248 2003-06-04  Paul Eggert  <eggert@twinsun.com>
21249
21250         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
21251         now, as glibc mktime is buggy on non-glibc systems.
21252
21253 2003-06-03  Karl Berry  <karl@gnu.org>
21254
21255         * config/config.sub: update from prep.
21256
21257 2003-06-02  Paul Eggert  <eggert@twinsun.com>
21258
21259         [from coreutils]
21260         Fix some minor time-related bugs with POSIX time arguments.
21261         Some valid time stamps were being rejected (notably -1, and
21262         time stamps before 1900 on 64-bit hosts).  And some invalid
21263         time stamps were being accepted, e.g. September 31.
21264
21265         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
21266         that we can return (time_t) -1 successfully.
21267         * lib/posixtm.c: Likewise.
21268         [HAVE_STDBOOL_H]: Include <stdbool.h>.
21269         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
21270         (t): Remove static var.
21271         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
21272         of static var.  All uses changed.
21273         (year): Do not reject years before 1900; they can occur with
21274         64-bit time_t.
21275         (posix_time_parse): Do not check for out-of-range components;
21276         that is now the caller's responsibility, since our checks were
21277         only approximations.
21278         (posixtime): Use mktime to check for out-of-range components,
21279         since it knows them exactly.
21280         If mktime returns (time_t) -1, check whether an error actually occurred
21281         by invoking localtime on -1.
21282         (main) [TEST_POSIXTIME]: Check for input data errors, and report
21283         posixtime failures better.
21284         Improve the test data (in comments only).
21285
21286 2003-06-02  Karl Berry  <karl@gnu.org>
21287
21288         * config/mkinstalldirs (version): new variable.
21289         (--version): new option.
21290         (usage): improve message.
21291
21292 2003-05-30  Karl Berry  <karl@gnu.org>
21293
21294         * lib/mktime.c: update from libc.
21295
21296 2003-05-30  Bruno Haible  <bruno@clisp.org>
21297
21298         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
21299         * config/config.rpath: Upgrade to gettext-0.12.1.
21300
21301 2003-05-30  Bruno Haible  <bruno@clisp.org>
21302
21303         * m4/gettext.m4: Upgrade to gettext-0.12.1.
21304         * m4/nls.m4: New file, from gettext-0.12.1.
21305         * m4/po.m4: New file, from gettext-0.12.1.
21306         * m4/progtest.m4: Upgrade to gettext-0.12.1.
21307
21308 2003-05-30  Bruno Haible  <bruno@clisp.org>
21309
21310         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
21311         * lib/localcharset.h: Likewise.
21312         * lib/localcharset.c: Likewise.
21313
21314 2003-05-29  Karl Berry  <karl@gnu.org>
21315
21316         * config/config.rpath: update from gettext.
21317
21318 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21319
21320         Assume the headers required for C89 freestanding compilers.
21321         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
21322         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
21323         * m4/human.m4 (gl_HUMAN): Likewise.
21324         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
21325         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
21326         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21327         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
21328         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21329         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
21330
21331 2003-05-28  Paul Eggert  <eggert@twinsun.com>
21332
21333         Assume the headers required for C89 freestanding compilers.
21334         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
21335         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
21336         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
21337         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
21338         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
21339         define, since <limits.h> is guaranteed to do that.
21340         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
21341         * lib/exclude.c: Include <stdbool.h> unconditionally.
21342         * lib/tempname.c: Include <stddef.h> unconditionally.
21343         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
21344         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
21345         <stddef.h> does that.
21346         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
21347         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
21348         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
21349         needed.
21350         * lib/xstrtol.c: Likewise.
21351         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
21352         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
21353
21354         * lib/addext.c (addext): Use assignment rather than cast, to avoid
21355         warnings on some platforms.
21356
21357         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
21358         arbitrarily.
21359
21360 2003-05-26  Jim Meyering  <jim@meyering.net>
21361
21362         Merge in a change from coreutils:
21363         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
21364         that is guaranteed to be `no'.  Use `no_such_member' to indicate
21365         that condition, rather than `-1' which is slightly misleading.
21366         Change the name of the cache variable to have the gl_ prefix.
21367         Prompted by a patch from Richard Dawe for DJGPP.
21368
21369 2003-05-24  Karl Berry  <karl@gnu.org>
21370
21371         * config/config.guess: update from prep.
21372
21373 2003-05-22  Karl Berry  <karl@gnu.org>
21374
21375         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
21376
21377 2003-05-20  Karl Berry  <karl@gnu.org>
21378
21379         * config/config.guess: update from prep.
21380
21381 2003-05-18  Karl Berry  <karl@gnu.org>
21382
21383         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
21384         might actually be set by the user.
21385
21386         * config/depcomp, install-sh, mdate-sh: update from automake.
21387
21388 2003-05-17  Bruno Haible  <bruno@clisp.org>
21389
21390         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
21391         invalid expansion for AC_EGREP_CPP.
21392         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
21393         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
21394         Suggested by Akim Demaille <akim@epita.fr> in
21395         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
21396
21397 2003-05-12  Jim Meyering  <jim@meyering.net>
21398
21399         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
21400         the space-padded-by-default conversion specifiers, %e, %k, %l.
21401
21402 2003-05-12  Bruno Haible  <bruno@clisp.org>
21403
21404         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
21405         the string is longer than 4 KB.
21406
21407 2003-05-11  Karl Berry  <karl@gnu.org>
21408
21409         * config/config.{guess,sub}: update from prep.
21410
21411 2003-05-09  Bruno Haible  <bruno@clisp.org>
21412
21413         * modules/error: Add m4/strerror_r.m4 to file list.
21414
21415 2003-05-03  Bruno Haible  <bruno@clisp.org>
21416
21417         Upgrade to Unicode-4.0.
21418         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
21419         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
21420         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
21421         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
21422         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
21423         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
21424         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
21425         Change width of U+E0100..U+E01EF from 1 to 0.
21426
21427 2003-04-25  Jim Meyering  <jim@meyering.net>
21428
21429         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
21430         of type size_t, not int.
21431
21432 2003-04-25  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/copy-file.c: Include <stddef.h>, for size_t.
21435
21436 2003-04-21  Paul Eggert  <eggert@twinsun.com>
21437
21438         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
21439         code which expansion is under static control.  Patch imported from
21440         Akim Demaille's patch to Bison; see
21441         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
21442
21443 2003-04-14  Bruno Haible  <bruno@clisp.org>
21444
21445         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21446
21447 2003-04-11  Jim Meyering  <jim@meyering.net>
21448
21449         Merge changes from Coreutils.
21450
21451         2003-03-22  Jim Meyering  <jim@meyering.net>
21452
21453         * lib/strftime.c (widen): Cast alloca return value to proper type.
21454
21455         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21456
21457         From GNU libc.
21458         * lib/strftime.c (my_strftime): Handle very large width
21459         specifications for numeric values correctly.  Improve checks for
21460         overflow.
21461
21462         2003-01-19  Jim Meyering  <jim@meyering.net>
21463
21464         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21465         definitions.
21466         (nl_get_alt_digit) [! defined my_strftime]: Define.
21467         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21468         _nl_get_alt_digit and _nl_get_walt_digit.
21469
21470         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21471         libc. These changes have no effect outside of _LIBC.
21472
21473 2003-04-10  Bruno Haible  <bruno@clisp.org>
21474
21475         * modules/findprog: New file.
21476         * MODULES.html.sh (func_all_modules): Add it.
21477
21478 2003-04-10  Bruno Haible  <bruno@clisp.org>
21479
21480         * m4/findprog.m4: New file.
21481         * m4/eaccess.m4: New file.
21482
21483 2003-04-10  Bruno Haible  <bruno@clisp.org>
21484
21485         * lib/findprog.h: New file, from GNU gettext.
21486         * lib/findprog.c: New file, from GNU gettext.
21487
21488 2003-04-05  Jim Meyering  <jim@meyering.net>
21489
21490         Merge changes from Coreutils.
21491
21492         * lib/exclude.h (PARAMS): Remove definition and uses.
21493         * lib/exclude.c: Remove uses of `PARAMS'.
21494
21495         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21496         Add test-cases for DOS filenames. Declare program_name.
21497         (main): Set up program_name.  Patch by Rich Dawe.
21498
21499         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21500         error from mntctl.
21501         Use mntctl's return value to drive the entry-processing loop, since
21502         we can't rely on the value of the vmt_length member in the last
21503         entry.  On some systems doing so could result in exhausting
21504         virtual memory.  Based in part on a patch from Mike Jetzer.
21505
21506 2003-04-04  Bruno Haible  <bruno@clisp.org>
21507
21508         * modules/linebreak: New file.
21509         * MODULES.html.sh (func_all_modules): Add it.
21510
21511 2003-04-04  Bruno Haible  <bruno@clisp.org>
21512
21513         * m4/linebreak.m4: New file.
21514
21515 2003-04-04  Bruno Haible  <bruno@clisp.org>
21516
21517         * lib/linebreak.h: New file, from GNU gettext.
21518         * lib/linebreak.c: New file, from GNU gettext with slight
21519         modifications.
21520         * lib/lbrkprop.h: New file, from GNU gettext.
21521
21522 2003-04-03  Bruno Haible  <bruno@clisp.org>
21523
21524         * modules/utf8-ucs4: New file.
21525         * modules/utf16-ucs4: New file.
21526         * modules/ucs4-utf8: New file.
21527         * modules/ucs4-utf16: New file.
21528         * MODULES.html.sh (func_all_modules): Add them.
21529
21530 2003-04-03  Bruno Haible  <bruno@clisp.org>
21531
21532         * m4/utf-ucs4.m4: New file.
21533         * m4/ucs4-utf.m4: New file.
21534
21535 2003-04-03  Bruno Haible  <bruno@clisp.org>
21536
21537         * lib/utf8-ucs4.h: New file, from GNU gettext.
21538         * lib/utf16-ucs4.h: New file, from GNU gettext.
21539         * lib/ucs4-utf8.h: New file, from GNU gettext.
21540         * lib/ucs4-utf16.h: New file, from GNU gettext.
21541
21542 2003-04-02  Bruno Haible  <bruno@clisp.org>
21543
21544         * modules/binary-io: New file.
21545         * MODULES.html.sh (func_all_modules): Add it.
21546
21547 2003-04-02  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/binary-io.h: New file, from GNU gettext.
21550
21551 2003-04-01  Bruno Haible  <bruno@clisp.org>
21552
21553         * modules/pathname: New file.
21554         * MODULES.html.sh (func_all_modules): Add it.
21555
21556 2003-04-01  Bruno Haible  <bruno@clisp.org>
21557
21558         * lib/pathname.h: New file, from GNU gettext.
21559         * lib/concatpath.c: New file, from GNU gettext.
21560
21561 2003-03-30  Bruno Haible  <bruno@clisp.org>
21562
21563         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21564
21565 2003-03-30  Bruno Haible  <bruno@clisp.org>
21566
21567         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21568         function chown() doesn't exist.
21569
21570 2003-03-28  Bruno Haible  <bruno@clisp.org>
21571
21572         * modules/copy-file: New file.
21573         * MODULES.html.sh (func_all_modules): Add it.
21574
21575 2003-03-28  Bruno Haible  <bruno@clisp.org>
21576
21577         * m4/copy-file.m4: New file.
21578
21579 2003-03-28  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/copy-file.h: New file, from GNU gettext.
21582         * lib/copy-file.c: New file, from GNU gettext.
21583
21584 2003-03-18  Jim Meyering  <jim@meyering.net>
21585
21586         * lib/quote.c (quote_n): Fix typo in comment.
21587
21588 2003-03-18  Bruno Haible  <bruno@clisp.org>
21589
21590         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21591         checking.
21592         * m4/onceonly_2_57.m4: Likewise.
21593
21594 2003-03-17  Bruno Haible  <bruno@clisp.org>
21595
21596         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21597         (m4_quote): Remove macro.
21598         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21599
21600 2003-03-14  Jim Meyering  <jim@meyering.net>
21601
21602         Merge changes from Coreutils.
21603         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21604         to be const, in order to avoid warnings.
21605         (obstack_room): Likewise.
21606         (obstack_empty_p): Likewise.
21607
21608 2003-03-14  Bruno Haible  <bruno@clisp.org>
21609
21610         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21611         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21612
21613 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21614
21615         Merge changes from Bison.
21616         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21617         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21618         when compiling Bison 1.875's `bitset bset = obstack_alloc
21619         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21620         * lib/hash.c: Include <stdbool.h> unconditionally.
21621
21622 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21623
21624         * m4/onceonly.m4 (m4_quote): New macro.
21625         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21626         Quote AC_FOREACH variable-expansions properly.
21627
21628 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21629
21630         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21631
21632 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21633
21634         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21635         Reported by Bruce Becker; see:
21636         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21637
21638 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21639             Bruno Haible  <bruno@clisp.org>
21640
21641         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21642         Reported by John Hughes, see
21643         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21644
21645 2003-02-20  Bruno Haible  <bruno@clisp.org>
21646
21647         * MODULES.html.sh (func_all_modules): Add poll.
21648
21649 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21650
21651         * modules/poll: New file.
21652
21653 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21654
21655         * lib/poll_.h: New file.
21656         * lib/poll.c: New file.
21657
21658 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21659
21660         * m4/poll.m4: New file.
21661
21662 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21663
21664         * modules/mathl: New file.
21665
21666 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21667
21668         * lib/mathl.h: New file.
21669         * lib/acosl.c: New file.
21670         * lib/asinl.c: New file.
21671         * lib/atanl.c: New file.
21672         * lib/ceill.c: New file.
21673         * lib/cosl.c: New file.
21674         * lib/expl.c: New file.
21675         * lib/floorl.c: New file.
21676         * lib/frexpl.c: New file.
21677         * lib/ldexpl.c: New file.
21678         * lib/logl.c: New file.
21679         * lib/sincosl.c: New file.
21680         * lib/sinl.c: New file.
21681         * lib/sqrtl.c: New file.
21682         * lib/tanl.c: New file.
21683         * lib/trigl.c: New file.
21684         * lib/trigl.h: New file.
21685
21686 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21687
21688         * m4/mathl.m4: New file.
21689
21690 2003-02-18  Bruno Haible  <bruno@clisp.org>
21691
21692         * MODULES.html.sh (func_all_modules): Add mathl.
21693
21694 2003-02-17  Bruno Haible  <bruno@clisp.org>
21695
21696         * modules/mkdtemp: New module.
21697         * MODULES.html.sh (func_all_modules): Add it.
21698
21699 2003-02-17  Bruno Haible  <bruno@clisp.org>
21700
21701         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21702
21703 2003-02-17  Bruno Haible  <bruno@clisp.org>
21704
21705         * lib/mkdtemp.h: New file, from GNU gettext.
21706         * lib/mkdtemp.c: New file, from GNU gettext.
21707
21708 2003-02-02  Jim Meyering  <jim@meyering.net>
21709
21710         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21711         e.g. glibc-2.2.93.
21712
21713 2003-01-31  Bruno Haible  <bruno@clisp.org>
21714
21715         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21716         'rpl_rename'.
21717         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21718         'rpl_strnlen'.
21719         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21720         'rpl_strtod'.
21721         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21722         'rpl_utime'.
21723
21724 2003-01-31  Bruno Haible  <bruno@clisp.org>
21725
21726         * lib/rename.c: #undef rename before defining rpl_rename.
21727         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21728
21729 2003-01-30  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/vasnprintf, modules/vasprintf: New modules.
21732         * MODULES.html.sh (func_all_modules): Add them.
21733
21734 2003-01-30  Bruno Haible  <bruno@clisp.org>
21735
21736         * m4/signed.m4: New file, from GNU gettext.
21737         * m4/longdouble.m4: New file, from GNU gettext.
21738         * m4/wchar_t.m4: New file, from GNU gettext.
21739         * m4/wint_t.m4: New file, from GNU gettext.
21740         * m4/vasnprintf.m4: New file.
21741         * m4/vasprintf.m4: New file.
21742
21743 2003-01-30  Bruno Haible  <bruno@clisp.org>
21744
21745         * lib/printf-args.h: New file, from GNU gettext.
21746         * lib/printf-args.c: New file, from GNU gettext.
21747         * lib/printf-parse.h: New file, from GNU gettext.
21748         * lib/printf-parse.c: New file, from GNU gettext.
21749         * lib/vasnprintf.h: New file, from GNU gettext.
21750         * lib/vasnprintf.c: New file, from GNU gettext.
21751         * lib/asnprintf.c: New file, from GNU gettext.
21752         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21753         * lib/vasprintf.c: New file, from GNU gettext.
21754         * lib/asprintf.c: New file, from GNU gettext.
21755
21756 2003-01-29  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/stpncpy: New module.
21759         * MODULES.html.sh (func_all_modules): Add it.
21760
21761 2003-01-29  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/stpncpy.m4: New file.
21764
21765 2003-01-29  Bruno Haible  <bruno@clisp.org>
21766
21767         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21768         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21769
21770 2003-01-28  Bruno Haible  <bruno@clisp.org>
21771
21772         * modules/c-ctype: New module.
21773         * MODULES.html.sh (func_all_modules): Add it.
21774
21775 2003-01-28  Bruno Haible  <bruno@clisp.org>
21776
21777         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21778         Paul Eggert.
21779         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21780         Paul Eggert.
21781
21782 2003-01-27  Bruno Haible  <bruno@clisp.org>
21783
21784         * modules/xsetenv: New module.
21785         * MODULES.html.sh (func_all_modules): Add it.
21786
21787 2003-01-27  Bruno Haible  <bruno@clisp.org>
21788
21789         * lib/xsetenv.h: New file, from GNU gettext.
21790         * lib/xsetenv.c: New file, from GNU gettext.
21791
21792 2003-01-23  Jim Meyering  <jim@meyering.net>
21793
21794         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21795         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21796
21797 2003-01-23  Bruno Haible  <bruno@clisp.org>
21798
21799         * modules/minmax: New module.
21800         * MODULES.html.sh (func_all_modules): Add it.
21801
21802 2003-01-23  Bruno Haible  <bruno@clisp.org>
21803
21804         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21805         Eggert.
21806
21807 2003-01-22  Bruno Haible  <bruno@clisp.org>
21808
21809         * modules/exit: New module.
21810         * MODULES.html.sh (func_all_modules): Add it.
21811
21812 2003-01-22  Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/exit.h: New file, from GNU gettext.
21815
21816 2003-01-19  Bruno Haible  <bruno@clisp.org>
21817
21818         * gnulib-tool: Recognize option --extract-maintainer.
21819         (func_get_maintainer): New function.
21820         * modules/*: Add Maintainer entry.
21821
21822 2003-01-16  Jim Meyering  <jim@meyering.net>
21823
21824         * m4/regex.m4: The `regex' struct is both input and output.
21825         Initialize it before each use.  Patch by Tim Waugh.
21826
21827 2003-01-16  Bruno Haible  <bruno@clisp.org>
21828
21829         * MODULES.html.sh: Add a table of contents. Add the module name as
21830         leftmost column. Add hyperlinks.
21831
21832 2003-01-15  Bruno Haible  <bruno@clisp.org>
21833
21834         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21835
21836 2003-01-15  Bruno Haible  <bruno@clisp.org>
21837
21838         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21839         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21840         suffix.
21841
21842 2003-01-15  Bruno Haible  <bruno@clisp.org>
21843
21844         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21845
21846 2003-01-15  Bruno Haible  <bruno@clisp.org>
21847
21848         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21849         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21850
21851 2003-01-14  Jim Meyering  <jim@meyering.net>
21852
21853         * lib/same.c (same_name): Tweak a comment.
21854
21855 2003-01-14  Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21858         when a string comparison is sufficient.
21859
21860 2003-01-14  Bruno Haible  <bruno@clisp.org>
21861
21862         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21863         'unsigned int'.
21864
21865 2003-01-14  Bruno Haible  <bruno@clisp.org>
21866
21867         * lib/hash-pjw.c: Add comment about low quality of this function.
21868
21869 2003-01-13  Bruno Haible  <bruno@clisp.org>
21870
21871         * modules/stpcpy: Distribute lib/stpcpy.h.
21872         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21873
21874 2003-01-13  Bruno Haible  <bruno@clisp.org>
21875
21876         * modules/*: Add a description.
21877         * modules/strpbrk: Fix Makefile.am snippet.
21878         * modules/strtoimax: Fix dependencies.
21879         * modules/strtoumax: Likewise.
21880
21881 2003-01-13  Bruno Haible  <bruno@clisp.org>
21882
21883         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21884         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21885         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21886
21887 2003-01-13  Bruno Haible  <bruno@clisp.org>
21888
21889         * gnulib-tool (func_create_testdir): Store config/* files in the main
21890         directory.
21891         * config.rpath: Move to ...
21892         * config/config.rpath: ... here.
21893         * modules/gettext: Contains config/config.rpath, not config.rpath.
21894         * modules/iconv: Likewise.
21895
21896 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21897
21898         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21899         to avoid collisions with libcurses and libreadline.
21900
21901         * m4/getstr.m4: Remove.
21902         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21903
21904 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21905
21906         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21907         to avoid collisions with libcurses and libreadline.
21908
21909         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21910         * lib/getstr.h, getstr.c: Remove.
21911         * lib/getline.c: Include "getline.h", to check interface.
21912         Move body of old getstr.c here: this defines MIN_CHUNK and
21913         declares getdelim2, which is renamed from getstr.
21914         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21915
21916         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21917         All uses changed.
21918         * lib/linebuffer.h: Likewise.
21919         (readline): Remove backward-compatibility macro.
21920
21921 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21922
21923         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21924         to avoid collisions with libcurses and libreadline.
21925         * getstr: Remove.
21926         * MODULES.html.sh: Remove getstr.
21927         * modules/getline: Depend on unlocked-io, not getstr.
21928
21929 2003-01-12  Jim Meyering  <jim@meyering.net>
21930
21931         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21932
21933 2003-01-10  Bruno Haible  <bruno@clisp.org>
21934
21935         * modules/alloca: Change Makefile.am requirements. Simplify Include
21936         requirements. Add lib/alloca_.h to file list.
21937
21938 2003-01-10  Bruno Haible  <bruno@clisp.org>
21939
21940         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21941
21942 2003-01-10  Bruno Haible  <bruno@clisp.org>
21943
21944         * lib/alloca_.h: New file.
21945         * lib/getdate.y: Unconditionally include alloca.h.
21946         * lib/makepath.c: Likewise.
21947         * lib/setenv.c: Likewise.
21948         * lib/userspec.c: Likewise.
21949
21950 2003-01-09  Karl Berry  <karl@gnu.org>
21951
21952         * MODULES.html.sh: include `dirname $0` in PATH, to find
21953         gnulib-tool.
21954
21955 2003-01-09  Bruno Haible  <bruno@clisp.org>
21956
21957         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21958         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21959
21960 2003-01-09  Bruno Haible  <bruno@clisp.org>
21961
21962         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21963
21964 2003-01-09  Bruno Haible  <bruno@clisp.org>
21965
21966         * lib/stdbool.h.in: New file.
21967
21968 2003-01-09  Bruno Haible  <bruno@clisp.org>
21969
21970         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21971         * MODULES.html.sh: Likewise.
21972
21973 2003-01-08  Jim Meyering  <jim@meyering.net>
21974
21975         * lib/full-write.c: Undefine and define-away `const' after inclusion
21976         of errno.h, not before.  Suggestion from Bruno Haible.
21977
21978 2003-01-08  Bruno Haible  <bruno@clisp.org>
21979
21980         * modules/full-read: Depend on full-write.
21981
21982 2003-01-08  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/safe-read.c: Include specification header first, to ensure its
21985         selfcontainedness.
21986         * lib/full-write.c: Likewise.
21987
21988 2003-01-07  Jim Meyering  <jim@meyering.net>
21989
21990         * lib/full-write.c: Rework so that it may serve to define full_read,
21991         too.
21992         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21993
21994 2003-01-07  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21997         <inttypes.h>.
21998         * lib/xstrtol.h: Likewise.
21999         * lib/xstrtoimax.c: Likewise.
22000         * lib/xstrtoumax.c: Likewise.
22001         * lib/human.h: Likewise.
22002
22003         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
22004         on systems that have <inttypes.h> but not <stdint.h>.
22005
22006 2003-01-07  Bruno Haible  <bruno@clisp.org>
22007
22008         * MODULES.html.sh: Add copyright notice.
22009         (missed_files): Omit CVS directory entries.
22010         (func_module): Make it work with sed-3.02.
22011         * MODULES.txt: Remove file.
22012
22013 2003-01-06  Jim Meyering  <jim@meyering.net>
22014
22015         * lib/version-etc.c: Update year in translatable copyright string.
22016
22017 2003-01-03  Karl Berry  <karl@gnu.org>
22018
22019         * config/config.{guess,sub}: update from prep.
22020
22021 2003-01-02  Karl Berry  <karl@gnu.org>
22022
22023         * doc/COPYING.DOC: belatedly updated to 1.2.
22024
22025 2003-01-01  Karl Berry  <karl@gnu.org>
22026
22027         * gnulib-tool (func_verify_module): report module name $module in
22028         error message, not $1.
22029         * gnulib-tool (create-testdir): don't complain if destdir couldn't
22030         be created, only if it doesn't exist.
22031         * gnulib-tool (last_checkin_date): don't expand the $Date here.
22032
22033 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22034
22035         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
22036
22037 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22038
22039         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
22040         memcmp if strcoll doesn't work.
22041
22042 2002-12-31  Bruno Haible  <bruno@clisp.org>
22043
22044         * lib/utime.c (utime_null): No need to call ftruncate if the file was
22045         nonempty.
22046
22047 2002-12-31  Bruno Haible  <bruno@clisp.org>
22048
22049         * lib/memcoll.c (STRCOLL): New macro.
22050         (memcoll): Use it.
22051
22052 2002-12-31  Bruno Haible  <bruno@clisp.org>
22053
22054         * lib/localcharset.h: New file.
22055         * lib/localcharset.c: Include it.
22056         * lib/unicodeio.c: Likewise.
22057
22058 2002-12-31  Bruno Haible  <bruno@clisp.org>
22059
22060         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
22061         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
22062
22063 2002-12-31  Bruno Haible  <bruno@clisp.org>
22064
22065         * lib/getline.h: Include <stddef.h>, for size_t.
22066
22067         * lib/unicodeio.h: Include <stddef.h>, for size_t.
22068         * lib/unicodeio.c: Don't include <stddef.h>.
22069
22070 2002-12-31  Bruno Haible  <bruno@clisp.org>
22071
22072         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
22073         HAVE_TM_ZONE.
22074
22075 2002-12-24  Karl Berry  <karl@gnu.org>
22076
22077         * config/config.guess: update from prep.
22078
22079 2002-12-24  Bruno Haible  <bruno@clisp.org>
22080
22081         General infrasructure.
22082         * m4/README: Rewritten.
22083         * m4/onceonly.m4: New file.
22084         * m4/onceonly_2_57.m4: New file.
22085
22086         Module atexit.
22087         * m4/atexit.m4: New file.
22088
22089         Module strtod.
22090         * m4/strtod.m4: New file.
22091
22092         Module strtol.
22093         * m4/strtol.m4: New file.
22094
22095         Module strtoul.
22096         * m4/strtoul.m4: New file.
22097
22098         Module memchr.
22099         * m4/memchr.m4: New file.
22100
22101         Module memcmp.
22102         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
22103         (jm_FUNC_MEMCMP): Invoke it.
22104
22105         Module memcpy.
22106         * m4/memcpy.m4: New file.
22107
22108         Module memmove.
22109         * m4/memmove.m4: New file.
22110
22111         Module memset.
22112         * m4/memset.m4: New file.
22113
22114         Module strcspn.
22115         * m4/strcspn.m4: New file.
22116
22117         Module strpbrk.
22118         * m4/strpbrk.m4: New file.
22119
22120         Module strstr.
22121         * m4/strstr.m4: New file.
22122
22123         Module strerror.
22124         * m4/strerror.m4: New file.
22125
22126         Module mktime.
22127         * m4/mktime.m4: Renamed from jm-mktime.m4.
22128         (gl_PREREQ_MKTIME): New macro.
22129         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
22130
22131         Module malloc.
22132         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
22133         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
22134         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
22135
22136         Module realloc.
22137         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
22138         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
22139         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
22140
22141         Module strftime.
22142         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
22143         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
22144         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
22145         gl_TM_GMTOFF.
22146         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
22147
22148         Module xalloc.
22149         * m4/xalloc.m4: New file.
22150
22151         Module alloca.
22152         * m4/alloca.m4: New file.
22153
22154         Module putenv.
22155         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
22156         (jm_FUNC_PUTENV): Invoke it.
22157
22158         Module setenv.
22159         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
22160         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
22161         when invoked twice.
22162         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
22163         gt_FUNC_SETENV.
22164
22165         Module memrchr.
22166         * m4/memrchr.m4: New file.
22167
22168         Module stpcpy.
22169         * m4/stpcpy.m4: New file.
22170
22171         Module strcase.
22172         * m4/strcase.m4: New file.
22173
22174         Module strdup.
22175         * m4/strdup.m4: New file.
22176
22177         Module strnlen.
22178         * m4/strnlen.m4: New file.
22179
22180         Module strndup.
22181         * m4/strndup.m4: New file.
22182
22183         Module xstrtod.
22184         * m4/xstrtod.m4: New file.
22185
22186         Module xstrtol.
22187         * m4/xstrtol.m4: New file.
22188
22189         Module getdate.
22190         * m4/getdate.m4: New file.
22191
22192         Module unlocked-io.
22193         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
22194         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
22195         * m4/jm-glibc-io.m4n: Remove file.
22196
22197         Module long-options.
22198         * m4/long-options.m4: New file.
22199
22200         Module md5.
22201         * m4/md5.m4: New file.
22202
22203         Module sha.
22204         * m4/sha.m4: New file.
22205
22206         Module getstr.
22207         * m4/getstr.m4: New file.
22208
22209         Module getline.
22210         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
22211         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
22212         <sys/types.h>, for size_t. Use the function name gnu_getline, not
22213         simply getline. Infoke gl_PREREQ_GETLINE.
22214
22215         Module obstack.
22216         * m4/obstack.m4: New file.
22217
22218         Module hash.
22219         * m4/hash.m4: New file.
22220
22221         Module readtokens.
22222         * m4/readtokens.m4: New file.
22223
22224         Module strverscmp.
22225         * m4/strverscmp.m4: New file.
22226
22227         Module stdbool.
22228         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
22229         OSF/1.
22230
22231         Module strtoll.
22232         * m4/strtoll.m4: New file.
22233
22234         Module strtoull.
22235         * m4/strtoull.m4: New file.
22236
22237         Module strtoimax.
22238         * m4/strtoimax.m4: New file.
22239
22240         Module strtoumax.
22241         * m4/strtoumax.m4: New file.
22242
22243         Module xstrtoimax.
22244         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
22245         jm_AC_PREREQ_XSTRTOIMAX.
22246         Moved the strtol prerequisites to strtol.m4.
22247         Moved the strtoll prerequisites to strtoll.m4.
22248         Moved the strtoimax prerequisites to strtoimax.m4.
22249
22250         Module xstrtoumax.
22251         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
22252         jm_AC_PREREQ_XSTRTOUMAX.
22253         Moved the strtoul prerequisites to strtoul.m4.
22254         Moved the strtoull prerequisites to strtoull.m4.
22255         Moved the strtoumax prerequisites to strtoumax.m4.
22256
22257         Module chown.
22258         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
22259         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
22260
22261         Module dup2.
22262         * m4/dup2.m4: New file.
22263
22264         Module ftruncate.
22265         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
22266         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
22267
22268         Module getgroups.
22269         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
22270         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
22271
22272         Module gettimeofday.
22273         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
22274         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
22275         gl_PREREQ_GETTIMEOFDAY.
22276
22277         Module mkdir.
22278         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
22279         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
22280
22281         Module mkstemp.
22282         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
22283         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
22284         jm_AC_TYPE_UINTMAX_T.
22285         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
22286
22287         Module stat.
22288         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
22289         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
22290
22291         Module lstat.
22292         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
22293         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
22294
22295         Module timespec.
22296         * m4/timespec.m4 (gl_TIMESPEC): New macro.
22297         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
22298         * m4/st_mtim.m4: Indentation.
22299
22300         Module nanosleep.
22301         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
22302         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
22303         gl_PREREQ_NANOSLEEP.
22304
22305         Module regex.
22306         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
22307         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
22308         (gl_REGEX): New macro.
22309
22310         Module rename.
22311         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
22312         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
22313
22314         Module rmdir.
22315         * m4/rmdir.m4: New file.
22316
22317         Module utime.
22318         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
22319         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
22320         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
22321
22322         Module dirname.
22323         * m4/dirname.m4: New file.
22324
22325         Module getopt.
22326         * m4/getopt.m4: New file.
22327
22328         Module unistd-safer.
22329         * m4/unistd-safer.m4: New file.
22330
22331         Module fnmatch.
22332         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
22333         declaration.
22334         (gl_PREREQ_FNMATCH_EXTRA): New macro.
22335         (gl_FUNC_FNMATCH_POSIX): New macro.
22336         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
22337         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
22338         simply fnmatch.
22339
22340         Module exclude.
22341         * m4/exclude.m4: New file.
22342
22343         Module human.
22344         * m4/human.m4: New file.
22345
22346         Module acl.
22347         * m4/acl.m4: Nop.
22348
22349         Module backupfile.
22350         * m4/backupfile.m4: New file.
22351         * m4/d-ino.m4: Indentation.
22352
22353         Module fsusage.
22354         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
22355         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
22356         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
22357
22358         Module dirfd.
22359         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
22360         requirements.
22361
22362         Module euidaccess.
22363         * m4/euidaccess.m4: New file.
22364
22365         Module file-type.
22366         * m4/file-type.m4: New file.
22367
22368         Module fileblocks.
22369         * m4/fileblocks.m4: New file.
22370
22371         Module filemode.
22372         * m4/filemode.m4: New file.
22373
22374         Module isdir.
22375         * m4/isdir.m4: New file.
22376
22377         Module lchown.
22378         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
22379         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
22380
22381         Module makepath.
22382         * m4/makepath.m4: New file.
22383
22384         Module modechange.
22385         * m4/modechange.m4: New file.
22386
22387         Module mountlist.
22388         * m4/mountlist.m4: New file.
22389         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
22390         Indentation.
22391
22392         Module path-concat.
22393         * m4/path-concat.m4: New file.
22394
22395         Module pathmax.
22396         * m4/pathmax.m4: New file.
22397
22398         Module same.
22399         * m4/same.m4: New file.
22400
22401         Module save-cwd.
22402         * m4/save-cwd.m4: New file.
22403
22404         Module savedir.
22405         * m4/savedir.m4: New file.
22406
22407         Module xgetcwd.
22408         * m4/xgetcwd.m4: New file.
22409         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
22410
22411         Module xreadlink.
22412         * m4/xreadlink.m4: New file.
22413
22414         Module safe-read.
22415         * m4/safe-read.m4: New file.
22416
22417         Module safe-write.
22418         * m4/safe-write.m4: New file.
22419
22420         Module closeout.
22421         * m4/closeout.m4: New file.
22422
22423         Module stdio-safer.
22424         * m4/stdio-safer.m4: New file.
22425
22426         Module getpass.
22427         * m4/getpass.m4: New file.
22428
22429         Module getugroups.
22430         * m4/getugroups.m4: New file.
22431
22432         Module group-member.
22433         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
22434         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
22435
22436         Module idcache.
22437         * m4/idcache.m4: New file.
22438
22439         Module userspec.
22440         * m4/userspec.m4: New file.
22441
22442         Module gettime.
22443         * m4/clock_time.m4: New file.
22444         * m4/gettime.m4: New file.
22445
22446         Module settime.
22447         * m4/settime.m4: New file.
22448
22449         Module posixtm.
22450         * m4/posixtm.m4: New file.
22451
22452         Module gethostname.
22453         * m4/gethostname.m4: New file.
22454
22455         Module canon-host.
22456         * m4/canon-host.m4: New file.
22457
22458         Module gettext.
22459         * m4/codeset.m4: New file, from gettext-0.11.5.
22460         * m4/gettext.m4: New file, from gettext-0.11.5.
22461         * m4/glibc21.m4: New file, from gettext-0.11.5.
22462         * m4/iconv.m4: New file, from gettext-0.11.5.
22463         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22464         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22465         * m4/inttypes.m4: New file, from gettext-0.11.5.
22466         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22467         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22468         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22469         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22470         * m4/lib-link.m4: New file, from gettext-0.11.5.
22471         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22472         * m4/progtest.m4: New file, from gettext-0.11.5.
22473         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22474         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22475         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22476
22477         Module localcharset.
22478         * m4/localcharset.m4: New file.
22479
22480         Module hard-locale.
22481         * m4/hard-locale.m4: New file.
22482
22483         Module mbswidth.
22484         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22485         onceonly macros.
22486         * m4/mbrtowc.m4: Add comment.
22487
22488         Module memcasecmp.
22489         * m4/memcasecmp.m4: New file.
22490
22491         Module memcoll.
22492         * m4/memcoll.m4: New file.
22493
22494         Module unicodeio.
22495         * m4/unicodeio.m4: New file.
22496
22497         Module rpmatch.
22498         * m4/rpmatch.m4: New file.
22499
22500         Module yesno.
22501         * m4/yesno.m4: New file.
22502
22503         Module exitfail.
22504         * m4/exitfail.m4: New file.
22505
22506         Module c-stack.
22507         * m4/c-stack.m4 (gl_C_STACK): New macro.
22508         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22509
22510         Module error.
22511         * m4/error.m4 (gl_ERROR): New macro.
22512         (jm_PREREQ_ERROR): Use onceonly macros.
22513
22514         Module fatal.
22515         * m4/fatal.m4: New file.
22516
22517         Module getloadavg.
22518         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22519         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22520
22521         Module getpagesize.
22522         * m4/getpagesize.m4: New file.
22523
22524         Module getusershell.
22525         * m4/getusershell.m4: New file.
22526
22527         Module physmem.
22528         * m4/physmem.m4: New file.
22529
22530         Module posixver.
22531         * m4/posixver.m4: New file.
22532
22533         Module quotearg.
22534         * m4/quotearg.m4: New file.
22535
22536         Module quote.
22537         * m4/quote.m4: New file.
22538
22539         Module readutmp.
22540         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22541
22542         Module sig2str.
22543         * m4/sig2str.m4: New file.
22544
22545         Other.
22546         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22547         ulonglong.m4.
22548         * m4/intmax_t.m4: New file.
22549         * m4/d-type.m4: Indentation.
22550         * m4/jm-macros.m4: Update.
22551         * m4/prereq.m4 (jm_PREREQ): Update.
22552         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22553         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22554         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22555         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22556         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22557         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22558         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22559         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22560         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22561         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22562         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22563         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22564         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22565         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22566         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22567         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22568         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22569         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22570         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22571
22572 2002-12-24  Bruno Haible  <bruno@clisp.org>
22573
22574         * MODULES.txt: Update according to m4/ changes.
22575
22576         Module gettext.
22577         * config.rpath: New file, from gettext-0.11.5.
22578
22579         * modules/*: New module descriptions.
22580         * gnulib-tool: New file.
22581         * MODULES.html.sh: New file.
22582
22583 2002-12-21  Karl Berry  <karl@gnu.org>
22584
22585         * doc/fdl.texi: update to version 1.2.
22586
22587 2002-12-19  Karl Berry  <karl@gnu.org>
22588
22589         * config/config.guess: update from prep.
22590
22591 2002-12-18  Bruno Haible  <bruno@clisp.org>
22592
22593         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22594         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22595
22596 2002-12-17  Bruno Haible  <bruno@clisp.org>
22597
22598         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22599         stdlib.h, string.h.
22600
22601 2002-12-17  Bruno Haible  <bruno@clisp.org>
22602
22603         * lib/canon-host.c (strdup): Remove unused declaration.
22604
22605         * lib/fsusage.c: Include full_read.h.
22606         (get_fs_usage): Use full_read instead of safe_read.
22607
22608         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22609
22610 2002-12-12  Karl Berry  <karl@gnu.org>
22611
22612         * config/config.guess: update from prep.
22613
22614 2002-12-11  Bruno Haible  <bruno@clisp.org>
22615
22616         * m4/setenv.m4: New file, from gettext-0.11.5.
22617
22618 2002-12-11  Bruno Haible  <bruno@clisp.org>
22619
22620         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22621         not unsetenv().
22622         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22623         modifications:
22624
22625         2002-12-11  Bruno Haible  <bruno@clisp.org>
22626
22627                 * setenv.c (alloca): Fall back to malloc.
22628                 (freea): New macro.
22629                 (setenv): Use freea() to free memory allocated with alloca().
22630
22631         2002-11-13  Bruno Haible  <bruno@clisp.org>
22632
22633                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22634                 function declarations.
22635                 * unsetenv.c (unsetenv): Likewise.
22636
22637         2002-03-04  Bruno Haible  <bruno@clisp.org>
22638
22639                 Portability to AIX 4.3.3.
22640                 * unsetenv.c: New file, extracted from setenv.c.
22641                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22642
22643         2001-12-20  Bruno Haible  <bruno@clisp.org>
22644
22645                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22646                 use malloc instead. For SunOS 4.
22647
22648         2001-12-11  Bruno Haible  <bruno@clisp.org>
22649
22650                 * setenv.c: Declare alloca.
22651                 (compar_fn_t): New typedef.
22652                 (KNOWN_VALUE, STORE_VALUE): Use it.
22653
22654         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22655         setenv.h.
22656
22657 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22658
22659         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22660         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22661         Choose values that are less likely to collide with system fnmatch
22662         options.
22663         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22664         defined (e.g., a pure POSIX system).
22665         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22666         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22667
22668 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22669
22670         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22671         a pain in practice to deal with generated m4 files.  This change
22672         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22673
22674         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22675         and jm-glibc-io.m4, as they are no longer a special case.
22676         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22677         kludge and the auto-generation stuff.  Check only whether the
22678         functions are declared, not whether they exist, since older hosts
22679         that don't declare the functions can't use the optimization anyway.
22680
22681 2002-12-06  Jim Meyering  <jim@meyering.net>
22682
22683         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22684
22685         Merge in changes from libc's misc/error.c, in preparation
22686         for the merge of gnulib's changes back into libc.
22687
22688         * lib/error.c (_): Define only if not already defined.
22689         Move definition to follow all #include directives.
22690         Include unlocked-io.h only if !_LIBC.
22691         [_LIBC]: Include <libio/libioP.h>.
22692         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22693         (fflush): Tweak definition to use INTUSE.
22694         (putc): Define.
22695
22696 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22697
22698         * lib/alloca.c [defined emacs]: Include "lisp.h".
22699         (xalloc_die) [defined emacs]: New macro.
22700         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22701         [! defined emacs]: Include <xalloc.h>.
22702         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22703         (pointer): Typedef to POINTER_TYPE *.
22704         (malloc): Remove decl; we now always use xmalloc.
22705         (alloca): Use old-style definition, since Emacs needs this.
22706         Check for arithmetic overflow when computing combined size.
22707
22708 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22709
22710         Do not generate unlocked-io.h automatically, since it's easier to
22711         maintain it by hand.
22712
22713         * lib/unlocked-io.h: New file, from GNU diffutils,
22714         but with proper copyright notice and attribution.
22715         * lib/gen-uio: Remove.
22716         * lib/Makefile.am: Add copyright notice.
22717         (libfetish_a_SOURCES): Add unlocked-io.h.
22718         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22719         (DISTCLEANFILES, io_functions): Remove macros.
22720         (EXTRA_DIST): Remove gen_uio.
22721         (unlocked-io.h): Remove rule.
22722
22723 2002-12-04  Jim Meyering  <jim@meyering.net>
22724
22725         Reflect the fact that stat.c and lstat.c are no longer generated.
22726         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22727         (DISTCLEANFILES): Likewise.
22728         (EXTRA_DIST): Likewise.
22729         (all_local): Don't depend on stat.c or lstat.c.
22730         (stat.c, lstat.c): Remove rules.
22731         (EXTRA_DIST): Remove xstat.in.
22732
22733         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22734         * lib/stat.c: New file.  Contents mostly from xstat.in.
22735         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22736         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22737
22738         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22739         too.
22740         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22741
22742 2002-12-03  Jim Meyering  <jim@meyering.net>
22743
22744         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22745         but not semantics, to minimize the differences between these two files.
22746         (safe_read): Change comment to mention SAFE_READ_ERROR.
22747
22748         * lib/safe-read.c (IS_EINTR): Define.
22749         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22750
22751 2002-12-02  Jim Meyering  <jim@meyering.net>
22752
22753         * lib/safe-read.c (EINTR): Define.
22754         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22755         (INT_MAX): Provide fallback.
22756         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22757
22758         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22759
22760 2002-12-02  Bruno Haible  <bruno@clisp.org>
22761
22762         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22763         Define, taken from safe-read.c.
22764         (INT_MAX): Provide fallback.
22765         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22766         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22767
22768         * lib/safe-read.c (EINTR): Remove definition.
22769         (safe_read): Don't use EINTR if it is absent.
22770
22771 2002-12-01  Jim Meyering  <jim@meyering.net>
22772
22773         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22774         zero.
22775         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22776
22777 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22778
22779         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22780         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22781         with `if (! (value < limit)) abort ();', for readability.
22782
22783 2002-11-26  Karl Berry  <karl@gnu.org>
22784
22785         * lib/strdup.c: copy from libc again, with jim's ok.
22786         * lib/.cppi-disable: re-add strdup.c
22787
22788 2002-11-25  Karl Berry  <karl@gnu.org>
22789
22790         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22791         instead of "strtol.c".
22792
22793 2002-11-25  Karl Berry  <karl@gnu.org>
22794
22795         * config/install-sh: update from automake for variable quoting, $0 in
22796         error msgs, etc.
22797
22798         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22799         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22800         entry.
22801
22802 2002-11-25  Jim Meyering  <jim@meyering.net>
22803
22804         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22805
22806 2002-11-24  Karl Berry  <karl@gnu.org>
22807
22808         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22809         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22810
22811 2002-11-24  Jim Meyering  <jim@meyering.net>
22812
22813         Update from coreutils:
22814
22815         * lib/mktime.c: Merge in changes from libc.
22816
22817         Avoid a link-time failure on some Linux systems.
22818         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22819         (otherwise).
22820         (__mon_yday): Declare with the STATIC attribute.
22821         (__mktime_internal): Likewise.
22822         Based on a report from Greg Schafer.
22823
22824 2002-11-23  Jim Meyering  <jim@meyering.net>
22825
22826         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22827         Use `unsigned', not `int', as type of index.
22828
22829         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22830
22831         * lib/fsusage.c: Remove unneeded parentheses around operands of
22832         `defined'.
22833
22834 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22835
22836         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22837         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22838         so that we can be included first.
22839         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22840         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22841         No need to include stddef.h or sys/types.h any more.
22842         Surround local include files with "", not "<>".
22843         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22844         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22845         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22846         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22847         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22848         (ISPRINT): Remove; no longer needed now that we assume C89.
22849
22850         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22851         Preserve errno.
22852
22853         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22854         quotearg_char): Use SIZE_MAX rather than
22855         (size_t) -1 when we are talking about "infinity".
22856
22857         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22858
22859 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22860
22861         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22862         hint that one should use `if (! x) abort ();' rather than `assert
22863         (x);', and anyway it's one less thing to worry about configuring.
22864         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22865         hash_rehash, hash_insert): Use abort rather than assert.
22866
22867 2002-11-22  Bruno Haible  <bruno@clisp.org>
22868
22869         * lib/safe-read.h: Assume C89. Add comments.
22870         (safe_read): Change return type to size_t.
22871         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22872         byte counts > SSIZE_MAX correctly.
22873         * lib/safe-write.h: New file.
22874         * lib/safe-write.c: New file.
22875         * lib/full-read.h: New file.
22876         * lib/full-read.c: New file.
22877         * lib/full-write.h: Assume C89. Add comments.
22878         * lib/full-write.c: Include safe-write.h.
22879         (full_write): Rewritten to use safe_write.
22880         Suggested by Jim Meyering and Paul Eggert.
22881
22882 2002-11-21  Jim Meyering  <jim@meyering.net>
22883
22884         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22885
22886         Merge in changes from the coreutils.
22887
22888         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22889         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22890         <stdint.h>.
22891         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22892         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22893         int.  Work more efficiently if X is the same width as uintmax_t.
22894         Do not compare X to -1, to avoid bogus compiler warning.
22895         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22896         Don't assume that f_frsize and f_bsize are the same type.
22897
22898         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22899         warning on FreeBSD.
22900
22901         * lib/makepath.c (make_path): Restore umask *before* creating the final
22902         component.
22903         (make_path): Minor reformatting.
22904
22905         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22906         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22907         HAVE_MALLOC/HAVE_REALLOC.
22908
22909         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22910         dummy ones.  At least on GNU/Linux systems, `auto' means something
22911         else.
22912         From Michael Stone.
22913
22914 2002-11-21  Bruno Haible  <bruno@clisp.org>
22915
22916         Remove case insensitive option matching.
22917         * lib/argmatch.h (argcasematch): Remove declaration.
22918         (ARGCASEMATCH): Remove macro.
22919         (__xargmatch_internal): Remove case_sensitive argument.
22920         (XARGMATCH): Update.
22921         (XARGCASEMATCH): Remove macro.
22922         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22923         case_sensitive argument.
22924         (argcasematch): Remove function.
22925         (__xargmatch_internal): Remove case_sensitive argument.
22926         (main): Use XARGMATCH instead of XARGCASEMATCH.
22927
22928         * lib/xmalloc.c: Change compile-time error message. Add comment about
22929         required autoconf version.
22930
22931 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22932
22933         Merge argmatch cleanups from Bison.  Assume C89.
22934
22935         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22936         Include stdlib.h, for EXIT_FAILURE.
22937         Always include <string.h>, since we assume C89.
22938         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22939         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22940         Include <stddef.h> instead, since it's all we need for size_t.
22941         (PARAMS): Remove.  All uses removed.
22942         (ARRAY_CARDINALITY): Do not bother to #undef.
22943         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22944         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22945         Remove unnecessary parentheses.
22946         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22947         Insert necessary parentheses.
22948         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22949         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22950
22951 2002-11-19  Bruno Haible  <bruno@clisp.org>
22952
22953         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22954         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22955
22956         * lib/mbswidth.h (PARAMS): Remove macro.
22957         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22958         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22959
22960         * lib/gcd.h (PARAMS): Remove macro.
22961         (gcd): Use ANSI C function declarations.
22962         * lib/gcd.c (gcd): Likewise.
22963
22964 2002-11-15  Bruno Haible  <bruno@clisp.org>
22965
22966         * lib/strcspn.c: Include <stddef.h>.
22967         (strcspn): Use ANSI C function declaration. Change return type to
22968         size_t. Use NULL.
22969         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22970         (strpbrk): Use NULL.
22971         * lib/strpbrk.h (PARAMS): Remove macro.
22972         (strpbrk): Use ANSI C function declaration.
22973         * lib/strstr.c: Don't include <sys/types.h>.
22974         * lib/strstr.h (PARAMS): Remove macro.
22975         (strstr): Use ANSI C function declarations.
22976
22977 2002-11-14  Karl Berry  <karl@gnu.org>
22978
22979         * config/mkinstalldirs: `do' on separate line, instead of
22980         `for var; do'.
22981
22982 2002-11-06  Bruno Haible  <bruno@clisp.org>
22983
22984         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22985         * lib/gcd.c (gcd): Likewise.
22986
22987 2002-11-05  Bruno Haible  <bruno@clisp.org>
22988
22989         * lib/gcd.h: New file, from gettext-0.11.5.
22990         * lib/gcd.c: New file, from gettext-0.11.5.
22991
22992 2002-11-05  Bruno Haible  <bruno@clisp.org>
22993
22994         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22995         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22996         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22997         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22998
22999         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
23000         <libintl.h>.
23001         * lib/makepath.c: Include gettext.h instead of <locale.h> and
23002         <libintl.h>.
23003
23004         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
23005         * lib/human.c: Include gettext.h instead of <libintl.h>.
23006         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
23007         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
23008         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
23009         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
23010         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
23011         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
23012         (textdomain): Remove definition.
23013         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
23014
23015         * lib/long-options.c: Remove include of <libintl.h> and definition of
23016         _.
23017         * lib/same.c: Remove include of <libintl.h> and definition of _.
23018
23019 2002-11-04  Owen Taylor  <otaylor@redhat.com>
23020
23021         * lib/config.charset: A few additions for Solaris.
23022
23023 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23024
23025         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
23026         * lib/localcharset.c (locale_charset): Declare as extern "C".
23027
23028 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
23029
23030         * lib/config.charset: msdos in uk_UA uses CP1125.
23031
23032 2002-11-04  Bruno Haible  <bruno@clisp.org>
23033
23034         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
23035         * lib/strcase.h: New file, from GNU gettext-0.11.5.
23036         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
23037         * lib/strstr.h: New file, from GNU gettext-0.11.5.
23038         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
23039
23040 2002-11-04  Bruno Haible  <bruno@clisp.org>
23041
23042         * lib/localcharset.c (locale_charset): Don't return an empty string.
23043
23044 2002-11-04  Bruno Haible  <bruno@clisp.org>
23045
23046         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
23047         aliases.
23048
23049 2002-11-04  Bruno Haible  <bruno@clisp.org>
23050
23051         * lib/config.charset: Update for newest glibc. Add canonical names
23052         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
23053
23054 2002-11-04  Bruno Haible  <bruno@clisp.org>
23055
23056         * lib/config.charset: Add support for NetBSD.
23057
23058 2002-11-04  Bruno Haible  <bruno@clisp.org>
23059
23060         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
23061
23062 2002-11-01  Bruno Haible  <bruno@clisp.org>
23063
23064         * configure.in: Add AC_CONFIG_AUX_DIR call.
23065         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
23066         test/Makefile.
23067         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
23068
23069 2002-09-28  Karl Berry  <karl@gnu.org>
23070
23071         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
23072         installed automake until the next release, since changes have been
23073         made.
23074
23075 2002-09-25  Karl Berry  <karl@gnu.org>
23076
23077         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
23078         * lib/getopt*: copy from libc/posix.
23079         * lib/gettext.h: copy from gettext.
23080         * lib/.cppi-disable: add strdup.c, gettext.h.
23081
23082 2002-09-25  Karl Berry  <karl@gnu.org>
23083
23084         * config/srclist.txt: enable gettext.h check.
23085         * config/config.{guess,sub}: update from prep.
23086         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
23087                 from automake 1.6.3.
23088         See srclist*.
23089
23090 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
23091
23092         * regex.c (PATFETCH): Remove the translating fetch.
23093         (PATFETCH_RAW): Rename to PATFETCH.
23094         (set_image_of_range): New fun.
23095         (SET_RANGE_TABLE_WORK_AREA): Use it.
23096         (regex_compile): Don't translate the pattern chars so eagerly.
23097         Only do it when inserting an `exactn' bytecode or when handling
23098         a char-range.
23099         (mutually_exclusive_p): Avoid empty statement.
23100
23101 2002-07-06  Jim Meyering  <meyering@lucent.com>
23102
23103         * m4/README: Don't mention Makefile.am.in.
23104         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
23105
23106 2002-07-01  Jim Meyering  <meyering@lucent.com>
23107
23108         * lib/c-stack.c: Include sys/time.h.
23109         From Volker Borchert.
23110
23111 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23112
23113         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
23114
23115 2002-06-26  Paul Eggert  <eggert@twinsun.com>
23116
23117         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
23118         New macro.  Use it uniformly instead of
23119         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
23120         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
23121         reported by Vin Shelton.
23122
23123 2002-06-22  Paul Eggert  <eggert@twinsun.com>
23124
23125         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
23126         Do not assume SA_SIGINFO behavior.
23127         Bug reported by Jim Meyering on NetBSD 1.5.2.
23128
23129 2002-06-22  Jim Meyering  <meyering@lucent.com>
23130
23131         * m4/c-stack.m4: New file, from diffutils-2.8.2.
23132         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
23133
23134         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
23135         now that configure.ac uses AC_GNU_SOURCE.
23136         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
23137         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
23138
23139         Update to latest tools.  Suggestions from Paul Eggert.
23140         * m4/stdbool.m4: New file, from diffutils-2.8.2.
23141         * m4/gnu-source.m4: Update from diffutils-2.8.2.
23142         * m4/fnmatch.m4: Likewise.
23143         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
23144         to AC_HEADER_STDBOOL
23145
23146 2002-06-22  Jim Meyering  <meyering@lucent.com>
23147
23148         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
23149         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
23150
23151 2002-06-22  Jim Meyering  <meyering@lucent.com>
23152
23153         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
23154
23155         * lib/exitfail.c, exitfail.h: Likewise.
23156         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
23157
23158         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
23159         of fnmatch.h.
23160         (EXTRA_DIST): Add fnmatch_loop.c.
23161         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
23162
23163         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
23164         * lib/fnmatch.c: Update from diffutils-2.8.2.
23165         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
23166         * lib/fnmatch.h: Remove file.
23167
23168 2002-06-21  Jim Meyering  <meyering@lucent.com>
23169
23170         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
23171         * m4/mbrtowc.m4: Likewise.
23172
23173         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
23174         * m4/mbswidth.m4: Reflect name change:
23175         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
23176         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23177
23178         * m4/lib-link.m4: Update from gettext-0.11.2.
23179         * m4/gettext.m4: Likewise.
23180
23181         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
23182         From Alfred M. Szmidt.
23183
23184 2002-06-18  Paul Eggert  <eggert@twinsun.com>
23185
23186         * lib/file-type.h: Report an error if neither S_ISREG nor
23187         S_IFREG is defined, instead of using a test specific to glibc
23188         2.2.  This should be safe, since POSIX requires S_ISREG and
23189         Unix Version 7 had S_IFREG.  We don't need to check for
23190         <sys/types.h> since we don't use any symbols that it defines.
23191
23192 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
23193
23194         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
23195         $@-t, so that each temporary file name is unique and valid in the first
23196         8 characters, for operation under DOS.
23197
23198 2002-06-15  Paul Eggert  <eggert@twinsun.com>
23199
23200         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
23201
23202 2002-06-15  Jim Meyering  <meyering@lucent.com>
23203
23204         Work even with DJGPP 2.03, which lacks support for symlinks.
23205         From Richard Dawe.
23206         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
23207         is defined.
23208         * lib/lchown.c (S_ISLNK): Likewise.
23209
23210 2002-06-15  Jim Meyering  <meyering@lucent.com>
23211
23212         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
23213         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
23214         have been included before this file.
23215
23216 2002-06-14  Jim Meyering  <meyering@lucent.com>
23217
23218         * lib/file-type.h: Use the version from diffutils-2.8.2.
23219         * lib/file-type.c: Likewise.
23220
23221 2002-06-07  Jim Meyering  <meyering@lucent.com>
23222
23223         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
23224         They're needed at least for NetBSD 1.5.2.
23225         ($statxfs_includes): Include those same headers.
23226         ($statxfs_includes): Include sys/vfs.h if available.
23227         ($statxfs_includes): Likewise for sys/statvfs.h.
23228         Check for the following members in both structs statfs and statvfs:
23229         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
23230
23231 2002-06-01  Jim Meyering  <meyering@lucent.com>
23232
23233         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
23234         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
23235
23236 2002-05-28  Jim Meyering  <meyering@lucent.com>
23237
23238         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
23239         Reported by Volker Borchert.
23240
23241 2002-05-27  Jim Meyering  <meyering@lucent.com>
23242
23243         Fix a problem seen only on nonconforming systems whereby ls.c's
23244         use of localtime, and then of gettimeofday would cause trouble:
23245         the localtime call used to initialize rpl_gettimeofday's save
23246         mechanism would clobber ls's current local time information so
23247         that in any long listing the first file would always be listed
23248         with date 1970-01-01.  Analysis by Volker Borchert.
23249
23250         * lib/gettimeofday.c (localtime): Undefine.
23251         (rpl_localtime): New function.
23252
23253 2002-05-27  Jim Meyering  <meyering@lucent.com>
23254
23255         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
23256         localtime.
23257
23258         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
23259         use the replacement function; it wouldn't resolve at link time.
23260         Reported by Volker Borchert.
23261
23262 2002-05-22  Jim Meyering  <meyering@lucent.com>
23263
23264         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
23265         file-type.h.
23266         * lib/file-type.h: New file.
23267         * lib/file-type.c (file_type): New file/function.  Extracted from
23268         diffutils.
23269
23270 2002-04-30  Jim Meyering  <meyering@lucent.com>
23271
23272         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
23273
23274 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23275
23276         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
23277
23278 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23279
23280         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
23281         Do not check for alloca.h (no longer used) or stdbool.h (was never
23282         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
23283
23284 2002-04-29  Paul Eggert  <eggert@twinsun.com>
23285
23286         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
23287
23288 2002-04-29  Jim Meyering  <meyering@lucent.com>
23289
23290         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
23291         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
23292         Use AC_FUNC_STRNLEN here instead.
23293
23294         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
23295         With autoconf-2.53a, it's part of AC_PROG_CC.
23296
23297 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23298
23299         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
23300         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
23301
23302 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23303
23304         * lib/sig2str.h, lib/sig2str.c: New files.
23305         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
23306
23307 2002-04-28  Paul Eggert  <eggert@twinsun.com>
23308
23309         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
23310         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
23311         of 127, since 64 is the largest conceivable number for ancient
23312         nonstandard hosts.
23313         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
23314
23315 2002-04-28  Jim Meyering  <meyering@lucent.com>
23316
23317         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
23318
23319 2002-04-24  Jim Meyering  <meyering@lucent.com>
23320
23321         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
23322         (jm_PREREQ): Use it.
23323
23324         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
23325         mach/mach.h fcntl.h.
23326         Check for this function: setlocale.
23327
23328 2002-04-24  Jim Meyering  <meyering@lucent.com>
23329
23330         * lib/gettext.h: New file, from Gettext.
23331         * lib/Makefile.am (INCLUDES): Remove -I../intl.
23332         (libfetish_a_SOURCES): Add gettext.h.
23333
23334 2002-04-16  Jim Meyering  <meyering@lucent.com>
23335
23336         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
23337         ut_pid, ut_id, ut_exit.
23338
23339 2002-04-16  Jim Meyering  <meyering@lucent.com>
23340
23341         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
23342         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
23343         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
23344
23345 2002-04-12  Jim Meyering  <meyering@lucent.com>
23346
23347         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
23348         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
23349         existence of the getmntinfo function.  Needed for Darwin 5.3.
23350
23351         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
23352         This is necessary at least on Darwin 5.3.
23353
23354         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
23355         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
23356         strnlen.o in the library, and that makes some versions of ranlib
23357         object.
23358
23359 2002-04-12  Jim Meyering  <meyering@lucent.com>
23360
23361         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
23362
23363 2002-04-09  Jim Meyering  <meyering@lucent.com>
23364
23365         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
23366         to be more precise.  Rather than saying we're checking whether the
23367         function `works', say what we're testing.
23368         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
23369         Reported by Bruno Haible.
23370
23371 2002-03-10  Jim Meyering  <meyering@lucent.com>
23372
23373         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
23374         Suggestion from Santiago Vila.
23375
23376 2002-03-08  Jim Meyering  <meyering@lucent.com>
23377
23378         * lib/rename.c: Mention that this wrapper is needed also on
23379         mips-dec-ultrix4.4 systems.
23380
23381 2002-03-02  Jim Meyering  <meyering@lucent.com>
23382
23383         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
23384         not HAVE_CLOCK_SETTIME.
23385
23386 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23387
23388         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
23389         Check for clock_settime.
23390
23391 2002-02-27  Paul Eggert  <eggert@twinsun.com>
23392
23393         * lib/nanosleep.h: Rename to....
23394         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
23395
23396         * lib/gettime.c: New file.
23397         * lib/settime.c: New file.
23398         * lib/stime.c: Remove.
23399
23400         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
23401         timespec.h.  Remove nanosleep.h.
23402
23403 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23404
23405         * m4/acl.m4: New file.
23406         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
23407         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
23408
23409 2002-02-25  Paul Eggert  <eggert@twinsun.com>
23410
23411         * lib/acl.c, lib/acl.h: New files.
23412         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
23413
23414 2002-02-24  Jim Meyering  <meyering@lucent.com>
23415
23416         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
23417         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
23418         cause trouble.  Reported by Nelson Beebe.
23419
23420 2002-02-23  Paul Eggert  <eggert@twinsun.com>
23421
23422         * lib/path-concat.c (xpath_concat): Reorder code to pacify
23423         compilers that don't know that xalloc_die never returns.
23424
23425 2002-02-20  Jim Meyering  <meyering@lucent.com>
23426
23427         * lib/getdate.c: Regenerate using bison-1.33.
23428
23429 2002-02-17  Jim Meyering  <meyering@lucent.com>
23430
23431         * config/config.guess (main): Don't use `head -1'; it's no longer
23432         portable. Use `sed 1q' instead.
23433
23434 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
23435
23436         * m4/codeset.m4: Upgrade to gettext-0.11.
23437         * m4/gettext.m4: Upgrade to gettext-0.11.
23438         * m4/glibc21.m4: Upgrade to gettext-0.11.
23439         * m4/iconv.m4: Upgrade to gettext-0.11.
23440         * m4/isc-posix.m4: Upgrade to gettext-0.11.
23441         * m4/lcmessage.m4: Upgrade to gettext-0.11.
23442         * m4/lib-ld.m4: New file, from gettext-0.11.
23443         * m4/lib-link.m4: New file, from gettext-0.11.
23444         * m4/lib-prefix.m4: New file, from gettext-0.11.
23445         * m4/progtest.m4: Upgrade to gettext-0.11.
23446
23447 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23448
23449         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23450         (jm_PREREQ): Use it.
23451
23452 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23453
23454         * lib/posixver.c, lib/posixver.h: New files.
23455         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23456
23457 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23458             Bruno Haible  <bruno@clisp.org>
23459
23460         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23461         (fwrite_success_callback): New declaration.
23462         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23463         print_unicode_char. Call failure callback instead of error.
23464         (fwrite_success_callback): New function.
23465         (exit_failure_callback): New function.
23466         (fallback_failure_callback): New function.
23467         (print_unicode_char): Call unicode_to_mb.
23468
23469 2002-01-26  Jim Meyering  <meyering@lucent.com>
23470
23471         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23472         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23473
23474 2002-01-26  Jim Meyering  <meyering@lucent.com>
23475
23476         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23477
23478 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23479
23480         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23481
23482 2002-01-22  Jim Meyering  <meyering@lucent.com>
23483
23484         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23485         Otherwise, some versions of automake would omit the rule that makes
23486         Makefile from Makefile.in.
23487
23488 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23489
23490         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23491         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23492         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23493         (memcoll): Set errno to zero if there is no error.
23494
23495         * lib/quotearg.c (quotearg_buffer_restyled):
23496         Fix bug with quoting buffers containing NUL when backslashing escapes.
23497         This bug was exposed by the other changes in this patch.
23498         (quotearg_n_options): New arg ARGSIZE.
23499         All callers changed.
23500         (quoting_options_from_style): New function.
23501         (quotearg_n_style): Use it.
23502         (quotearg_n_style_mem): New function.
23503
23504         * lib/quotearg.h (quotearg_n_style_mem): New function.
23505
23506 2002-01-19  Jim Meyering  <meyering@lucent.com>
23507
23508         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23509         Remove useless quotes: DF_PROG="df".
23510         * m4/strnlen.m4: New file.
23511
23512 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23513
23514         * lib/backupfile.c (ISDIGIT): Comment fix.
23515         * lib/getdate.y (ISDIGIT): Likewise.
23516         * lib/posixtm.c (ISDIGIT, year): Likewise.
23517         * lib/strverscmp.c (ISDIGIT): Likewise.
23518         * lib/userspec.c (ISDIGIT): Likewise.
23519
23520 2002-01-16  Jim Meyering  <meyering@lucent.com>
23521
23522         * lib/getdate.y: Add three semicolons, each just before a closing
23523         brace. Bison (as of version 1.31) no longer papers over that mistake.
23524
23525 2002-01-05  Jim Meyering  <meyering@lucent.com>
23526
23527         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23528
23529 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23530
23531         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23532         not silently exit merely because the output buffer happens to
23533         have nothing pending.
23534
23535 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23536
23537         See the big note in ../ChangeLog.
23538         * lib/human.c (suffixes): Prefer K to k for 1024.
23539         (generate_suffix_backwards): New function.
23540         (human_readable_inexact): Use it.
23541         * lib/xstrtol.c (__xstrtol): If there is no number but there
23542         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23543         Accept 'K' as well as 'k'.
23544
23545 2001-12-15  Jim Meyering  <meyering@lucent.com>
23546
23547         * lib/regex.h (__restrict_arr): Update from libc.
23548
23549         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23550         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23551         (STREQ): Define.
23552
23553 2001-12-14  Jim Meyering  <meyering@lucent.com>
23554
23555         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23556         Suggestion from Bruno Haible.
23557
23558 2001-12-10  Jim Meyering  <meyering@lucent.com>
23559
23560         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23561         xrealloc, Instead, include "xalloc.h".
23562         (initbuffer): Don't cast xmalloc return value to char*.
23563         (readline): Reword comment.
23564         Don't cast xrealloc return value to char*
23565         Return NULL, not 0.
23566
23567 2001-12-09  Jim Meyering  <meyering@lucent.com>
23568
23569         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23570         about `signed and unsigned type in conditional expression'.
23571         * lib/posixtm.c (posix_time_parse): Likewise.
23572
23573         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23574
23575         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23576         to avoid a pedantic warning.
23577
23578         * lib/getstr.c: Don't include assert.h.
23579         (getstr): Remove warning-evoking assertions.
23580         Return -1 if offset parameter is out of bounds.
23581         Change the type of a local from int to size_t.
23582
23583         * lib/strftime.c (my_strftime_localtime_r): Include this function
23584         definition in the `#if ! HAVE_TM_GMTOFF' block.
23585
23586         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23587         Include xalloc.h instead.
23588
23589 2001-12-02  Jim Meyering  <meyering@lucent.com>
23590
23591         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23592         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23593         included.
23594
23595         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23596         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23597
23598 2001-11-30  Akim Demaille  <akim@epita.fr>
23599
23600         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23601         before being defined.
23602
23603 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23604
23605         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23606         First arg is int, not unsigned.
23607         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23608         (SIZE_MAX, UINT_MAX): New macros.
23609         (quotearg_n_options): Abort if N is negative.
23610         Avoid overflow check on hosts where size_t is 64 bits and int
23611         is 32 bits, as overflow is impossible there.
23612         Fix off-by-one typo that caused unnecessary reallocation.
23613
23614 2001-11-27  Jim Meyering  <meyering@lucent.com>
23615
23616         * lib/tempname.c: Merge with version from libc.
23617         * lib/regex.c: Likewise.
23618
23619         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23620         systems for which STDC_HEADERS is 0, it was not included, resulting in
23621         a warning about an integer-to-pointer conversion problem with getenv.
23622         Reported by Volker Borchert.
23623
23624 2001-11-26  Jim Meyering  <meyering@lucent.com>
23625
23626         * lib/gtod.h: Remove file.
23627         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23628         * lib/gettimeofday.c: Don't include gtod.h.
23629         (GTOD_init): Remove function.
23630         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23631         Suggestion from Volker Borchert.
23632
23633 2001-11-23  Jim Meyering  <meyering@lucent.com>
23634
23635         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23636         it.
23637         * lib/hash.c (struct hash_table): Define it here instead.
23638
23639 2001-11-22  Jim Meyering  <meyering@lucent.com>
23640
23641         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23642
23643 2001-11-20  Jim Meyering  <meyering@lucent.com>
23644
23645         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23646         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23647
23648 2001-11-19  Jim Meyering  <meyering@lucent.com>
23649
23650         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23651         directory.  Use "conftestXXXXXX" as the template.
23652         Suggestion from Paul Eggert.
23653
23654         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23655         immediately, so the test doesn't mistakenly hit the max-open-files
23656         limit.
23657
23658 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23659
23660         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23661         (TEMPORARIES): New macro.
23662         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23663         removes an artificial limitation (e.g. HP-UX 10.20, where
23664         TMP_MAX is 17576).
23665
23666 2001-11-18  Jim Meyering  <meyering@lucent.com>
23667
23668         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23669
23670 2001-11-18  Jim Meyering  <meyering@lucent.com>
23671
23672         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23673         on SunOS 4.
23674
23675         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23676         files will be created before anything else.
23677
23678 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23679
23680         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23681         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23682
23683 2001-11-17  Jim Meyering  <meyering@lucent.com>
23684
23685         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23686         Prompted by a report from Bob Proulx.
23687
23688         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23689         Instead, require UTILS_FUNC_MKSTEMP.
23690
23691 2001-11-17  Jim Meyering  <meyering@lucent.com>
23692
23693         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23694         Now, that's done as part of AC_FUNC_STRTOD.
23695
23696 2001-11-17  Jim Meyering  <meyering@lucent.com>
23697
23698         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23699         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23700         rather than group writable.  Patch by Juan F. Codagnone.
23701
23702         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23703         xrealloc, Instead, include "xalloc.h".
23704
23705         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23706         Remove explicit declarations of xmalloc, xrealloc,
23707         and xstrdup.  Instead, include "xalloc.h".
23708
23709         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23710         unlocked-io.h.
23711         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23712         Likewise.
23713         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23714
23715         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23716         Reported by Padraig Brady.
23717
23718         * lib/mkstemp.c: #undef mkstemp.
23719         Include config.h.
23720         (rpl_mkstemp): Rename from mkstemp.
23721         Protoize.
23722
23723 2001-11-16  Jim Meyering  <meyering@lucent.com>
23724
23725         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23726         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23727         determine the amount of total physical memory, use pstat_getstatic.
23728         HPUX-11 doesn't define _SC_PHYS_PAGES.
23729         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23730         If sysconf couldn't be used to determine the amount of available
23731         physical memory, use both pstat_getstatic and pstat_getdynamic.
23732         Based on a patch from Bob Proulx.
23733
23734 2001-11-10  Jim Meyering  <meyering@lucent.com>
23735
23736         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23737         (jm_PREREQ): Use it.
23738
23739 2001-11-09  Jim Meyering  <meyering@lucent.com>
23740
23741         * m4/jm-macros.m4: Require autoconf-2.52f.
23742         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23743         Use these AC_-prefixed names, not the AM_-prefixed ones.
23744
23745         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23746
23747 2001-11-05  Jim Meyering  <meyering@lucent.com>
23748
23749         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23750
23751 2001-11-04  Jim Meyering  <meyering@lucent.com>
23752
23753         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23754         $DEFS.
23755
23756 2001-11-03  Jim Meyering  <meyering@lucent.com>
23757
23758         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23759         of AC_DEFUN.
23760
23761         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23762         know the name of the variable in the macro definition.
23763
23764 2001-11-03  Jim Meyering  <meyering@lucent.com>
23765
23766         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23767         in argmatch_to_argument call.
23768
23769         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23770         argument.
23771
23772         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23773         e.g., a fault due to an attempt to free a NULL pointer.
23774
23775 2001-11-01  Jim Meyering  <meyering@lucent.com>
23776
23777         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23778         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23779
23780 2001-11-01  Jim Meyering  <meyering@lucent.com>
23781
23782         * lib/dirfd.c, lib/dirfd.h: New files.
23783         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23784
23785         * lib/hash.c (hash_print) [TESTING]: Clean up.
23786
23787 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23788
23789         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23790         to avoid a warning if -Wall.
23791
23792 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23793
23794         * README: New file
23795         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23796         (per RMS's instructions, this is now the canonical source)
23797         * lgpl/, gpl/: New directories.
23798
23799 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23800
23801         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23802
23803 2001-10-21  Jim Meyering  <meyering@lucent.com>
23804
23805         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23806         this code would end up calling gettext even in packages built
23807         with --disable-nls.
23808         * lib/getopt.c (_): Likewise.
23809         * lib/regex.c (_): Likewise.
23810
23811 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23812
23813         * m4/error.m4 (jm_PREREQ_ERROR):
23814         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23815         AC_FUNC_STRERROR_R does that.
23816         Check for strerror declaration.
23817
23818         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23819         are supposed to have them these days.
23820         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23821         Merge changes from latest Autoconf CVS.
23822         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23823         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23824         POSIX decided to standardize on the int flavor of strerror_r.
23825
23826 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23827
23828         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23829         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23830         Use strerror_r that is only a macro, even if it is not a function.
23831         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23832         (private_strerror): Use prototypes, not old-style function definition.
23833         (print_errno_message): New function.
23834         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23835         char*-flavored one.
23836         (error_tail, error, error_at_line): Use it.
23837
23838 2001-10-11  Jim Meyering  <meyering@lucent.com>
23839
23840         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23841         and quote_n (1, ... to avoid clobbering a buffer.
23842
23843 2001-10-05  Jim Meyering  <meyering@lucent.com>
23844
23845         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23846         hash-pjw.h.
23847         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23848         * lib/hash-pjw.h: New file.
23849
23850 2001-09-30  Jim Meyering  <meyering@lucent.com>
23851
23852         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23853         `struct fsstat' has the `f_fstypename' member.
23854         Use that to define FS_TYPE, which is now used to make
23855         the getfsstat link test tighter.
23856
23857 2001-09-30  Jim Meyering  <meyering@lucent.com>
23858
23859         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23860         Include <sys/ucred.h>, for Apple Darwin.
23861         Include sys/mount.h and sys/fs_types.h only if available.
23862         (FS_TYPE): Define.
23863         (read_filesystem_list): Use FS_TYPE.
23864
23865 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23866
23867         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23868         a boolean context.
23869
23870 2001-09-29  Jim Meyering  <meyering@lucent.com>
23871
23872         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23873         [one-argument getmntent function]): Include stdio.h before mntent.h.
23874         SunOS 4.1.x needs it for the declaration of `FILE'.
23875         Patch by Volker Borchert.
23876
23877         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23878         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23879         sys/fs_types.h, and make the link-test for getfsstat guard #include
23880         directives with appropriate #if HAVE_*_H tests so that we can
23881         detect getfsstat on Apple Darwin1.3.7 systems.
23882         Reported by Nelson Beebe.
23883         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23884
23885 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23886
23887         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23888         #defines strtoimax.  Also treat the other strto* functions
23889         like strtoimax.
23890
23891         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23892         Check for strtoul and strtoumax,
23893         as those declarations are made even in the signed case.
23894         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23895         Likewise, for strtol and strtoimax.
23896
23897 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23898
23899         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23900         #defines strtoimax.  Also treat the other strto* functions
23901         like strtoimax.
23902
23903         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23904         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23905         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23906
23907 2001-09-26  Jim Meyering  <meyering@lucent.com>
23908
23909         Most macros in unlocked-io.h had the wrong number of arguments.
23910         * lib/gen-uio: New script.
23911         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23912         * lib/unlocked-io.hin: Remove file.
23913         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23914         rather than trying to embed it here.
23915         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23916         Reported by Padraig Brady.
23917
23918 2001-09-25  Volker Borchert  <bt@teknon.de>
23919
23920         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23921         `result'.
23922
23923 2001-09-24  Jim Meyering  <meyering@lucent.com>
23924
23925         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23926
23927 2001-09-23  Jim Meyering  <meyering@lucent.com>
23928
23929         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23930         instead of the mere test for existence of mntent.h.  The latter
23931         would get a false-positive on AIX 3.4 systems.
23932         In the outer getmntent if-block, don't die if neither of the getmntent
23933         tests succeeds.  Instead, just fall through and continue with the
23934         remaining tests.
23935
23936 2001-09-23  Jim Meyering  <meyering@lucent.com>
23937
23938         * lib/mountlist.c: Remove useless parentheses in #if directives.
23939         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23940         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23941
23942 2001-09-22  Jim Meyering  <meyering@lucent.com>
23943
23944         * m4/gettext.m4: New file.  From gettext.
23945         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23946         * m4/progtest.m4: Likewise
23947         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23948         * m4/glibc21.m4: Likewise.
23949
23950         * m4/libintl.m4: Remove.  No longer used.
23951
23952 2001-09-22  Jim Meyering  <meyering@lucent.com>
23953
23954         * lib/localcharset.c: Update from latest gettext.
23955         * lib/config.charset: Likewise.
23956
23957 2001-09-20  Jim Meyering  <meyering@lucent.com>
23958
23959         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23960         strtoimax.
23961         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23962         strtoumax.
23963
23964 2001-09-20  Jim Meyering  <meyering@lucent.com>
23965
23966         * lib/xstrtol.c (strtoimax): Guard declaration with
23967         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23968         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23969         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23970         (strtoumax): Likewise, for completeness (it wasn't necessary).
23971
23972 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23973
23974         * lib/strtoimax.c (HAVE_LONG_LONG):
23975         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23976         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23977         to work around bug in IBM C compiler.
23978
23979 2001-09-17  Jim Meyering  <meyering@lucent.com>
23980
23981         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23982         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23983         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23984         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23985         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23986         whenever the right hand side need not be expanded by the shell.
23987
23988 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23989
23990         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23991         library.  It's not correct, as some older glibcs are buggy.
23992         fnmatch wasn't fixed until glibc 2.2.
23993
23994         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23995         special shell magic here.
23996
23997 2001-09-16  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
24000         * m4/jm-macros.m4: Require it.
24001
24002 2001-09-16  Jim Meyering  <meyering@lucent.com>
24003
24004         * lib/mkdir.c: New file.
24005
24006 2001-09-15  Jim Meyering  <meyering@lucent.com>
24007
24008         * m4/jm-macros.m4: Check for help2man.
24009
24010 2001-09-11  Jim Meyering  <meyering@lucent.com>
24011
24012         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
24013         The body, by Paul Eggert, was moved here from configure.in.
24014         * m4/jm-macros.m4: Require UTILS_HOST_OS.
24015
24016 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24017
24018         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
24019         (jm_PREREQ): Use it.
24020
24021 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24022
24023         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
24024         Use ssize_t, not int, to store result of readlink.
24025         Check for ssize_t overflow as well as size_t overflow,
24026         as POSIX says the result of readlink is implementation-defined
24027         when ssize_t overflows.
24028         Remove unnecessary cast to char*.
24029         Use free+malloc instead of realloc, as the storage doesn't need
24030         to be preserved and it's clearer and can be more efficient that way.
24031         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
24032         * lib/xreadlink.h (xreadlink): Update prototype.
24033
24034 2001-09-04  Paul Eggert  <eggert@twinsun.com>
24035
24036         * lib/xgetcwd.c: Revert some of the previous change; intead,
24037         fix the HAVE_GETCWD_NULL code to behave more like the
24038         !HAVE_GETCWD_NULL code used to.
24039
24040         Include "xalloc.h".
24041         (xgetcwd): Do not return NULL when memory is exhausted; instead,
24042         invoke xalloc_die.
24043
24044 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24045
24046         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
24047         sys/param.h, as pathmax.h includes them.
24048
24049 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24050
24051         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
24052         (jm_PREREQ_XGETCWD): New macro.
24053
24054         * m4/getcwd.m4: New file.
24055
24056 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24057
24058         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
24059         like the HAVE_GETCWD_NULL code.
24060         Include pathmax.h if not HAVE_GETCWD.
24061         Do not include xalloc.h.
24062         (INITIAL_BUFFER_SIZE): New symbol.
24063         Do not use xmalloc / xrealloc, since the caller is responsible for
24064         handling errors.  Preserve errno around `free' during failure.
24065         Do not overrun buffer when using getwd.
24066
24067 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24068
24069         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
24070         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
24071         getcwd (NULL, 0).
24072
24073 2001-09-03  Paul Eggert  <eggert@twinsun.com>
24074
24075         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
24076         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
24077         spotted by Jim Meyering.
24078
24079 2001-09-03  Jim Meyering  <meyering@lucent.com>
24080
24081         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
24082         failure.
24083
24084 2001-09-02  Jim Meyering  <meyering@lucent.com>
24085
24086         * lib/error.c: Update from GNU libc.
24087
24088 2001-09-01  Jim Meyering  <meyering@lucent.com>
24089
24090         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
24091         Used by df.
24092
24093 2001-09-01  Jim Meyering  <meyering@lucent.com>
24094
24095         * lib/xreadlink.c: New file.
24096         * lib/xreadlink.h: New file.
24097         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
24098         xreadlink.h.
24099
24100         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
24101         doesn't conflict with sparc Solaris 7's definition in
24102         /usr/include/sys/int_types.h.
24103
24104         * lib/exclude.c: Use `""', not `<>' to #include non-system header
24105         files.
24106         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
24107         and strncasecmp as r-values.  Unixware didn't have declarations.
24108
24109 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24110
24111         * lib/xstrtol.h: Add copyright notice.
24112         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
24113         LONGINT_INVALID_SUFFIX_CHAR.
24114
24115 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24116
24117         * lib/xstrtol.c (strtoimax): New decl.
24118
24119 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24120
24121         * lib/xgetcwd.c: Don't include pathmax.h.
24122         Include stdlib.h and unistd.h if available.
24123         Include xalloc.h.
24124         (xmalloc, xstrdup, free): Remove decls.
24125         (xgetcwd): Don't assume sizes fit in unsigned.
24126         Check for overflow when computing sizes.
24127         Simplify reallocation code.
24128
24129 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24130
24131         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
24132         a directory's st_size can have an arbitrary value, so the old
24133         usage could waste an arbitrary amount of memory.  All uses
24134         changed.
24135         * lib/savedir.h: Update prototype.
24136
24137 2001-08-31  Paul Eggert  <eggert@twinsun.com>
24138
24139         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
24140
24141         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
24142         old strtoimax.c.
24143
24144         Also, make the following further changes to make this file's
24145         configuration more similar to that of strtol.c:
24146         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
24147         (strtoumax, uintmax_t, strtoull, strtol): Remove.
24148         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
24149         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
24150         changed to signed values.
24151
24152         And make the following changes as well:
24153         Fix copyright notice, as 1999 was missing.
24154         (verify): New macro.
24155         (strtoimax): Check sizes at compile-time, not run-time.
24156         Prefer strtol to strtoll if both work.
24157         (main): Remove; it was not that useful and was a pain to maintain.
24158
24159         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
24160
24161 2001-08-31  Jim Meyering  <meyering@lucent.com>
24162
24163         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
24164         Use an initial, malloc'd, buffer of length 128 rather than
24165         a statically allocated one of length 1024.
24166
24167 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24168
24169         Simplify code, partly by assuming autoconf 2.52 semantics.
24170
24171         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
24172
24173         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
24174         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
24175         All uses removed.
24176         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
24177         Move AC_REQUIRE to next-to-top level, to avoid confusion.
24178         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
24179         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
24180         jm_AC_HEADER_INTTYPES_H.
24181         * m4/jm-macros.m4 (jm_MACROS): Likewise.
24182
24183         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
24184
24185         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
24186         Quote first arg of AC_DEFUN.
24187         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
24188         since they are needed to parse the include file even if we need
24189         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
24190         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
24191         but with opposite signedness.
24192
24193 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24194
24195         Merge 'exclude' changes from tar 1.13.22.
24196         This fixes one or two unlikely storage allocation overflow bugs,
24197         but doesn't change user-visible behavior otherwise.
24198
24199 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24200
24201         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
24202         (jm_PREREQ_EXCLUDE): New macro.
24203
24204 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24205
24206         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
24207         tm to be declared.
24208
24209 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24210
24211         * lib/hash.c: Remove '2001' from copyright notice.
24212
24213 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24214
24215         * lib/full-write.h: New file.
24216         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
24217         * lib/full-write.c: Correct credits, as cccp.c no longer
24218         exists and anyway it was so heavily changed from the old cccp
24219         code as to be unrecognizable.  Include full-write.h.
24220         (full_write) Return size_t, with short writes meaning failure.
24221         All callers changed.  This fixes a bug with large buffers
24222         on 64-bit hosts.
24223         * lib/utime.c: Include full-write.h.
24224
24225 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24226
24227         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
24228         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
24229         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
24230         Include if available.
24231         (<xalloc.h>): Include
24232         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
24233         (verify): New macro.  Use it to verify that EXCLUDE macros do not
24234         collide with FNM macros.
24235         (struct patopts): New struct.
24236         (struct exclude): Use it, as exclude patterns now come with options.
24237         (new_exclude): Support above changes.
24238         (new_exclude, add_exclude_file):
24239         Initial size must now be a power of two to simplify overflow checking.
24240         (free_exclude, fnmatch_no_wildcards): New function.
24241         (excluded_filename): No longer requires options arg, as the options
24242         are determined by add_exclude.  Now returns bool, not int.
24243         (excluded_filename, add_exclude):
24244         Add support for the fancy new exclusion options.
24245         (add_exclude, add_exclude_file): Now takes int options arg.
24246         Check for arithmetic overflow when computing sizes.
24247         (add_exclude_file): xrealloc might modify errno, so don't
24248         realloc until after errno might be used.
24249
24250         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
24251         New macros.
24252         (free_exclude): New decl.
24253         (add_exclude, add_exclude_file): Now takes int options arg.
24254         (excluded_filename): No longer requires options arg, as the options
24255         are determined by add_exclude.  Now returns bool, not int.
24256
24257 2001-08-30  Paul Eggert  <eggert@twinsun.com>
24258
24259         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
24260
24261 2001-08-27  Jim Meyering  <meyering@lucent.com>
24262
24263         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
24264
24265         * lib/version-etc.c (N_): Remove definition.
24266         Revert most of last change.
24267         Instead, simply don't mark the `Copyright...' string for translation.
24268         Based on advice from Paul Eggert.
24269
24270         * lib/strtoxmax.c: Tweak comment.
24271
24272 2001-08-26  Jim Meyering  <meyering@lucent.com>
24273
24274         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
24275
24276         * m4/xstrtoimax.m4: New file.
24277         * m4/xstrtoumax.m4: Add comments explaining why we
24278         AC_REPLACE_FUNCS(strtol).
24279
24280 2001-08-26  Jim Meyering  <meyering@lucent.com>
24281
24282         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
24283         of copyright with `%s' so translators don't get an untranslated
24284         message in 2002.
24285         (COPYRIGHT_YEAR): Define.
24286         (version_etc): Use fprintf rather than fputs.
24287         Suggestion from Ulrich Drepper.
24288
24289         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
24290
24291         * lib/strtoll.c: New file, from GNU libc.
24292         * lib/xstrtoimax.c: New file.
24293
24294         * lib/xstrtol.h: Add xstrtoimax.
24295         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
24296         * lib/strtoimax.c: New file.  Likewise, but first define
24297         STRTOUXMAX_SIGNED.
24298
24299         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
24300         ...
24301         * lib/strtoxmax.c: ... then renamed to this.
24302
24303 2001-08-18  Paul Eggert  <eggert@twinsun.com>
24304
24305         * m4/inttypes.m4: Add AC_PREREQ(2.13).
24306         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
24307         (jm_AC_TYPE_INTMAX_T): New macro.
24308         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
24309
24310         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
24311
24312         * m4/longlong.m4: Renamed from ulonglong.m4.
24313         * m4/inttypes.m4: Renamed from inttypes_h.m4.
24314         * m4/uintmax_t.m4: Removed.
24315
24316 2001-08-13  Paul Eggert  <eggert@twinsun.com>
24317
24318         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
24319         Port to Solaris 8, where 'sed' requires a space after the 'r'
24320         command, and where sh dislikes "$/".  Clean up the spacing a bit.
24321         Redirect output to $tmp just once.
24322
24323 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
24324
24325         * lib/addext.c (<errno.h>): Include.
24326         (errno): Declare if not defined.
24327         (addext): Work correctly when pathconf returns -1 and leaves
24328         errno alone because there is no limit.  Also, work even if
24329         pathconf returns a value greater than SIZE_MAX.
24330
24331 2001-08-12  Jim Meyering  <meyering@lucent.com>
24332
24333         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
24334         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
24335         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
24336         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
24337         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
24338         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
24339         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
24340         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
24341         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
24342         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
24343         utime.m4, utimes.m4, xstrtoumax.m4:
24344         Quote the first argument in each use of AC_DEFUN.
24345
24346 2001-08-12  Jim Meyering  <meyering@lucent.com>
24347
24348         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
24349         Simply `return getcwd (NULL, 0);'.
24350         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
24351         Use 1300 as initial value for length, not PATH_MAX.
24352
24353         * lib/pathmax.h: Clean up cpp syntax.
24354
24355 2001-08-12  Jim Meyering  <meyering@lucent.com>
24356
24357         * lib/gettimeofday.c: New file.
24358         * lib/gtod.h: New file.
24359         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
24360
24361 2001-08-05  Jim Meyering  <meyering@lucent.com>
24362
24363         * m4/jm-macros.m4: Require autoconf-2.52.
24364
24365 2001-08-04  Jim Meyering  <meyering@lucent.com>
24366
24367         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
24368         stmt, to get in sync with glibc.
24369
24370 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24371
24372         The following changes are from gettext 0.10.39 as maintained by
24373         Bruno Haible.
24374
24375         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
24376         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
24377         with inverted sense.  All uses changed.
24378
24379         * lib/mbswidth.c: Don't include <limits.h>.
24380         Include <stdlib.h> and <string.h> unconditionally.
24381         (iswcntrl, mbsinit, ISCNTRL): New macros.
24382         (mbsnwidth): Use K&R style function declarations.
24383         Don't bother checking for MB_LEN_MAX == 1, since the compiler
24384         can optimize it when MB_CUR_MAX == 1.
24385         The width of control characters is zero, not 1.
24386
24387 2001-08-03  Paul Eggert  <eggert@twinsun.com>
24388
24389         The following changes are from gettext 0.10.39 as maintained by
24390         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
24391
24392         * m4/codeset.m4: Upgrade to serial AM1.
24393         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
24394         all uses changed.  Quote first arg of AC_DEFUN.
24395         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
24396
24397         * m4/iconv.m4: Upgrade to serial AM2.
24398         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
24399         Add --with-libconv-prefix.
24400         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
24401         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
24402         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
24403         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
24404         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
24405
24406         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
24407         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
24408         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
24409         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
24410         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
24411         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
24412         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
24413         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
24414         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
24415
24416         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
24417         string.h any more.
24418
24419         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
24420         not the default value.
24421
24422         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
24423         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
24424         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
24425         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
24426         Also check for iswcntrl, used for wcwidth fallback.
24427         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
24428         to Autoconf 2.13.
24429
24430 2001-08-03  Jim Meyering  <meyering@lucent.com>
24431
24432         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
24433         as it was in the original.  Reported by Paul Eggert.
24434
24435 2001-07-16  Jim Meyering  <meyering@lucent.com>
24436
24437         * m4/gettimeofday.m4: New file.
24438         Prompted by a report from Bernhard Baehr.
24439
24440 2001-07-15  Jim Meyering  <meyering@lucent.com>
24441
24442         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24443         stuff. Now it's in ../Makefile.cfg.
24444
24445 2001-07-15  Jim Meyering  <meyering@lucent.com>
24446
24447         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24448         (BUILT_SOURCES): Add unlocked-io.h.
24449         (io_functions): Define.
24450         (unlocked-io.h): New rule.
24451         (DISTCLEANFILES): Add unlocked-io.h.
24452         (all-local): Depend on unlocked-io.h, to ensure it is created.
24453
24454         * lib/unlocked-io.hin: New file
24455
24456         * lib/regex.c: Update from glibc.
24457
24458 2001-07-05  Jim Meyering  <meyering@lucent.com>
24459
24460         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24461         recommendation.
24462         (libfetish_a_SOURCES): Put all .h files here instead.
24463         Remove a thus-exposed (better checks in automake) duplicate and
24464         two unnecessary .h files.
24465
24466 2001-07-04  Jim Meyering  <meyering@lucent.com>
24467
24468         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24469         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24470         distcheck failure.
24471
24472 2001-07-02  Jim Meyering  <meyering@lucent.com>
24473
24474         The following changes were prompted by suggestions from Bruno Haible.
24475
24476         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24477         is now generated.
24478         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24479         definition of EXTRA_DIST.
24480         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24481         ensure that the generated file is created/updated whenever the list
24482         of $(unlocked_functions) is changed.
24483         (jm-glibc-io.m4): New rule.
24484         (unlocked-io.h): New rule -- currently unused.
24485
24486 2001-06-24  Jim Meyering  <meyering@lucent.com>
24487
24488         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24489         unmatched right bracket, rather than kludging it with an extra,
24490         falsely-matching quote in a comment.  Patch by Akim Demaille.
24491
24492 2001-06-11  Jim Meyering  <meyering@lucent.com>
24493
24494         * lib/regex.c: Update from GNU libc.
24495
24496 2001-05-27  Jim Meyering  <meyering@lucent.com>
24497
24498         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24499         Check for ut_type in struct utmp.
24500
24501 2001-05-27  Jim Meyering  <meyering@lucent.com>
24502
24503         * lib/readutmp.h (UT_TYPE): Define.
24504
24505 2001-05-24  Jim Meyering  <meyering@lucent.com>
24506
24507         * lib/argmatch.c: Include "quote.h".
24508         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24509         quote function.  Reported by Göran Uddeborg.
24510
24511 2001-05-22  Jim Meyering  <meyering@lucent.com>
24512
24513         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24514         now that we use the package-supplied version unconditionally.
24515         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24516
24517 2001-05-21  Jim Meyering  <meyering@lucent.com>
24518
24519         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24520         shell syntax errors.
24521
24522 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24523
24524         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24525
24526 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24527
24528         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24529         Don't bother to check library strftime, since
24530         we'll be using our own my_strftime function anyway.
24531         Define my_strftime instead of strftime.
24532
24533 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24534
24535         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24536         which is not yet declared.
24537
24538 2001-05-15  Jim Meyering  <meyering@lucent.com>
24539
24540         * m4/regex.m4: Use proper quoting so brackets appear in the test
24541         program.
24542         Reported by, and with help from, Bruno Haible.
24543
24544 2001-05-13  Jim Meyering  <meyering@lucent.com>
24545
24546         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24547         undefined.
24548
24549 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24550
24551         dirname code cleanup.  base_name now behaves more compatibly
24552         with POSIX basename when given file names that have trailing
24553         slashes, and similarly for dir_name.  Add new primitives
24554         base_len and dir_len.  Put the directory-name-related decls
24555         into dirname.h.
24556
24557         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24558         * lib/backupfile.c (base_name): Likewise.
24559         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24560         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24561         * lib/makepath.c (strip_trailing_slashes): Likewise.
24562         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24563         ISSLASH): Likewise.
24564         * lib/rename.c (strip_trailing_slashes): Likewise.
24565         * lib/same.c (base_name): Likewise.
24566         * lib/stripslash.c (ISSLASH): Likewise.
24567
24568         * lib/addext.c: Include <dirname.h> after size_t is defined.
24569         * lib/backupfile.c: Likewise.
24570
24571         * lib/addext.c (addext): Use base_len to trim redundant
24572         trailing slashes instead of doing it ourselves.
24573         But do not trim the last slash if it is not redundant.
24574
24575         * lib/backupfile.c (find_backup_file_name,
24576         max_backup_version): Use base_len instead of rolling it ourselves.
24577         Handle the case of "" and (on DOS) "C:" correctly.
24578
24579         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24580         needed. Include <string.h>, <dirname.h>.
24581         (base_name): Allow file names ending in slashes, other than names
24582         that are all slashes.  In this case, return the basename followed
24583         by the slashes.  This is more general, and can be used in places
24584         where the original base_name purposely had an assertion failure.
24585         (base_len): New function.
24586
24587         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24588         Do not include <assert.h>; no longer needed.
24589         Include xalloc.h.
24590         (memrchr): Remove decl.
24591         (dir_name_r): Remove.
24592         (dir_len): Renamed from dirlen.  All callers changed.
24593         Rewrite in terms of base_name, for simplicity and consistency.
24594         (dir_name): Never return NULL.  All callers changed.
24595         Do not include <stdlib.h> in test program; no longer needed.
24596         return 0; is fine for test program.
24597
24598         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24599         New macros.
24600         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24601
24602         * lib/path-concat.c (path_concat): Use base_len to compute
24603         base length, not strlen; this means we cannot rely on memcpy
24604         to null-terminate.
24605
24606         * lib/same.c (STREQ): Remove.
24607         (same_name): Handle the case where the basename ends in trailing '/'.
24608
24609         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24610         a slash was stripped.  Do not strip the last slash after a
24611         file system prefix.
24612
24613 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24614
24615         * lib/Makefile.am (libfetish_a_SOURCES):
24616         Add strftime.c, since we now compile it on all hosts.
24617
24618         * lib/strftime.c (my_strftime):
24619         Define to nstrftime if emacs, but only if my_strftime is not defined.
24620         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24621         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24622         Add one more extra argument: a nanoseconds value.
24623         All uses changed.
24624         (ns): New macro.
24625         (my_strftime function): Add %N format.
24626         (emacs_strftimeu): Renamed from emacs_strftime,
24627         with extra ut argument.
24628
24629 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24630
24631         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24632
24633 2001-04-21  Jim Meyering  <meyering@lucent.com>
24634
24635         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24636         doesn't interfere.
24637
24638 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24639
24640         * m4/ftruncate.m4: Check for chsize.
24641         Link with ftruncate.o unconditionally if ftruncate is missing.
24642         This was required when cross-compiling to i586-mingw32msvc.
24643
24644 2001-04-08  Jim Meyering  <meyering@lucent.com>
24645
24646         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24647         recomputed; that's necessary when the offset spans a DST transition.
24648         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24649
24650 2001-04-02  Jim Meyering  <meyering@lucent.com>
24651
24652         * lib/regex.h, regex.c: Update from GNU libc.
24653
24654 2001-03-24  Jim Meyering  <meyering@lucent.com>
24655
24656         * m4/jm-macros.m4: Require autoconf-2.49d.
24657
24658 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24659
24660         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24661
24662 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24663
24664         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24665
24666 2001-03-17  Jim Meyering  <meyering@lucent.com>
24667
24668         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24669         now that the version in autoconf is equivalent.
24670         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24671
24672         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24673         Suggestion from Akim Demaille.
24674
24675         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24676         (jm_PREREQ_TEMPNAME): New function.
24677
24678 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24679
24680         * lib/tempname.c (uint64_t): Define to uintmax_t if
24681         not defined, and if UINT64_MAX is not defined.
24682         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24683         Reported by John David Anglin.
24684
24685 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24686
24687         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24688         resolve alias if codeset is empty.
24689         * lib/config.charset (BeOS): Use wildcard syntax.
24690
24691 2001-03-13  Jim Meyering  <meyering@lucent.com>
24692
24693         * lib/path-concat.c (path_concat)
24694         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24695         concatenating e.g., `C:' and `foo'.
24696         From Bruno Haible.
24697
24698 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24699
24700         * lib/localcharset.c (locale_charset): Don't use
24701         setlocale(LC_CTYPE,NULL). Don't return NULL.
24702         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24703
24704 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24705
24706         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24707         support for DOS/DJGPP.
24708
24709 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24710
24711         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24712         lacks mkstemp.  Compile our own tempname.c if we compile our own
24713         mkstemp.c, as mkstemp relies on tempname.
24714
24715 2001-03-01  Jim Meyering  <meyering@lucent.com>
24716
24717         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24718         AH_VERBATIM really does output its argument verbatim.
24719
24720 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24721
24722         * lib/Makefile.am (libfetish_a_SOURCES):
24723         Add dup-safer.c, fopen-safer.c.
24724         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24725
24726         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24727         * lib/unistd-safer.h: New files.
24728
24729 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24730
24731         The mkstemp replacement is taken from glibc 2.2.2, with some
24732         portability fixes for use outside glibc, as follows:
24733
24734         * lib/tempname.c (struct_stat64): New macro.
24735         (direxists, __gen_tempname): Use it.
24736         This avoids a portability problem with Solaris 8.
24737
24738         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24739         (<stddef.h>, <stdint.h>, <string.h>):
24740         Include only if STDC_HEADERS || _LIBC.
24741         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24742         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24743         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24744         (__set_errno): Define this macro if <errno.h> doesn't.
24745         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24746         Define these macros if <stdio.h> doesn't.
24747         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24748         Define these macros if <sys/stat.h>
24749         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24750         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24751         __xstat64): Define if not _LIBC.
24752         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24753         (__gen_tempname): Invoke gettimeofday only if
24754         HAVE_GETTIMEOFDAY || _LIBC;
24755         otherwise, fall back on plain "time".
24756         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24757
24758         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24759
24760         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24761
24762 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24763
24764         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24765
24766 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24767
24768         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24769         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24770         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24771         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24772
24773 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24774
24775         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24776         Remove workaround macros for hosts that have mbrtowc but not
24777         mbstate_t, as we now insist on proper declarations for both
24778         before using mbrtowc.
24779
24780 2001-02-17  Jim Meyering  <meyering@lucent.com>
24781
24782         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24783         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24784         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24785         UnixWare 7.1.1.
24786
24787         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24788         rather than AC_CACHE_VAL.
24789
24790 2001-02-17  Jim Meyering  <meyering@lucent.com>
24791
24792         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24793         around included file name.
24794
24795         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24796
24797         * lib/strftime.c: Update from GNU libc (the only changes were to
24798         comments).
24799
24800 2001-02-17  Jim Meyering  <meyering@lucent.com>
24801
24802         * lib/regex.c: Update from libc.
24803
24804 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24805
24806         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24807         clash.
24808
24809 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24810
24811         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24812         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24813         Reported by Mark Hounschell via Paul Eggert.
24814
24815 2001-02-07  Jim Meyering  <meyering@lucent.com>
24816
24817         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24818
24819 2001-02-05  Jim Meyering  <meyering@lucent.com>
24820
24821         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24822         it includes the patch required for `large file' support with at least
24823         HP-UX's 10.20 /bin/cc.
24824
24825 2001-02-03  Jim Meyering  <meyering@lucent.com>
24826
24827         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24828         AS_IF, now that it works once again (mysteriously).
24829         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24830
24831 2001-01-30  Jim Meyering  <meyering@lucent.com>
24832
24833         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24834         * m4/chown.m4: Rename conftestchown to conftest.chown.
24835         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24836         s/conftestdir2/conftest.d2/.
24837         * m4/utimes.m4: s/conftestdata/conftest.data/
24838         Inspired by Pavel Roskin's change in autoconf.
24839
24840 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24841
24842         * lib/config.charset: Update for FreeBSD 4.2.
24843
24844 2001-01-27  Jim Meyering  <meyering@lucent.com>
24845
24846         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24847         a use of AS_IF.
24848         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24849
24850 2001-01-26  Jim Meyering  <meyering@lucent.com>
24851
24852         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24853         quotearg.c includes it.
24854
24855 2001-01-26  Jim Meyering  <meyering@lucent.com>
24856
24857         * lib/quotearg.c: Include stddef.h.
24858         * lib/quote.c: Include stddef.h.
24859         Reported by Axel Kittenberger.
24860
24861         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24862         line in double quotes so that it evokes a better diagnostic.
24863         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24864         Reported by Axel Kittenberger.
24865
24866 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24867
24868         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24869         as if it was a `charset'.
24870
24871 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24872
24873         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24874         has const.
24875
24876 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24877
24878         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24879         to avoid a warning.  Add back 'const' to inptr.
24880
24881 2001-01-20  Jim Meyering  <meyering@lucent.com>
24882
24883         Be sure that headers are checked before used in code compiled
24884         for the type checks.
24885         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24886         In place of that, invoke jm_CHECK_ALL_TYPES.
24887         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24888         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24889         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24890         The check for ssize_t was mistakenly run before the test for unistd.h.
24891
24892         The configure-time check for stdbool.h was missing.
24893         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24894         (jm_PREREQ_HASH): New function.
24895
24896 2001-01-17  Jim Meyering  <meyering@lucent.com>
24897
24898         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24899         for autoconf-2.49c.
24900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24901
24902 2001-01-16  Jim Meyering  <meyering@lucent.com>
24903
24904         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24905         From Bruno Haible.
24906
24907 2001-01-14  Jim Meyering  <meyering@lucent.com>
24908
24909         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24910         foo and bar.  Create conftestdir/ in the script, not in the C code.
24911         Remove directories in the script, not in the C code.
24912         Remove conftestdir{,2} before trying to create the directory.
24913         Make the entire configure script fail if the mkdir fails.
24914
24915 2001-01-14  Jim Meyering  <meyering@lucent.com>
24916
24917         * lib/rename.c: New file.  From Volker Borchert.
24918         Include stdlib.h, string.h or strings.h, and xalloc.h.
24919         Use strip_trailing_slashes rather than open-coding it.
24920
24921 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24922
24923         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24924
24925 2001-01-03  Jim Meyering  <meyering@lucent.com>
24926
24927         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24928         of local `inptr' to avoid warning with some system declarations of
24929         iconv.
24930
24931 2001-01-02  Volker Borchert  <bt@teknon.de>
24932
24933         * m4/rename.m4: New file.
24934         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24935
24936 2001-01-01  Jim Meyering  <meyering@lucent.com>
24937
24938         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24939         even on systems with utmpx.h.  It's necessary for the declaration of
24940         utmp's ut_user member.  Reported by Andreas Jaeger.
24941
24942         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24943         available. They are required for the declarations of getgrgid and
24944         getpwuid resp.
24945         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24946         Reported by Andreas Jaeger.
24947
24948 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24949
24950         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24951         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24952         so `make install' also works in VPATH builds.
24953
24954 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24955
24956         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24957         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24958         can be used in subdirectories.
24959
24960 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24961
24962         * lib/modechange.c: Do not assume that mode_t uses the
24963         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24964         the other-execute bit of FOO even if S_IXOTH != 1.
24965
24966         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24967         WOTH, XOTH, ALLM): New macros.
24968         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24969          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24970         Use them.
24971         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24972         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24973         (mode_compile):
24974         No need to use uintmax_t; unsigned long is long enough.
24975         Don't bother to get suffix since we don't use it.
24976
24977 2000-12-26  Jim Meyering  <meyering@lucent.com>
24978
24979         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24980         better with autoheader.
24981
24982 2000-12-24  Jim Meyering  <meyering@lucent.com>
24983
24984         * lib/hash.c (is_prime): Return explicit boolean values.
24985         (hash_get_first): Return NULL to appease Irix5.6's 89.
24986         Reported by Nelson Beebe.
24987
24988 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24989
24990         * lib/localcharset.c (locale_charset): Add support for Win32.
24991
24992 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24993
24994         * lib/physmem.h, lib/physmem.c: New files.
24995
24996         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24997         (noinst_HEADERS): Add physmem.h.
24998
24999         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
25000         't' for compatibility with Solaris 8 sort.
25001
25002 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
25003
25004         * lib/config.charset: Add support for BeOS.
25005
25006 2000-12-17  Jim Meyering  <meyering@lucent.com>
25007
25008         * m4/dos.m4 (jm_AC_DOS): New file and macro.
25009         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
25010
25011 2000-12-16  Jim Meyering  <meyering@lucent.com>
25012
25013         This bug had a serious impact on chown: `chown N:M FILE' (for integer
25014         N and M) would have treated it like `chown N:N FILE'.
25015
25016         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
25017
25018 2000-12-16  Jim Meyering  <meyering@lucent.com>
25019
25020         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
25021         SHELLS_FILE to a file name that's useful on djgpp systems.
25022         Include stdlib.h.
25023         (ADDITIONAL_DEFAULT_SHELLS): Define.
25024         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
25025         Based mostly on a patch from Prashant TR.
25026
25027 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
25028
25029         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
25030         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
25031         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
25032
25033 2000-12-08  Andreas Schwab  <schwab@suse.de>
25034
25035         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
25036         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
25037
25038 2000-12-07  Jim Meyering  <meyering@lucent.com>
25039
25040         * lib/stripslash.c (ISSLASH): Define.
25041         (strip_trailing_slashes): Use ISSLASH rather than comparing against
25042         `/'.
25043         From Prashant TR.
25044
25045         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
25046         (dir_name_r): Declare this function as static.
25047         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
25048         manifest itself on a name containing a mix of slashes and
25049         backslashes.
25050         Make this function work with names starting with a DOS-style
25051         drive letter and colon prefix.
25052         (dir_name): Append `.' if necessary.
25053         Based mostly on patches from Prashant TR and Eli Zaretskii.
25054
25055         * lib/dirname.h (dir_name_r): Remove prototype.
25056
25057 2000-12-06  Paul Eggert  <eggert@twinsun.com>
25058
25059         * m4/off_t-format.m4: Remove this file.
25060         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
25061
25062 2000-12-06  Jim Meyering  <meyering@lucent.com>
25063
25064         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
25065         replacement strtoull, we may well need the replacement strtoul, too.
25066         Check for declarations of strtoul and strtoull.
25067         Check for strtol.  Mainly as a cue to cause automake to include
25068         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
25069         Check for limits.h -- strtol.c needs it.
25070
25071 2000-12-05  Jim Meyering  <meyering@lucent.com>
25072
25073         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
25074
25075 2000-12-04  Jim Meyering  <meyering@lucent.com>
25076
25077         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
25078         Also include memory.h, stdlib.h, unistd.h if appropriate.
25079         Reported by Andreas Jaeger (conflicting declaration of malloc).
25080
25081 2000-12-02  Jim Meyering  <meyering@lucent.com>
25082
25083         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
25084         * m4/jm-macros.m4 (jm_MACROS): require it.
25085
25086 2000-12-02  Jim Meyering  <meyering@lucent.com>
25087
25088         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
25089
25090 2000-12-01  Paul Eggert  <eggert@twinsun.com>
25091
25092         * lib/memrchr.c: Include <config.h> before any system include file.
25093
25094 2000-11-30  Jim Meyering  <meyering@lucent.com>
25095
25096         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
25097
25098 2000-11-30  Jim Meyering  <meyering@lucent.com>
25099
25100         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
25101
25102 2000-11-29  Paul Eggert  <eggert@twinsun.com>
25103
25104         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
25105
25106 2000-11-26  Jim Meyering  <meyering@lucent.com>
25107
25108         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
25109
25110 2000-11-22  Paul Eggert  <eggert@twinsun.com>
25111
25112         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
25113         size of (size_t) -1; it's not portable.
25114
25115 2000-11-17  Jim Meyering  <meyering@lucent.com>
25116
25117         * lib/strstr.c: Update from GNU libc.
25118
25119 2000-11-17  Akim Demaille  <akim@epita.fr>
25120
25121         * lib/obstack.h: Formatting changes.
25122         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
25123         prevent type checking.
25124         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
25125         cast the value to (void *): assigning a `foo *' to a `void *'
25126         variable is valid.
25127         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
25128
25129 2000-11-16  Jim Meyering  <meyering@lucent.com>
25130
25131         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
25132
25133 2000-11-11  Jim Meyering  <meyering@lucent.com>
25134
25135         * lib/error.c: Add a couple #includes, merging from GNU libc version.
25136
25137 2000-11-10  Jim Meyering  <meyering@lucent.com>
25138
25139         * lib/obstack.h: Update from GNU libc.
25140         * lib/obstack.c: Likewise.
25141
25142 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
25143
25144         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
25145
25146 2000-11-06  Paul Eggert  <eggert@twinsun.com>
25147
25148         * lib/getusershell.c (setusershell): Use rewind rather than
25149         fseek/fseeko, to avoid configuration hassles with fseeko.
25150         Don't bother opening SHELLS_FILE if shellstream is NULL;
25151         it's not necessary.
25152
25153 2000-11-05  Jim Meyering  <meyering@lucent.com>
25154
25155         * lib/makepath.h (make_dir): Declare.
25156         * lib/makepath.c (make_dir): Remove `static' attribute.
25157         Tweak a comment.
25158
25159 2000-11-04  Jim Meyering  <meyering@lucent.com>
25160
25161         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
25162
25163 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
25164
25165         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
25166         last one in a bucket, advance to the next bucket.
25167
25168 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
25169
25170         * lib/fnmatch.c: Do not comment out all the code if we are using
25171         the GNU C library, because in some cases we are replacing buggy
25172         code in the GNU C library itself.
25173
25174 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
25175
25176         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
25177         (regex_compile): Catch bogus \(\1\).
25178
25179 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25180
25181         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
25182         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25183         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
25184
25185 2000-10-30  Paul Eggert  <eggert@twinsun.com>
25186
25187         * lib/error.h, getline.h, modechange.h:
25188         Remove "2000" from Copyright line, as the file hasn't been
25189         changed this year other than in the copyright notice.
25190
25191         * lib/xalloc.h: Add "2000" to Copyright line, as this file
25192         was changed this year.
25193
25194 2000-10-29  Jim Meyering  <meyering@lucent.com>
25195
25196         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
25197         renaming.
25198         * m4/ls-mntd-fs.m4: Likewise
25199
25200 2000-10-29  Jim Meyering  <meyering@lucent.com>
25201
25202         * lib/xstat.in: Fix grammar in comment.
25203
25204 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
25205
25206         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
25207         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
25208         doesn't define __restrict_arr.
25209
25210 2000-10-28  Jim Meyering  <meyering@lucent.com>
25211
25212         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
25213         (jm_PREREQ_MEMCHR): New function.
25214
25215 2000-10-28  Jim Meyering  <meyering@lucent.com>
25216
25217         * lib/memchr.c: Update from libc.
25218         Adjust for portability:
25219         [HAVE_STDLIB_H]: Include stdlib.h.
25220         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
25221         Undef __memchr, too.
25222         [!weak_alias]: Define __memchr to memchr.
25223
25224         * lib/regex.c: Update from libc.
25225         * lib/regex.h: Likewise.
25226         * lib/getopt1.c: Likewise.
25227         * lib/memcmp.c: Likewise.
25228
25229         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
25230         Avoid using fseek, when possible -- it's broken by design.
25231         Patch by Ulrich Drepper.
25232
25233 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
25234
25235         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
25236         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
25237         Giving in to popular pressure to shut up the compiler with casts.
25238
25239 2000-10-26  Jim Meyering  <meyering@lucent.com>
25240
25241         * lib/strftime.c: Update from libc.
25242
25243 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
25244
25245         * regex.c: More `unsigned char' -> `re_char' changes.
25246         Also change several `int' into `re_wchar_t'.
25247         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
25248         (PUSH_FAILURE_POINTER): Don't cast any more.
25249         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
25250         We want GCC to complain, since this piece of code makes
25251         re_match non-reentrant, which *should* be fixed.
25252         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
25253         (EXTEND_BUFFER): Use RETALLOC.
25254         (SET_LIST_BIT): Don't cast.
25255         (re_wchar_t): New type.
25256         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
25257         that those two functions will always properly return.
25258         (IMMEDIATE_QUIT_CHECK): Cast to void.
25259         (analyse_first): Use recursion rather than an explicit stack.
25260         (re_compile_fastmap): Can't fail anymore.
25261         (re_search_2): Don't check re_compile_fastmap for failure.
25262         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
25263         Now also sets the new value (passed in a new argument).
25264         (re_match_2_internal): Use it.
25265         Also, use a new var `reg' of type size_t when looping through regs
25266         rather than reuse the inappropriate `mcnt'.
25267
25268 2000-10-25  Jim Meyering  <meyering@lucent.com>
25269
25270         * lib/obstack.c: Update from libc.
25271
25272 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
25273
25274         * regex.c (regex_compile): Change the way of handling a range from
25275         a char less than 256 to a char not less than 256.
25276
25277 2000-10-24  Andrew Innes  <andrewi@gnu.org>
25278
25279         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
25280         NT-Emacs only.
25281         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
25282         so that re_search functions only quit when callers expect them to.
25283
25284 2000-10-23  Jim Meyering  <meyering@lucent.com>
25285
25286         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
25287         wrong.  That set_locale call must not have any side effects.
25288         From Paul Eggert.
25289
25290 2000-10-22  Jim Meyering  <meyering@lucent.com>
25291
25292         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
25293         [CYCLIC]: Remove now-unused definition.
25294
25295         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
25296         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
25297         Suggestion from Ulrich Drepper.
25298
25299 2000-10-21  Jim Meyering  <meyering@lucent.com>
25300
25301         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
25302         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
25303         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
25304
25305 2000-10-21  Jim Meyering  <meyering@lucent.com>
25306
25307         * lib/dirname.c (memrchr): Declare if necessary.
25308         (dir_name): Remove the restriction that there be no
25309         trailing slashes.  Now, this code skips past them, effectively
25310         ignoring them.
25311         [TEST_DIRNAME] (main): New unit tests.
25312
25313         * lib/memrchr.c: New file from GNU libc.
25314         Undef __memrchr, too.
25315         [!weak_alias]: Define __memrchr to memrchr.
25316         Guard weak_alias use with `#ifdef weak_alias'.
25317
25318 2000-10-21  Jim Meyering  <meyering@lucent.com>
25319
25320         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
25321         (dir_name): Use dir_name_r.
25322         * lib/dirname.h (dir_name_r): Declare it.
25323
25324 2000-10-17  Jim Meyering  <meyering@lucent.com>
25325
25326         * lib/quote.h (PARAMS): Define and use.
25327         Reported by Akim Demaille.
25328
25329         * lib/getopt.c: Update from libc.
25330
25331 2000-10-16  Jim Meyering  <meyering@lucent.com>
25332
25333         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
25334         setlocale.
25335         From Jan Fedak.
25336
25337 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
25338
25339         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
25340
25341 2000-09-25  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/md5.h (rol): Define (from GnuPG).
25344
25345         * lib/sha.c: Give credit (GnuPG) where due.
25346         (M): Use rol rather than open-coding it.
25347         Add a FIXME comment.
25348
25349 2000-09-21  Jim Meyering  <meyering@lucent.com>
25350
25351         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
25352         Reported by Michael Stone.
25353
25354 2000-09-20  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
25357         (noinst_HEADERS): Add sha.h.
25358         Based on code from Scott G. Miller and from GnuPG.
25359
25360 2000-09-18  Jim Meyering  <meyering@lucent.com>
25361
25362         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
25363         LIBS. Otherwise, everyone ends up linking with -lelf for some
25364         configurations.
25365         Reported by Mike Stone.
25366
25367 2000-09-15  Jim Meyering  <meyering@lucent.com>
25368
25369         * lib/regex.c: Update from libc.
25370
25371 2000-09-10  Jim Meyering  <meyering@lucent.com>
25372
25373         * lib/getopt.c (_getopt_internal): Update from glibc.
25374
25375 2000-09-09  Jim Meyering  <meyering@lucent.com>
25376
25377         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
25378         think it should be used as a general replacement for isascii.
25379         * lib/fnmatch.c: Likewise.
25380         * lib/mbswidth.c: Likewise
25381         * lib/regex.c: Likewise.
25382
25383         Don't use atoi.
25384         * lib/userspec.c: Include sys/param.h and limits.h.
25385         Include xstrtol.h.
25386         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
25387         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
25388         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
25389         UID, GID.  Check range.
25390
25391 2000-09-06  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/getopt.c (_getopt_internal): Update from glibc.
25394
25395 2000-08-30  Jim Meyering  <meyering@lucent.com>
25396
25397         * lib/strftime.c: Merge in changes from GNU libc.
25398
25399 2000-08-26  Jim Meyering  <meyering@lucent.com>
25400
25401         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
25402         * m4/fpending.m4: New file.
25403
25404 2000-08-26  Jim Meyering  <meyering@lucent.com>
25405
25406         * lib/closeout.c: Include "__fpending.h".
25407         (close_stdout_status): Return right away if there's nothing to flush.
25408
25409         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
25410         * lib/__fpending.c: New file.
25411         * lib/__fpending.h: New file.
25412
25413 2000-08-20  Jim Meyering  <meyering@lucent.com>
25414
25415         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
25416         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
25417         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
25418
25419 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
25420
25421         Improve fileutils installation on systems where running
25422         programs (like install) can't be unlinked.
25423         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
25424         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
25425
25426 2000-08-07  Paul Eggert  <eggert@twinsun.com>
25427
25428         Standardize on "memory exhausted" instead of "Memory exhausted"
25429         or "virtual memory exhausted".
25430         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
25431         "virtual memory exhausted".
25432         * lib/same.c (same_name): Invoke xalloc_die instead of printing
25433         our own message.
25434         * lib/userspec.c (parse_user_spec): Likewise.
25435         * lib/bumpalloc.h: comment fix
25436         * lib/same.c, userspec.c: Include xalloc.h.
25437
25438         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
25439         not char *const and pointing to a constant array.
25440         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
25441         (xrealloc): Comment fix.
25442
25443         * lib/userspec.c (parse_user_spec):
25444         Don't translate a message until just before returning,
25445         to avoid unnecessary translation.
25446
25447 2000-08-07  Jim Meyering  <meyering@lucent.com>
25448
25449         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25450         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25451         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25452         getgroups.c, gethostname.c, getopt.h, group-member.c,
25453         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25454         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25455         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25456         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25457         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25458         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25459         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25460         yesno.c: Back out Copyright date changes for each file with no change
25461         this year.  This eases coordination with other programs using the same
25462         source code modules.  From Paul Eggert.
25463
25464 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25465
25466         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25467         not char, for compatibility with glibc 2.1.3 strftime.c.
25468
25469 2000-08-03  Greg McGary  <greg@mcgary.org>
25470
25471         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25472         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25473         (EXTEND_BUFFER): Use them.
25474
25475 2000-08-01  Jim Meyering  <meyering@lucent.com>
25476
25477         * lib/dirname.c (ISSLASH): Define.
25478         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25479         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25480         both `\' and `/' may be use as path separators.
25481         Based on a patch from Prashant TR.
25482
25483 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25484
25485         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25486         slot vector a constant, since it might get modified.
25487
25488 2000-07-31  Jim Meyering  <meyering@lucent.com>
25489
25490         * lib/xmalloc.c: Use `virtual memory exhausted', not
25491         `Memory exhausted'.
25492         * lib/obstack.c (print_and_abort): Likewise.
25493
25494 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25495
25496         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25497         buffer, so that the caller can always quote one small
25498         component of a "memory exhausted" message in slot 0.
25499         From a suggestion by Jim Meyering.
25500
25501 2000-07-30  Jim Meyering  <meyering@lucent.com>
25502
25503         * lib/makepath.c (make_path): Quote the other instance, too.
25504
25505         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25506         (STATIC_BUF_SIZE): Define.
25507         (quotearg_n_options): Use only statically allocated storage when
25508         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25509         than STATIC_BUF_SIZE.
25510
25511 2000-07-29  Jim Meyering  <meyering@lucent.com>
25512
25513         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25514         * lib/dirname.c (dir_name): Likewise.
25515
25516         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25517         `/'.
25518
25519         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25520         (dir_name): Assert that there are no trailing slashes.
25521
25522 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25523
25524         * lib/mbswidth.h (mbswidth): Add a flags argument.
25525         (mbswidth): New declaration.
25526         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25527         * lib/mbswidth.c (mbswidth): Add a flags argument.
25528         (mbsnwidth): New function.
25529
25530 2000-07-24  Jim Meyering  <meyering@lucent.com>
25531
25532         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25533
25534 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25535
25536         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25537
25538 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25539
25540         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25541         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25542         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25543         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25544         invoke multibyte primitives.
25545
25546 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25547
25548         * lib/quotearg.c:
25549         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25550         so that mbstate_t is always defined.
25551
25552         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25553         be 1 in at least one GCC installation, and this configuration
25554         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25555         performance on hosts that have mbrtowc but have only unibyte
25556         locales, but I assume these hosts are rare.
25557
25558 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25559
25560         * lib/mbswidth.c (_XOPEN_SOURCE):
25561         Don't define; this causes problems on Solaris 7.
25562         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25563
25564 2000-07-23  Jim Meyering  <meyering@lucent.com>
25565
25566         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25567         too: getgrgid, getpwuid, getuid.
25568
25569 2000-07-23  Jim Meyering  <meyering@lucent.com>
25570
25571         * lib/basename.c (base_name): Add an assertion.
25572
25573 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25574
25575         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25576         shadow its mbsinit function.
25577
25578 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25579
25580         * lib/mbswidth.h: New file.
25581         * lib/mbswidth.c: New file.
25582         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25583         (noinst_HEADERS): Add mbswidth.h.
25584
25585 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25586
25587         * lib/config.charset: Add support for FreeBSD. Improve support for
25588         HP-UX and IRIX 6.
25589
25590 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25591
25592         * m4/mbswidth.m4: New file.
25593         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25594
25595 2000-07-15  Jim Meyering  <meyering@lucent.com>
25596
25597         * lib/makepath.c: Include quote.h.
25598         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25599         corresponding argument in a `quote (...)' call.
25600         Give better diagnostics.
25601
25602         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25603         (noinst_HEADERS): Add quote.h.
25604
25605         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25606         from tar's src/misc.c.
25607         * lib/quote.h: New file.  Prototypes for same.
25608
25609 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25610
25611         From a suggestion by Bruno Haible.
25612         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25613         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25614         to decide whether to define the BeOS workaround macro;
25615         this adjusts to the change to AC_MBSTATE_T.
25616
25617 2000-07-14  Jim Meyering  <meyering@lucent.com>
25618
25619         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25620         jm_AC_TYPE_UINTMAX_T.
25621
25622 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25623
25624         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25625
25626         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25627         quotearg_buffer_restyled): Add support for
25628         clocale_quoting_style.  Undo previous change to
25629         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25630         and "{RIGHT QUOTATION MARK}" msgids.
25631
25632 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25633
25634         From a suggestion by Bruno Haible.
25635         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25636         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25637         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25638         and mbstate_t, to a single-part test that simply defines mbstate_t.
25639         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25640         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25641
25642 2000-07-10  Jim Meyering  <meyering@lucent.com>
25643
25644         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25645
25646         * m4/gnu-source.m4: Output to confdefs.h directly.
25647         Suggestion from Akim Demaille.
25648
25649 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25650
25651         The old behavior of quoting `like this' doesn't look good with
25652         newer, ISO-style fonts.  See:
25653         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25654
25655         Instead, quote "like this" by default.  Let the translator
25656         tailor the locale-specific quoting behavior by providing
25657         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25658
25659         * lib/quotearg.c (N_): New macro.
25660         (gettext_default): New function.
25661         (quotearg_buffer_restyled): Use
25662         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25663         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25664
25665 2000-07-09  Jim Meyering  <meyering@lucent.com>
25666
25667         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25668         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25669
25670         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25671         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25672
25673 2000-07-09  Jim Meyering  <meyering@lucent.com>
25674
25675         * lib/Most files: Update copyright dates to include 2000.
25676
25677 2000-07-08  Jim Meyering  <meyering@lucent.com>
25678
25679         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25680         if not defined.
25681         (xgethostname): Remove now-unnecessary #ifdef.
25682         Move declaration of `err' into loop where it's used.
25683
25684 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25685         and Bruno Haible  <haible@clisp.cons.org>
25686
25687         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25688         only if the test for an object-type mbstate_t fails.  This
25689         prevents us from mistakenly reporting that mbstate_t is a
25690         system object type after we "#define mbstate_t int" to work
25691         around its lack.
25692
25693 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25694         and Bruno Haible  <haible@clisp.cons.org>
25695
25696         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25697
25698 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25699
25700         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25701         to strerror_r.
25702         Include <ctype.h> for use of isalpha.
25703
25704 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25705
25706         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25707         by allocating a larger buffer. Test the gethostname return value for
25708         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25709         returns an error and ENAMETOOLONG isn't defined.
25710
25711 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25712
25713         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25714         dimension.
25715
25716 2000-07-04  Jim Meyering  <meyering@lucent.com>
25717
25718         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25719         of the deprecated AC_CHECKING.
25720
25721 2000-07-04  Jim Meyering  <meyering@lucent.com>
25722
25723         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25724         Reported by Bruno Haible.
25725
25726 2000-07-04  Jim Meyering  <meyering@lucent.com>
25727
25728         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25729         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25730         lacks mbrtowc.
25731
25732 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25733
25734         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25735         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25736
25737 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25738         and Bruno Haible  <haible@clisp.cons.org>
25739
25740         * lib/quotearg.c (mbrtowc):
25741         Assign to *pwc, and return 1 only if result is nonzero.
25742         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25743
25744 2000-07-03  Jim Meyering  <meyering@lucent.com>
25745
25746         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25747
25748 2000-07-03  Jim Meyering  <meyering@lucent.com>
25749
25750         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25751         This is necessary to get a definition of e.g., UTMP_FILE on
25752         HP-UX 10.20.
25753         From Bob Proulx.
25754
25755 2000-07-02  Jim Meyering  <meyering@lucent.com>
25756
25757         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25758
25759         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25760         AC_LIBOBJ(function_name).
25761         * m4/chown.m4: Likewise.
25762         * m4/fnmatch.m4: Likewise.
25763         * m4/ftruncate.m4: Likewise.
25764         * m4/getgroups.m4: Likewise.
25765         * m4/getline.m4: Likewise.
25766         * m4/group-member.m4: Likewise.
25767         * m4/jm-macros.m4: Likewise.
25768         * m4/lstat.m4: Likewise.
25769         * m4/malloc.m4: Likewise.
25770         * m4/memcmp.m4: Likewise.
25771         * m4/nanosleep.m4: Likewise.
25772         * m4/putenv.m4: Likewise.
25773         * m4/realloc.m4: Likewise.
25774         * m4/regex.m4: Likewise.
25775         * m4/stat.m4: Likewise.
25776         * m4/strftime.m4: Likewise.
25777
25778 2000-07-02  Jim Meyering  <meyering@lucent.com>
25779
25780         * lib/quotearg.c (mbstate_t): Don't define here.
25781
25782 2000-07-02  Jim Meyering  <meyering@lucent.com>
25783
25784         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25785
25786 2000-07-01  Jim Meyering  <meyering@lucent.com>
25787
25788         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25789
25790 2000-07-01  Jim Meyering  <meyering@lucent.com>
25791
25792         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25793         problem.
25794
25795 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25796
25797         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25798         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25799
25800 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25801
25802         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25803         per change in ../m4/ls-mntd-fs.m4.
25804         (read_filesystem_list): Ignore symbolic links.
25805
25806 2000-06-29  Jim Meyering  <meyering@lucent.com>
25807
25808         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25809         for declaration of strcmp.
25810
25811         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25812
25813         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25814         Avoid warning by casting result to `char *' to remove `const'.
25815
25816 2000-06-28  Jim Meyering  <meyering@lucent.com>
25817
25818         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25819         included by quotearg.c, for which we perform this test.  From
25820         Bruno Haible.
25821
25822 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25823
25824         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25825         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25826         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25827
25828 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25829
25830         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25831
25832 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25833
25834         savedir now sets errno on failure and invokes xmalloc to get memory.
25835         Fix a couple of other minor bugs while we're at it.
25836
25837         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25838         (NAMLEN): Remove macro.
25839         (malloc, realloc): Remove decls.
25840         (stpcpy): Likewise.
25841         ("xalloc.h"): Include.
25842         (NAME_SIZE_DEFAULT): New macro.
25843         (savedir): Use xmalloc / xrealloc to allocate memory.
25844         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25845         Skip "" directory entries.
25846         Use strlen to calculate directory entry length, since the old method
25847         is rarely used these days and isn't worth supporting.
25848         Don't use a pointer after freeing it.
25849         Check for integer overflow when calculating allocation size.
25850         Use memcpy to copy entries, instead of stpcpy.
25851         Set errno properly when returning NULL.
25852         Check for readdir error.
25853
25854 2000-06-26  Jim Meyering  <meyering@lucent.com>
25855
25856         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25857
25858 2000-06-25  Jim Meyering  <meyering@lucent.com>
25859
25860         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25861         Linux header bug when _XOPEN_SOURCE is defined to 500.
25862
25863 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25864
25865         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25866         deficiency.
25867
25868 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25869
25870         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25871         Include xalloc.h.
25872         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25873
25874 2000-06-24  Jim Meyering  <meyering@lucent.com>
25875
25876         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25877         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25878         for which strerror does return char*, but which lacks a conveniently
25879         accessible declaration of the function.  If the compile-test says
25880         strerror_r doesn't work, then resort to a `run'-test that works on
25881         BeOS and segfaults on DEC Unix.
25882
25883 2000-06-24  Jim Meyering  <meyering@lucent.com>
25884
25885         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25886
25887 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25888
25889         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25890         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25891
25892 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25893
25894         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25895         (mbrtowc, mbstate_t): Define substitutes if
25896         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25897         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25898         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25899
25900 2000-06-23  Jim Meyering  <meyering@lucent.com>
25901
25902         * m4/afs.m4: Add missing AC_MSG_RESULT.
25903         Reported by Bruno Haible.
25904
25905         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25906         Suggestion from Bruno Haible.
25907
25908 2000-06-23  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25911
25912 2000-06-21  Jim Meyering  <meyering@lucent.com>
25913
25914         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25915
25916 2000-06-21  Jim Meyering  <meyering@lucent.com>
25917
25918         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25919         (noinst_HEADERS): Add getstr.h.
25920
25921         * lib/getline.c (getstr): Move into a separate file.
25922         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25923         the following changes: new parameter, delim2; both delim[12]
25924         parameters have type `int', not `char'.  The latter would lose
25925         with 8-bit delimiters.
25926         * lib/getstr.h: New file.
25927
25928 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25929
25930         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25931         than 1024, return a memory chunk of least possible size, instead
25932         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25933         Use free/xmalloc instead of xrealloc to avoid copying for very long
25934         paths.
25935
25936 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25937
25938         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25939         the empty string.
25940
25941 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25942
25943         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25944         address, not strdup.  Include <stdlib.h> and don't declare free().
25945
25946 2000-06-19  Jim Meyering  <meyering@lucent.com>
25947
25948         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25949
25950 2000-06-18  Jim Meyering  <meyering@lucent.com>
25951
25952         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25953
25954         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25955         `checking whether...' message to be consistent with that of the
25956         lstat test.
25957
25958 2000-06-18  Jim Meyering  <meyering@lucent.com>
25959
25960         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25961         Besides, these days every porting target provides a mkdir function.
25962
25963         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25964         needed. (this snippet comes from src/system.h).
25965
25966 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25967
25968         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25969
25970 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25971
25972         * lib/human.c (adjust_value): New function.
25973         (human_readable_inexact): Apply rounding style even when
25974         printing approximate values.
25975
25976 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25977
25978         * lib/human.c (human_readable_inexact): Allow an input block
25979         size that is not a multiple of the output block size, and vice versa.
25980         Reported by Piergiorgio Sartor.
25981
25982 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25983
25984         * lib/getdate.y (get_date): Apply relative times after time
25985         zone indicator, not before.  Reported by Todd A. Jacobs.
25986
25987 2000-06-13  Jim Meyering  <meyering@lucent.com>
25988
25989         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25990
25991         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25992
25993 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25994
25995         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25996
25997 2000-06-12  Jim Meyering  <meyering@lucent.com>
25998
25999         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
26000         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
26001         optional argument.
26002         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
26003         the optional argument, `lib'.
26004
26005 2000-06-08  Jim Meyering  <meyering@lucent.com>
26006
26007         * m4/largefile.m4: Remove file (now that it's part of autoconf).
26008
26009 2000-06-04  Paul Eggert  <eggert@twinsun.com>